Ignore:
Timestamp:
Apr 30, 2020, 5:14:24 PM (5 years ago)
Author:
mvals
Message:

Mars GCM:
follow-up of the commit regarding the dynamical transport of isotopes: new variables for the thresholds for zq(pere) and masseq in the transport of
the isotopic Ratio
MV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d_common/infotrac.F90

    r2306 r2307  
    3232  INTEGER, ALLOCATABLE, DIMENSION(:,:), SAVE    :: iqfils
    3333  INTEGER, ALLOCATABLE, DIMENSION(:), SAVE    :: iqpere
     34  REAL :: qperemin,masseqmin ! MVals: thresholds for zq(pere) and masseq in the transport of the isotopic Ratio (vlsplt_p.F)
     35  PARAMETER (qperemin=1.e-16)
     36  PARAMETER (masseqmin=1.e-16)
    3437
    3538! conv_flg(it)=0 : convection desactivated for tracer number it
Note: See TracChangeset for help on using the changeset viewer.