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

    r1528 r1928  
    2121        CALL histvert(nid_day_cosp,"height","height","m",Nlevout,vgrid%z,nvert)
    2222       else
    23         CALL histvert(nid_day_cosp,"presnivs","Vertical levels","mb",Nlevout,presnivs,nvert)
     23        CALL histvert(nid_day_cosp,"presnivs","Vertical levels","mb",Nlevout,presnivs,nvert,"down")
    2424       endif
    2525
     
    2828        CALL histvert(nid_day_cosp,"sza","solar_zenith_angle","degrees",PARASOL_NREFL,PARASOL_SZA,nvertp)
    2929
    30         CALL histvert(nid_day_cosp,"pressure2","pressure","mb",7,ISCCP_PC,nvertisccp)
     30        CALL histvert(nid_day_cosp,"pressure2","pressure","mb",7,ISCCP_PC,nvertisccp,"down")
    3131
    3232        CALL histvert(nid_day_cosp,"column","column","count",Ncolumns,column_ax(1:Ncolumns),nvertcol)
     
    7777                        iim,jj_nb,nhori, PARASOL_NREFL,1, PARASOL_NREFL, nvertp,32, &
    7878                        "ave(X)", zout,zstoday)   
     79            CALL histdef(nid_day_cosp, "parasol_crefl", &
     80                        "PARASOL-like mono-directional reflectance","1", &
     81                        iim,jj_nb,nhori, PARASOL_NREFL,1, PARASOL_NREFL, nvertp,32, &
     82                        "ave(X)", zout,zstoday)
     83            CALL histdef(nid_day_cosp, "Ncrefl", &
     84                        "0 ou 1 si reflectance <= ou > 0","1", &
     85                        iim,jj_nb,nhori, PARASOL_NREFL,1, PARASOL_NREFL, nvertp,32, &
     86                        "ave(X)", zout,zstoday)
    7987           endif
    8088           if (cfg%Latb532) then
     
    134142! Sorties ISCCP
    135143        if (cfg%Lisccp_sim) then
     144          CALL histdef(nid_day_cosp, "sunlit", &
     145                     "1 si jour 0 si nuit", "1", &
     146                     iim, jj_nb,nhori,1,1,1,-99,32, &
     147                     "ave(X)", zout,zstomth)
    136148         if (cfg%Lclisccp2) then
    137149            do ii=1,7
Note: See TracChangeset for help on using the changeset viewer.