Ignore:
Timestamp:
Feb 18, 2026, 8:45:27 PM (2 weeks ago)
Author:
tbertrand
Message:

Pluto PCM:
Allowing atmospheric temperatures to be fixed following an input profile (fixed_temp_prof option)
TB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/callkeys_mod.F90

    r3959 r4078  
    6262      logical,save :: kbo
    6363!$OMP THREADPRIVATE(kbo)
    64       logical,save :: cooling
    65 !$OMP THREADPRIVATE(cooling)
     64      logical,save :: cooling,fixed_temp_prof
     65!$OMP THREADPRIVATE(cooling,fixed_temp_prof)
    6666      logical,save :: source_haze,hazeconservch4,haze_ch4proffix
    6767!$OMP THREADPRIVATE(source_haze,hazeconservch4,haze_ch4proffix)
     
    112112      real,save    :: tau_prechaze
    113113!$OMP THREADPRIVATE(tau_prechaze)
     114      real,save    :: tau_temp
     115!$OMP THREADPRIVATE(tau_temp)
    114116      real,save    :: paleoyears
    115117!$OMP THREADPRIVATE(paleoyears)
Note: See TracChangeset for help on using the changeset viewer.