Changeset 2739 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Jun 30, 2022, 10:31:16 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/co2condens_mod.F
r2669 r2739 24 24 & qperemin,masseqmin, 25 25 & igcm_co2 26 use surfdat_h, only: emissiv , phisfi26 use surfdat_h, only: emissiv 27 27 use geometry_mod, only: latitude, ! grid point latitudes (rad) 28 28 & longitude_deg, latitude_deg … … 400 400 401 401 IF (zfallice(ig,1).gt.0 .and. .not. co2clouds) then 402 zfallheat = zfallice(ig,1) * (pphi(ig,1)- phisfi(ig) + 402 ! potential eneregy release due to the impact of the snowfall 403 ! appendix of forget et al. 1999 404 zfallheat = zfallice(ig,1) * (pphi(ig,1) + 403 405 & cpice*(ztcond(ig,1)-ztcondsol(ig)))/latcond 404 406 ELSE
Note: See TracChangeset
for help on using the changeset viewer.