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