Ignore:
Timestamp:
Jun 28, 2022, 5:06:01 PM (3 years ago)
Author:
acozic
Message:

Add a syntax correction in leapfrog_loc for compilation with inca / add a condition on inca in phys_output_write to be use without inca

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_output_write_mod.F90

    r4170 r4187  
    25482548           CALL histwrite_phy(o_flx_co2_bb,    fco2_bb)
    25492549
    2550          ELSE IF (ANY(types_trac=='lmdz') .OR. ANY(types_trac=='coag')) THEN
     2550         ELSE IF ((ANY(types_trac=='lmdz') .OR. ANY(types_trac=='coag')) .AND. ALL(types_trac /= 'inca')) THEN
    25512551           itr = 0
    25522552           DO iq = 1, nqtot
Note: See TracChangeset for help on using the changeset viewer.