[5099] | 1 | |
---|
[1673] | 2 | ! $Id$ |
---|
[5099] | 3 | |
---|
[5105] | 4 | SUBROUTINE initfluxsto_p & |
---|
| 5 | (infile,tstep,t_ops,t_wrt, & |
---|
| 6 | fileid,filevid,filedid) |
---|
[1632] | 7 | |
---|
[5105] | 8 | ! This routine needs IOIPSL |
---|
| 9 | USE IOIPSL |
---|
| 10 | USE parallel_lmdz |
---|
| 11 | use Write_field |
---|
| 12 | use misc_mod |
---|
| 13 | USE comconst_mod, ONLY: pi |
---|
| 14 | USE comvert_mod, ONLY: nivsigs |
---|
| 15 | USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn |
---|
[1632] | 16 | |
---|
[5105] | 17 | implicit none |
---|
[1632] | 18 | |
---|
[5105] | 19 | ! |
---|
| 20 | ! Routine d'initialisation des ecritures des fichiers histoires LMDZ |
---|
| 21 | ! au format IOIPSL |
---|
| 22 | ! |
---|
| 23 | ! Appels succesifs des routines: histbeg |
---|
| 24 | ! histhori |
---|
| 25 | ! histver |
---|
| 26 | ! histdef |
---|
| 27 | ! histend |
---|
| 28 | ! |
---|
| 29 | ! Entree: |
---|
| 30 | ! |
---|
| 31 | ! infile: nom du fichier histoire a creer |
---|
| 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 | ! |
---|
| 37 | ! Sortie: |
---|
| 38 | ! fileid: ID du fichier netcdf cree |
---|
| 39 | ! filevid:ID du fichier netcdf pour la grille v |
---|
| 40 | ! |
---|
| 41 | ! L. Fairhead, LMD, 03/99 |
---|
| 42 | ! |
---|
| 43 | ! ===================================================================== |
---|
| 44 | ! |
---|
| 45 | ! Declarations |
---|
| 46 | include "dimensions.h" |
---|
| 47 | include "paramet.h" |
---|
| 48 | include "comgeom.h" |
---|
| 49 | include "description.h" |
---|
| 50 | include "iniprint.h" |
---|
[1632] | 51 | |
---|
[5105] | 52 | ! Arguments |
---|
| 53 | ! |
---|
| 54 | character(len=*) :: infile |
---|
| 55 | real :: tstep, t_ops, t_wrt |
---|
| 56 | integer :: fileid, filevid,filedid |
---|
[1632] | 57 | |
---|
[5105] | 58 | ! This routine needs IOIPSL |
---|
| 59 | ! Variables locales |
---|
| 60 | ! |
---|
| 61 | real :: nivd(1) |
---|
| 62 | integer :: tau0 |
---|
| 63 | real :: zjulian |
---|
| 64 | character(len=3) :: str |
---|
| 65 | character(len=10) :: ctrac |
---|
| 66 | integer :: iq |
---|
| 67 | real :: rlong(iip1,jjp1), rlat(iip1,jjp1),rl(1,1) |
---|
| 68 | integer :: uhoriid, vhoriid, thoriid, zvertiid,dhoriid,dvertiid |
---|
| 69 | integer :: ii,jj |
---|
| 70 | integer :: zan, idayref |
---|
| 71 | logical :: ok_sync |
---|
| 72 | integer :: jjb,jje,jjn |
---|
[1632] | 73 | |
---|
[5105] | 74 | ! definition du domaine d'ecriture pour le rebuild |
---|
[5103] | 75 | |
---|
[5105] | 76 | INTEGER,DIMENSION(2) :: ddid |
---|
| 77 | INTEGER,DIMENSION(2) :: dsg |
---|
| 78 | INTEGER,DIMENSION(2) :: dsl |
---|
| 79 | INTEGER,DIMENSION(2) :: dpf |
---|
| 80 | INTEGER,DIMENSION(2) :: dpl |
---|
| 81 | INTEGER,DIMENSION(2) :: dhs |
---|
| 82 | INTEGER,DIMENSION(2) :: dhe |
---|
[1632] | 83 | |
---|
[5105] | 84 | INTEGER :: dynu_domain_id |
---|
| 85 | INTEGER :: dynv_domain_id |
---|
[1632] | 86 | |
---|
[5105] | 87 | ! |
---|
| 88 | ! Initialisations |
---|
| 89 | ! |
---|
| 90 | pi = 4. * atan (1.) |
---|
| 91 | str='q ' |
---|
| 92 | ctrac = 'traceur ' |
---|
| 93 | ok_sync = .TRUE. |
---|
| 94 | ! |
---|
| 95 | ! Appel a histbeg: creation du fichier netcdf et initialisations diverses |
---|
| 96 | ! |
---|
[5103] | 97 | |
---|
[5105] | 98 | zan = annee_ref |
---|
| 99 | idayref = day_ref |
---|
| 100 | CALL ymds2ju(zan, 1, idayref, 0.0, zjulian) |
---|
| 101 | tau0 = itau_dyn |
---|
[1632] | 102 | |
---|
[5105] | 103 | do jj = 1, jjp1 |
---|
| 104 | do ii = 1, iip1 |
---|
| 105 | rlong(ii,jj) = rlonu(ii) * 180. / pi |
---|
| 106 | rlat(ii,jj) = rlatu(jj) * 180. / pi |
---|
| 107 | enddo |
---|
| 108 | enddo |
---|
[1632] | 109 | |
---|
[5105] | 110 | jjb=jj_begin |
---|
| 111 | jje=jj_end |
---|
| 112 | jjn=jj_nb |
---|
[1632] | 113 | |
---|
[5105] | 114 | ddid=(/ 1,2 /) |
---|
| 115 | dsg=(/ iip1,jjp1 /) |
---|
| 116 | dsl=(/ iip1,jjn /) |
---|
| 117 | dpf=(/ 1,jjb /) |
---|
| 118 | dpl=(/ iip1,jje /) |
---|
| 119 | dhs=(/ 0,0 /) |
---|
| 120 | dhe=(/ 0,0 /) |
---|
[5103] | 121 | |
---|
[5105] | 122 | CALL flio_dom_set(mpi_size,mpi_rank,ddid,dsg,dsl,dpf,dpl,dhs,dhe, & |
---|
| 123 | 'box',dynu_domain_id) |
---|
[1632] | 124 | |
---|
[5105] | 125 | CALL histbeg(trim(infile),iip1, rlong(:,1), jjn, rlat(1,jjb:jje), & |
---|
| 126 | 1, iip1, 1, jjn, tau0, zjulian, tstep, uhoriid, & |
---|
| 127 | fileid,dynu_domain_id) |
---|
| 128 | ! |
---|
| 129 | ! Creation du fichier histoire pour la grille en V (oblige pour l'instant, |
---|
| 130 | ! IOIPSL ne permet pas de grilles avec des nombres de point differents dans |
---|
| 131 | ! un meme fichier) |
---|
[1632] | 132 | |
---|
| 133 | |
---|
[5105] | 134 | do jj = 1, jjm |
---|
| 135 | do ii = 1, iip1 |
---|
| 136 | rlong(ii,jj) = rlonv(ii) * 180. / pi |
---|
| 137 | rlat(ii,jj) = rlatv(jj) * 180. / pi |
---|
| 138 | enddo |
---|
| 139 | enddo |
---|
[1632] | 140 | |
---|
[5105] | 141 | jjb=jj_begin |
---|
| 142 | jje=jj_end |
---|
| 143 | jjn=jj_nb |
---|
| 144 | if (pole_sud) jje=jj_end-1 |
---|
| 145 | if (pole_sud) jjn=jj_nb-1 |
---|
[1632] | 146 | |
---|
[5105] | 147 | ddid=(/ 1,2 /) |
---|
| 148 | dsg=(/ iip1,jjm /) |
---|
| 149 | dsl=(/ iip1,jjn /) |
---|
| 150 | dpf=(/ 1,jjb /) |
---|
| 151 | dpl=(/ iip1,jje /) |
---|
| 152 | dhs=(/ 0,0 /) |
---|
| 153 | dhe=(/ 0,0 /) |
---|
[5103] | 154 | |
---|
[5105] | 155 | CALL flio_dom_set(mpi_size,mpi_rank,ddid,dsg,dsl,dpf,dpl,dhs,dhe, & |
---|
| 156 | 'box',dynv_domain_id) |
---|
[5103] | 157 | |
---|
[5105] | 158 | CALL histbeg('fluxstokev',iip1, rlong(:,1), jjn, rlat(1,jjb:jje), & |
---|
| 159 | 1, iip1, 1, jjn,tau0, zjulian, tstep, vhoriid, & |
---|
| 160 | filevid,dynv_domain_id) |
---|
[5103] | 161 | |
---|
[5105] | 162 | rl(1,1) = 1. |
---|
[5103] | 163 | |
---|
[5105] | 164 | if (mpi_rank==0) then |
---|
[5103] | 165 | |
---|
[5105] | 166 | CALL histbeg('defstoke.nc', 1, rl, 1, rl, & |
---|
| 167 | 1, 1, 1, 1, & |
---|
| 168 | tau0, zjulian, tstep, dhoriid, filedid) |
---|
[1632] | 169 | |
---|
[5105] | 170 | endif |
---|
| 171 | ! |
---|
| 172 | ! Appel a histhori pour rajouter les autres grilles horizontales |
---|
| 173 | ! |
---|
| 174 | do jj = 1, jjp1 |
---|
| 175 | do ii = 1, iip1 |
---|
| 176 | rlong(ii,jj) = rlonv(ii) * 180. / pi |
---|
| 177 | rlat(ii,jj) = rlatu(jj) * 180. / pi |
---|
| 178 | enddo |
---|
| 179 | enddo |
---|
[1632] | 180 | |
---|
[5105] | 181 | jjb=jj_begin |
---|
| 182 | jje=jj_end |
---|
| 183 | jjn=jj_nb |
---|
[5103] | 184 | |
---|
[5105] | 185 | CALL histhori(fileid, iip1, rlong(:,jjb:jje),jjn,rlat(:,jjb:jje), & |
---|
| 186 | 'scalar','Grille points scalaires', thoriid) |
---|
[5103] | 187 | |
---|
[5105] | 188 | ! |
---|
| 189 | ! Appel a histvert pour la grille verticale |
---|
| 190 | ! |
---|
| 191 | CALL histvert(fileid, 'sig_s', 'Niveaux sigma', & |
---|
| 192 | 'sigma_level', & |
---|
| 193 | llm, nivsigs, zvertiid) |
---|
| 194 | ! Pour le fichier V |
---|
| 195 | CALL histvert(filevid, 'sig_s', 'Niveaux sigma', & |
---|
| 196 | 'sigma_level', & |
---|
| 197 | llm, nivsigs, zvertiid) |
---|
| 198 | ! pour le fichier def |
---|
| 199 | if (mpi_rank==0) then |
---|
| 200 | nivd(1) = 1 |
---|
| 201 | CALL histvert(filedid, 'sig_s', 'Niveaux sigma', & |
---|
| 202 | 'sigma_level', & |
---|
| 203 | 1, nivd, dvertiid) |
---|
| 204 | endif |
---|
| 205 | ! |
---|
| 206 | ! Appels a histdef pour la definition des variables a sauvegarder |
---|
[1632] | 207 | |
---|
[5105] | 208 | CALL histdef(fileid, "phis", "Surface geop. height", "-", & |
---|
| 209 | iip1,jjn,thoriid, 1,1,1, -99, 32, & |
---|
| 210 | "once", t_ops, t_wrt) |
---|
[5103] | 211 | |
---|
[5105] | 212 | CALL histdef(fileid, "aire", "Grid area", "-", & |
---|
| 213 | iip1,jjn,thoriid, 1,1,1, -99, 32, & |
---|
| 214 | "once", t_ops, t_wrt) |
---|
[5103] | 215 | |
---|
[5105] | 216 | if (mpi_rank==0) then |
---|
[5103] | 217 | |
---|
[5105] | 218 | CALL histdef(filedid, "dtvr", "tps dyn", "s", & |
---|
| 219 | 1,1,dhoriid, 1,1,1, -99, 32, & |
---|
| 220 | "once", t_ops, t_wrt) |
---|
[5103] | 221 | |
---|
[5105] | 222 | CALL histdef(filedid, "istdyn", "tps stock", "s", & |
---|
| 223 | 1,1,dhoriid, 1,1,1, -99, 32, & |
---|
| 224 | "once", t_ops, t_wrt) |
---|
[1632] | 225 | |
---|
[5105] | 226 | CALL histdef(filedid, "istphy", "tps stock phy", "s", & |
---|
| 227 | 1,1,dhoriid, 1,1,1, -99, 32, & |
---|
| 228 | "once", t_ops, t_wrt) |
---|
[1632] | 229 | |
---|
[5105] | 230 | endif |
---|
| 231 | ! |
---|
| 232 | ! Masse |
---|
| 233 | ! |
---|
| 234 | CALL histdef(fileid, 'masse', 'Masse', 'kg', & |
---|
| 235 | iip1, jjn, thoriid, llm, 1, llm, zvertiid, & |
---|
| 236 | 32, 'inst(X)', t_ops, t_wrt) |
---|
| 237 | ! |
---|
| 238 | ! Pbaru |
---|
| 239 | ! |
---|
| 240 | CALL histdef(fileid, 'pbaru', 'flx de masse zonal', 'kg m/s', & |
---|
| 241 | iip1, jjn, uhoriid, llm, 1, llm, zvertiid, & |
---|
| 242 | 32, 'inst(X)', t_ops, t_wrt) |
---|
[5103] | 243 | |
---|
[5105] | 244 | ! |
---|
| 245 | ! Pbarv |
---|
| 246 | ! |
---|
| 247 | if (pole_sud) jjn=jj_nb-1 |
---|
[1632] | 248 | |
---|
[5105] | 249 | CALL histdef(filevid, 'pbarv', 'flx de masse mer', 'kg m/s', & |
---|
| 250 | iip1, jjn, vhoriid, llm, 1, llm, zvertiid, & |
---|
| 251 | 32, 'inst(X)', t_ops, t_wrt) |
---|
| 252 | ! |
---|
| 253 | ! w |
---|
| 254 | ! |
---|
| 255 | if (pole_sud) jjn=jj_nb |
---|
| 256 | CALL histdef(fileid, 'w', 'flx de masse vert', 'kg m/s', & |
---|
| 257 | iip1, jjn, thoriid, llm, 1, llm, zvertiid, & |
---|
| 258 | 32, 'inst(X)', t_ops, t_wrt) |
---|
[1632] | 259 | |
---|
[5105] | 260 | ! |
---|
| 261 | ! Temperature potentielle |
---|
| 262 | ! |
---|
| 263 | CALL histdef(fileid, 'teta', 'temperature potentielle', '-', & |
---|
| 264 | iip1, jjn, thoriid, llm, 1, llm, zvertiid, & |
---|
| 265 | 32, 'inst(X)', t_ops, t_wrt) |
---|
| 266 | ! |
---|
[5103] | 267 | |
---|
[5105] | 268 | ! |
---|
| 269 | ! Geopotentiel |
---|
| 270 | ! |
---|
| 271 | CALL histdef(fileid, 'phi', 'geopotentiel instantane', '-', & |
---|
| 272 | iip1, jjn, thoriid, llm, 1, llm, zvertiid, & |
---|
| 273 | 32, 'inst(X)', t_ops, t_wrt) |
---|
| 274 | ! |
---|
| 275 | ! Fin |
---|
| 276 | ! |
---|
| 277 | CALL histend(fileid) |
---|
| 278 | CALL histend(filevid) |
---|
| 279 | if (mpi_rank==0) CALL histend(filedid) |
---|
| 280 | if (ok_sync) then |
---|
| 281 | CALL histsync(fileid) |
---|
| 282 | CALL histsync(filevid) |
---|
| 283 | if (mpi_rank==0) CALL histsync(filedid) |
---|
| 284 | endif |
---|
| 285 | |
---|
| 286 | |
---|
| 287 | end subroutine initfluxsto_p |
---|