[5099] | 1 | |
---|
[524] | 2 | ! $Header$ |
---|
| 3 | |
---|
| 4 | IF (ok_regdyn) THEN |
---|
[766] | 5 | |
---|
[5117] | 6 | IF (is_sequential) THEN |
---|
[524] | 7 | c |
---|
[644] | 8 | cIM PRINT*, 'La frequence de sortie REGDYN est de ', ecrit_mth |
---|
| 9 | c |
---|
[524] | 10 | idayref = day_ref |
---|
| 11 | CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian) |
---|
| 12 | c |
---|
| 13 | c axe vertical pour les differents niveaux des histogrammes |
---|
| 14 | DO iw=1, iwmax |
---|
| 15 | zx_o500(iw)=wmin+(iw-1./2.)*pas_w |
---|
| 16 | ENDDO |
---|
| 17 | |
---|
| 18 | CALL histbeg("histREGDYN", kmaxm1,zx_tau, lmaxm1,zx_pc, |
---|
| 19 | . 1,kmaxm1,1,lmaxm1, itau_phy, zjulian, dtime, |
---|
| 20 | . nhoriRD, nid_regdyn) |
---|
| 21 | |
---|
| 22 | CALL histvert(nid_regdyn, "omeganivs", "Omega levels", |
---|
| 23 | . "mb/day", |
---|
| 24 | . iwmax, zx_o500, komega) |
---|
[644] | 25 | c |
---|
[524] | 26 | c pour les champs instantannes, il faut mettre la meme valeur pour |
---|
[644] | 27 | c zout et zsto. |
---|
[524] | 28 | c dtime est passe par ailleurs a histbeg |
---|
[644] | 29 | c |
---|
[524] | 30 | c zout = dtime * REAL(NINT(86400./dtime*ecrit_regdyn)) |
---|
| 31 | c zsto = zout |
---|
[5103] | 32 | c PRINT*,'zout,zsto=',zout,zsto |
---|
[644] | 33 | c |
---|
| 34 | c stockage a chaque pas de temps de la physique |
---|
| 35 | c |
---|
| 36 | zstophy = dtime |
---|
| 37 | cIM 020904 zstophy = dtime * nbapp_isccp |
---|
| 38 | |
---|
[524] | 39 | c ecriture mensuelle |
---|
| 40 | c |
---|
| 41 | zout = dtime * ecrit_mth |
---|
[644] | 42 | cIM 020904 |
---|
| 43 | c zout = dtime * ecrit_day |
---|
[524] | 44 | c zout = dtime * REAL(NINT(86400./dtime*ecrit_regdyn)) |
---|
| 45 | |
---|
| 46 | c |
---|
| 47 | c Champs 3D: |
---|
| 48 | c |
---|
| 49 | c TROP |
---|
| 50 | CALL histdef(nid_regdyn, "hw1", "Tropics Histogram ", "%", |
---|
[5128] | 51 | kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32, |
---|
| 52 | "ave(X)", zstophy,zout) |
---|
[524] | 53 | |
---|
| 54 | CALL histdef(nid_regdyn, "nh1", "Nb of pixels Tropics Histo", |
---|
[5128] | 55 | "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, |
---|
| 56 | 32,"ave(X)", zstophy,zout) |
---|
[524] | 57 | c |
---|
| 58 | |
---|
[644] | 59 | CALL histdef(nid_regdyn, "nht1", |
---|
[5128] | 60 | "Total Nb pixels Tropics Histo", |
---|
| 61 | "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, |
---|
| 62 | 32,"ave(X)", zstophy,zout) |
---|
[524] | 63 | c |
---|
| 64 | c PAN |
---|
| 65 | CALL histdef(nid_regdyn, "hw2", "North Pacific Histogram", "%", |
---|
[5128] | 66 | kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32, |
---|
| 67 | "ave(X)", zstophy,zout) |
---|
[524] | 68 | |
---|
| 69 | CALL histdef(nid_regdyn, "nh2", "Nb of pixels North Pacific", |
---|
[5128] | 70 | "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, |
---|
| 71 | 32,"ave(X)", zstophy,zout) |
---|
[524] | 72 | c |
---|
| 73 | |
---|
[644] | 74 | CALL histdef(nid_regdyn, "nht2", |
---|
[5128] | 75 | "Total Nb pixels North Pacific Histo", |
---|
| 76 | "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, |
---|
| 77 | 32,"ave(X)", zstophy,zout) |
---|
[524] | 78 | c CAL |
---|
| 79 | CALL histdef(nid_regdyn, "hw3", "California Histogram", "%", |
---|
[5128] | 80 | kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32, |
---|
| 81 | "ave(X)", zstophy,zout) |
---|
[524] | 82 | |
---|
[644] | 83 | CALL histdef(nid_regdyn, "nh3", |
---|
[5128] | 84 | "Nb of pixels California Histo", |
---|
| 85 | "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, |
---|
| 86 | 32,"ave(X)", zstophy,zout) |
---|
[524] | 87 | c |
---|
| 88 | |
---|
[644] | 89 | CALL histdef(nid_regdyn, "nht3", |
---|
[5128] | 90 | "Total Nb pixels California Histo", |
---|
| 91 | "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, |
---|
| 92 | 32,"ave(X)", zstophy,zout) |
---|
[524] | 93 | c HAW |
---|
| 94 | CALL histdef(nid_regdyn, "hw4", "Hawai Histogram", "%", |
---|
[5128] | 95 | kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32, |
---|
| 96 | "ave(X)", zstophy,zout) |
---|
[524] | 97 | |
---|
| 98 | CALL histdef(nid_regdyn, "nh4", "Nb of pixels Hawai Histo", |
---|
[5128] | 99 | "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, |
---|
| 100 | 32,"ave(X)", zstophy,zout) |
---|
[524] | 101 | c |
---|
| 102 | |
---|
[644] | 103 | CALL histdef(nid_regdyn, "nht4", |
---|
[5128] | 104 | "Total Nb pixels Hawai Histo", |
---|
| 105 | "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, |
---|
| 106 | 32,"ave(X)", zstophy,zout) |
---|
[524] | 107 | c WAP |
---|
| 108 | CALL histdef(nid_regdyn, "hw5", "Warm Pool Histogram", "%", |
---|
[5128] | 109 | kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32, |
---|
| 110 | "ave(X)", zstophy,zout) |
---|
[524] | 111 | |
---|
| 112 | CALL histdef(nid_regdyn, "nh5", "Nb of pixels Warm Pool Histo", |
---|
[5128] | 113 | "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, |
---|
| 114 | 32,"ave(X)", zstophy,zout) |
---|
[524] | 115 | c |
---|
| 116 | |
---|
[644] | 117 | CALL histdef(nid_regdyn, "nht5", |
---|
[5128] | 118 | "Total Nb pixels Warm Pool Histo", |
---|
| 119 | "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, |
---|
| 120 | 32,"ave(X)", zstophy,zout) |
---|
[524] | 121 | c |
---|
| 122 | CALL histend(nid_regdyn) |
---|
[766] | 123 | |
---|
[5117] | 124 | END IF ! is_sequential |
---|
[524] | 125 | |
---|
| 126 | endif ! ok_regdyn |
---|