[416] | 1 | c------------------------------------------------------------ |
---|
| 2 | c Parameters for convectL, iflag_con=3: |
---|
| 3 | c (includes - microphysical parameters, |
---|
| 4 | c - parameters that control the rate of approach |
---|
| 5 | c to quasi-equilibrium) |
---|
| 6 | c - noff & minorig (previously in input of convect1) |
---|
| 7 | c------------------------------------------------------------ |
---|
| 8 | |
---|
| 9 | integer noff, minorig, nl, nlp, nlm |
---|
| 10 | real sigd, spfac |
---|
[433] | 11 | cIM cf. FH : pour compatibilite avec conema3 TEMPORAIRE real pbcrit, ptcrit, epmax |
---|
| 12 | real pbcrit, ptcrit |
---|
[416] | 13 | real omtrain |
---|
| 14 | real dtovsh, dpbase, dttrig |
---|
| 15 | real dtcrit, tau, beta, alpha |
---|
| 16 | real delta |
---|
| 17 | real betad |
---|
| 18 | |
---|
| 19 | COMMON /cvparam3/ noff, minorig, nl, nlp, nlm |
---|
| 20 | : , sigd, spfac |
---|
[433] | 21 | cIM cf. FH : pour compatibilite avec conema3 TEMPORAIRE : ,pbcrit, ptcrit, epmax |
---|
| 22 | : ,pbcrit, ptcrit |
---|
[416] | 23 | : ,omtrain |
---|
| 24 | : ,dtovsh, dpbase, dttrig |
---|
| 25 | : ,dtcrit, tau, beta, alpha, delta, betad |
---|
| 26 | |
---|