Changeset 2295 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Jun 12, 2015, 6:44:36 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_ctrlout_mod.F90
r2271 r2295 1085 1085 TYPE(ctrl_out), SAVE :: o_wake_omg = ctrl_out((/ 4, 5, 10, 10, 10, 10, 11, 11, 11 /), & 1086 1086 'wake_omg', 'wake_omg', ' ', (/ ('', i=1, 9) /)) 1087 TYPE(ctrl_out), SAVE :: o_wdtrainA = ctrl_out((/ 4, 1, 10, 4, 1, 10, 11, 11, 110 /), &1087 TYPE(ctrl_out), SAVE :: o_wdtrainA = ctrl_out((/ 4, 5, 10, 4, 1, 10, 11, 11, 110 /), & 1088 1088 'wdtrainA', 'precipitation from AA', '-', (/ ('', i=1, 9) /)) 1089 TYPE(ctrl_out), SAVE :: o_wdtrainM = ctrl_out((/ 4, 1, 10, 4, 1, 10, 11, 11, 110 /), &1089 TYPE(ctrl_out), SAVE :: o_wdtrainM = ctrl_out((/ 4, 5, 10, 4, 1, 10, 11, 11, 110 /), & 1090 1090 'wdtrainM', 'precipitation from mixture', '-', (/ ('', i=1, 9) /)) 1091 1091 TYPE(ctrl_out), SAVE :: o_Vprecip = ctrl_out((/ 10, 10, 10, 10, 10, 10, 11, 11, 11 /), & -
LMDZ5/trunk/libf/phylmd/physiq.F90
r2294 r2295 442 442 integer :: tau_trig(klon) 443 443 444 REAL,SAVE :: random_notrig_max=1. 01444 REAL,SAVE :: random_notrig_max=1. 445 445 !$OMP THREADPRIVATE(random_notrig_max) 446 446 … … 2740 2740 proba_notrig(i)=1. 2741 2741 random_notrig(i)=1e6*ale_bl_stat(i)-int(1e6*ale_bl_stat(i)) 2742 if ( random_notrig(i) > random_notrig_max ) random_notrig(i)= 1.12742 if ( random_notrig(i) > random_notrig_max ) random_notrig(i)=0. 2743 2743 if ( ale_bl_trig(i) .lt. abs(cin(i))+1.e-10 ) then 2744 2744 tau_trig(i)=tau_trig_shallow
Note: See TracChangeset
for help on using the changeset viewer.