Ignore:
Timestamp:
Jan 16, 2014, 1:43:34 PM (10 years ago)
Author:
idelkadi
Message:
  • Correction du bug dans l'interface avec la physique : On ne veut pas que la distinction entre les nuages convectifs et stratiformes soit prise en compte dans les calculs Cosp. Dans l'interface avec la physique, sont passees en entree pour Cosp, les quantites totales (stratiforme + convective) du contenus en eau et d'autres variables. La fraction nuageuse convective calculee dans la physique est passee en entree pour Cosp dans la version buggee. Elle est remise a 0 dans cette version corrigee.
  • Mise a jour pour ISCCP : la fraction d'ensoleillement calculee par LMDZ est passee en argument pour Isccp
  • Rajouts d'autre variables diagnostiques : sunlit (=0 si nuit et =1 si jour) parasol_crefl (reflectance integree)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4_AR5/libf/cosp/ini_histmthCOSP.h

    r1528 r1928  
    2727        CALL histvert(nid_mth_cosp,"sza","solar_zenith_angle","degrees",PARASOL_NREFL,PARASOL_SZA,nvertp)
    2828
    29         CALL histvert(nid_mth_cosp,"pressure2","pressure","mb",7,ISCCP_PC,nvertisccp)
     29        CALL histvert(nid_mth_cosp,"pressure2","pressure","mb",7,ISCCP_PC,nvertisccp,"down")
    3030
    3131        CALL histvert(nid_mth_cosp,"column","column","count",Ncolumns,column_ax(1:Ncolumns),nvertcol)
     
    8484                        iim,jj_nb,nhori, PARASOL_NREFL,1, PARASOL_NREFL, nvertp,32, &
    8585                        "ave(X)", zout,zstomth)   
     86            CALL histdef(nid_mth_cosp, "parasol_crefl", &
     87                        "PARASOL-like mono-directional reflectance","1", &
     88                        iim,jj_nb,nhori, PARASOL_NREFL,1, PARASOL_NREFL, nvertp,32, &
     89                        "ave(X)", zout,zstomth)
     90            CALL histdef(nid_mth_cosp, "Ncrefl", &
     91                        "0 ou 1 si reflectance <= ou > 0","1", &
     92                        iim,jj_nb,nhori, PARASOL_NREFL,1, PARASOL_NREFL, nvertp,32, &
     93                        "ave(X)", zout,zstomth)
    8694           endif
    8795           if (cfg%Latb532) then
     
    141149! Sorties ISCCP
    142150        if (cfg%Lisccp_sim) then
     151
     152             CALL histdef(nid_mth_cosp, "sunlit", &
     153                     "1 si jour 0 si nuit", "1", &
     154                     iim, jj_nb,nhori,1,1,1,-99,32, &
     155                     "ave(X)", zout,zstomth)
    143156         if (cfg%Lclisccp2) then
    144157            do ii=1,7
Note: See TracChangeset for help on using the changeset viewer.