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 |

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