[cmor-tables] 36/83: cfSites table dims are back with 'site' instead of 'lat/lon'
Alastair McKinstry
mckinstry at moszumanska.debian.org
Sun Aug 30 08:06:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch master
in repository cmor-tables.
commit 4a478ece93036c174a5d544abdf3d45484f82296
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date: Mon Aug 2 16:44:45 2010 -0700
cfSites table dims are back with 'site' instead of 'lat/lon'
---
Lib/table_generator.py | 3 +-
Tables/CMIP5_3hr | 2 +-
Tables/CMIP5_6hrLev | 2 +-
Tables/CMIP5_6hrPlev | 2 +-
Tables/CMIP5_Amon | 2 +-
Tables/CMIP5_LImon | 2 +-
Tables/CMIP5_Lmon | 2 +-
Tables/CMIP5_OImon | 2 +-
Tables/CMIP5_Oclim | 2 +-
Tables/CMIP5_Omon | 2 +-
Tables/CMIP5_Oyr | 2 +-
Tables/CMIP5_aero | 2 +-
Tables/CMIP5_cf3hr | 2 +-
Tables/CMIP5_cfDay | 2 +-
Tables/CMIP5_cfMon | 2 +-
Tables/CMIP5_cfOff | 2 +-
Tables/CMIP5_cfSites | 86 +++++++++++++++++++++++++-------------------------
Tables/CMIP5_day | 2 +-
Tables/CMIP5_fx | 2 +-
19 files changed, 62 insertions(+), 61 deletions(-)
diff --git a/Lib/table_generator.py b/Lib/table_generator.py
index ea7ae89..90d2460 100644
--- a/Lib/table_generator.py
+++ b/Lib/table_generator.py
@@ -436,6 +436,7 @@ def create_table(table_file, dims_file,minmax={}):
f=open("Tables_csv/Amon_2D.csv")
add_lines = f.readlines()
if table_file[-11:-4] in ['cfSites','v/cf3hr']:
+ print 'Ok cfsite stuff'
tmplines=[]
for aline in add_lines:
a_line =aline.strip()
@@ -447,7 +448,7 @@ def create_table(table_file, dims_file,minmax={}):
## if sp[i2]=='tasmax' : print i2,sp[i2]
if len(sp)>15 and 'time' in sp[16]:
sp[16]=sp[16].replace('time','time1')
- if table_file[-11:-4]=='cfsites':
+ if table_file[-11:-4]=='cfSites':
sp[16]=sp[16].replace("longitude latitude","site")
## print 'Replaced to:',sp[16]
for i in range(len(sp)):
diff --git a/Tables/CMIP5_3hr b/Tables/CMIP5_3hr
index 55f2696..d8d3c38 100644
--- a/Tables/CMIP5_3hr
+++ b/Tables/CMIP5_3hr
@@ -6,7 +6,7 @@ frequency: 3hr
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_6hrLev b/Tables/CMIP5_6hrLev
index 0e99b9e..4eabe55 100644
--- a/Tables/CMIP5_6hrLev
+++ b/Tables/CMIP5_6hrLev
@@ -6,7 +6,7 @@ frequency: 6hr
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_6hrPlev b/Tables/CMIP5_6hrPlev
index a3bb255..1ccba09 100644
--- a/Tables/CMIP5_6hrPlev
+++ b/Tables/CMIP5_6hrPlev
@@ -6,7 +6,7 @@ frequency: 6hr
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_Amon b/Tables/CMIP5_Amon
index 4c82c0e..287b7db 100644
--- a/Tables/CMIP5_Amon
+++ b/Tables/CMIP5_Amon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_LImon b/Tables/CMIP5_LImon
index d467527..f32a4fc 100644
--- a/Tables/CMIP5_LImon
+++ b/Tables/CMIP5_LImon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_Lmon b/Tables/CMIP5_Lmon
index bcba424..9787839 100644
--- a/Tables/CMIP5_Lmon
+++ b/Tables/CMIP5_Lmon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_OImon b/Tables/CMIP5_OImon
index bf064b8..3d1a6fc 100644
--- a/Tables/CMIP5_OImon
+++ b/Tables/CMIP5_OImon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_Oclim b/Tables/CMIP5_Oclim
index 115bdc9..eba9d08 100644
--- a/Tables/CMIP5_Oclim
+++ b/Tables/CMIP5_Oclim
@@ -6,7 +6,7 @@ frequency: monClim
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_Omon b/Tables/CMIP5_Omon
index b89d152..8248dac 100644
--- a/Tables/CMIP5_Omon
+++ b/Tables/CMIP5_Omon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_Oyr b/Tables/CMIP5_Oyr
index b3d28c7..42d76ef 100644
--- a/Tables/CMIP5_Oyr
+++ b/Tables/CMIP5_Oyr
@@ -6,7 +6,7 @@ frequency: yr
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_aero b/Tables/CMIP5_aero
index 85e1e07..c7fcdad 100644
--- a/Tables/CMIP5_aero
+++ b/Tables/CMIP5_aero
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_cf3hr b/Tables/CMIP5_cf3hr
index 06174b2..bcb9556 100644
--- a/Tables/CMIP5_cf3hr
+++ b/Tables/CMIP5_cf3hr
@@ -6,7 +6,7 @@ frequency: 3hr
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_cfDay b/Tables/CMIP5_cfDay
index d44e435..34b114c 100644
--- a/Tables/CMIP5_cfDay
+++ b/Tables/CMIP5_cfDay
@@ -6,7 +6,7 @@ frequency: day
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_cfMon b/Tables/CMIP5_cfMon
index b1932e7..7909210 100644
--- a/Tables/CMIP5_cfMon
+++ b/Tables/CMIP5_cfMon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_cfOff b/Tables/CMIP5_cfOff
index f236eab..2a854d5 100644
--- a/Tables/CMIP5_cfOff
+++ b/Tables/CMIP5_cfOff
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_cfSites b/Tables/CMIP5_cfSites
index 7636888..db62f04 100644
--- a/Tables/CMIP5_cfSites
+++ b/Tables/CMIP5_cfSites
@@ -6,7 +6,7 @@ frequency: subhr
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
@@ -542,7 +542,7 @@ comment: near-surface (usually, 2 meter) air temperature.
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1 height2m
+dimensions: site time1 height2m
out_name: tas
type: real
valid_min: 180.6
@@ -568,7 +568,7 @@ comment: ""skin"" temperature (i.e., SST for open ocean)
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: ts
type: real
valid_min: 176.8
@@ -594,7 +594,7 @@ comment: not, in general, the same as surface pressure
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: psl
type: real
valid_min: 9.477e+04
@@ -620,7 +620,7 @@ comment: not, in general, the same as mean sea-level pressure
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: ps
type: real
valid_min: 4.792e+04
@@ -646,7 +646,7 @@ comment: near-surface (usually, 10 meters) eastward component of wind.
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1 height10m
+dimensions: site time1 height10m
out_name: uas
type: real
valid_min: -19.01
@@ -672,7 +672,7 @@ comment: near-surface (usually, 10 meters) northward component of wind
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1 height10m
+dimensions: site time1 height10m
out_name: vas
type: real
valid_min: -18.04
@@ -698,7 +698,7 @@ comment: near-surface (usually, 10 meters) wind speed. This is the me
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1 height10m
+dimensions: site time1 height10m
out_name: sfcWind
type: real
!----------------------------------
@@ -720,7 +720,7 @@ comment: near-surface (usually, 2meters) relative humidity expressed a
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1 height2m
+dimensions: site time1 height2m
out_name: hurs
type: real
!----------------------------------
@@ -742,7 +742,7 @@ comment: near-surface (usually, 2 meters) specific humidity.
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1 height2m
+dimensions: site time1 height2m
out_name: huss
type: real
valid_min: -7.21e-06
@@ -768,7 +768,7 @@ comment: at surface; includes both liquid and solid phases from all ty
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: pr
type: real
valid_min: 0
@@ -794,7 +794,7 @@ comment: at surface; includes precipitation of all forms of water in t
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: prsn
type: real
valid_min: 0
@@ -820,7 +820,7 @@ comment: at surface; includes both liquid and solid phases.
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: prc
type: real
valid_min: 0
@@ -846,7 +846,7 @@ comment: at surface; flux of water into the atmosphere due to conversi
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: evspsbl
type: real
!----------------------------------
@@ -868,7 +868,7 @@ comment: The snow and ice sublimation flux is the loss of snow and ice
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: sbl
type: real
valid_min: -0.004959
@@ -893,7 +893,7 @@ long_name: Surface Downward Eastward Wind Stress
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: tauu
type: real
positive: down
@@ -919,7 +919,7 @@ long_name: Surface Downward Northward Wind Stress
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: tauv
type: real
positive: down
@@ -946,7 +946,7 @@ comment: includes both evaporation and sublimation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: hfls
type: real
positive: up
@@ -972,7 +972,7 @@ long_name: Surface Upward Sensible Heat Flux
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: hfss
type: real
positive: up
@@ -998,7 +998,7 @@ long_name: Surface Downwelling Longwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rlds
type: real
positive: down
@@ -1024,7 +1024,7 @@ long_name: Surface Upwelling Longwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rlus
type: real
positive: up
@@ -1050,7 +1050,7 @@ long_name: Surface Downwelling Shortwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rsds
type: real
positive: down
@@ -1076,7 +1076,7 @@ long_name: Surface Upwelling Shortwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rsus
type: real
positive: up
@@ -1102,7 +1102,7 @@ long_name: Surface Downwelling Clear-Sky Shortwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rsdscs
type: real
positive: down
@@ -1128,7 +1128,7 @@ long_name: Surface Upwelling Clear-Sky Shortwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rsuscs
type: real
positive: up
@@ -1154,7 +1154,7 @@ long_name: Surface Downwelling Clear-Sky Longwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rldscs
type: real
positive: down
@@ -1181,7 +1181,7 @@ comment: incident shortwave at the top of the atmosphere
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rsdt
type: real
positive: down
@@ -1208,7 +1208,7 @@ comment: at the top of the atmosphere
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rsut
type: real
positive: up
@@ -1235,7 +1235,7 @@ comment: at the top of the atmosphere (to be compared with satellite m
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rlut
type: real
positive: up
@@ -1261,7 +1261,7 @@ long_name: TOA Outgoing Clear-Sky Longwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rlutcs
type: real
positive: up
@@ -1287,7 +1287,7 @@ long_name: TOA Outgoing Clear-Sky Shortwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rsutcs
type: real
positive: up
@@ -1314,7 +1314,7 @@ comment: vertically integrated through the atmospheric column
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: prw
type: real
valid_min: -0.0006775
@@ -1340,7 +1340,7 @@ comment: for the whole atmospheric column, as seen from the surface or
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: clt
type: real
valid_min: -0.0001822
@@ -1366,7 +1366,7 @@ comment: calculate mass of condensed (liquid + ice) water in the colum
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: clwvi
type: real
valid_min: -3.827e-06
@@ -1392,7 +1392,7 @@ comment: calculate mass of ice water in the column divided by the area
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: clivi
type: real
valid_min: -1.872e-06
@@ -1418,7 +1418,7 @@ comment: i.e., at the top of that portion of the atmosphere where dyna
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: rtmt
type: real
positive: down
@@ -1444,7 +1444,7 @@ long_name: Air Pressure at Convective Cloud Base
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: ccb
type: real
!----------------------------------
@@ -1465,7 +1465,7 @@ long_name: Air Pressure at Convective Cloud Top
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: cct
type: real
!----------------------------------
@@ -1486,7 +1486,7 @@ comment: Fraction of time that convection occurs in the grid cell .
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: ci
type: real
!----------------------------------
@@ -1507,7 +1507,7 @@ comment: Fraction of time that shallow convection occurs in the grid c
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: sci
type: real
!----------------------------------
@@ -1528,7 +1528,7 @@ comment: This is requested only for the emission-driven coupled carbon
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: fco2antt
type: real
positive: up
@@ -1550,7 +1550,7 @@ comment: This is requested only for the emission-driven coupled carbon
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: fco2fos
type: real
positive: up
@@ -1572,7 +1572,7 @@ comment: Report from all simulations (both emission-driven and concent
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: longitude latitude time1
+dimensions: site time1
out_name: fco2nat
type: real
positive: up
diff --git a/Tables/CMIP5_day b/Tables/CMIP5_day
index cb79b57..90f1fa6 100644
--- a/Tables/CMIP5_day
+++ b/Tables/CMIP5_day
@@ -6,7 +6,7 @@ frequency: day
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
diff --git a/Tables/CMIP5_fx b/Tables/CMIP5_fx
index 2ac8d91..a8ec36c 100644
--- a/Tables/CMIP5_fx
+++ b/Tables/CMIP5_fx
@@ -6,7 +6,7 @@ frequency: fx
cmor_version: 2.0.1 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CMIP5 ! project id
-table_date: 08 July 2010 ! date this table was constructed
+table_date: 02 August 2010 ! date this table was constructed
missing_value: 1.e20 ! value used to indicate a missing value
! in arrays output by netCDF as 32-bit IEEE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cmor-tables.git
More information about the debian-science-commits
mailing list