Changeset 2942
- Timestamp:
- Jul 11, 2017, 5:42:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynphy_lonlat/phylmd/limit_netcdf.F90
r2893 r2942 472 472 IF(ANY(champ>100.0+EPSFRA)) & 473 473 CALL abort_physic('SIC','Found sea-ice percentages greater than 100.') 474 IF(MAXVAL(champ)< 1.01) &475 CALL abort_physic('SIC','All sea-ice percentages lower than 1.')474 ! IF(MAXVAL(champ)< 1.01) & 475 ! CALL abort_physic('SIC','All sea-ice percentages lower than 1.') 476 476 END IF 477 477 END IF
Note: See TracChangeset
for help on using the changeset viewer.