You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@agstephens or one of his team members will prepare the character and fix .json files with dachar and possibly implement the fixes mentioned above in daops.
Someone from @ESMValGroup/esmvaltool-coreteam (@jvegasbsc would you have time?) Will make a demo how this could be used to load the fixed data into the ESMValCore.
This issue (roocs/daops#38) and my step by step comment should explain what I've done - I have looked at all fixes now though. Hopefully that makes sense but let me know if it doesn't. It would be great to get some feedback and see what you think.
We discussed this recently at an IS-ENES3 meeting with @agstephens@cehbrecht@nielsdrost @jvegasbsc @remi-kazeroni and @valeriupredoi. The conclusion was that we are still very interested in doing this and think it's a great idea, but @jvegasbsc indicated that he does not have time to work on this at the moment and no-one else volunteered either. We may need to find new funding to work on this further.
It would be nice to demo how we could use the character/fixes defined by dachar to fix data with daops and then convert that from an xarray to iris cube for use in the ESMValCore.
Example fixes:
Fix standard name:
ESMValCore/esmvalcore/cmor/_fixes/cmip5/hadgem2_cc.py
Lines 34 to 55 in ea6618c
Fix fill value:
ESMValCore/esmvalcore/cmor/_fixes/cmip5/cesm1_bgc.py
Lines 8 to 26 in ea6618c
Fix hybrid sigma coordinate (more complicated, only if time permits):
ESMValCore/esmvalcore/cmor/_fixes/cmip6/cesm2.py
Lines 11 to 76 in ea6618c
The plan is that:
dachar
and possibly implement the fixes mentioned above indaops
.Related to #755
The text was updated successfully, but these errors were encountered: