1 | ! |
---|
2 | ! $Id: initdynav_p.F 2622 2016-09-04 06:12:02Z fairhead $ |
---|
3 | ! |
---|
4 | subroutine initdynav_p(infile,day0,anne0,tstep,t_ops,t_wrt,fileid) |
---|
5 | |
---|
6 | #ifdef CPP_IOIPSL |
---|
7 | ! This routine needs IOIPSL |
---|
8 | USE IOIPSL |
---|
9 | #endif |
---|
10 | USE parallel_lmdz |
---|
11 | use Write_field |
---|
12 | use misc_mod |
---|
13 | USE infotrac |
---|
14 | USE comconst_mod, ONLY: pi |
---|
15 | USE comvert_mod, ONLY: nivsigs |
---|
16 | USE temps_mod, ONLY: itau_dyn |
---|
17 | |
---|
18 | implicit none |
---|
19 | |
---|
20 | C |
---|
21 | C Routine d'initialisation des ecritures des fichiers histoires LMDZ |
---|
22 | C au format IOIPSL. Initialisation du fichier histoire moyenne. |
---|
23 | C |
---|
24 | C Appels succesifs des routines: histbeg |
---|
25 | C histhori |
---|
26 | C histver |
---|
27 | C histdef |
---|
28 | C histend |
---|
29 | C |
---|
30 | C Entree: |
---|
31 | C |
---|
32 | C infile: nom du fichier histoire a creer |
---|
33 | C day0,anne0: date de reference |
---|
34 | C tstep : frequence d'ecriture |
---|
35 | C t_ops: frequence de l'operation pour IOIPSL |
---|
36 | C t_wrt: frequence d'ecriture sur le fichier |
---|
37 | C |
---|
38 | C Sortie: |
---|
39 | C fileid: ID du fichier netcdf cree |
---|
40 | C |
---|
41 | C L. Fairhead, LMD, 03/99 |
---|
42 | C |
---|
43 | C ===================================================================== |
---|
44 | C |
---|
45 | C Declarations |
---|
46 | #include "dimensions.h" |
---|
47 | #include "paramet.h" |
---|
48 | #include "comgeom.h" |
---|
49 | #include "description.h" |
---|
50 | #include "iniprint.h" |
---|
51 | |
---|
52 | C Arguments |
---|
53 | C |
---|
54 | character*(*) infile |
---|
55 | integer*4 day0, anne0 |
---|
56 | real tstep, t_ops, t_wrt |
---|
57 | integer fileid |
---|
58 | |
---|
59 | #ifdef CPP_IOIPSL |
---|
60 | ! This routine needs IOIPSL |
---|
61 | C Variables locales |
---|
62 | C |
---|
63 | integer thoriid, zvertiid |
---|
64 | integer tau0 |
---|
65 | real zjulian |
---|
66 | integer iq |
---|
67 | real rlong(iip1,jjp1), rlat(iip1,jjp1) |
---|
68 | integer ii,jj |
---|
69 | integer zan, dayref |
---|
70 | integer :: jjb,jje,jjn |
---|
71 | |
---|
72 | ! definition du domaine d'ecriture pour le rebuild |
---|
73 | |
---|
74 | INTEGER,DIMENSION(2) :: ddid |
---|
75 | INTEGER,DIMENSION(2) :: dsg |
---|
76 | INTEGER,DIMENSION(2) :: dsl |
---|
77 | INTEGER,DIMENSION(2) :: dpf |
---|
78 | INTEGER,DIMENSION(2) :: dpl |
---|
79 | INTEGER,DIMENSION(2) :: dhs |
---|
80 | INTEGER,DIMENSION(2) :: dhe |
---|
81 | |
---|
82 | INTEGER :: dynave_domain_id |
---|
83 | |
---|
84 | if (adjust) return |
---|
85 | C |
---|
86 | C Initialisations |
---|
87 | C |
---|
88 | pi = 4. * atan (1.) |
---|
89 | C |
---|
90 | C Appel a histbeg: creation du fichier netcdf et initialisations diverses |
---|
91 | C |
---|
92 | |
---|
93 | zan = anne0 |
---|
94 | dayref = day0 |
---|
95 | CALL ymds2ju(zan, 1, dayref, 0.0, zjulian) |
---|
96 | tau0 = itau_dyn |
---|
97 | |
---|
98 | do jj = 1, jjp1 |
---|
99 | do ii = 1, iip1 |
---|
100 | rlong(ii,jj) = rlonv(ii) * 180. / pi |
---|
101 | rlat(ii,jj) = rlatu(jj) * 180. / pi |
---|
102 | enddo |
---|
103 | enddo |
---|
104 | |
---|
105 | jjb=jj_begin |
---|
106 | jje=jj_end |
---|
107 | jjn=jj_nb |
---|
108 | |
---|
109 | ddid=(/ 1,2 /) |
---|
110 | dsg=(/ iip1,jjp1 /) |
---|
111 | dsl=(/ iip1,jjn /) |
---|
112 | dpf=(/ 1,jjb /) |
---|
113 | dpl=(/ iip1,jje /) |
---|
114 | dhs=(/ 0,0 /) |
---|
115 | dhe=(/ 0,0 /) |
---|
116 | |
---|
117 | call flio_dom_set(mpi_size,mpi_rank,ddid,dsg,dsl,dpf,dpl,dhs,dhe, |
---|
118 | . 'box',dynave_domain_id) |
---|
119 | |
---|
120 | call histbeg(trim(infile),iip1, rlong(:,1), jjn, rlat(1,jjb:jje), |
---|
121 | . 1, iip1, 1, jjn,tau0, zjulian, tstep, thoriid, |
---|
122 | . fileid,dynave_domain_id) |
---|
123 | |
---|
124 | C |
---|
125 | C Appel a histvert pour la grille verticale |
---|
126 | C |
---|
127 | call histvert(fileid, 'sigss', 'Niveaux sigma','Pa', |
---|
128 | . llm, nivsigs, zvertiid) |
---|
129 | C |
---|
130 | C Appels a histdef pour la definition des variables a sauvegarder |
---|
131 | C |
---|
132 | C Vents U |
---|
133 | C |
---|
134 | write(6,*)'inithistave',tstep |
---|
135 | call histdef(fileid, 'u', 'vents u scalaires moyennes', |
---|
136 | . 'm/s', iip1, jjn, thoriid, llm, 1, llm, zvertiid, |
---|
137 | . 32, 'ave(X)', t_ops, t_wrt) |
---|
138 | |
---|
139 | C |
---|
140 | C Vents V |
---|
141 | C |
---|
142 | call histdef(fileid, 'v', 'vents v scalaires moyennes', |
---|
143 | . 'm/s', iip1, jjn, thoriid, llm, 1, llm, zvertiid, |
---|
144 | . 32, 'ave(X)', t_ops, t_wrt) |
---|
145 | |
---|
146 | C |
---|
147 | C Temperature |
---|
148 | C |
---|
149 | call histdef(fileid, 'temp', 'temperature moyennee', 'K', |
---|
150 | . iip1, jjn, thoriid, llm, 1, llm, zvertiid, |
---|
151 | . 32, 'ave(X)', t_ops, t_wrt) |
---|
152 | C |
---|
153 | C Temperature potentielle |
---|
154 | C |
---|
155 | call histdef(fileid, 'theta', 'temperature potentielle', 'K', |
---|
156 | . iip1, jjn, thoriid, llm, 1, llm, zvertiid, |
---|
157 | . 32, 'ave(X)', t_ops, t_wrt) |
---|
158 | |
---|
159 | |
---|
160 | C |
---|
161 | C Geopotentiel |
---|
162 | C |
---|
163 | call histdef(fileid, 'phi', 'geopotentiel moyenne', '-', |
---|
164 | . iip1, jjn, thoriid, llm, 1, llm, zvertiid, |
---|
165 | . 32, 'ave(X)', t_ops, t_wrt) |
---|
166 | C |
---|
167 | C Traceurs |
---|
168 | C |
---|
169 | DO iq=1,nqtot |
---|
170 | call histdef(fileid, ttext(iq), ttext(iq), '-', |
---|
171 | . iip1, jjn, thoriid, llm, 1, llm, zvertiid, |
---|
172 | . 32, 'ave(X)', t_ops, t_wrt) |
---|
173 | enddo |
---|
174 | C |
---|
175 | C Masse |
---|
176 | C |
---|
177 | call histdef(fileid, 'masse', 'masse', 'kg', |
---|
178 | . iip1, jjn, thoriid, 1, 1, 1, -99, |
---|
179 | . 32, 'ave(X)', t_ops, t_wrt) |
---|
180 | C |
---|
181 | C Pression au sol |
---|
182 | C |
---|
183 | call histdef(fileid, 'ps', 'pression naturelle au sol', 'Pa', |
---|
184 | . iip1, jjn, thoriid, 1, 1, 1, -99, |
---|
185 | . 32, 'ave(X)', t_ops, t_wrt) |
---|
186 | C |
---|
187 | C Pression au sol |
---|
188 | C |
---|
189 | call histdef(fileid, 'phis', 'geopotentiel au sol', '-', |
---|
190 | . iip1, jjn, thoriid, 1, 1, 1, -99, |
---|
191 | . 32, 'ave(X)', t_ops, t_wrt) |
---|
192 | C |
---|
193 | C Fin |
---|
194 | C |
---|
195 | call histend(fileid) |
---|
196 | #else |
---|
197 | write(lunout,*)'initdynav_p: Needs IOIPSL to function' |
---|
198 | #endif |
---|
199 | ! #endif of #ifdef CPP_IOIPSL |
---|
200 | return |
---|
201 | end |
---|