Changeset 5611 for LMDZ6


Ignore:
Timestamp:
Apr 14, 2025, 6:08:21 PM (8 weeks ago)
Author:
evignon
Message:

meme modif dans dyn3dmem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3dmem/conf_gcm.F90

    r5285 r5611  
    870870     CALL getin('type_trac',type_trac)
    871871
     872     !Config  Key  = adv_qsat_liq
     873     !Config  Desc = option for qsat calculation in the dynamics
     874     !Config  Def  = n
     875     !Config  Help = controls which phase is considered for qsat calculation
     876     !Config         
     877     adv_qsat_liq = .FALSE.
     878     CALL getin('adv_qsat_liq',adv_qsat_liq)
     879
    872880     !Config  Key  = ok_dynzon
    873881     !Config  Desc = sortie des transports zonaux dans la dynamique
     
    10141022     write(lunout,*)' ok_dyn_ave = ', ok_dyn_ave
    10151023     write(lunout,*)' ok_dyn_xios = ', ok_dyn_xios
     1024     write(lunout,*)' adv_qsat_liq = ', adv_qsat_liq
    10161025     write(lunout,*)' use_filtre_fft = ', use_filtre_fft
    10171026     write(lunout,*)' use_mpi_alloc = ', use_mpi_alloc
Note: See TracChangeset for help on using the changeset viewer.