Ignore:
Timestamp:
Feb 27, 2008, 4:24:26 PM (17 years ago)
Author:
Laurent Fairhead
Message:
  • correction du bug ISCCP (n'ecrire ptop que quand ISCCP est appelé)
  • petite inversion de boucle dans isccp_cloud_types.F pour aller + vite
  • "CFisation" d'un certain nombre d'unités pour les hist*
  • les suggestions de JL pour rugoro

SD
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd/ini_histISCCP.h

    r845 r918  
    146146     .                "ave(X)", zcals(n),zout_isccp(n))
    147147c
     148         CALL histdef(nid_isccp, "ptop",
     149     .                "Cld top pressure (cf ISCCP simulator)","Pa",
     150     .                iim,jj_nb,nhori, 1,1,1,-99,32,
     151     .                "ave(X)", zcals(n),zout_isccp(n))
     152c
     153         CALL histdef(nid_isccp,"meantaucld",
     154     .                "ISCCP mean cloud optical thickness","1",
     155     .                iim,jj_nb,nhori, 1,1,1, -99, 32,
     156     .                "ave(X)", zcals(n),zout_isccp(n))
    148157         ENDDO
    149158c
     
    169178     .                "Nb of calls with sunlit ", "%",
    170179     .                iim, jj_nb,nhori,1,1,1,-99,32,
     180     .                "ave(X)", zcals(n),zout_isccp(n))
     181c
     182          CALL histdef(nid_isccp, "ptop",
     183     .                "Cld top pressure (cf ISCCP simulator)","Pa",
     184     .                iim,jj_nb,nhori, 1,1,1,-99,32,
     185     .                "ave(X)", zcals(n),zout_isccp(n))
     186c
     187          CALL histdef(nid_isccp,"meantaucld",
     188     .                "ISCCP mean cloud optical thickness","1",
     189     .                iim,jj_nb,nhori, 1,1,1, -99, 32,
    171190     .                "ave(X)", zcals(n),zout_isccp(n))
    172191c
Note: See TracChangeset for help on using the changeset viewer.