Ignore:
Timestamp:
Nov 14, 2016, 2:37:01 PM (8 years ago)
Author:
oboucher
Message:

Adding a compatibility test on StratAer? and RRTM

File:
1 edited

Legend:

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

    r2644 r2701  
    22952295       CALL abort_physic('conf_phys','choice iflag_rrtm not valid',1)
    22962296    ENDIF
     2297#ifdef CPP_StratAer
     2298    IF (iflag_rrtm .NE. 1) THEN
     2299       WRITE(lunout,*) ' ERROR iflag_rrtm<>1 but StratAer activated'
     2300       CALL abort_physic('conf_phys','iflag_rrtm not valid for StratAer',1)
     2301    ENDIF
     2302#endif
    22972303
    22982304    !--test on ocean surface albedo
Note: See TracChangeset for help on using the changeset viewer.