[1146] | 1 | integer :: iflag_thermals,nsplit_thermals |
---|
[1638] | 2 | |
---|
| 3 | !!! nrlmd le 10/04/2012 |
---|
| 4 | integer :: iflag_trig_bl,iflag_clos_bl |
---|
| 5 | integer :: tau_trig_shallow,tau_trig_deep |
---|
| 6 | real :: s_trig |
---|
| 7 | !!! fin nrlmd le 10/04/2012 |
---|
| 8 | |
---|
[1146] | 9 | real,parameter :: r_aspect_thermals=2.,l_mix_thermals=30. |
---|
[1496] | 10 | real :: alp_bl_k |
---|
[2000] | 11 | real :: tau_thermals,fact_thermals_ed_dz |
---|
[1638] | 12 | integer,parameter :: w2di_thermals=0 |
---|
[1146] | 13 | integer :: isplit |
---|
[542] | 14 | |
---|
[1146] | 15 | integer :: iflag_coupl,iflag_clos,iflag_wake |
---|
[2175] | 16 | integer :: iflag_thermals_ed,iflag_thermals_optflux |
---|
| 17 | !je: to compile with phytracr_slp.F in F77 < |
---|
| 18 | integer :: iflag_thermals_closure |
---|
[1146] | 19 | |
---|
[2175] | 20 | common/ctherm0/iflag_thermals_closure |
---|
| 21 | common/ctherm1/iflag_thermals,nsplit_thermals |
---|
[2000] | 22 | common/ctherm2/tau_thermals,alp_bl_k,fact_thermals_ed_dz |
---|
[879] | 23 | common/ctherm4/iflag_coupl,iflag_clos,iflag_wake |
---|
[1026] | 24 | common/ctherm5/iflag_thermals_ed,iflag_thermals_optflux |
---|
| 25 | |
---|
[1638] | 26 | !!! nrlmd le 10/04/2012 |
---|
| 27 | common/ctherm6/iflag_trig_bl,iflag_clos_bl |
---|
| 28 | common/ctherm7/tau_trig_shallow,tau_trig_deep |
---|
| 29 | common/ctherm8/s_trig |
---|
| 30 | !!! fin nrlmd le 10/04/2012 |
---|
| 31 | |
---|
[1647] | 32 | !$OMP THREADPRIVATE(/ctherm1/,/ctherm2/,/ctherm4/,/ctherm5/) |
---|
| 33 | !$OMP THREADPRIVATE(/ctherm6/,/ctherm7/,/ctherm8/) |
---|
[2175] | 34 | !$OMP THREADPRIVATE(/ctherm0/) |
---|
| 35 | |
---|