Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- CM4/ESM4 coupled models get loads of warnings in stdout (causing 2G fms.out files per year) like: WARNING from PE 704: Bad ice data End set_ice_surface_state ; at 20.2 6.5 or i,j,k = 5 5 0; nbad = 240 on pe 704 ; T_sfc = 0.0000E+00, ps = 1.0000E+00, S_sfc = 0.0000E+00 - This is because t_surf is set to 0 after allocation and then compared with a minimum 273.15-100 (K) to catch bad surface values over sea ice but the comparison is not restricted to ocean and is causing warnings over land in fully coupled models. - The fix is to restrinct the comparison over ocean mask just like is done in SIS_types.F90
- Loading branch information