Ignore:
Timestamp:
Sep 18, 2025, 7:31:10 PM (2 months ago)
Author:
musat
Message:

Ajout lecture iflag_tropo
Ionela Musat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r5819 r5822  
    16291629       iflag_phytrac = 1 ! by default we do want to call phytrac
    16301630       CALL getin_p('iflag_phytrac',iflag_phytrac)
     1631       iflag_tropo = 0 ! IM: iflag_tropo = 0 => PV tropopause; iflag_tropo=1 => LR tropopause
     1632       CALL getin_p('iflag_tropo', iflag_tropo)
    16311633IF (CPPKEY_DUST) THEN
    16321634       IF (iflag_phytrac.EQ.0) THEN
Note: See TracChangeset for help on using the changeset viewer.