Changeset 5103 for LMDZ6/branches/Amaury_dev/libf/phylmd/alpale_th.F90
- Timestamp:
- Jul 23, 2024, 3:29:36 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/alpale_th.F90
r5101 r5103 100 100 !! 101 101 !! Control of the multiplication of no-trigger probabilities between calls 102 !! to the convection scheme. If multiply_proba_notrig is . false., then102 !! to the convection scheme. If multiply_proba_notrig is .FALSE., then 103 103 !! proba_notrig is set to 1 at each CALL to alpale_th, so that only the last CALL 104 !! plays a role in the triggering of convection. If it is . true., then propa_notrig104 !! plays a role in the triggering of convection. If it is .TRUE., then propa_notrig 105 105 !! is saved between calls to convection and is reset to 1 only after calling the 106 106 !! convection scheme. … … 108 108 !! there are 3 calls to alpale_th between calls to the convection scheme, then the 109 109 !! probability of triggering convection will be 0.1 (= 1.-0.9) if 110 !! multiply_proba_notrig is . false. and 0.271 (= 1.-0.9^3) if multiply_proba_notrig111 !! is . true.110 !! multiply_proba_notrig is .FALSE. and 0.271 (= 1.-0.9^3) if multiply_proba_notrig 111 !! is .TRUE. 112 112 !! 113 113 IF (.NOT.multiply_proba_notrig) THEN
Note: See TracChangeset
for help on using the changeset viewer.