Changeset 4033 for trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90
- Timestamp:
- Jan 28, 2026, 3:06:52 PM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/callkeys_mod.F90
r3942 r4033 22 22 !$OMP THREADPRIVATE(strictboundrayleigh) 23 23 logical,save :: callthermos 24 logical,save :: callconduc 25 logical,save :: callmolvis 24 26 logical,save :: force_conduction 25 real,save :: phitop 27 real,save :: phitop_conduc 28 real,save :: phitop_molvis 26 29 real,save :: zztop 27 30 real,save :: a_coeff 28 31 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) 30 33 31 34 logical,save :: enertest
Note: See TracChangeset
for help on using the changeset viewer.
