Ignore:
Timestamp:
Jul 23, 2024, 3:29:36 PM (4 months ago)
Author:
abarral
Message:

Handle CPP_INLANDSIS in lmdz_cppkeys_wrapper.F90
Remove obsolete key wrgrads_thermcell, _ADV_HALO, _ADV_HALLO, isminmax
Remove redundant uses of CPPKEY_INCA (thanks acozic)
Remove obsolete misc/write_field.F90
Remove unused ioipsl_* wrappers
Remove calls to WriteField_u with wrong signature
Convert .F -> .[fF]90
(lint) uppercase fortran operators
[note: 1d and iso still broken - working on it]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/alpale_th.F90

    r5101 r5103  
    100100!!
    101101!!   Control of the multiplication of no-trigger probabilities between calls
    102 !! to the convection scheme. If multiply_proba_notrig is .false., then
     102!! to the convection scheme. If multiply_proba_notrig is .FALSE., then
    103103!! 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_notrig
     104!! plays a role in the triggering of convection. If it is .TRUE., then propa_notrig
    105105!! is saved between calls to convection and is reset to 1 only after calling the
    106106!! convection scheme.
     
    108108!! there are 3 calls to alpale_th between calls to the convection scheme, then the
    109109!! 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_notrig
    111 !! is .true.
     110!! multiply_proba_notrig is .FALSE. and 0.271 (= 1.-0.9^3) if multiply_proba_notrig
     111!! is .TRUE.
    112112!!
    113113    IF (.NOT.multiply_proba_notrig) THEN
Note: See TracChangeset for help on using the changeset viewer.