NCL Home> Application examples> Models || Data files for some examples

Example pages containing: tidbits | resources | functions/procedures

POP Ocean Model

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/popRemap.ncl"

NCL version 4.2.0.a025 or later can plot POP data in physical space

NCL version 4.2.0.a028 no longer sets gsnAddCyclic to True for data that has 2D coordinates

NCL version 4.2.0.a032 or later requires the user to set an environment variable to point to the location of the map and grid files required for remapping. This change was necessary because of the creation of two separate libraries of these files both inside and outside the NCAR supercomputing firewall.

    setenv  NCL_POP_REMAP /fis/cgd/cseg/csm/mapping/maps
    
Note: Within the NCAR environment, POP weight files may be located in several different directories on local. machines. Another directory would be
    setenv  NCL_POP_REMAP /fs/cgd/csm/inputdata/cpl/cpl6
    
Some vector rotation files may be found at:
    setenv  NCL_POP_REMAPV /cgd/cas/shea/POP_REMAP
    

Native Grid

Scalars

click on image for larger view

Vectors

click on image for larger view

Streamlines

click on image for larger view

Rasters

click on image for larger view

Slices click on image for larger view

Grid Conversions

Draw the Grid

POP ==> Lat/Lon

click on image for larger view

Lat/Lon==>POP

click on image for larger view

POP Grid

click on image for larger view