source: LMDZ6/trunk/libf/phylmd/alpale.h @ 4843

Last change on this file since 4843 was 4843, checked in by crio, 3 months ago

Nouvelle formulation du strig et correction thermiques montent trop haut

File size: 816 bytes
Line 
1!=====================================================================
2! Specifique de Ale/Alp :
3!=====================================================================
4! Mettre ca dans un alealp_th.sh en attendant mieux ...
5
6! dans alealp_th, thermcell_alp, physiq_mod, conf_phys
7      integer            :: iflag_trig_bl,iflag_clos_bl,iflag_strig
8      integer            :: tau_trig_shallow,tau_trig_deep
9      real               :: s_trig, h_trig
10! thermcell_alp et convection ...
11      integer            :: iflag_coupl,iflag_clos,iflag_wake
12! thermcell_alp
13      real               :: alp_bl_k
14
15      common/calpale1/iflag_trig_bl,iflag_clos_bl,tau_trig_shallow,tau_trig_deep,iflag_strig
16      common/calpale2/s_trig,iflag_coupl,iflag_clos,iflag_wake,alp_bl_k,h_trig
17
18!$OMP THREADPRIVATE(/calpale1/,/calpale2/)
Note: See TracBrowser for help on using the repository browser.