Ignore:
Timestamp:
May 27, 2020, 2:59:10 PM (4 years ago)
Author:
fhourdin
Message:

Retropedalage sur le 1D.
Annulation de toutes les modifs de la veille.
Frederic

File:
1 edited

Legend:

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

    r3680 r3686  
    3434        real w_mod(llm), t_mod(llm),q_mod(llm)
    3535        real u_mod(llm),v_mod(llm), ht_mod(llm),vt_mod(llm),ug_mod(llm),vg_mod(llm)
    36         real temp_nudg_mod(llm),qv_nudg_mod(llm),u_nudg_mod(llm),v_nudg_mod(llm)
     36        real temp_nudg_mod(llm),qv_nudg_mod(llm),u_nudg_mod(llm),v_nudg_mod(llm)
    3737        real hq_mod(llm),vq_mod(llm),qv_mod(llm),ql_mod(llm),qt_mod(llm)
    3838        real th_mod(llm)
     
    280280!Declarations specifiques au cas standard
    281281
    282         real plev_mod_cas(llm)
    283         real t_mod_cas(llm),theta_mod_cas(llm),thl_mod_cas(llm),thv_mod_cas(llm)
    284         real qt_mod_cas(llm),qv_mod_cas(llm),ql_mod_cas(llm),qi_mod_cas(llm),q_mod_cas(llm)
    285         real rt_mod_cas(llm),rv_mod_cas(llm),rl_mod_cas(llm),ri_mod_cas(llm),rh_mod_cas(llm)
     282        real w_mod_cas(llm), t_mod_cas(llm),q_mod_cas(llm)
     283        real theta_mod_cas(llm),thl_mod_cas(llm),thv_mod_cas(llm)
     284        real qv_mod_cas(llm),ql_mod_cas(llm),qi_mod_cas(llm)
    286285        real ug_mod_cas(llm),vg_mod_cas(llm)
    287         real temp_nudg_mod_cas(llm),th_nudg_mod_cas(llm),thl_nudg_mod_cas(llm)
    288         real qt_nudg_mod_cas(llm),qv_nudg_mod_cas(llm),rt_nudg_mod_cas(llm),rv_nudg_mod_cas(llm)
    289         real u_nudg_mod_cas(llm),v_nudg_mod_cas(llm)
    290         real uadv_mod_cas(llm),vadv_mod_cas(llm)
    291         real qtadv_mod_cas(llm),qvadv_mod_cas(llm)
    292         real rtadv_mod_cas(llm),rvadv_mod_cas(llm)
    293         real tadv_mod_cas(llm),thadv_mod_cas(llm),thladv_mod_cas(llm)
    294         real trad_mod_cas(llm),thrad_mod_cas(llm),thlrad_mod_cas(llm)
    295         real u_mod_cas(llm),v_mod_cas(llm),w_mod_cas(llm)
     286        real temp_nudg_mod_cas(llm),qv_nudg_mod_cas(llm),v_nudg_mod_cas(llm),u_nudg_mod_cas(llm)
     287        real u_mod_cas(llm),v_mod_cas(llm)
    296288        real omega_mod_cas(llm)
    297289        real ht_mod_cas(llm),vt_mod_cas(llm),dt_mod_cas(llm),dtrad_mod_cas(llm)
Note: See TracChangeset for help on using the changeset viewer.