Changeset 973 for LMDZ4/trunk/libf/phylmd/conf_phys.F90
- Timestamp:
- Jun 19, 2008, 12:25:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/conf_phys.F90
r970 r973 12 12 & ok_ade, ok_aie, aerosol_couple, & 13 13 & bl95_b0, bl95_b1,& 14 & iflag_thermals,nsplit_thermals, &14 & iflag_thermals,nsplit_thermals,tau_thermals, & 15 15 & iflag_coupl,iflag_clos,iflag_wake ) 16 16 … … 81 81 integer :: iflag_thermals,nsplit_thermals 82 82 integer,SAVE :: iflag_thermals_omp,nsplit_thermals_omp 83 real :: tau_thermals 84 real,save :: tau_thermals_omp 83 85 integer :: iflag_coupl 84 86 integer :: iflag_clos … … 830 832 nsplit_thermals_omp = 1 831 833 call getin('nsplit_thermals',nsplit_thermals_omp) 834 835 !Config Key = tau_thermals 836 !Config Desc = 837 !Config Def = 0. 838 !Config Help = 839 ! 840 tau_thermals_omp = 0. 841 call getin('tau_thermals',tau_thermals_omp) 832 842 833 843 ! … … 1171 1181 iflag_thermals = iflag_thermals_omp 1172 1182 nsplit_thermals = nsplit_thermals_omp 1183 tau_thermals = tau_thermals_omp 1173 1184 iflag_coupl = iflag_coupl_omp 1174 1185 iflag_clos = iflag_clos_omp
Note: See TracChangeset
for help on using the changeset viewer.