Ignore:
Timestamp:
Jan 16, 2020, 10:44:19 AM (5 years ago)
Author:
emillour
Message:

Mars GCM:
Change "latentheat" flag to a more descriptive "latentheat_surfwater" and
set its default value to .true.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F

    r2179 r2218  
    867867!              pdtsrf(ig) = (tsrf_lw(ig)-ptsrf(ig))/ptimestep
    868868c             Take into account the H2O latent heat impact on the surface temperature
    869               if (latentheat) then
     869              if (latentheat_surfwater) then
    870870                tsrf_lh(ig) = ptsrf(ig) + pdtsrf(ig) *ptimestep
    871871                lh=(2834.3-0.28*(tsrf_lh(ig)-To)-
Note: See TracChangeset for help on using the changeset viewer.