Changeset 5610 for LMDZ6


Ignore:
Timestamp:
Apr 14, 2025, 6:06:17 PM (2 months ago)
Author:
evignon
Message:

amendement declaration de adv_qsat_liq dans dyn3d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified LMDZ6/trunk/libf/dyn3d/conf_gcm.f90

    r5285 r5610  
    799799     CALL getin('type_trac',type_trac)
    800800
     801     !Config  Key  = adv_qsat_liq
     802     !Config  Desc = option for qsat calculation in the dynamics
     803     !Config  Def  = n
     804     !Config  Help = controls which phase is considered for qsat calculation
     805     !Config         
     806     adv_qsat_liq = .FALSE.
     807     CALL getin('adv_qsat_liq',adv_qsat_liq)
     808
    801809     !Config  Key  = ok_dynzon
    802810     !Config  Desc = sortie des transports zonaux dans la dynamique
     
    914922     write(lunout,*)' ok_guide = ', ok_guide
    915923     write(lunout,*)' read_orop = ', read_orop
     924     write(lunout,*)' adv_qsat_liq = ', adv_qsat_liq
     925
    916926  ENDIF test_etatinit
    917927
Note: See TracChangeset for help on using the changeset viewer.