Changeset 4827


Ignore:
Timestamp:
Feb 16, 2024, 2:59:33 PM (3 months ago)
Author:
jyg
Message:

Improved comment for multiply_proba_notrig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/alpale_th.F90

    r4826 r4827  
    100100
    101101!!
    102 !!  The following 3 lines should be commented if one wants to activate the
    103 !! multiplication of no-trigger probabilities between calls to the convection
    104 !! scheme.
     102!!   Control of the multiplication of no-trigger probabilities between calls
     103!! to the convection scheme. If multiply_proba_notrig is .false., then
     104!! proba_notrig is set to 1 at each call to alpale_th, so that only the last call
     105!! plays a role in the triggering of convection. If it is .true., then propa_notrig
     106!! is saved between calls to convection and is reset to 1 only after calling the
     107!! convection scheme.
     108!!    For instance, if the probability of no_trigger is 0.9 at each call, and if
     109!! there are 3 calls to alpale_th between calls to the convection scheme, then the
     110!! probability of triggering convection will be 0.1 (= 1.-0.9) if
     111!! multiply_proba_notrig is .false. and 0.271 (= 1.-0.9^3) if multiply_proba_notrig
     112!! is .true.
    105113!!
    106114    IF (.NOT.multiply_proba_notrig) THEN
Note: See TracChangeset for help on using the changeset viewer.