Ignore:
Timestamp:
Mar 19, 2026, 2:35:46 PM (3 weeks ago)
Author:
gmilcareck
Message:

Thermodynamics update on LMDZ.GENERIC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phygeneric/evap_generic.F90

    r2725 r4146  
    33    Use generic_cloud_common_h
    44    Use tracer_h
     5    use comcstfi_mod, only: cppd_ref
    56    implicit none
    67!==================================================================
     
    3839
    3940    !   Evaporate all the ice from the tracer
    40     zlvdcp = RLVTT_generic/cpp ! RLVTT_generic is the latent heat of vaporization (comes from generic_cloud_common_h attention)
     41    zlvdcp = RLVTT_generic/cppd_ref ! RLVTT_generic is the latent heat of vaporization (comes from generic_cloud_common_h attention)
    4142 
    4243    DO l=1,nlayer
Note: See TracChangeset for help on using the changeset viewer.