Changeset 4650 for LMDZ6/trunk/libf/phylmd/dyn1d
- Timestamp:
- Aug 28, 2023, 8:17:17 AM (14 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd/dyn1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h
r4603 r4650 266 266 !Config Def = 0. 267 267 !Config Help = 268 t surf= 0.268 time_ini = 0. 269 269 CALL getin('time_ini',time_ini) 270 270 -
LMDZ6/trunk/libf/phylmd/dyn1d/1D_read_forc_cases.h
r4297 r4650 73 73 74 74 ! initial and boundary conditions : 75 ! initial pressure 75 76 psurf = ps_prof_cas 76 if (tskin_prof_cas .NE. 0.) THEN 77 78 !initial surface temperature 79 if (tskin_prof_cas .NE. 0.) then 80 ! we take the first value of the prescribed ts 77 81 tsurf=tskin_prof_cas 82 else if (ts_prof_cas .NE. 0) then 83 ! if an initial ts value is present, we take it 84 tsurf=ts_prof_cas 78 85 endif 79 86 87 ! ts forcing during the run (if any) 80 88 tg = ts_prof_cas 81 89 if ((tg .eq. 0.) .and. (tskin_prof_cas .NE. 0.)) THEN
Note: See TracChangeset
for help on using the changeset viewer.