Ignore:
Timestamp:
May 25, 2005, 3:10:09 PM (19 years ago)
Author:
Laurent Fairhead
Message:

Synchronisation avec tous les diagnostiques de Ionela IM
Inclusion du slab ocean IM
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/ini_histREGDYN.h

    r524 r644  
    55      IF (ok_regdyn) THEN
    66c
    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
     7cIM      PRINT*, 'La frequence de sortie REGDYN est de ', ecrit_mth
     8c
    109         idayref = day_ref
    1110         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_ini
    1611c
    17 
    1812c axe vertical pour les differents niveaux des histogrammes
    1913      DO iw=1, iwmax
     
    2822     .                 "mb/day",
    2923     .                 iwmax, zx_o500, komega)
    30 
     24c
    3125c   pour les champs instantannes, il faut mettre la meme valeur pour
    32 c   zout et tsto.
     26c   zout et zsto.
    3327c   dtime est passe par ailleurs a histbeg
    34 
     28c
    3529c        zout = dtime * REAL(NINT(86400./dtime*ecrit_regdyn))
    3630c        zsto = zout
    3731c        print*,'zout,zsto=',zout,zsto
     32c
     33c stockage a chaque pas de temps de la physique
     34c
     35         zstophy = dtime
     36cIM 020904      zstophy = dtime * nbapp_isccp
     37
    3838c ecriture mensuelle
    3939c
    40          zsto = dtime
    4140         zout = dtime * ecrit_mth
     41cIM 020904     
     42c        zout = dtime * ecrit_day
    4243c        zout = dtime * REAL(NINT(86400./dtime*ecrit_regdyn))
    4344
     
    4849         CALL histdef(nid_regdyn, "hw1", "Tropics Histogram ", "%",
    4950     &                kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32,
    50      &                "ave(X)", zsto,zout)
     51     &                "ave(X)", zstophy,zout)
    5152
    5253         CALL histdef(nid_regdyn, "nh1", "Nb of pixels Tropics Histo",
    5354     &                "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega,
    54      &                32,"ave(X)", zsto,zout)
     55     &                32,"ave(X)", zstophy,zout)
    5556c
    5657
    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)
    6062c
    6163c PAN
    6264         CALL histdef(nid_regdyn, "hw2", "North Pacific Histogram", "%",
    6365     &                kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32,
    64      &                "ave(X)", zsto,zout)
     66     &                "ave(X)", zstophy,zout)
    6567
    6668         CALL histdef(nid_regdyn, "nh2", "Nb of pixels North Pacific",
    6769     &                "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega,
    68      &                32,"ave(X)", zsto,zout)
     70     &                32,"ave(X)", zstophy,zout)
    6971c
    7072
    71          CALL histdef(nid_regdyn, "nht2","Total Nb pixels North Pacific
    72      &                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)
    7577c CAL
    7678         CALL histdef(nid_regdyn, "hw3", "California Histogram", "%",
    7779     &                kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32,
    78      &                "ave(X)", zsto,zout)
     80     &                "ave(X)", zstophy,zout)
    7981
    80          CALL histdef(nid_regdyn, "nh3", "Nb of pixels California
    81      &                Histo",
     82         CALL histdef(nid_regdyn, "nh3",
     83     &                "Nb of pixels California Histo",
    8284     &                "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega,
    83      &                32,"ave(X)", zsto,zout)
     85     &                32,"ave(X)", zstophy,zout)
    8486c
    8587
    86          CALL histdef(nid_regdyn, "nht3","Total Nb pixels California
    87      &                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)
    9092c HAW
    9193         CALL histdef(nid_regdyn, "hw4", "Hawai Histogram", "%",
    9294     &                kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32,
    93      &                "ave(X)", zsto,zout)
     95     &                "ave(X)", zstophy,zout)
    9496
    9597         CALL histdef(nid_regdyn, "nh4", "Nb of pixels Hawai Histo",
    9698     &                "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega,
    97      &                32,"ave(X)", zsto,zout)
     99     &                32,"ave(X)", zstophy,zout)
    98100c
    99101
    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)
    103106c WAP
    104107         CALL histdef(nid_regdyn, "hw5", "Warm Pool Histogram", "%",
    105108     &                kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega, 32,
    106      &                "ave(X)", zsto,zout)
     109     &                "ave(X)", zstophy,zout)
    107110
    108111         CALL histdef(nid_regdyn, "nh5", "Nb of pixels Warm Pool Histo",
    109112     &                "%",kmaxm1,lmaxm1,nhoriRD, iwmax,1,iwmax, komega,
    110      &                32,"ave(X)", zsto,zout)
     113     &                32,"ave(X)", zstophy,zout)
    111114c
    112115
    113          CALL histdef(nid_regdyn, "nht5","Total Nb pixels Warm Pool
    114      &                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)
    117120c
    118121         CALL histend(nid_regdyn)
Note: See TracChangeset for help on using the changeset viewer.