Ignore:
Timestamp:
Aug 21, 2012 2:17:57 PM (12 years ago)
Author:
hoffmann
Message:

Bugfix in netcdf.f90 and improvements in palmplot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/cross_sections.ncl

    r957 r983  
    395395
    396396   cs_resP = True
    397    cs_resP@txString               = f_att@title
    398    cs_resP@txFuncCode             = "~"                 
    399    cs_resP@txFontHeightF          = 0.015       
     397   cs_resP@gsnMaximize                = True
     398   cs_resP@gsnPanelXWhiteSpacePercent = 4.0
     399   cs_resP@gsnPanelYWhiteSpacePercent = 4.0
     400   cs_resP@txFont                     = "helvetica"
     401   cs_resP@txString                   = f_att@title
     402   cs_resP@txFuncCode                 = "~"             
     403   cs_resP@txFontHeightF              = 0.0105       
    400404 
    401405   if ( mode .eq. "Fill" ) then
Note: See TracChangeset for help on using the changeset viewer.