Closed anton-seaice closed 7 months ago
It may make sense to change
https://github.com/COSIMA/esmgrids/blob/1b6837d5fb512adf7f188331fd4dc4b0690bf431/esmgrids/cice_grid.py#L72
To use dimension names ni and nj, to make the grid file easier to merge with cice output, which uses these names for axes.
ni
nj
Similarly, for CICE6 angleT actually needs to be anglet (nocaps).
I guess we need a flag, something like variant=cice6 to keep backwards compatibilty with the AUSCOM-CICE5 version, which uses angleT
variant=cice6
It may make sense to change
https://github.com/COSIMA/esmgrids/blob/1b6837d5fb512adf7f188331fd4dc4b0690bf431/esmgrids/cice_grid.py#L72
To use dimension names
ni
andnj
, to make the grid file easier to merge with cice output, which uses these names for axes.