Support for zero-layer ice
Opened this issue · 3 comments
To support single layer ice, it looks like the access coupling needs refinement:
These 5 lines try to read maicen from the mice.nc
file, these fields dont exist in ESM1.5, so presumably won't be needed for ESM1.6:
cice5/drivers/access/cpl_forcing_handler.F90
Lines 439 to 445 in 61ab72a
These two lines reference fields not used in ESM1.5, but are presumably needed for iceberg runoff ?
cice5/drivers/access/cpl_forcing_handler.F90
Lines 454 to 456 in 61ab72a
@anton-seaice these lines are part of the CM2 iceberg scheme dave bi has written a different version for ESM1.6 which he is resting in ESM1.5. the macin looks like ice split inot categories, Dave is re-writing the coupler so I dont think it will be bring ice over in categories.
One comment @anton-seaice, its zero layer ice not single layer, we still are going to have multiple thickness categories, so I think some of lines in relation to ice categories will survive, its just how Dave merges the two code approaches. I should cross check what he is doing as some of the using the fluxes across ice categories is advantageous, and was implemented in between the UM versions that we used for ESM1.5 and CM2.
Oh good point - you are correct. These fields are ice thickness categories not layers.
Its strange ... the maicen fields dont exist in the restart here :
/g/data/vk83/experiments/inputs/access-esm1p5/modern/pre-industrial/restart/ice/mice.nc
Nor in this subroutine for cice4:
Maybe we need to generate some values for them?