Changeset 10566
- Timestamp:
- 2019-01-24T14:01:12+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/tests/CANAL/MY_SRC/stpctl.F90
r10425 r10566 148 148 & zmax(4) >= 100._wp .OR. & ! too large sea surface salinity ( > 100 ) 149 149 & zmax(4) < -100._wp .OR. & ! too large sea surface salinity (keep this line for sea-ice) 150 & ISNAN( zmax(1) + zmax(2) + zmax(3) ) ) THEN! NaN encounter in the tests150 & ISNAN( zmax(1) + zmax(2) + zmax(3) ) ) ) THEN ! NaN encounter in the tests 151 151 IF( lk_mpp .AND. ln_ctl ) THEN 152 152 CALL mpp_maxloc( 'stpctl', ABS(sshn) , ssmask(:,:) , zzz, ih )
Note: See TracChangeset
for help on using the changeset viewer.