-
Notifications
You must be signed in to change notification settings - Fork 6
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
add new component co2box #792
Conversation
Note that I also added the data request in the optimesm branch.
the tm5 part needs to be removed because it clashes with co2box I also need 2 non-standard CMIP6 variables which are co2s and co2mass in the day Table, whereas they are officially only defined in the Amon table. Here is the what I added to my local tables in CMIP6_day.json
|
Hi Etienne, I see |
fixed |
is there a place I can add test data? is that in the b2share folder? also, do I update the json data request for optimesm with new co2box component? |
@treerink test data can be found on ECFS ec:/c3et/EC-EARTH/INPUT/ece2cmor3 |
Found it |
I will have a look what is best
I will take over, but I need a bit of time to get all in the right order. I first will test whether I can immediately add this |
@etiennesky any idea why the pytest fails for the co2box branch? I have not investigated yet. |
the "issue" is that co2s and co2mass cannot be defined for both tm5 and co2box in the json file. As we won't have tm5 running in this project it can be removed entirely IMHO |
I have no idea, it looks like a very basic problem unrelated to my changes ? |
Probably you saw that I added in 4aecbc0 in the co2box branch the small script to add the two non-cmor co2box variables in the CMOR day table. |
ModuleNotFoundError: No module named 'cmor_utils' maybe there is something in cmor_utils that break it ? The change there is just a new function... |
Well I actually think there will be no conflict because the
|
There is an issue because we also want official Emon/co2s and Amon/co2mass from the co2box model, not from TM5. You can see I added them to the optimesm data request json file. |
Ah yes I see (I saved it locally before overwriting it). Ok clear, best is to organise this in the preference file. I will have a look, but first I want to solve the LPJG .ins part now. |
Ok 621c2df was a fix to enable to run |
#785 implemented and merged into the master. |
Hi @treerink @klauswyser this pull request is to add cmorization of co2box model output. Since the data is quite small (about 142kb for one year), I could add some example files to test it.