/[lmdze]/trunk/libf/dyn3d/conf_guide.f
ViewVC logotype

Annotation of /trunk/libf/dyn3d/conf_guide.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Wed Feb 27 13:16:39 2008 UTC (16 years, 2 months ago) by guez
File size: 2025 byte(s)
Initial import
1 guez 3 !
2     ! $Header: /home/cvsroot/LMDZ4/libf/dyn3d/conf_guide.F,v 1.1.1.1 2004/05/19 12:53:07 lmdzadmin Exp $
3     !
4     c
5     c
6     SUBROUTINE conf_guide
7     c
8     use IOIPSL
9     use getparam
10     use guide_m
11     IMPLICIT NONE
12    
13     c-----------------------------------------------------------------------
14     c Parametres de controle du run:
15     c-----------------------------------------------------------------------
16    
17     call getpar('guide.eff')
18    
19     call getpar('online',1,online,'Index de controle du guide')
20     CALL getpar('ncep',.false.,ncep,'Coordonnee vert NCEP ou ECMWF')
21     CALL getpar('ini_anal',.false.,ini_anal,'Initial = analyse')
22    
23     CALL getpar('guide_u',.true.,guide_u,'guidage de u')
24     CALL getpar('guide_v',.true.,guide_v,'guidage de v')
25     CALL getpar('guide_T',.true.,guide_T,'guidage de T')
26     CALL getpar('guide_P',.true.,guide_P,'guidage de P')
27     CALL getpar('guide_Q',.true.,guide_Q,'guidage de Q')
28    
29     c Constantes de rappel. Unite : fraction de jour
30     CALL getpar('tau_min_u',0.02,tau_min_u,'Cste de rappel min, u')
31     CALL getpar('tau_max_u', 10.,tau_max_u,'Cste de rappel max, u')
32     CALL getpar('tau_min_v',0.02,tau_min_v,'Cste de rappel min, v')
33     CALL getpar('tau_max_v', 10.,tau_max_v,'Cste de rappel max, v')
34     CALL getpar('tau_min_T',0.02,tau_min_T,'Cste de rappel min, T')
35     CALL getpar('tau_max_T', 10.,tau_max_T,'Cste de rappel max, T')
36     CALL getpar('tau_min_Q',0.02,tau_min_Q,'Cste de rappel min, Q')
37     CALL getpar('tau_max_Q', 10.,tau_max_Q,'Cste de rappel max, Q')
38     CALL getpar('tau_min_P',0.02,tau_min_P,'Cste de rappel min, P')
39     CALL getpar('tau_max_P', 10.,tau_max_P,'Cste de rappel max, P')
40    
41     c Latitude min et max pour le rappel.
42     c dans le cas ou on 'a les analyses que sur une bande de latitudes.
43     CALL getpar('lat_min_guide',-90.,lat_min_guide
44     s ,'Latitude minimum pour le guidage ')
45     CALL getpar('lat_max_guide', 90.,lat_max_guide
46     s ,'Latitude maximum pour le guidage ')
47    
48    
49     CALL getpar
50    
51     end

  ViewVC Help
Powered by ViewVC 1.1.21