Changeset 2218 for trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
- Timestamp:
- Jan 16, 2020, 10:44:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
r2179 r2218 867 867 ! pdtsrf(ig) = (tsrf_lw(ig)-ptsrf(ig))/ptimestep 868 868 c Take into account the H2O latent heat impact on the surface temperature 869 if (latentheat ) then869 if (latentheat_surfwater) then 870 870 tsrf_lh(ig) = ptsrf(ig) + pdtsrf(ig) *ptimestep 871 871 lh=(2834.3-0.28*(tsrf_lh(ig)-To)-
Note: See TracChangeset
for help on using the changeset viewer.