Changeset 2701 for trunk/LMDZ.GENERIC/libf/phystd/evap_generic.F90
- Timestamp:
- Jun 21, 2022, 11:05:35 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/evap_generic.F90
r2694 r2701 1 1 subroutine evap_generic(ngrid,nlayer,nq,dtime,pt,pq,pdq,pdt,igcm_generic_vap, & 2 2 igcm_generic_ice,dqevap,dtevap,qevap,tevap) 3 Use generic common_h3 Use generic_cloud_common_h 4 4 Use tracer_h 5 5 implicit none … … 38 38 39 39 ! Evaporate all the ice from the tracer 40 zlvdcp = RLVTT/cpp ! RLVTT is the latent heat of vaporization (comes from generic common_h attention)40 zlvdcp = RLVTT/cpp ! RLVTT is the latent heat of vaporization (comes from generic_cloud_common_h attention) 41 41 42 42 DO l=1,nlayer
Note: See TracChangeset
for help on using the changeset viewer.