days_per_year in the namelist is overwritten in some cases:
|
if ((days_year(year_init) == 366) .and. (caltype == 1)) days_per_year = 366 |
but still reported in the log file as the value from the namelist.
We should tidy this up so it's consistent throughout
days_per_yearin the namelist is overwritten in some cases:cice4/source/ice_calendar.F90
Line 163 in e7549eb
but still reported in the log file as the value from the namelist.
We should tidy this up so it's consistent throughout