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_histISCCP.h

    r524 r644  
    77c zout et zsto.
    88c dtime est passe par ailleurs a histbeg
    9 c zsto = frequence de stockage des champs
     9c zstophy = frequence de stockage des champs tous les pdt physiques
    1010c zout = frequence d'ecriture des champs
    11          zsto = dtime
     11        zstophy = dtime
    1212c
    1313c ecriture 8 fois par jour
     
    1515c ecriture toutes les 2h (12 fois par jour)
    1616c       zout = dtime * 4.
    17 c ecriture toutes les 1/h (48 fois par jour)
     17c ecriture toutes les 1/2 h (48 fois par jour)
    1818c       zout = dtime
    1919c
    2020c ecriture mensuelle
    2121        zout = dtime * ecrit_mth
    22 c
    23         print*,'ISCCP zout,zsto=',zout,zsto
     22c       zout = dtime * ecrit_day
    2423c
    2524c       PRINT*, 'La frequence de sortie ISCCP est de ', ecrit_isccp
     
    4847     .                 lmaxm1, cldtopres, nvert,'down')
    4948c
     49        IF(type_run.EQ."ENSP".OR.type_run.EQ."CLIM") THEN
     50c
    5051c variables a ecrire
    5152c
     
    5455     .                "LMDZ ISCCP cld", "%",
    5556     .                iim, jjmp1,nhori,lmaxm1,1,lmaxm1,nvert,32,
    56      .                "ave(X)", zsto,zout)
     57     .                "ave(X)", zstophy,zout)
    5758         ENDDO
    5859c
     
    6061     .                "Nb of calls with sunlit ", "%",
    6162     .                iim, jjmp1,nhori,1,1,1,-99,32,
    62      .                "ave(X)", zsto,zout)
     63     .                "ave(X)", zstophy,zout)
     64c
     65        ELSE IF(type_run.EQ."AMIP".OR.type_run.EQ."CFMI") THEN
     66c
     67         DO k=1, kmaxm1
     68          DO l=1, lmaxm1
     69c
     70          CALL histdef(nid_isccp, pclev(l)//taulev(k),
     71     .                "LMDZ ISCCP cld "//cnameisccp(l,k), "%",
     72     .                iim, jjmp1,nhori,1,1,1,-99,32,
     73     .                "ave(X)", zstophy,zout)
     74c
     75          ENDDO
     76         ENDDO
     77c
     78         CALL histdef(nid_isccp, "nsunlit",
     79     .                "Nb of calls with sunlit ", "%",
     80     .                iim, jjmp1,nhori,1,1,1,-99,32,
     81     .                "ave(X)", zstophy,zout)
     82c
     83        ENDIF
    6384c
    6485        CALL histend(nid_isccp)
Note: See TracChangeset for help on using the changeset viewer.