Changeset 517 for palm/trunk/SCRIPTS/NCL


Ignore:
Timestamp:
Mar 18, 2010 7:45:39 AM (14 years ago)
Author:
heinze
Message:

Changing some default settings

Location:
palm/trunk/SCRIPTS/NCL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/NCL/.hluresfile

    r418 r517  
    3131! Increase the default (16mb) contour memory
    3232! If you gave gridded data > 500 x 500, you may need this
    33 *wsMaximumSize: 32556688
     33*wsMaximumSize: 100000000
    3434!*********************************************************
  • palm/trunk/SCRIPTS/NCL/.ncl.config.default

    r513 r517  
    436436      ; example: fill_mode = "AreaFill"
    437437      ;
    438       ; default:   "AreaFill"
     438      ; default:    "RasterFill"
    439439      ;***************************************************
    440440      if(.not. isvar("fill_mode"))then   
    441441     
    442442     
    443          fill_mode = "AreaFill"
     443         fill_mode = "RasterFill"
    444444         
    445445         
     
    488488      ; data type: float
    489489      ;
    490       ; example: font_size_legend = 0.02
    491       ;
    492       ; default:   0.02
     490      ; example: font_size_legend = 0.04
     491      ;
     492      ; default:   0.04
    493493      ;***************************************************
    494494      if(.not. isvar("font_size_legend"))then
    495495     
    496496         
    497          font_size_legend = 0.02
     497         font_size_legend = 0.04
    498498         
    499499         
Note: See TracChangeset for help on using the changeset viewer.