Changeset 983 for palm/trunk/SCRIPTS


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

Bugfix in netcdf.f90 and improvements in palmplot.

Location:
palm/trunk/SCRIPTS/NCL
Files:
3 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
  • palm/trunk/SCRIPTS/NCL/spectra.ncl

    r957 r983  
    721721   ; ***************************************************
    722722
    723    resP                        = True
    724    resP@txFont                 = "helvetica"
    725    resP@txString               = f_att@title
    726    resP@txFuncCode             = "~"
    727    resP@txFontHeightF          = 0.015
     723   resP                            = True
     724   resP@gsnMaximize                = True
     725   resP@gsnPanelXWhiteSpacePercent = 4.0
     726   resP@gsnPanelYWhiteSpacePercent = 4.0
     727   resP@txFont                     = "helvetica"
     728   resP@txString                   = f_att@title
     729   resP@txFuncCode                 = "~"
     730   resP@txFontHeightF              = 0.0105
    728731
    729732   no_frames = 0
  • palm/trunk/SCRIPTS/NCL/timeseries.ncl

    r969 r983  
    342342   res@lgLabelFontHeightF     = 0.02
    343343
    344    resP                        = True
    345    resP@txFont                 = "helvetica"
    346    resP@txString               = f_att@title+" time series "
    347    resP@txFuncCode             = "~"
    348    resP@txFontHeightF          = 0.015
    349 
     344   resP                            = True
     345   resP@gsnMaximize                = True
     346   resP@gsnPanelXWhiteSpacePercent = 4.0
     347   resP@gsnPanelYWhiteSpacePercent = 4.0
     348   resP@txFont                     = "helvetica"
     349   resP@txString                   = f_att@title+" time series "
     350   resP@txFuncCode                 = "~"
     351   if (format_out .NE. "x11") then
     352      if (no_rows .GE. 5) then
     353         resP@txFontHeightF        = 0.0105
     354      else
     355         resP@txFontHeightF        = 0.015
     356      end if
     357   else
     358      resP@txFontHeightF           = 0.015
     359   end if
    350360   res@tmXBMinorPerMajor = 4
    351361   res@tmYLMinorPerMajor = 4
Note: See TracChangeset for help on using the changeset viewer.