Public Member Functions | |
| def | __init__ |
| def | openHost |
| def | getGridIds |
| def | getMosaicFilename |
| def | getGrid |
| def | getVariable |
| def | getVariables |
| def | getAttribute |
| def | getDimensionUnits |
| def | getGlobal |
| def | getSlab |
| def | listall |
| def | listattributes |
| def | listdimensions |
| def | listglobals |
| def | listvariable |
| def | listvariables |
Public Attributes | |
| cf | |
| CF_MAX_STRING_SIZE | |
| hId | |
| mId | |
| mosaic_filename | |
| coordinates | |
Definition at line 27 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::__init__ | ( | self, | |
| hostfile, | |||
| origHostFile | |||
| ) |
Constructor @param filename - open the file and create an entire mosaic object @param gsLib - The GRIDSPEC API library
Definition at line 28 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::getAttribute | ( | self, | |
| attid | |||
| ) |
Return an attribute from the mosaic
Definition at line 102 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::getDimensionUnits | ( | self, | |
| dimid | |||
| ) |
Return the units for a dimension from the mosaic
Definition at line 108 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::getGlobal | ( | self, | |
| attid | |||
| ) |
Return a global attribute from the mosaic
Definition at line 114 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::getGrid | ( | self, | |
| gridId | |||
| ) |
Return a specific grid from the mosaic
Definition at line 84 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::getGridIds | ( | self | ) |
Read the grid filenames from host object
Definition at line 58 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::getMosaicFilename | ( | self | ) |
Read the mosaic filename from host object
Definition at line 64 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::getSlab | ( | self, | |
| varid, | |||
| slabinfo | |||
| ) |
Return a slab of data for a variable from the mosaic
Definition at line 120 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::getVariable | ( | self | ) |
Return a specific variable from the mosaic
Definition at line 90 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::getVariables | ( | self | ) |
Return all variables from the mosaic
Definition at line 96 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::listall | ( | self | ) |
List all global attributes, attributes, dimensions and variables associated with the hostfile
Definition at line 128 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::listattributes | ( | self | ) |
List attributes associated with the hostfile
Definition at line 135 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::listdimensions | ( | self | ) |
List dimensions associated with the hostfile
Definition at line 141 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::listglobals | ( | self | ) |
List global attributes associated with the hostfile
Definition at line 147 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::listvariable | ( | self, | |
| varid | |||
| ) |
List a specific variable attributes and dimensions associated with the hostfile
Definition at line 153 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::listvariables | ( | self | ) |
List all variables attributes and dimensions associated with the hostfile
Definition at line 160 of file nccf_access_hostfile.py.
| def nccf_access_hostfile::hostFile::openHost | ( | self, | |
| hostfile | |||
| ) |
Open and create the host file object with hId @param hostfile - The name of the host file
Definition at line 50 of file nccf_access_hostfile.py.