Conversation
treerink
left a comment
There was a problem hiding this comment.
Yes, agree the lines for the 3hr => 3hrPt had to be added (that was what came to my mind this morning during the meeting).
The upper modification, should be not necessary with the provided config file (same values). Though on this part later we need to make the final adjustments after the registration is done. Or do I overlook something?
So actually I suggest to leave out these changes concerning the institution_id & source_id.
Actually my idea is to take the path of the input CMIP6 cmorised data in the submit script also from the config file (so only one place needs to be adjusted) and then the source_id in the config file will become the CMIP7 source_id.
|
Well, it didn't work for me with the config file. The problem is that e.g. source_id is used to first find the CMIP6 file, and then translate it to CMIP7 with the same source_id. This doesn't work beacsue our files contain EC-Earth3-ESM-1 in their name so source_id should us this, but it then cannot write CMIP7 files because EC-Earth3-ESM-1 isn't defined in the CMIP7 CV. It may work for you because you possibly have added EC-Earth3-ESM-1 to your CMIP7 CV file but I don't have that. |
|
Yes, that's achieved by running the script: |
|
Well, "ols" doesn't need to be fixed any longer... And this script isn't included when running add_optimesm_vars, or did I miss anything? |
|
Ok I removed the temporary |
No description provided.