Ignore:
Timestamp:
Mar 11, 2011, 10:44:05 AM (13 years ago)
Author:
Laurent Fairhead
Message:

Modified closure for the new physics package, new values for the iflag_coupl parameter
FH


Fermeture modifiée pour la nouvelle physique, nouvelles valeurs définies pour
le paramètre iflag_coupl
FH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/conf_phys.F90

    r1492 r1496  
    2121                       flag_aerosol, new_aod, &
    2222                       bl95_b0, bl95_b1,&
    23                        iflag_thermals,nsplit_thermals,tau_thermals, &
    24                        iflag_thermals_ed,iflag_thermals_optflux, &
    25                        iflag_coupl,iflag_clos,iflag_wake, read_climoz, &
     23                       read_climoz, &
    2624                       alp_offset)
    2725
     
    3735 include "YOMCST.h"
    3836 include "YOMCST2.h"
     37
     38 include "thermcell.h"
     39
    3940!IM : on inclut/initialise les taux de CH4, N2O, CFC11 et CFC12
    4041include "clesphys.h"
     
    106107  real,save :: seuil_inversion_omp
    107108
    108   integer :: iflag_thermals,nsplit_thermals
    109109  integer,SAVE :: iflag_thermals_ed_omp,iflag_thermals_optflux_omp
    110   integer :: iflag_thermals_ed,iflag_thermals_optflux
    111110  integer,SAVE :: iflag_thermals_omp,nsplit_thermals_omp
    112   real :: tau_thermals
    113   real,save :: tau_thermals_omp
    114   integer :: iflag_coupl
    115   integer :: iflag_clos
    116   integer :: iflag_wake
     111  real,save :: tau_thermals_omp,alp_bl_k_omp
    117112  real :: alp_offset
    118113  REAL, SAVE :: alp_offset_omp
     
    1002997  call getin('nsplit_thermals',nsplit_thermals_omp)
    1003998
     999!Config Key  = alp_bl_k
     1000!Config Desc =
     1001!Config Def  = 0.
     1002!Config Help =
     1003!
     1004  alp_bl_k_omp = 1.
     1005  call getin('alp_bl_k',alp_bl_k_omp)
     1006
     1007!
    10041008!Config Key  = tau_thermals
    10051009!Config Desc =
     
    15541558    nsplit_thermals = nsplit_thermals_omp
    15551559    tau_thermals = tau_thermals_omp
     1560    alp_bl_k = alp_bl_k_omp
    15561561    iflag_coupl = iflag_coupl_omp
    15571562    iflag_clos = iflag_clos_omp
Note: See TracChangeset for help on using the changeset viewer.