Changeset 4535 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- May 13, 2023, 2:12:05 PM (21 months ago)
- Location:
- LMDZ6/trunk/libf/phylmdiso
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/fisrtilp.F90
r4491 r4535 26 26 ! flag to include modifications to ensure energy conservation (if flag >0) 27 27 USE add_phys_tend_mod, only : fl_cor_ebil 28 USE lscp_ini_mod, ONLY: iflag_t_glace,t_glace_min, t_glace_max, exposant_glace 29 USE lscp_ini_mod, ONLY: iflag_cloudth_vert, iflag_rain_incloud_vol 30 USE lscp_ini_mod, ONLY: coef_eva, coef_eva_i, ffallv_lsc, ffallv_con 31 USE lscp_ini_mod, ONLY: cld_tau_lsc, cld_tau_con, cld_lc_lsc, cld_lc_con 32 USE lscp_ini_mod, ONLY: reevap_ice, iflag_bergeron, iflag_fisrtilp_qsat, iflag_pdf 33 34 35 28 36 #ifdef ISO 29 37 USE infotrac_phy, ONLY: ntraciso=>ntiso,niso,itZonIso … … 82 90 !====================================================================== 83 91 include "YOMCST.h" 84 include "fisrtilp.h"85 include "nuage.h" ! JBM (3/14)86 87 92 ! 88 93 ! Principaux inputs: -
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r4530 r4535 1909 1909 CALL thermcell_ini(iflag_thermals,prt_level,tau_thermals,lunout, & 1910 1910 & RG,RD,RCPD,RKAPPA,RLVTT,RETV) 1911 IF (ok_new_lscp) then 1912 CALL lscp_ini(pdtphys,ok_ice_sursat) 1913 endif 1911 CALL lscp_ini(pdtphys,ok_ice_sursat,RCPD, RLSTT, RLVTT, RLMLT, RVTMP2, RTT,RD,RG) 1914 1912 CALL blowing_snow_ini(prt_level,lunout, & 1915 1913 RCPD, RLSTT, RLVTT, RLMLT, &
Note: See TracChangeset
for help on using the changeset viewer.