Andrew Roberts
Andrew Roberts
There are blocks of disused code in ocn_comp_mcf.F that have been left unattended for between four and eight years. I suggest it's time to remove these from the coupling code...
Removes obsolete CICE Version 4 from E3SM. Testing has been via 1-month smoke tests with the following configurations in E3SM that successfully completed: - 2000_DATM%JRA-1p5_SLND_MPASSI_DOCN%SOM_DROF%JRA-1p5_SGLC_SWAV_TEST on TL319_EC30to60E2r2 - GMPAS-JRA1p5 on...
Two fundamental constants differ across E3SM and MPAS components affecting the Coriolis Parameter. MPAS-SeaIce declares constants in [mpas_seaice_constants.F](https://github.com/E3SM-Project/E3SM/blob/master/components/mpas-seaice/src/shared/mpas_seaice_constants.F) drawn directly from [shr_const_mod.F90](https://github.com/E3SM-Project/E3SM/blob/master/share/util/shr_const_mod.F90) in the E3SM framework and in [ice_comp_mct.F](https://github.com/E3SM-Project/E3SM/blob/master/components/mpas-seaice/driver/ice_comp_mct.F). By...
January for a new years is not written to the previous year's archive as it is for monthly and daily field data. This caused a problem with files being overwritten...
In MPAS-SeaIce, the regionalStatistics archive has a restart bug. The variable daysSinceStartOfSim is zero for the timestep at initialization of the restart, but then is set to the correct value...