Ignore:
Timestamp:
Apr 29, 2019, 3:13:04 PM (6 years ago)
Author:
aboissinot
Message:

Alimentation (more precisely lalim) is removed from thermcell_flux as well as corrections which need it.
Consequently, iflag_thermals_optflux flag is removed from thermcell_mod.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/thermcell_mod.F90

    r2127 r2132  
    66! Flags for computations
    77                                                                  !  default
    8       INTEGER,PARAMETER :: iflag_thermals_optflux     = 1         !  0        -
    98      INTEGER,PARAMETER :: dqimpl                     = 1         !  1        flag for thermcell_dq version (1 : implicit scheme || 0 : explicit scheme)
    109     
     
    1312      REAL,PARAMETER :: r_aspect_thermals             = 1.0       !           Aspect ratio of the thermals (width / height)
    1413      REAL,PARAMETER :: tau_thermals                  = 0.        !  0.       Relaxation time
    15       REAL,PARAMETER :: betalpha                      = 1.0       !  0.9      - between 0 (e=d) and 1 (rho*fraca=cst)
    16       REAL,PARAMETER :: afact                         = 1.        !  2./3.    - buoyancy contribution, between 0 and 1
    17       REAL,PARAMETER :: fact_epsilon                  = 1.e-4     !  2.e-3    - friction
     14      REAL,PARAMETER :: betalpha                      = 1.0       !  0.9       - factor between 0 (e=d) and 1 (rho*fraca=cst)
     15      REAL,PARAMETER :: afact                         = 1.        !  2./3.    Buoyancy contribution - factor between 0 and 1
     16      REAL,PARAMETER :: fact_epsilon                  = 1.e-4     !  2.e-3    Friction at plume borders - exponential decrease
    1817      REAL,PARAMETER :: nu                            = 0.000     !           Geometrical contributions to entrainment and detrainment
    19       REAL,PARAMETER :: alphamax                      = 0.7       !  0.7      Maximal permitted updraft fraction
     18      REAL,PARAMETER :: alpha_max                     = 0.7       !  0.7      Maximal permitted updraft fraction
    2019      REAL,PARAMETER :: fomass_max                    = 0.5       !  0.5      Maximal permitted outgoing layer mass fraction
    21       REAL,PARAMETER :: pres_limit                    = 2.e5      !  1.e5     -
     20      REAL,PARAMETER :: pres_limit                    = 2.e5      !  1.e5     Minimal permitted pressure to trigger a thermal plume
    2221     
    2322!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note: See TracChangeset for help on using the changeset viewer.