Changeset 4187 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Jun 28, 2022, 5:06:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90
r4170 r4187 2548 2548 CALL histwrite_phy(o_flx_co2_bb, fco2_bb) 2549 2549 2550 ELSE IF ( ANY(types_trac=='lmdz') .OR. ANY(types_trac=='coag')) THEN2550 ELSE IF ((ANY(types_trac=='lmdz') .OR. ANY(types_trac=='coag')) .AND. ALL(types_trac /= 'inca')) THEN 2551 2551 itr = 0 2552 2552 DO iq = 1, nqtot
Note: See TracChangeset
for help on using the changeset viewer.