Ignore:
Timestamp:
May 2, 2023, 4:58:20 PM (19 months ago)
Author:
emillour
Message:

Generic PCM:
Improve diagnostics given by callcorrk (get min/max over whole globe, not
just over the master domain).
While at it also moved "Nmix_co2" and "radfixed" from callkeys_mod to radii_mod
since they are only used in that module.
EM

File:
1 edited

Legend:

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

    r2871 r2954  
    3737      logical,save :: varactive
    3838      logical,save :: varfixed
    39       logical,save :: radfixed
    4039      logical,save :: sedimentation
    4140      logical,save :: generic_condensation
    4241      logical,save :: generic_rain
    43 !$OMP THREADPRIVATE(varactive,varfixed,radfixed,sedimentation,generic_condensation,generic_rain)
     42!$OMP THREADPRIVATE(varactive,varfixed,sedimentation,generic_condensation,generic_rain)
    4443      logical,save :: water ,watercond, waterrain, moistadjustment
    4544!$OMP THREADPRIVATE(water, watercond, waterrain, moistadjustment)
     
    104103!$OMP THREADPRIVATE(tplanckmin,tplanckmax,dtplanck)
    105104      real,save :: topdustref
    106       real,save :: Nmix_co2
    107105      real,save :: dusttau
    108106      real,save :: Fat1AU
    109107      real,save :: stelTbb
    110 !$OMP THREADPRIVATE(topdustref,Nmix_co2,dusttau,Fat1AU,stelTbb)
     108!$OMP THREADPRIVATE(topdustref,dusttau,Fat1AU,stelTbb)
    111109      real,save :: Tstrat
    112110      real,save :: tplanet
Note: See TracChangeset for help on using the changeset viewer.