Changeset 299
- Timestamp:
- 27/02/15 15:22:13 (6 years ago)
- Location:
- CCCC/trunk/ceda_cc
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CCCC/trunk/ceda_cc/config_c4.py
r298 r299 209 209 self.requiredGlobalAttributes = lrdr.driver( ('simpleList', 'globalAts.txt' ) ) 210 210 self.exptFamilies = lrdr.driver( ('simpleList', 'exptFamily.txt', 0 ) ) 211 self.validInstitutions = lrdr.driver( ('simpleList', 'validInstitutions_sv0101.txt' ) ) 212 self.realm = lrdr.driver( ('simpleList', 'realm_sv0101.txt' ) ) 211 213 self.controlledGlobalAttributes = lrdr.driver( ('simpleList', 'controlledGlobalAttributes_sv0101.txt' ) ) 212 214 ##'initialization_method','physics_version','realization'] 213 self.globalAttributesInFn = lrdr.driver( ('simpleList', 'globalAttributesInFn_sv0101.txt', 0,0,'noneMap' ) )215 self.globalAttributesInFn = lrdr.driver( ('simpleList', 'globalAttributesInFn_sv0101.txt',None,None,'noneMap' ) ) 214 216 self.requiredVarAttributes = ['long_name', 'standard_name', 'units'] 215 oo, self.drsMappings = lrdr.driver( ('simpleList', 'drsMappings_sv0101.txt',0, 0,'returnMappings' ) )217 oo, self.drsMappings = lrdr.driver( ('simpleList', 'drsMappings_sv0101.txt',0,None,'returnMappings' ) ) 216 218 217 219 ##self.drsMappings = {'variable':'@var', 'institute':'institute_id', 'product':'product', 'experiment':'experiment_id', \ … … 400 402 'project_id':utils.listControl( 'project_id', ['SPECS', 'NMME-SPECS'] ), \ 401 403 ## 'institution':utils.listControl( 'institution', validSpecsInstitutions ), \ 402 'modeling_realm':utils.listControl( 'realm', ['atmos', 'ocean', 'land', 'landIce', 'seaIce', 'aerosol', 'atmosChem', 'ocnBgchem'], split=True ), \404 'modeling_realm':utils.listControl( 'realm', self.realm, split=True ), \ 403 405 } 404 406 elif self.projectV.id == 'CMIP5':
Note: See TracChangeset
for help on using the changeset viewer.