Changeset 517 for palm/trunk
- Timestamp:
- Mar 18, 2010 7:45:39 AM (15 years ago)
- Location:
- palm/trunk/SCRIPTS/NCL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/.hluresfile
r418 r517 31 31 ! Increase the default (16mb) contour memory 32 32 ! If you gave gridded data > 500 x 500, you may need this 33 *wsMaximumSize: 3255668833 *wsMaximumSize: 100000000 34 34 !********************************************************* -
palm/trunk/SCRIPTS/NCL/.ncl.config.default
r513 r517 436 436 ; example: fill_mode = "AreaFill" 437 437 ; 438 ; default: "AreaFill"438 ; default: "RasterFill" 439 439 ;*************************************************** 440 440 if(.not. isvar("fill_mode"))then 441 441 442 442 443 fill_mode = " AreaFill"443 fill_mode = "RasterFill" 444 444 445 445 … … 488 488 ; data type: float 489 489 ; 490 ; example: font_size_legend = 0.0 2491 ; 492 ; default: 0.0 2490 ; example: font_size_legend = 0.04 491 ; 492 ; default: 0.04 493 493 ;*************************************************** 494 494 if(.not. isvar("font_size_legend"))then 495 495 496 496 497 font_size_legend = 0.0 2497 font_size_legend = 0.04 498 498 499 499
Note: See TracChangeset
for help on using the changeset viewer.