Export esemble members to cf-compliant netcdf#2247
Conversation
|
I know that the coordinates are originally stored in the config but I wasn't sure how best to add another coordinate that is only sometimes present. Another option would be to add the ensemble coordinate in every case and treat deterministic runs as single member ensembles. That might be convenient for some applications, but annoying for others. |
|
Had to touch the coordinate ordering thing as well. Moved that part to |
|
Thanks for testing! you can use for example |
Adds the new "member" coordinate to the config instead of hacking it in somewhere else. Thanks Sorcha!
|
Debugging with |
|
Hi @s6sebusc sorry for the long review process. I've opened a PR against your branch here: s6sebusc#2 Testing is now complete (there was a small isue I found with processing multiple streams that has also affected the PR) Tested on JUPITER with run_id Examining the data:
|
|
(There will be a seperate PR for verif as adding the ensembles changes a few more things) |


Description
If more than one member is present, a new coordinate "mem" is added for the members.
Issue Number
Closes #2246