Ignore:
Timestamp:
Jan 15, 2018, 6:25:50 PM (6 years ago)
Author:
jyg
Message:

Introducing upper bounds on the convective
tendencies above which convection scheme is called
every time step.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phys_state_var_mod.F90

    r3106 r3150  
    1616      INTEGER, PARAMETER :: nout=3
    1717      INTEGER, PARAMETER :: napisccp=1
    18       INTEGER, SAVE :: radpas
    19       INTEGER, SAVE :: cvpas
    20       INTEGER, SAVE :: wkpas
     18      INTEGER, SAVE :: radpas  ! radiation is called every "radpas" step
     19      INTEGER, SAVE :: cvpas   ! convection is called every "cvpas" step
     20      INTEGER, SAVE :: cvpas_0 ! reference value for cvpas
     21      INTEGER, SAVE :: wkpas   ! wake scheme is called every "wkpas" step
    2122      REAL, PARAMETER :: missing_val_nf90=nf90_fill_real
    2223!$OMP THREADPRIVATE(radpas)
    2324!$OMP THREADPRIVATE(cvpas)
     25!$OMP THREADPRIVATE(cvpas_0)
    2426!$OMP THREADPRIVATE(wkpas)
    2527      REAL, SAVE :: dtime, solaire_etat0
Note: See TracChangeset for help on using the changeset viewer.