Changeset 2942 for LMDZ5


Ignore:
Timestamp:
Jul 11, 2017, 5:42:49 PM (7 years ago)
Author:
dcugnet
Message:

Remove test on sea ice concentration.

The aim of the test was to detect if a sea ice concentration field supposedly in
percents (holding the attribute "units" as correct) was in fact in area fraction.
But in some cases, all the fractions can be lower than one on the globe for
particular months, even if the field is really in percents.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dynphy_lonlat/phylmd/limit_netcdf.F90

    r2893 r2942  
    472472        IF(ANY(champ>100.0+EPSFRA)) &
    473473          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.')
    476476      END IF
    477477    END IF
Note: See TracChangeset for help on using the changeset viewer.