Changeset 4241 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Sep 9, 2022, 4:33:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/rrtm/lwu.F90
r3666 r4241 76 76 #ifdef REPROBUS 77 77 USE chem_rep, ONLY: rch42d, rn2o2d, rcfc112d, rcfc122d, ok_rtime2d 78 USE infotrac_phy, ONLY : type _trac78 USE infotrac_phy, ONLY : types_trac 79 79 #endif 80 80 … … 321 321 PABCU(JL,18,IC)=PABCU(JL,18,ICP1)+ ZUAER(JL,5) *ZDUC(JL,IC)*ZDIFF 322 322 #ifdef REPROBUS 323 IF ( type_trac=='repr'.and. ok_rtime2d) THEN323 IF (ANY(types_trac=='repr').and. ok_rtime2d) THEN 324 324 !- CH4 325 325 PABCU(JL,19,IC)=PABCU(JL,19,ICP1)&
Note: See TracChangeset
for help on using the changeset viewer.