Ignore:
Timestamp:
Jan 21, 2022, 3:50:54 PM (2 years ago)
Author:
oboucher
Message:

Audran Borella's parametrisation for ice supersaturation
activated with flag_ice_sursat (FALSE by default)

File:
1 edited

Legend:

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

    r3999 r4059  
    123123    USE print_control_mod, ONLY: lunout, prt_level
    124124
    125     IMPLICIT none
     125    IMPLICIT NONE
    126126
    127127
     
    202202    ENDDO
    203203
    204 
    205204    RETURN
    206205
     
    215214!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    216215
    217 
    218     IMPLICIT none
     216    IMPLICIT NONE
    219217
    220218    include "YOMCST.h"
     
    236234    REAL, INTENT(OUT) :: dqs     ! derivation of saturation specific humidity wrt T
    237235
    238 
    239236    REAL delta, cor, cvm5
    240 
    241237   
    242238    IF (phase .EQ. 1) THEN
     
    261257    dqs= FOEDE(temp,delta,cvm5,qs,cor)
    262258
    263 
    264 
    265259END SUBROUTINE CALC_QSAT_ECMWF
    266260!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
     
    278272
    279273
    280     IMPLICIT none
     274    IMPLICIT NONE
    281275
    282276    include "YOMCST.h"
     
    341335        ENDIF
    342336   
    343 
    344 
    345 
    346337END SUBROUTINE CALC_GAMMASAT
    347338
Note: See TracChangeset for help on using the changeset viewer.