Changeset 1496 for LMDZ5/trunk/libf/phylmd/conf_phys.F90
- Timestamp:
- Mar 11, 2011, 10:44:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/conf_phys.F90
r1492 r1496 21 21 flag_aerosol, new_aod, & 22 22 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, & 26 24 alp_offset) 27 25 … … 37 35 include "YOMCST.h" 38 36 include "YOMCST2.h" 37 38 include "thermcell.h" 39 39 40 !IM : on inclut/initialise les taux de CH4, N2O, CFC11 et CFC12 40 41 include "clesphys.h" … … 106 107 real,save :: seuil_inversion_omp 107 108 108 integer :: iflag_thermals,nsplit_thermals109 109 integer,SAVE :: iflag_thermals_ed_omp,iflag_thermals_optflux_omp 110 integer :: iflag_thermals_ed,iflag_thermals_optflux111 110 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 117 112 real :: alp_offset 118 113 REAL, SAVE :: alp_offset_omp … … 1002 997 call getin('nsplit_thermals',nsplit_thermals_omp) 1003 998 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 ! 1004 1008 !Config Key = tau_thermals 1005 1009 !Config Desc = … … 1554 1558 nsplit_thermals = nsplit_thermals_omp 1555 1559 tau_thermals = tau_thermals_omp 1560 alp_bl_k = alp_bl_k_omp 1556 1561 iflag_coupl = iflag_coupl_omp 1557 1562 iflag_clos = iflag_clos_omp
Note: See TracChangeset
for help on using the changeset viewer.