Changeset 4078 for trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90
- Timestamp:
- Feb 18, 2026, 8:45:27 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90
r4027 r4078 311 311 312 312 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)//& 313 321 ": prohibit calculations outside corrk T grid?" 314 322 strictboundcorrk=.true. ! default value
Note: See TracChangeset
for help on using the changeset viewer.
