Changeset 332
- Timestamp:
- 21/05/15 12:03:52 (6 years ago)
- Location:
- CCCC/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
CCCC/trunk/ceda_cc/c4.py
r327 r332 8 8 """ 9 9 Wrapper around main() for use with setuptools. 10 """ 11 if len(sys.argv) == 1: 12 # Show command-line info and report that you must provide arguments 13 import ccinit 14 print ccinit.__doc__ 15 print "\nERROR: Please provide command-line arguments." 16 return 10 17 11 """12 18 if sys.argv[1] == '--sum': 13 19 import summary -
CCCC/trunk/ceda_cc/ccinit.py
r331 r332 29 29 ceda_cc -p <project> [-f <NetCDF file>|-d <directory containing files>|-D <root of directory tree>] [other options] 30 30 31 With the "-D" option, all files in the directory tree beneath the given dire tory will be checked. With the "-d" option, only files in the given directory will be checked.31 With the "-D" option, all files in the directory tree beneath the given directory will be checked. With the "-d" option, only files in the given directory will be checked. 32 32 """ 33 33 import sys, os, string, time, logging -
CCCC/trunk/ceda_cc/fcc_utils.py
r180 r332 204 204 files.pop( files.index(f) ) 205 205 206 # record dire tory names at each level206 # record directory names at each level 207 207 if thisLev not in self.dirNames.keys(): 208 208 self.dirNames[thisLev] = [] -
CCCC/trunk/updates.txt
r155 r332 4 4 153c: Debugged amap virtual substitutions for attributes of axes. 5 5 153d: Added mip_id mapping to those recognised in construction of drs dictionary 6 153e: Draft correction for CMIP5 dire tory path.6 153e: Draft correction for CMIP5 directory path. 7 7 153f: Added tolerance of 0.01 degrees for rotated latitude grid specification. 8 8
Note: See TracChangeset
for help on using the changeset viewer.