Ignore:
Timestamp:
Jan 28, 2026, 3:06:52 PM (4 weeks ago)
Author:
mmaurice
Message:

Generic PCM

Introduce molecular viscosity module. Add callconduc and callmolvis
flags to call conduction and molecular viscosity, respectively. Change
phitop in conduction to phitop_conduc (there is also phitop_molvis now).
Move thermal conductivity lambda to conc_mod.F90.

MM

File:
1 edited

Legend:

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

    r3942 r4033  
    2222!$OMP THREADPRIVATE(strictboundrayleigh)
    2323      logical,save :: callthermos
     24      logical,save :: callconduc
     25      logical,save :: callmolvis
    2426      logical,save :: force_conduction
    25       real,save    :: phitop
     27      real,save    :: phitop_conduc
     28      real,save    :: phitop_molvis
    2629      real,save    :: zztop
    2730      real,save    :: a_coeff
    2831      real,save    :: s_coeff
    29 !$OMP THREADPRIVATE(callthermos,phitop,zztop,force_conduction,a_coeff,s_coeff)
     32!$OMP THREADPRIVATE(callthermos,callconduc,callmolvis,phitop_conduc,phitop_molvis,zztop,force_conduction,a_coeff,s_coeff)
    3033
    3134      logical,save :: enertest
Note: See TracChangeset for help on using the changeset viewer.