Changeset 644 for LMDZ4/trunk/libf/phylmd/ini_histREGDYN.h
- Timestamp:
- May 25, 2005, 3:10:09 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/ini_histREGDYN.h
r524 r644 5 5 IF (ok_regdyn) THEN 6 6 c 7 PRINT*, 'La frequence de sortie REGDYN est de ', ecrit_mth 8 c PRINT*, 'La frequence de sortie REGDYN est de ', ecrit_regdyn 9 cIM cf. LF 7 cIM PRINT*, 'La frequence de sortie REGDYN est de ', ecrit_mth 8 c 10 9 idayref = day_ref 11 10 CALL ymds2ju(annee_ref, 1, idayref, 0.0, zjulian) 12 13 cccIM CALL ymds2ju(anne_ini, 1, 1, 0.0, zjulian)14 c CALL ymds2ju(annee_ref, 1, 1, 0.0, zjulian)15 c zjulian = zjulian + day_ini16 11 c 17 18 12 c axe vertical pour les differents niveaux des histogrammes 19 13 DO iw=1, iwmax … … 28 22 . "mb/day", 29 23 . iwmax, zx_o500, komega) 30 24 c 31 25 c pour les champs instantannes, il faut mettre la meme valeur pour 32 c zout et tsto.26 c zout et zsto. 33 27 c dtime est passe par ailleurs a histbeg 34 28 c 35 29 c zout = dtime * REAL(NINT(86400./dtime*ecrit_regdyn)) 36 30 c zsto = zout 37 31 c print*,'zout,zsto=',zout,zsto 32 c 33 c stockage a chaque pas de temps de la physique 34 c 35 zstophy = dtime 36 cIM 020904 zstophy = dtime * nbapp_isccp 37 38 38 c ecriture mensuelle 39 39 c 40 zsto = dtime41 40 zout = dtime * ecrit_mth 41 cIM 020904 42 c zout = dtime * ecrit_day 42 43 c zout = dtime * REAL(NINT(86400./dtime*ecrit_regdyn)) 43 44 … … 48 49 CALL histdef(nid_regdyn, "hw1", "Tropics Histogram ", "%", 49 50 & kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32, 50 & "ave(X)", zsto ,zout)51 & "ave(X)", zstophy,zout) 51 52 52 53 CALL histdef(nid_regdyn, "nh1", "Nb of pixels Tropics Histo", 53 54 & "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 54 & 32,"ave(X)", zsto ,zout)55 & 32,"ave(X)", zstophy,zout) 55 56 c 56 57 57 CALL histdef(nid_regdyn, "nht1","Total Nb pixels Tropics Histo" 58 & ,"%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 59 & 32,"ave(X)", zsto,zout) 58 CALL histdef(nid_regdyn, "nht1", 59 & "Total Nb pixels Tropics Histo", 60 & "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 61 & 32,"ave(X)", zstophy,zout) 60 62 c 61 63 c PAN 62 64 CALL histdef(nid_regdyn, "hw2", "North Pacific Histogram", "%", 63 65 & kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32, 64 & "ave(X)", zsto ,zout)66 & "ave(X)", zstophy,zout) 65 67 66 68 CALL histdef(nid_regdyn, "nh2", "Nb of pixels North Pacific", 67 69 & "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 68 & 32,"ave(X)", zsto ,zout)70 & 32,"ave(X)", zstophy,zout) 69 71 c 70 72 71 CALL histdef(nid_regdyn, "nht2", "Total Nb pixels North Pacific72 & Histo"73 & ,"%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega,74 & 32,"ave(X)", zsto ,zout)73 CALL histdef(nid_regdyn, "nht2", 74 & "Total Nb pixels North Pacific Histo", 75 & "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 76 & 32,"ave(X)", zstophy,zout) 75 77 c CAL 76 78 CALL histdef(nid_regdyn, "hw3", "California Histogram", "%", 77 79 & kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32, 78 & "ave(X)", zsto ,zout)80 & "ave(X)", zstophy,zout) 79 81 80 CALL histdef(nid_regdyn, "nh3", "Nb of pixels California81 & Histo",82 CALL histdef(nid_regdyn, "nh3", 83 & "Nb of pixels California Histo", 82 84 & "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 83 & 32,"ave(X)", zsto ,zout)85 & 32,"ave(X)", zstophy,zout) 84 86 c 85 87 86 CALL histdef(nid_regdyn, "nht3", "Total Nb pixels California87 & Histo"88 & ,"%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega,89 & 32,"ave(X)", zsto ,zout)88 CALL histdef(nid_regdyn, "nht3", 89 & "Total Nb pixels California Histo", 90 & "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 91 & 32,"ave(X)", zstophy,zout) 90 92 c HAW 91 93 CALL histdef(nid_regdyn, "hw4", "Hawai Histogram", "%", 92 94 & kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32, 93 & "ave(X)", zsto ,zout)95 & "ave(X)", zstophy,zout) 94 96 95 97 CALL histdef(nid_regdyn, "nh4", "Nb of pixels Hawai Histo", 96 98 & "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 97 & 32,"ave(X)", zsto ,zout)99 & 32,"ave(X)", zstophy,zout) 98 100 c 99 101 100 CALL histdef(nid_regdyn, "nht4","Total Nb pixels Hawai Histo" 101 & ,"%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 102 & 32,"ave(X)", zsto,zout) 102 CALL histdef(nid_regdyn, "nht4", 103 & "Total Nb pixels Hawai Histo", 104 & "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 105 & 32,"ave(X)", zstophy,zout) 103 106 c WAP 104 107 CALL histdef(nid_regdyn, "hw5", "Warm Pool Histogram", "%", 105 108 & kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32, 106 & "ave(X)", zsto ,zout)109 & "ave(X)", zstophy,zout) 107 110 108 111 CALL histdef(nid_regdyn, "nh5", "Nb of pixels Warm Pool Histo", 109 112 & "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 110 & 32,"ave(X)", zsto ,zout)113 & 32,"ave(X)", zstophy,zout) 111 114 c 112 115 113 CALL histdef(nid_regdyn, "nht5", "Total Nb pixels Warm Pool114 & Histo"115 & ,"%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega,116 & 32,"ave(X)", zsto ,zout)116 CALL histdef(nid_regdyn, "nht5", 117 & "Total Nb pixels Warm Pool Histo", 118 & "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 119 & 32,"ave(X)", zstophy,zout) 117 120 c 118 121 CALL histend(nid_regdyn)
Note: See TracChangeset
for help on using the changeset viewer.