Ignore:
Timestamp:
Dec 20, 2024, 11:48:05 AM (15 hours ago)
Author:
fhourdin
Message:

Superessing CPP in lmdz_*

Not possible for lmdz_thermcell_main because of isotopes

File:
1 moved

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/lmdz_wake_ini.f90

    r5433 r5434  
    8282
    8383! CPP key used only in this module for debugging purposes. jyg 09/24
    84 !!#define IOPHYS_WK
    85 #ifdef IOPHYS_WK
    86   LOGICAL, PARAMETER :: CPPKEY_IOPHYS_WK = .TRUE.
    87 #else
    88   LOGICAL, PARAMETER :: CPPKEY_IOPHYS_WK = .FALSE.
    89 #endif
     84  LOGICAL, SAVE, PROTECTED :: CPPKEY_IOPHYS_WK = .FALSE.
     85  !$OMP THREADPRIVATE(CPPKEY_IOPHYS_WK)
    9086
    9187
     
    253249  wk_frac_int_delta_t = 0.9
    254250  CALL getin_p('wk_frac_int_delta_t', wk_frac_int_delta_t)
     251
     252  CALL getin_p('CPPKEY_IOPHYS_WK', CPPKEY_IOPHYS_WK)
    255253
    256254
Note: See TracChangeset for help on using the changeset viewer.