-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Store CEDS emission data in one file per year? #12
Comments
PS: Found 2 typos in the HEMCO data wiki:
Also, newly added |
Hi Jiawei. We can certainly split the CEDS files into yearly files to simplify data downloads. I will look into adding this change to 12.1.0. We are including other CEDS fixes in that version. |
Thanks! |
Also, the typos have been fixed on the HEMCO data wiki page. I can access the MODIS LAI data at |
Just found it. It turns out that I was searching inside |
OK great! |
A fix for this issue has now been pushed to the dev/12.1.0 branch in geos-chem-unittest. Yearly files can now be found in |
We have added comments to note that the sum of tagged O3 species geoschem#2 - geoschem#12 should match the total O3 species geoschem#1. We also added a blurb reminding users to start with a zero-concentration initial conditions file, and then to spin up for as many years as it takes to get into steady-state. Signed-off-by: Bob Yantosca <[email protected]>
- Rename files ending in .ccycle to end in .carboncycle - Replace GeosCore/ccyclechem_mod.F90 w/ GeosCore/carboncycle_mod.F90, and KPP/ccycle/ccycle_Funcs.F90 w/ KPP/carboncycle/carboncycle_Funcs.F90. Also update every place where these modules are referenced in USE statements and CMakeLists throughout the code. - Added a stub module KPP/stubs/stub_carboncycle_Funcs.F90 to allow compilation to continue for fullchem & Hg mechanisms. - Added template run-directory files for carboncycle mechanism - run/GCClassic/createRundir.sh now uses option #12 for creating carboncycle mechansism run directories - Built the carboncycle mechanism with KPP 2.5.0 - Changed "ccycle" to "carboncycle" in KPP/OHreact_parser.py, so that it will set "OHreact = 0.0_dp" when writing the OH reactivity routine. Signed-off-by: Bob Yantosca <[email protected]>
RC option: Run2 VMBarrier detects load imbalance
The newly-added CEDS data are 140 GB in total. This increases the size of the default HEMCO data directory from ~70 GB to ~210 GB.
The problem is that 65 years (1950~2014) of data are stored in a single file. But most users would probably just need recent years. Would it be more reasonable to use one file per year? Other biggish data such as QFED are also stored in a per-year basis. This saves downloading time and also reduces the size of the tutorial AMI on AWS from 200+ GB to ~80 GB.
Breaking the CEDS data into 65 files (years) can be done by 3 lines of Python:
See this notebook for a walk through.
The text was updated successfully, but these errors were encountered: