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

Print tendencies in diagfi.nc and small correction

File:
1 edited

Legend:

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

    r2550 r2714  
    115115!$OMP THREADPRIVATE(madjdE,madjdEz,lscaledE,lscaledEz)
    116116     
     117      real,dimension(:),allocatable,save :: genericconddE ! Heat from generic condensation (W.m-2)
     118!$OMP THREADPRIVATE(genericconddE)
     119
    117120      real,dimension(:),allocatable,save :: H2Omaxcol ! Maximum possible H2O column amount (at 100% saturation) (kg.m-2).
    118121!$OMP THREADPRIVATE(H2Omaxcol)
     
    202205        ALLOCATE(lscaledE(klon))
    203206        ALLOCATE(lscaledEz(klon,klev))
     207        ALLOCATE(genericconddE(klon))
    204208        ALLOCATE(H2Omaxcol(klon))
    205209        ! This is defined in comsaison_h
     
    293297        DEALLOCATE(lscaledE)
    294298        DEALLOCATE(lscaledEz)
     299        DEALLOCATE(genericconddE)
    295300        DEALLOCATE(H2Omaxcol)       
    296301        DEALLOCATE(mu0)
Note: See TracChangeset for help on using the changeset viewer.