Ignore:
Timestamp:
Jun 21, 2022, 11:05:35 AM (2 years ago)
Author:
aslmd
Message:

rename largescale_generic and genericcommon_h

File:
1 edited

Legend:

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

    r2694 r2701  
    11subroutine evap_generic(ngrid,nlayer,nq,dtime,pt,pq,pdq,pdt,igcm_generic_vap, &
    22                        igcm_generic_ice,dqevap,dtevap,qevap,tevap)
    3     Use genericcommon_h
     3    Use generic_cloud_common_h
    44    Use tracer_h
    55    implicit none
     
    3838
    3939    !   Evaporate all the ice from the tracer
    40     zlvdcp = RLVTT/cpp ! RLVTT is the latent heat of vaporization (comes from genericcommon_h attention)
     40    zlvdcp = RLVTT/cpp ! RLVTT is the latent heat of vaporization (comes from generic_cloud_common_h attention)
    4141 
    4242    DO l=1,nlayer
Note: See TracChangeset for help on using the changeset viewer.