Ignore:
Timestamp:
Oct 3, 2017, 8:18:41 AM (7 years ago)
Author:
Ehouarn Millour
Message:

Improved slab routines.
FC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/conf_phys_m.F90

    r2989 r3002  
    24192419
    24202420    !--test on ocean surface albedo
    2421     IF (iflag_albedo.LT.0.OR.iflag_albedo.GT.1) THEN
     2421    IF (iflag_albedo.LT.0.OR.iflag_albedo.GT.2) THEN
    24222422       WRITE(lunout,*) ' ERROR iflag_albedo<>0,1'
    24232423       CALL abort_physic('conf_phys','choice iflag_albedo not valid',1)
Note: See TracChangeset for help on using the changeset viewer.