Ignore:
Timestamp:
Dec 10, 2023, 10:37:06 PM (6 months ago)
Author:
lguez
Message:

Use YOMCST from LMDZ, not from RRTM or ECRad

Because the modules yomcst in RRTM and ECRad do not contain the same
objects. In particular, RKBOL is in rrtm/yomcst.F90 but not in
ecrad/yomcst.F90. So compilation with -rad ecrad -strataer true
fails. And we want to avoid modifying files from ECRad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/StratAer/coagulate.F90

    r3677 r4762  
    2727  USE infotrac_phy
    2828  USE phys_local_var_mod, ONLY: DENSO4, f_r_wet
    29   USE YOMCST
    3029
    3130  IMPLICIT NONE
     
    8180  REAL                                          :: EvdW
    8281
     82  include "YOMCST.h"
     83
    8384  DO i=1, nbtr_bin
    8485   radius(i)=mdw(i)/2.
Note: See TracChangeset for help on using the changeset viewer.