[630] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | c |
---|
| 5 | c |
---|
| 6 | PROGRAM gcm |
---|
| 7 | |
---|
| 8 | #ifdef CPP_IOIPSL |
---|
| 9 | USE IOIPSL |
---|
| 10 | #endif |
---|
| 11 | USE parallel |
---|
| 12 | USE dimphy |
---|
| 13 | USE comgeomphy |
---|
| 14 | USE mod_hallo |
---|
| 15 | USE Bands |
---|
| 16 | IMPLICIT NONE |
---|
| 17 | |
---|
| 18 | c ...... Version du 10/01/98 .......... |
---|
| 19 | |
---|
| 20 | c avec coordonnees verticales hybrides |
---|
| 21 | c avec nouveaux operat. dissipation * ( gradiv2,divgrad2,nxgraro2 ) |
---|
| 22 | |
---|
| 23 | c======================================================================= |
---|
| 24 | c |
---|
| 25 | c Auteur: P. Le Van /L. Fairhead/F.Hourdin |
---|
| 26 | c ------- |
---|
| 27 | c |
---|
| 28 | c Objet: |
---|
| 29 | c ------ |
---|
| 30 | c |
---|
| 31 | c GCM LMD nouvelle grille |
---|
| 32 | c |
---|
| 33 | c======================================================================= |
---|
| 34 | c |
---|
| 35 | c ... Dans inigeom , nouveaux calculs pour les elongations cu , cv |
---|
| 36 | c et possibilite d'appeler une fonction f(y) a derivee tangente |
---|
| 37 | c hyperbolique a la place de la fonction a derivee sinusoidale. |
---|
| 38 | c ... Possibilite de choisir le schema pour l'advection de |
---|
| 39 | c q , en modifiant iadv dans traceur.def (MAF,10/02) . |
---|
| 40 | c |
---|
| 41 | c Pour Van-Leer + Vapeur d'eau saturee, iadv(1)=4. (F.Codron,10/99) |
---|
| 42 | c Pour Van-Leer iadv=10 |
---|
| 43 | c |
---|
| 44 | c----------------------------------------------------------------------- |
---|
| 45 | c Declarations: |
---|
| 46 | c ------------- |
---|
| 47 | include 'mpif.h' |
---|
| 48 | #include "dimensions.h" |
---|
| 49 | #include "paramet.h" |
---|
| 50 | #include "comconst.h" |
---|
| 51 | #include "comdissnew.h" |
---|
| 52 | #include "comvert.h" |
---|
| 53 | #include "comgeom.h" |
---|
| 54 | #include "logic.h" |
---|
| 55 | #include "temps.h" |
---|
| 56 | #include "control.h" |
---|
| 57 | #include "ener.h" |
---|
| 58 | #include "description.h" |
---|
| 59 | #include "serre.h" |
---|
| 60 | #include "com_io_dyn.h" |
---|
| 61 | #include "iniprint.h" |
---|
| 62 | #include "tracstoke.h" |
---|
[726] | 63 | #include "advtrac.h" |
---|
[630] | 64 | |
---|
| 65 | INTEGER longcles |
---|
| 66 | PARAMETER ( longcles = 20 ) |
---|
| 67 | REAL clesphy0( longcles ) |
---|
| 68 | SAVE clesphy0 |
---|
| 69 | |
---|
| 70 | |
---|
| 71 | |
---|
| 72 | REAL zdtvr |
---|
| 73 | INTEGER nbetatmoy, nbetatdem,nbetat |
---|
| 74 | |
---|
| 75 | c variables dynamiques |
---|
| 76 | REAL vcov(ip1jm,llm),ucov(ip1jmp1,llm) ! vents covariants |
---|
| 77 | REAL teta(ip1jmp1,llm) ! temperature potentielle |
---|
| 78 | REAL q(ip1jmp1,llm,nqmx) ! champs advectes |
---|
| 79 | REAL ps(ip1jmp1) ! pression au sol |
---|
| 80 | REAL p (ip1jmp1,llmp1 ) ! pression aux interfac.des couches |
---|
| 81 | REAL pks(ip1jmp1) ! exner au sol |
---|
| 82 | REAL pk(ip1jmp1,llm) ! exner au milieu des couches |
---|
| 83 | REAL pkf(ip1jmp1,llm) ! exner filt.au milieu des couches |
---|
| 84 | REAL masse(ip1jmp1,llm) ! masse d'air |
---|
| 85 | REAL phis(ip1jmp1) ! geopotentiel au sol |
---|
| 86 | REAL phi(ip1jmp1,llm) ! geopotentiel |
---|
| 87 | REAL w(ip1jmp1,llm) ! vitesse verticale |
---|
| 88 | |
---|
| 89 | c variables dynamiques intermediaire pour le transport |
---|
| 90 | |
---|
| 91 | c variables pour le fichier histoire |
---|
| 92 | REAL dtav ! intervalle de temps elementaire |
---|
| 93 | |
---|
| 94 | REAL time_0 |
---|
| 95 | |
---|
| 96 | LOGICAL lafin |
---|
| 97 | INTEGER ij,iq,l,i,j |
---|
| 98 | |
---|
| 99 | |
---|
| 100 | real time_step, t_wrt, t_ops |
---|
| 101 | |
---|
| 102 | REAL rdayvrai,rdaym_ini,rday_ecri |
---|
| 103 | LOGICAL first |
---|
| 104 | |
---|
| 105 | LOGICAL call_iniphys |
---|
| 106 | data call_iniphys/.true./ |
---|
| 107 | |
---|
| 108 | REAL alpha(ip1jmp1,llm),beta(ip1jmp1,llm) |
---|
| 109 | c+jld variables test conservation energie |
---|
| 110 | REAL ecin(ip1jmp1,llm),ecin0(ip1jmp1,llm) |
---|
| 111 | C Tendance de la temp. potentiel d (theta)/ d t due a la |
---|
| 112 | C tansformation d'energie cinetique en energie thermique |
---|
| 113 | C cree par la dissipation |
---|
| 114 | REAL dhecdt(ip1jmp1,llm) |
---|
| 115 | REAL vcont(ip1jm,llm),ucont(ip1jmp1,llm) |
---|
| 116 | REAL d_h_vcol, d_qt, d_qw, d_ql, d_ec |
---|
| 117 | CHARACTER*15 ztit |
---|
| 118 | c-jld |
---|
| 119 | |
---|
| 120 | |
---|
| 121 | character*80 dynhist_file, dynhistave_file |
---|
| 122 | character*20 modname |
---|
| 123 | character*80 abort_message |
---|
| 124 | |
---|
| 125 | C Calendrier |
---|
| 126 | LOGICAL true_calendar |
---|
| 127 | PARAMETER (true_calendar = .false.) |
---|
| 128 | |
---|
| 129 | c----------------------------------------------------------------------- |
---|
| 130 | c variables pour l'initialisation de la physique : |
---|
| 131 | c ------------------------------------------------ |
---|
| 132 | INTEGER ngridmx,nq |
---|
| 133 | PARAMETER( ngridmx = 2+(jjm-1)*iim - 1/jjm ) |
---|
| 134 | REAL zcufi(ngridmx),zcvfi(ngridmx) |
---|
| 135 | REAL latfi(ngridmx),lonfi(ngridmx) |
---|
| 136 | REAL airefi(ngridmx) |
---|
| 137 | SAVE latfi, lonfi, airefi |
---|
| 138 | |
---|
| 139 | c varaiable pour l'allocation du Buffer MPI (sur NEC) |
---|
| 140 | pointer (Pbuffer,MPI_Buffer(MaxBufferSize)) |
---|
| 141 | REAL :: MPI_Buffer |
---|
| 142 | INTEGER(KIND=MPI_ADDRESS_KIND) :: BS |
---|
| 143 | INTEGER :: ierr |
---|
| 144 | |
---|
| 145 | |
---|
| 146 | c----------------------------------------------------------------------- |
---|
| 147 | c Initialisations: |
---|
| 148 | c ---------------- |
---|
| 149 | |
---|
| 150 | abort_message = 'last timestep reached' |
---|
| 151 | modname = 'gcm' |
---|
| 152 | descript = 'Run GCM LMDZ' |
---|
| 153 | lafin = .FALSE. |
---|
| 154 | dynhist_file = 'dyn_hist' |
---|
| 155 | dynhistave_file = 'dyn_hist_ave' |
---|
| 156 | |
---|
[726] | 157 | |
---|
| 158 | c initialisation Anne |
---|
| 159 | hadv_flg(:) = 0. |
---|
| 160 | vadv_flg(:) = 0. |
---|
| 161 | conv_flg(:) = 0. |
---|
| 162 | pbl_flg(:) = 0. |
---|
| 163 | tracnam(:) = ' ' |
---|
| 164 | nprath = 1 |
---|
| 165 | nbtrac = 0 |
---|
| 166 | mmt_adj(:,:,:,:) = 1 |
---|
| 167 | |
---|
| 168 | |
---|
[630] | 169 | c-------------------------------------------------------------------------- |
---|
| 170 | c Iflag_phys controle l'appel a la physique : |
---|
| 171 | c ------------------------------------------- |
---|
| 172 | c 0 : pas de physique |
---|
| 173 | c 1 : Normale (appel a phylmd, phymars ...) |
---|
| 174 | c 2 : rappel Newtonien pour la temperature + friction au sol |
---|
| 175 | iflag_phys=1 |
---|
| 176 | |
---|
| 177 | c-------------------------------------------------------------------------- |
---|
| 178 | c Lecture de l'etat initial : |
---|
| 179 | c --------------------------- |
---|
| 180 | c T : on lit start.nc |
---|
| 181 | c F : le modele s'autoinitialise avec un cas academique (iniacademic) |
---|
| 182 | #ifdef CPP_IOIPSL |
---|
| 183 | read_start=.true. |
---|
| 184 | #else |
---|
| 185 | read_start=.false. |
---|
| 186 | #endif |
---|
| 187 | |
---|
| 188 | c----------------------------------------------------------------------- |
---|
| 189 | c Choix du calendrier |
---|
| 190 | c ------------------- |
---|
| 191 | |
---|
| 192 | #ifdef CPP_IOIPSL |
---|
| 193 | if (true_calendar) then |
---|
| 194 | call ioconf_calendar('gregorian') |
---|
| 195 | else |
---|
| 196 | call ioconf_calendar('360d') |
---|
| 197 | endif |
---|
| 198 | #endif |
---|
| 199 | c---------------------------------------------------------------------- |
---|
| 200 | c lecture des fichiers gcm.def ou run.def |
---|
| 201 | c --------------------------------------- |
---|
| 202 | c |
---|
| 203 | #ifdef CPP_IOIPSL |
---|
| 204 | CALL conf_gcm( 99, .TRUE. , clesphy0 ) |
---|
| 205 | #else |
---|
| 206 | CALL defrun( 99, .TRUE. , clesphy0 ) |
---|
| 207 | #endif |
---|
| 208 | c |
---|
| 209 | c |
---|
| 210 | c------------------------------------ |
---|
| 211 | c Initialisation partie parallele |
---|
| 212 | c------------------------------------ |
---|
| 213 | call init_parallel |
---|
| 214 | call InitDimphy |
---|
| 215 | call InitBands |
---|
[709] | 216 | call MPI_BARRIER(COMM_LMDZ,ierr) |
---|
[630] | 217 | if (mpi_rank==0) call WriteBands |
---|
| 218 | call SetDistrib(jj_Nb_Caldyn) |
---|
| 219 | c Allocation du buffer MPI |
---|
| 220 | Bs=8*MaxBufferSize |
---|
| 221 | call MPI_ALLOC_MEM(BS,MPI_INFO_NULL,Pbuffer,ierr) |
---|
| 222 | print *,'ierr',ierr |
---|
| 223 | do i=1,MaxBufferSize |
---|
| 224 | MPI_Buffer(i)=i |
---|
| 225 | enddo |
---|
| 226 | call Init_Mod_hallo(MPI_Buffer) |
---|
[709] | 227 | c$OMP PARALLEL |
---|
| 228 | call init_phys_openmp |
---|
[630] | 229 | call InitComgeomphy |
---|
[709] | 230 | c$OMP END PARALLEL |
---|
[630] | 231 | #ifdef INCA |
---|
[726] | 232 | call init_const_lmdz(nbtrac,anneeref,dayref,iphysiq,day_step,nday) |
---|
| 233 | call init_inca_para(iim,jjm+1,klon2,phy_size,klon_para_nb) |
---|
[630] | 234 | #endif |
---|
| 235 | |
---|
| 236 | c----------------------------------------------------------------------- |
---|
| 237 | c Initialisation des traceurs |
---|
| 238 | c --------------------------- |
---|
| 239 | c Choix du schema pour l'advection |
---|
| 240 | c dans fichier trac.def ou via INCA |
---|
| 241 | |
---|
| 242 | call iniadvtrac(nq) |
---|
| 243 | c |
---|
| 244 | c----------------------------------------------------------------------- |
---|
| 245 | c Lecture de l'etat initial : |
---|
| 246 | c --------------------------- |
---|
| 247 | |
---|
| 248 | c lecture du fichier start.nc |
---|
| 249 | if (read_start) then |
---|
| 250 | #ifdef CPP_IOIPSL |
---|
| 251 | CALL dynetat0("start.nc",nqmx,vcov,ucov, |
---|
| 252 | . teta,q,masse,ps,phis, time_0) |
---|
| 253 | c write(73,*) 'ucov',ucov |
---|
| 254 | c write(74,*) 'vcov',vcov |
---|
| 255 | c write(75,*) 'teta',teta |
---|
| 256 | c write(76,*) 'ps',ps |
---|
| 257 | c write(77,*) 'q',q |
---|
| 258 | |
---|
| 259 | #endif |
---|
| 260 | endif |
---|
| 261 | |
---|
[726] | 262 | #ifdef INCA |
---|
| 263 | call init_inca_dim(klon,llm,iim,jjm, |
---|
| 264 | $ rlonu,rlatu,rlonv,rlatv) |
---|
| 265 | #endif |
---|
[630] | 266 | |
---|
| 267 | |
---|
| 268 | c le cas echeant, creation d un etat initial |
---|
| 269 | IF (prt_level > 9) WRITE(lunout,*) |
---|
| 270 | . 'AVANT iniacademic AVANT AVANT AVANT AVANT' |
---|
| 271 | if (.not.read_start) then |
---|
| 272 | CALL iniacademic(nqmx,vcov,ucov,teta,q,masse,ps,phis,time_0) |
---|
| 273 | endif |
---|
| 274 | |
---|
| 275 | |
---|
| 276 | c----------------------------------------------------------------------- |
---|
| 277 | c Lecture des parametres de controle pour la simulation : |
---|
| 278 | c ------------------------------------------------------- |
---|
| 279 | c on recalcule eventuellement le pas de temps |
---|
| 280 | |
---|
| 281 | IF(MOD(day_step,iperiod).NE.0) THEN |
---|
| 282 | abort_message = |
---|
| 283 | . 'Il faut choisir un nb de pas par jour multiple de iperiod' |
---|
| 284 | call abort_gcm(modname,abort_message,1) |
---|
| 285 | ENDIF |
---|
| 286 | |
---|
| 287 | IF(MOD(day_step,iphysiq).NE.0) THEN |
---|
| 288 | abort_message = |
---|
| 289 | * 'Il faut choisir un nb de pas par jour multiple de iphysiq' |
---|
| 290 | call abort_gcm(modname,abort_message,1) |
---|
| 291 | ENDIF |
---|
| 292 | |
---|
| 293 | zdtvr = daysec/FLOAT(day_step) |
---|
| 294 | IF(dtvr.NE.zdtvr) THEN |
---|
| 295 | WRITE(lunout,*) |
---|
| 296 | . 'WARNING!!! changement de pas de temps',dtvr,'>',zdtvr |
---|
| 297 | ENDIF |
---|
| 298 | |
---|
| 299 | C |
---|
| 300 | C on remet le calendrier à zero si demande |
---|
| 301 | c |
---|
| 302 | if (annee_ref .ne. anneeref .or. day_ref .ne. dayref) then |
---|
| 303 | write(lunout,*) |
---|
| 304 | . ' Attention les dates initiales lues dans le fichier' |
---|
| 305 | write(lunout,*) |
---|
| 306 | . ' restart ne correspondent pas a celles lues dans ' |
---|
| 307 | write(lunout,*)' gcm.def' |
---|
| 308 | if (raz_date .ne. 1) then |
---|
| 309 | write(lunout,*) |
---|
| 310 | . ' On garde les dates du fichier restart' |
---|
| 311 | else |
---|
| 312 | annee_ref = anneeref |
---|
| 313 | day_ref = dayref |
---|
| 314 | day_ini = dayref |
---|
| 315 | itau_dyn = 0 |
---|
| 316 | itau_phy = 0 |
---|
| 317 | time_0 = 0. |
---|
| 318 | write(lunout,*) |
---|
| 319 | . ' On reinitialise a la date lue dans gcm.def' |
---|
| 320 | endif |
---|
| 321 | ELSE |
---|
| 322 | raz_date = 0 |
---|
| 323 | endif |
---|
| 324 | |
---|
| 325 | |
---|
| 326 | c nombre d'etats dans les fichiers demarrage et histoire |
---|
| 327 | nbetatdem = nday / iecri |
---|
| 328 | nbetatmoy = nday / periodav + 1 |
---|
| 329 | |
---|
| 330 | c----------------------------------------------------------------------- |
---|
| 331 | c Initialisation des constantes dynamiques : |
---|
| 332 | c ------------------------------------------ |
---|
| 333 | dtvr = zdtvr |
---|
| 334 | CALL iniconst |
---|
| 335 | |
---|
| 336 | c----------------------------------------------------------------------- |
---|
| 337 | c Initialisation de la geometrie : |
---|
| 338 | c -------------------------------- |
---|
| 339 | CALL inigeom |
---|
| 340 | |
---|
| 341 | c----------------------------------------------------------------------- |
---|
| 342 | c Initialisation du filtre : |
---|
| 343 | c -------------------------- |
---|
| 344 | CALL inifilr |
---|
| 345 | c |
---|
| 346 | c----------------------------------------------------------------------- |
---|
| 347 | c Initialisation de la dissipation : |
---|
| 348 | c ---------------------------------- |
---|
| 349 | |
---|
| 350 | CALL inidissip( lstardis, nitergdiv, nitergrot, niterh , |
---|
| 351 | * tetagdiv, tetagrot , tetatemp ) |
---|
| 352 | |
---|
| 353 | c----------------------------------------------------------------------- |
---|
| 354 | c Initialisation de la physique : |
---|
| 355 | c ------------------------------- |
---|
| 356 | #ifdef CPP_PHYS |
---|
| 357 | IF (call_iniphys.and.iflag_phys.eq.1) THEN |
---|
| 358 | latfi(1)=rlatu(1) |
---|
| 359 | lonfi(1)=0. |
---|
| 360 | zcufi(1) = cu(1) |
---|
| 361 | zcvfi(1) = cv(1) |
---|
| 362 | DO j=2,jjm |
---|
| 363 | DO i=1,iim |
---|
| 364 | latfi((j-2)*iim+1+i)= rlatu(j) |
---|
| 365 | lonfi((j-2)*iim+1+i)= rlonv(i) |
---|
| 366 | zcufi((j-2)*iim+1+i) = cu((j-1)*iip1+i) |
---|
| 367 | zcvfi((j-2)*iim+1+i) = cv((j-1)*iip1+i) |
---|
| 368 | ENDDO |
---|
| 369 | ENDDO |
---|
| 370 | latfi(ngridmx)= rlatu(jjp1) |
---|
| 371 | lonfi(ngridmx)= 0. |
---|
| 372 | zcufi(ngridmx) = cu(ip1jm+1) |
---|
| 373 | zcvfi(ngridmx) = cv(ip1jm-iim) |
---|
| 374 | CALL gr_dyn_fi(1,iip1,jjp1,ngridmx,aire,airefi) |
---|
| 375 | WRITE(lunout,*) |
---|
| 376 | . 'WARNING!!! vitesse verticale nulle dans la physique' |
---|
[709] | 377 | |
---|
[630] | 378 | CALL iniphysiq(ngridmx,llm,daysec,day_ini,dtphys , |
---|
| 379 | , latfi,lonfi,airefi,zcufi,zcvfi,rad,g,r,cpp ) |
---|
[709] | 380 | |
---|
[630] | 381 | call_iniphys=.false. |
---|
| 382 | ENDIF |
---|
| 383 | #endif |
---|
| 384 | |
---|
| 385 | c numero de stockage pour les fichiers de redemarrage: |
---|
| 386 | |
---|
| 387 | c----------------------------------------------------------------------- |
---|
| 388 | c Initialisation des I/O : |
---|
| 389 | c ------------------------ |
---|
| 390 | |
---|
| 391 | |
---|
| 392 | day_end = day_ini + nday |
---|
| 393 | WRITE(lunout,300)day_ini,day_end |
---|
| 394 | |
---|
| 395 | #ifdef CPP_IOIPSL |
---|
| 396 | CALL dynredem0_p("restart.nc", day_end, phis, nqmx) |
---|
| 397 | |
---|
| 398 | ecripar = .TRUE. |
---|
| 399 | |
---|
| 400 | if ( 1.eq.1) then |
---|
| 401 | time_step = zdtvr |
---|
| 402 | t_ops = iecri * daysec |
---|
| 403 | t_wrt = iecri * daysec |
---|
| 404 | CALL inithist_p(dynhist_file,day_ref,annee_ref,time_step, |
---|
| 405 | . t_ops, t_wrt, nqmx, histid, histvid) |
---|
| 406 | |
---|
| 407 | t_ops = iperiod * time_step |
---|
| 408 | t_wrt = periodav * daysec |
---|
| 409 | CALL initdynav_p(dynhistave_file,day_ref,annee_ref,time_step, |
---|
| 410 | . t_ops, t_wrt, nqmx, histaveid) |
---|
| 411 | |
---|
| 412 | dtav = iperiod*dtvr/daysec |
---|
| 413 | endif |
---|
| 414 | |
---|
| 415 | |
---|
| 416 | #endif |
---|
| 417 | |
---|
| 418 | c Choix des frequences de stokage pour le offline |
---|
| 419 | c istdyn=day_step/4 ! stockage toutes les 6h=1jour/4 |
---|
| 420 | c istdyn=day_step/12 ! stockage toutes les 2h=1jour/12 |
---|
| 421 | istdyn=day_step/4 ! stockage toutes les 6h=1jour/12 |
---|
| 422 | istphy=istdyn/iphysiq |
---|
| 423 | |
---|
| 424 | |
---|
| 425 | c |
---|
| 426 | c----------------------------------------------------------------------- |
---|
| 427 | c Integration temporelle du modele : |
---|
| 428 | c ---------------------------------- |
---|
| 429 | |
---|
| 430 | c write(78,*) 'ucov',ucov |
---|
| 431 | c write(78,*) 'vcov',vcov |
---|
| 432 | c write(78,*) 'teta',teta |
---|
| 433 | c write(78,*) 'ps',ps |
---|
| 434 | c write(78,*) 'q',q |
---|
| 435 | |
---|
| 436 | |
---|
| 437 | CALL leapfrog_p(ucov,vcov,teta,ps,masse,phis,nq,q,clesphy0, |
---|
| 438 | . time_0) |
---|
| 439 | |
---|
| 440 | |
---|
| 441 | |
---|
| 442 | 300 FORMAT('1'/,15x,'run du pas',i7,2x,'au pas',i7,2x, |
---|
| 443 | . 'c''est a dire du jour',i7,3x,'au jour',i7//) |
---|
| 444 | END |
---|
| 445 | |
---|