Changeset 5791 for LMDZ6/branches/contrails/libf/phylmd/lmdz_lscp_tools.f90
- Timestamp:
- Jul 28, 2025, 7:23:15 PM (6 days ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5654-5683,5685-5690,5692-5715,5718-5721,5726-5727,5729,5744-5761,5763-5778,5780,5785-5789
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/phylmd/lmdz_lscp_tools.f90
r5790 r5791 287 287 288 288 289 SUBROUTINE ICEFRAC_LSCP_TURB(klon, dtime, pticefracturb, temp, pplay, paprsdn, paprsup, wvel, qice_ini, snowcld, snowfracld,qtot_incl, cldfra, tke, &289 SUBROUTINE ICEFRAC_LSCP_TURB(klon, dtime, pticefracturb, temp, pplay, paprsdn, paprsup, wvel, qice_ini, snowcld, qtot_incl, cldfra, tke, & 290 290 tke_dissip, sursat_e, invtau_e, qliq, qvap_cld, qice, icefrac, dicefracdT, cldfraliq, sigma2_icefracturb, mean_icefracturb) 291 291 !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ … … 321 321 REAL, INTENT(IN), DIMENSION(klon) :: qice_ini !--initial specific ice content gridbox-mean [kg/kg] 322 322 REAL, INTENT(IN), DIMENSION(klon) :: snowcld !--in-cloud snowfall flux [kg/m2/s] 323 REAL, INTENT(IN), DIMENSION(klon) :: snowfracld !--cloudy precip fraction [-]324 323 REAL, INTENT(IN), DIMENSION(klon) :: sursat_e !--environment supersaturation [-] 325 324 REAL, INTENT(IN), DIMENSION(klon) :: invtau_e !--inverse time-scale of mixing with environment [s-1] … … 422 421 ! we consider here the mean snowflake concentration in the mesh (not the in-cloud concentration) 423 422 ! when poprecip is active, it will be worth testing considering the incloud fraction, dividing 424 ! by snowfracld423 ! by znebprecipcld 425 424 ! qiceini_incl = qice_ini(i) / cldfra1D + & 426 425 ! gamma_snwretro * snowcld(i) * RG * dtime / ( paprsdn(i) - paprsup(i) )
Note: See TracChangeset
for help on using the changeset viewer.