Changeset 3502
- Timestamp:
- Nov 8, 2024, 10:56:55 AM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/phyetat0_mod.F90
r3483 r3502 71 71 CHARACTER*1 yes 72 72 ! 73 REAL p_rad,p_omeg,p_g,p_cpp,p_mugaz,p_daysec, TI73 REAL p_rad,p_omeg,p_g,p_cpp,p_mugaz,p_daysec,thermal_inertia_if_no_startfi 74 74 INTEGER nqold 75 75 … … 268 268 endif 269 269 else 270 call getin_p("therm_inertia",TI) 271 therm_inertia(:,:) = TI 270 thermal_inertia_if_no_startfi=400 ! default value 271 call getin_p("thermal_inertia_if_no_startfi",thermal_inertia_if_no_startfi) 272 therm_inertia(:,:) = thermal_inertia_if_no_startfi 272 273 !AF24 273 274 endif ! of if (startphy_file)
Note: See TracChangeset
for help on using the changeset viewer.