Changeset 1526 for LMDZ5/trunk/libf/cosp/ini_histhfCOSP.h
- Timestamp:
- May 26, 2011, 1:41:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/cosp/ini_histhfCOSP.h
r1327 r1526 18 18 19 19 ! Definition de l'axe vertical 20 if (use_vgrid) then 20 21 CALL histvert(nid_hf_cosp,"height","height","m",Nlevout,vgrid%z,nvert) 21 print*,'Ok height Nlevout, height =',Nlevout,vgrid%z 22 else 23 CALL histvert(nid_hf_cosp,"presnivs","Vertical levels","mb",Nlevout,presnivs,nvert) 24 endif 25 22 26 CALL histvert(nid_hf_cosp,"height_mlev","height_mlev","m",Nlevlmdz,vgrid%mz,nvertm) 23 print*,'Ok height_mlev Nlevout height_mlev =',Nlevout,vgrid%mz24 ! CALL histvert(nid_hf_cosp,"presnivs","Vertical levels","mb",Nlevout,presnivs,nvert)25 27 26 28 CALL histvert(nid_hf_cosp,"sza","solar_zenith_angle","degrees",PARASOL_NREFL,PARASOL_SZA,nvertp) … … 28 30 CALL histvert(nid_hf_cosp,"pressure2","pressure","mb",7,ISCCP_PC,nvertisccp) 29 31 30 CALL histvert(nid_hf_cosp,"column","column","count",Ncolumns,column_ax ,nvertcol)32 CALL histvert(nid_hf_cosp,"column","column","count",Ncolumns,column_ax(1:Ncolumns),nvertcol) 31 33 32 34 ! Sorties LIDAR
Note: See TracChangeset
for help on using the changeset viewer.