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/inifis_mod.F90

    r4027 r4078  
    311311
    312312     if (is_master) write(*,*) trim(rname)//&
     313       ": call simple fixed temperature profile"
     314     fixed_temp_prof=.false. ! default value
     315     call getin_p("fixed_temp_prof",fixed_temp_prof)
     316     if (is_master) write(*,*) trim(rname)//": fixed_temp_prof = ",fixed_temp_prof
     317     tau_temp=1. ! default value
     318     call getin_p("tau_temp",tau_temp)
     319
     320     if (is_master) write(*,*) trim(rname)//&
    313321       ": prohibit calculations outside corrk T grid?"
    314322     strictboundcorrk=.true. ! default value
Note: See TracChangeset for help on using the changeset viewer.