Changeset 287 for CCCC/trunk/ceda_cc/config_c4.py
- Timestamp:
- 05/02/15 16:50:31 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CCCC/trunk/ceda_cc/config_c4.py
r279 r287 4 4 import os.path as op 5 5 import shutil, collections 6 from versionConfig import version, versionComment 6 7 7 8 NT_project = collections.namedtuple( 'project', ['id','v'] ) … … 212 213 self.controlledGlobalAttributes = [ 'experiment_id', 'project', 'frequency' ] 213 214 self.globalAttributesInFn = [None,'@mip_id','model_id','experiment_id','@ensemble'] 214 self.requiredVarAttributes = ['long_name', ' standard_name', 'units']215 self.requiredVarAttributes = ['long_name', 'units'] 215 216 self.drsMappings = {'variable':'@var', 'institute':'institute_id', 'product':'product', 'experiment':'experiment_id', \ 216 217 'ensemble':'@ensemble', 'model':'model_id', 'realm':'modeling_realm', \
Note: See TracChangeset
for help on using the changeset viewer.