Ignore:
Timestamp:
Apr 28, 2021, 4:55:57 PM (3 years ago)
Author:
idelkadi
Message:

Online implementation of the radiative transfer code ECRAD in LMDZ.

  • Inclusion of the ecrad directory containing the sources of the ECRAD code
  • Adaptation of compilation scripts (CPP_ECRAD keys)
  • Call of ecrad in radlwsw_m.F90 under the logical key iflag_rrtm = 2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ-ECRAD/libf/phylmd/conf_phys_m.F90

    r3792 r3880  
    25162516      IF (NSW.NE.2.AND.NSW.NE.4.AND.NSW.NE.6) THEN
    25172517        WRITE(lunout,*) ' ERROR iflag_rrtm=1 and NSW<>2,4,6 not possible'
     2518        CALL abort_physic('conf_phys','choice NSW not valid',1)
     2519      ENDIF
     2520    ELSE IF (iflag_rrtm .EQ. 2) THEN
     2521      IF (NSW.NE.2.AND.NSW.NE.4.AND.NSW.NE.6) THEN
     2522        WRITE(lunout,*) ' ERROR iflag_rrtm=2 and NSW<>2,4,6 not possible'
    25182523        CALL abort_physic('conf_phys','choice NSW not valid',1)
    25192524      ENDIF
Note: See TracChangeset for help on using the changeset viewer.