Changeset 13792
- Timestamp:
- 2020-11-13T13:22:04+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/NEMO_4.0.3_fix_nans/src/ICE/icesbc.F90
r13587 r13792 133 133 CALL ice_alb( t_su, h_i, h_s, ln_pnd_alb, a_ip_eff, h_ip, cloud_fra, alb_ice ) 134 134 135 ! Apply a limit to the ice fraction to avoid NANs being generated in ice_thd_snwblow 136 ! (negative number to power of 0.66) 137 WHERE( at_i_b(:,:) > 1._wp ) at_i_b(:,:) = 1._wp 138 135 139 ! 136 140 SELECT CASE( ksbc ) !== fluxes over sea ice ==!
Note: See TracChangeset
for help on using the changeset viewer.