Changeset 4291


Ignore:
Timestamp:
Oct 3, 2022, 3:04:24 PM (20 months ago)
Author:
evignon
Message:

add initialisation of ice specific content for 1D cases (missing so far)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/1D_read_forc_cases.h

    r4104 r4291  
    7777      !EV tg instead of ts_cur
    7878      tg = ts_prof_cas
    79       print*, 'tg=', tg
    8079
    8180      do l = 1, llm
     
    8382       q(l,1) = qv_mod_cas(l)
    8483       q(l,2) = ql_mod_cas(l)
     84       q(l,3) = qi_mod_cas(l)
    8585       u(l) = u_mod_cas(l)
    8686       ug(l)= ug_mod_cas(l)
Note: See TracChangeset for help on using the changeset viewer.