1 | ! |
---|
2 | ! $Id: initdynav_p.F 1279 2009-12-10 09:02:56Z fairhead $ |
---|
3 | ! |
---|
4 | subroutine inithist_loc(day0,anne0,tstep,t_ops,t_wrt) |
---|
5 | |
---|
6 | ! This routine needs IOIPSL |
---|
7 | USE iniprint_mod_h |
---|
8 | USE comgeom_mod_h |
---|
9 | USE IOIPSL |
---|
10 | |
---|
11 | USE parallel_lmdz |
---|
12 | use Write_field |
---|
13 | use misc_mod |
---|
14 | use com_io_dyn_mod, only : histid,histvid,histuid, & |
---|
15 | dynhist_file,dynhistv_file,dynhistu_file |
---|
16 | USE comconst_mod, ONLY: pi |
---|
17 | USE comvert_mod, ONLY: presnivs |
---|
18 | USE temps_mod, ONLY: itau_dyn |
---|
19 | |
---|
20 | USE dimensions_mod, ONLY: iim, jjm, llm, ndm |
---|
21 | USE paramet_mod_h |
---|
22 | implicit none |
---|
23 | |
---|
24 | ! |
---|
25 | ! Routine d'initialisation des ecritures des fichiers histoires LMDZ |
---|
26 | ! au format IOIPSL |
---|
27 | ! |
---|
28 | ! Appels succesifs des routines: histbeg |
---|
29 | ! histhori |
---|
30 | ! histver |
---|
31 | ! histdef |
---|
32 | ! histend |
---|
33 | ! |
---|
34 | ! Entree: |
---|
35 | ! |
---|
36 | ! day0,anne0: date de reference |
---|
37 | ! tstep: duree du pas de temps en seconde |
---|
38 | ! t_ops: frequence de l'operation pour IOIPSL |
---|
39 | ! t_wrt: frequence d'ecriture sur le fichier |
---|
40 | ! nq: nombre de traceurs |
---|
41 | ! |
---|
42 | ! |
---|
43 | ! L. Fairhead, LMD, 03/99 |
---|
44 | ! |
---|
45 | ! ===================================================================== |
---|
46 | ! |
---|
47 | ! Declarations |
---|
48 | |
---|
49 | |
---|
50 | ! Arguments |
---|
51 | ! |
---|
52 | integer :: day0, anne0 |
---|
53 | real :: tstep, t_ops, t_wrt |
---|
54 | |
---|
55 | ! This routine needs IOIPSL |
---|
56 | ! Variables locales |
---|
57 | ! |
---|
58 | integer :: tau0 |
---|
59 | real :: zjulian |
---|
60 | integer :: iq |
---|
61 | real :: rlong(iip1,jjp1), rlat(iip1,jjp1) |
---|
62 | integer :: uhoriid, vhoriid, thoriid |
---|
63 | integer :: zvertiid,zvertiidv,zvertiidu |
---|
64 | integer :: ii,jj |
---|
65 | integer :: zan, dayref |
---|
66 | integer :: jjb,jje,jjn |
---|
67 | |
---|
68 | ! definition du domaine d'ecriture pour le rebuild |
---|
69 | |
---|
70 | INTEGER,DIMENSION(2) :: ddid |
---|
71 | INTEGER,DIMENSION(2) :: dsg |
---|
72 | INTEGER,DIMENSION(2) :: dsl |
---|
73 | INTEGER,DIMENSION(2) :: dpf |
---|
74 | INTEGER,DIMENSION(2) :: dpl |
---|
75 | INTEGER,DIMENSION(2) :: dhs |
---|
76 | INTEGER,DIMENSION(2) :: dhe |
---|
77 | |
---|
78 | INTEGER :: dynhist_domain_id |
---|
79 | INTEGER :: dynhistv_domain_id |
---|
80 | INTEGER :: dynhistu_domain_id |
---|
81 | |
---|
82 | if (adjust) return |
---|
83 | |
---|
84 | ! |
---|
85 | ! Initialisations |
---|
86 | ! |
---|
87 | pi = 4. * atan (1.) |
---|
88 | ! |
---|
89 | ! Appel a histbeg: creation du fichier netcdf et initialisations diverses |
---|
90 | ! |
---|
91 | |
---|
92 | zan = anne0 |
---|
93 | dayref = day0 |
---|
94 | CALL ymds2ju(zan, 1, dayref, 0.0, zjulian) |
---|
95 | tau0 = itau_dyn |
---|
96 | |
---|
97 | do jj = 1, jjp1 |
---|
98 | do ii = 1, iip1 |
---|
99 | rlong(ii,jj) = rlonv(ii) * 180. / pi |
---|
100 | rlat(ii,jj) = rlatu(jj) * 180. / pi |
---|
101 | enddo |
---|
102 | enddo |
---|
103 | |
---|
104 | |
---|
105 | ! Creation de 3 fichiers pour les differentes grilles horizontales |
---|
106 | ! Restriction de IOIPSL: seulement 2 coordonnees dans le meme fichier |
---|
107 | ! Grille Scalaire |
---|
108 | |
---|
109 | jjb=jj_begin |
---|
110 | jje=jj_end |
---|
111 | jjn=jj_nb |
---|
112 | |
---|
113 | ddid=(/ 1,2 /) |
---|
114 | dsg=(/ iip1,jjp1 /) |
---|
115 | dsl=(/ iip1,jjn /) |
---|
116 | dpf=(/ 1,jjb /) |
---|
117 | dpl=(/ iip1,jje /) |
---|
118 | dhs=(/ 0,0 /) |
---|
119 | dhe=(/ 0,0 /) |
---|
120 | |
---|
121 | |
---|
122 | call flio_dom_set(mpi_size,mpi_rank,ddid,dsg,dsl,dpf,dpl,dhs,dhe, & |
---|
123 | 'box',dynhist_domain_id) |
---|
124 | |
---|
125 | call histbeg(dynhist_file,iip1, rlong(:,1), jjn, & |
---|
126 | rlat(1,jjb:jje), 1, iip1, 1, jjn,tau0, & |
---|
127 | zjulian, tstep, thoriid, & |
---|
128 | histid,dynhist_domain_id) |
---|
129 | |
---|
130 | |
---|
131 | ! Creation du fichier histoire pour les grilles en V et U (oblige pour l'instant, |
---|
132 | ! IOIPSL ne permet pas de grilles avec des nombres de point differents dans |
---|
133 | ! un meme fichier) |
---|
134 | ! Grille V |
---|
135 | |
---|
136 | jjb=jj_begin |
---|
137 | jje=jj_end |
---|
138 | jjn=jj_nb |
---|
139 | IF (pole_sud) jjn=jjn-1 |
---|
140 | IF (pole_sud) jje=jje-1 |
---|
141 | |
---|
142 | do jj = jjb, jje |
---|
143 | do ii = 1, iip1 |
---|
144 | rlong(ii,jj) = rlonv(ii) * 180. / pi |
---|
145 | rlat(ii,jj) = rlatv(jj) * 180. / pi |
---|
146 | enddo |
---|
147 | enddo |
---|
148 | |
---|
149 | ddid=(/ 1,2 /) |
---|
150 | dsg=(/ iip1,jjm /) |
---|
151 | dsl=(/ iip1,jjn /) |
---|
152 | dpf=(/ 1,jjb /) |
---|
153 | dpl=(/ iip1,jje /) |
---|
154 | dhs=(/ 0,0 /) |
---|
155 | dhe=(/ 0,0 /) |
---|
156 | |
---|
157 | |
---|
158 | call flio_dom_set(mpi_size,mpi_rank,ddid,dsg,dsl,dpf,dpl,dhs,dhe, & |
---|
159 | 'box',dynhistv_domain_id) |
---|
160 | |
---|
161 | call histbeg(dynhistv_file,iip1, rlong(:,1), jjn, & |
---|
162 | rlat(1,jjb:jje), 1, iip1, 1, jjn,tau0, & |
---|
163 | zjulian, tstep, vhoriid, & |
---|
164 | histvid,dynhistv_domain_id) |
---|
165 | |
---|
166 | ! Grille U |
---|
167 | |
---|
168 | do jj = 1, jjp1 |
---|
169 | do ii = 1, iip1 |
---|
170 | rlong(ii,jj) = rlonu(ii) * 180. / pi |
---|
171 | rlat(ii,jj) = rlatu(jj) * 180. / pi |
---|
172 | enddo |
---|
173 | enddo |
---|
174 | |
---|
175 | jjb=jj_begin |
---|
176 | jje=jj_end |
---|
177 | jjn=jj_nb |
---|
178 | |
---|
179 | ddid=(/ 1,2 /) |
---|
180 | dsg=(/ iip1,jjp1 /) |
---|
181 | dsl=(/ iip1,jjn /) |
---|
182 | dpf=(/ 1,jjb /) |
---|
183 | dpl=(/ iip1,jje /) |
---|
184 | dhs=(/ 0,0 /) |
---|
185 | dhe=(/ 0,0 /) |
---|
186 | |
---|
187 | |
---|
188 | call flio_dom_set(mpi_size,mpi_rank,ddid,dsg,dsl,dpf,dpl,dhs,dhe, & |
---|
189 | 'box',dynhistu_domain_id) |
---|
190 | |
---|
191 | call histbeg(dynhistu_file,iip1, rlong(:,1), jjn, & |
---|
192 | rlat(1,jjb:jje), 1, iip1, 1, jjn,tau0, & |
---|
193 | zjulian, tstep, uhoriid, & |
---|
194 | histuid,dynhistu_domain_id) |
---|
195 | |
---|
196 | |
---|
197 | ! ------------------------------------------------------------- |
---|
198 | ! Appel a histvert pour la grille verticale |
---|
199 | ! ------------------------------------------------------------- |
---|
200 | call histvert(histid, 'presnivs', 'Niveaux pression','mb', & |
---|
201 | llm, presnivs/100., zvertiid,'down') |
---|
202 | call histvert(histvid, 'presnivs', 'Niveaux pression','mb', & |
---|
203 | llm, presnivs/100., zvertiidv,'down') |
---|
204 | call histvert(histuid, 'presnivs', 'Niveaux pression','mb', & |
---|
205 | llm, presnivs/100., zvertiidu,'down') |
---|
206 | |
---|
207 | ! |
---|
208 | ! ------------------------------------------------------------- |
---|
209 | ! Appels a histdef pour la definition des variables a sauvegarder |
---|
210 | ! ------------------------------------------------------------- |
---|
211 | ! |
---|
212 | ! Vents U |
---|
213 | ! |
---|
214 | jjn=jj_nb |
---|
215 | call histdef(histuid, 'u', 'vent u', & |
---|
216 | 'm/s', iip1, jjn, uhoriid, llm, 1, llm, zvertiidu, & |
---|
217 | 32, 'inst(X)', t_ops, t_wrt) |
---|
218 | |
---|
219 | ! |
---|
220 | ! Vents V |
---|
221 | ! |
---|
222 | if (pole_sud) jjn=jj_nb-1 |
---|
223 | call histdef(histvid, 'v', 'vent v', & |
---|
224 | 'm/s', iip1, jjn, vhoriid, llm, 1, llm, zvertiidv, & |
---|
225 | 32, 'inst(X)', t_ops, t_wrt) |
---|
226 | |
---|
227 | ! |
---|
228 | ! Temperature |
---|
229 | ! |
---|
230 | jjn=jj_nb |
---|
231 | call histdef(histid, 'temp', 'temperature', 'K', & |
---|
232 | iip1, jjn, thoriid, llm, 1, llm, zvertiid, & |
---|
233 | 32, 'inst(X)', t_ops, t_wrt) |
---|
234 | ! |
---|
235 | ! Temperature potentielle |
---|
236 | ! |
---|
237 | call histdef(histid, 'theta', 'temperature potentielle', 'K', & |
---|
238 | iip1, jjn, thoriid, llm, 1, llm, zvertiid, & |
---|
239 | 32, 'inst(X)', t_ops, t_wrt) |
---|
240 | |
---|
241 | |
---|
242 | ! |
---|
243 | ! Geopotentiel |
---|
244 | ! |
---|
245 | call histdef(histid, 'phi', 'geopotentiel', '-', & |
---|
246 | iip1, jjn, thoriid, llm, 1, llm, zvertiid, & |
---|
247 | 32, 'inst(X)', t_ops, t_wrt) |
---|
248 | ! |
---|
249 | ! Traceurs |
---|
250 | ! |
---|
251 | ! DO iq=1,nqtot |
---|
252 | ! call histdef(histid, tracers(iq)%name, |
---|
253 | ! . tracers(iq)%longName, '-', |
---|
254 | ! . iip1, jjn, thoriid, llm, 1, llm, zvertiid, |
---|
255 | ! . 32, 'inst(X)', t_ops, t_wrt) |
---|
256 | ! enddo |
---|
257 | ! |
---|
258 | ! Masse |
---|
259 | ! |
---|
260 | call histdef(histid, 'masse', 'masse', 'kg', & |
---|
261 | iip1, jjn, thoriid, llm, 1, llm, zvertiid, & |
---|
262 | 32, 'inst(X)', t_ops, t_wrt) |
---|
263 | ! |
---|
264 | ! Pression au sol |
---|
265 | ! |
---|
266 | call histdef(histid, 'ps', 'pression naturelle au sol', 'Pa', & |
---|
267 | iip1, jjn, thoriid, 1, 1, 1, -99, & |
---|
268 | 32, 'inst(X)', t_ops, t_wrt) |
---|
269 | ! |
---|
270 | ! Geopotentiel au sol |
---|
271 | ! |
---|
272 | ! call histdef(histid, 'phis', 'geopotentiel au sol', '-', |
---|
273 | ! . iip1, jjn, thoriid, 1, 1, 1, -99, |
---|
274 | ! . 32, 'inst(X)', t_ops, t_wrt) |
---|
275 | ! |
---|
276 | ! Fin |
---|
277 | ! |
---|
278 | call histend(histid) |
---|
279 | call histend(histuid) |
---|
280 | call histend(histvid) |
---|
281 | |
---|
282 | end subroutine inithist_loc |
---|