Changeset 4291 for LMDZ6/trunk
- Timestamp:
- Oct 3, 2022, 3:04:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/1D_read_forc_cases.h
r4104 r4291 77 77 !EV tg instead of ts_cur 78 78 tg = ts_prof_cas 79 print*, 'tg=', tg80 79 81 80 do l = 1, llm … … 83 82 q(l,1) = qv_mod_cas(l) 84 83 q(l,2) = ql_mod_cas(l) 84 q(l,3) = qi_mod_cas(l) 85 85 u(l) = u_mod_cas(l) 86 86 ug(l)= ug_mod_cas(l)
Note: See TracChangeset
for help on using the changeset viewer.