source: LMDZ4/branches/LMDZ4-dev/libf/dyn3d/guide.h @ 1086

Last change on this file since 1086 was 1046, checked in by lmdzadmin, 16 years ago

Modifs guidage pour utiliser des champs de guidage sur niveaux hybrides
Ajout cle logique ok_gradsfile (.false. par defaut) pour activer sorties grads du guidage
FC/IM

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1!
2! $Header$
3!
4      real tau_min_u,tau_max_u
5      real tau_min_v,tau_max_v
6      real tau_min_T,tau_max_T
7      real tau_min_q,tau_max_q
8      real tau_min_P,tau_max_P
9      real aire_min,aire_max
10
11
12      logical guide_u,guide_v,guide_T,guide_Q,guide_P,guide_modele
13      logical guide_BL,guide_hr,gamma4
14
15      real lat_min_guide,lat_max_guide
16
17
18c     data tau_min_u,tau_max_u/0.02,10./
19c     data tau_min_v,tau_max_v/0.02,10./
20c     data tau_min_T,tau_max_T/0.02,10./
21c     data tau_min_q,tau_max_q/0.02,10./
22c     data tau_min_P,tau_max_P/0.02,10./
23c
24      LOGICAL ncep,ini_anal,ok_invertp
25      integer online
26
27c     data online/1/
28c     data ncep,ini_anal/.false.,.true./
29
30      common/comguide/
31     s tau_min_u,tau_max_u,
32     s tau_min_v,tau_max_v,
33     s tau_min_T,tau_max_T,
34     s tau_min_q,tau_max_q,
35     s tau_min_P,tau_max_P,
36     s aire_min,aire_max,
37     s lat_min_guide,lat_max_guide,
38     s ncep,ini_anal,
39     s online,
40     s guide_u,guide_v,guide_T,guide_Q,guide_P,
41     s guide_modele,ok_invertp,
42     s guide_hr,guide_BL,gamma4
Note: See TracBrowser for help on using the repository browser.