Changeset 3780 for LMDZ6/trunk/libf/phylmd/dyn1d/1D_read_forc_cases.h
- Timestamp:
- Oct 22, 2020, 2:50:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/1D_read_forc_cases.h
r3686 r3780 70 70 71 71 ! initial and boundary conditions : 72 ! 72 ! tsurf = ts_prof_cas 73 73 psurf = ps_prof_cas 74 ts_cur = ts_prof_cas 74 !EV tg instead of ts_cur 75 tg = ts_prof_cas 76 print*, 'tg=', tg 77 75 78 do l = 1, llm 76 79 temp(l) = t_mod_cas(l) … … 108 111 IF (ok_prescr_ust) THEN 109 112 ust=ustar_prof_cas 110 print *,'ust=',ust111 113 ENDIF 112 114 115 113 116 endif !forcing_SCM
Note: See TracChangeset
for help on using the changeset viewer.