Open aekiss opened 3 years ago
related issue: https://github.com/COSIMA/access-om2/issues/233
I just saw this issue now. @aekiss where are the grid files with new topography and land mask located? I've been using the old ones for interpolation of BGC initial conditions.
The config.yaml
files in the current configurations use MOM inputs from
/g/data/ik11/inputs/access-om2/input_20201102/mom*
oh, i was using /g/data/ik11/grids/ocean_grid_10.nc
for getting geolon_t
and geolat_t
, which are not affected by the new topography or land mask. so it's all good actually :)
I've updated the first post to specify that ht
, hu
, kmt
and kmu
should be updated.
Purely grid-related variables like geolon_t
and geolat_t
are OK.
Yes let's do this update!
And let's make sure that the grids across all resolutions contain the same variables! Currently they don't and this creates an impasse in comparing results across models with different resolutions.
We are addressing these problems here: https://github.com/COSIMA/cosima-recipes/issues/212
I now think ht, hu, kmt and kmu should be deleted rather than updated - see https://github.com/COSIMA/cosima-recipes/issues/212#issuecomment-1403123440
/g/data/ik11/grids/ocean_grid_*.nc
need updating./g/data/ik11/grids/ocean_grid_10.nc
and/g/data/ik11/grids/ocean_grid_025.nc
use the old topography and land mask, soht
,hu
,kmt
andkmu
should be updated to match what's in/g/data/ik11/inputs/access-om2/input_20201102
, which includes all the improvements discussed in https://github.com/COSIMA/access-om2/issues/158./g/data/ik11/grids/ocean_grid_01.nc
currently contains a much smaller set of variables, has variable names that differ from what's used in the coarser ones, and is missing dimension data. It would be much more useful if this was made consistent with the others. I'm not sure whether the variablesdepth_t
andnum_levels
already matchtopog.nc
andkmt.nc
in/g/data/ik11/inputs/access-om2/input_20201102
, so that would also be worth checking.It may also be worthwhile keeping the current versions of
/g/data/ik11/grids/ocean_grid_10.nc
and/g/data/ik11/grids/ocean_grid_025.nc
for those using the old topography.