Changeset 1026
- Timestamp:
- 05/06/17 19:58:23 (5 years ago)
- Location:
- CMIP6dreqbuild/trunk/src/framework/dreqPy
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/dreqPy/makeTables.py
r1004 r1026 195 195 return '<li>%s [%s]: %s</li>' % ( cmv.label, targ.__href__(odir='../u/',label=targ.priority) , 'Variable not defined or not found' ) 196 196 else: 197 return '<li>%s [%s]: %s</li>' % ( cmv.label, targ.__href__(odir='../u/',label=targ.priority) , cmv.__href__(odir='../u/',label=cmv.title) ) 197 ng = len( targ._inx.iref_by_sect[cmv.uid].a['requestVar'] ) 198 nv = len( targ._inx.iref_by_sect[cmv.vid].a['CMORvar'] ) 199 return '<li>%s.%s [%s]: %s {groups: %s, vars: %s}</li>' % ( cmv.label,cmv.mipTable, targ.__href__(odir='../u/',label=targ.priority) , cmv.__href__(odir='../u/',label=cmv.title), ng, nv ) 198 200 else: 199 201 rg = targ._inx.uid[ targ.vgid ] -
CMIP6dreqbuild/trunk/src/framework/dreqPy/packageConfig.py
r1004 r1026 14 14 DOC_DIR = os.environ.get('DRQ_CONFIG_DIR', DOC_DEFAULT_DIR) 15 15 16 __versionComment__ = "Version 01.00.1 0"17 __version__ = "01.00.1 0"16 __versionComment__ = "Version 01.00.11" 17 __version__ = "01.00.11" 18 18 __title__ = "dreqPy" 19 19 __description__ = "CMIP6 Data Request Python API" -
CMIP6dreqbuild/trunk/src/framework/dreqPy/scope.py
r997 r1026 1523 1523 --grdforce <native|1deg> : force a specific grid option, independent of individual preferences; 1524 1524 --ogrdunstr : provide volume estimates for unstructured ocean grid (interpolation requirements of OMIP data are different in this case); 1525 --omitCmip : omit the CMIP core data request (included by default); 1525 1526 --allgrd : When a variable is requested on multiple grids, archive all grids requested (default: only the finest resolution); 1526 1527 --unique : List only variables which are requested uniquely by this MIP, for at least one experiment;
Note: See TracChangeset
for help on using the changeset viewer.