Ignore:
Timestamp:
Mar 20, 2024, 3:05:14 PM (8 months ago)
Author:
afalco
Message:

Pluto PCM:
Changed _vap to _gas;
Included surfprop.F90;
callcorrk includes methane
AF

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
  • trunk/LMDZ.PLUTO/libf/phypluto/tracer_h.F90

    r3237 r3275  
    5151       ! Lists of constants for condensable tracers
    5252       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)
    5454       real, save, allocatable :: constants_Tref(:)                 ! Ref temperature for Clausis-Clapeyron (K)
    5555       real, save, allocatable :: constants_Pref(:)                 ! Reference pressure for Clausius Clapeyron (Pa)
     
    5858       real, save, allocatable :: constants_metallicity_coeff(:)    ! Coefficient to take into account the metallicity
    5959       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)
    6161!$OMP THREADPRIVATE(constants_Pref,constants_epsi_generic)
    6262!$OMP THREADPRIVATE(constants_RLVTT_generic,constants_metallicity_coeff,constants_RCPV_generic)
Note: See TracChangeset for help on using the changeset viewer.