Ignore:
Timestamp:
Apr 16, 2025, 9:25:21 PM (8 weeks ago)
Author:
evignon
Message:

commission pour la conservation de l'eau dans la convection profonde.
1/ integre les corrections apportees par JYG dans cv3routines.
2/ par defaut, conserve dx*masse quand on appelle la convection tous les n pas de temps
Cette commission conduit à une perte de convergence

File:
1 edited

Legend:

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

    r5472 r5622  
    5151          , iflag_phytrac, ok_new_lscp, ok_bs, ok_rad_bs               &
    5252          , iflag_thermals, nsplit_thermals              &
    53           , iflag_physiq, ok_3Deffect, ok_water_mass_fixer
     53          , iflag_physiq, ok_3Deffect, ok_water_mass_fixer             &
     54          , ok_mass_dtcon, ok_mass_dqcon, ok_mass_duvcon
    5455
    5556
     
    158159  !OB flag to activate water mass fixer in physiq
    159160  LOGICAL :: ok_water_mass_fixer
     161
     162  ! for conservation when calling deep convection every n time steps
     163  LOGICAL :: ok_mass_dtcon, ok_mass_dqcon, ok_mass_duvcon
     164
    160165
    161166
     
    207212  !$OMP      , iflag_phytrac, ok_new_lscp, ok_bs, ok_rad_bs               &
    208213  !$OMP      , iflag_thermals, nsplit_thermals              &
    209   !$OMP      , iflag_physiq, ok_3Deffect, ok_water_mass_fixer)
     214  !$OMP      , iflag_physiq, ok_3Deffect, ok_water_mass_fixer             &
     215  !$OMP      , ok_mass_dtcon, ok_mass_dqcon, ok_mass_duvcon )
    210216
    211217END MODULE clesphys_mod_h
Note: See TracChangeset for help on using the changeset viewer.