Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

projects/iugonet/load/

iug_load_kyushugcm.pro


PROCEDURE: IUG_LOAD_KYUSHUGCM iug_load_kyushugcm, datatype=datatype, $ calmethod=calmethod, $ altitutde=altitude, $ trange=trange, $ verbose=verbose, $ downloadonly=downloadonly, $ no_download=no_download, $ selparam_idx=selparam_idx, $ selparam_dat=selparam_dat, $ newname=newname PURPOSE: Loads the Kyushu GCM simulation data. KEYWORDS: datatype = output physical quantity. T: temperature U: zonal wind V: meridional wind W: Vertical wind calmethod = option of the calculation method. j3: use JRA data as the boundary condition and the number of altitude grid is 150. Now, only j3 is available. altitude: If set, altitude is in km. Otherwise, pressure (in hPa) is used. trange = (Optional) Time range of interest (2 element array). /verbose: set to output some useful info /downloadonly: if set, then only download the data, do not load it into variables. /no_download: use only files which are online locally. selparam_idx: a vector with 3 elements to identify the loaded component when converting 3D data to 2D or 1D data. 1st element: geographic latitude 2nd: geographic longitude 3rd: altitude For example, a vector [0, 0, 1] means that the altitude profile is loaded. selparam_dat: a vector with 3 elements to identify the position when converting 3D data to 2D or 1D data. 1st element: geographic latitude 2nd: geographic longitude 3rd: altitude For example, if selparam_idx=[0,0,1], selparam_dat=[35., 135., 0.] means that an altitude profile at glat=35 and glon=135 is loaded. newname: if set, then the loaded tplot variable is renamed to newname. This keyword is available only when selparam_idx is set. EXAMPLE: iug_load_kyushugcm, datatype='t' NOTE: See the rules of the road. The simulation data are 3D and have a large file size (about 100MB). The large file size may cause long download time and out of memory depending on the situation. Written by Y.-M. Tanaka, Aug.16, 2013 (ytanaka at nipr.ac.jp)

Routines

top source iug_load_kyushugcm

iug_load_kyushugcm, datatype=datatype, calmethod=calmethod, altitude=altitude, trange=trange, verbose=verbose, downloadonly=downloadonly, no_download=no_download, selparam_idx=selparam_idx, selparam_dat=selparam_dat, newname=newname

Keywords

datatype
calmethod
altitude
trange
verbose
downloadonly
no_download
selparam_idx
selparam_dat
newname

File attributes

Modification date: Thu Feb 13 16:43:01 2014
Lines: 156