Changeset 3275 for trunk/LMDZ.PLUTO/libf/phypluto/tracer_h.F90
- Timestamp:
- Mar 20, 2024, 3:05:14 PM (8 months ago)
- Location:
- trunk/LMDZ.PLUTO/libf/phypluto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto
-
Property
svn:ignore
set to
*.mod
vdifc_mod.F.save
-
Property
svn:ignore
set to
-
trunk/LMDZ.PLUTO/libf/phypluto/tracer_h.F90
r3237 r3275 51 51 ! Lists of constants for condensable tracers 52 52 real, save, allocatable :: constants_mass(:) ! molecular mass of the specie (g/mol) 53 real, save, allocatable :: constants_delta_ vapH(:) ! Enthalpy of vaporization (J/mol)53 real, save, allocatable :: constants_delta_gasH(:) ! Enthalpy of vaporization (J/mol) 54 54 real, save, allocatable :: constants_Tref(:) ! Ref temperature for Clausis-Clapeyron (K) 55 55 real, save, allocatable :: constants_Pref(:) ! Reference pressure for Clausius Clapeyron (Pa) … … 58 58 real, save, allocatable :: constants_metallicity_coeff(:) ! Coefficient to take into account the metallicity 59 59 real, save, allocatable :: constants_RCPV_generic(:) ! specific heat capacity of the tracer vapor at Tref 60 !$OMP THREADPRIVATE(constants_mass,constants_delta_ vapH,constants_Tref)60 !$OMP THREADPRIVATE(constants_mass,constants_delta_gasH,constants_Tref) 61 61 !$OMP THREADPRIVATE(constants_Pref,constants_epsi_generic) 62 62 !$OMP THREADPRIVATE(constants_RLVTT_generic,constants_metallicity_coeff,constants_RCPV_generic)
Note: See TracChangeset
for help on using the changeset viewer.