[cmor-tables] 50/83: 2010-10-25 : Fixed cfSites still had some lat/lon...
Alastair McKinstry
mckinstry at moszumanska.debian.org
Sun Aug 30 08:06:11 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 c4f36bda205364c63cd0222a430d7dbedb66d18e
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date: Mon Oct 25 13:29:00 2010 -0700
2010-10-25 : Fixed cfSites still had some lat/lon...
---
Lib/table_generator.py | 5 ++--
RELEASE-NOTES | 1 +
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 | 72 +++++++++++++++++++++++++-------------------------
Tables/CMIP5_day | 2 +-
Tables/CMIP5_fx | 2 +-
Tables/md5s | 2 +-
configure | 18 ++++++-------
configure.ac | 2 +-
23 files changed, 68 insertions(+), 66 deletions(-)
diff --git a/Lib/table_generator.py b/Lib/table_generator.py
index b2e0357..aebccb2 100644
--- a/Lib/table_generator.py
+++ b/Lib/table_generator.py
@@ -450,10 +450,10 @@ def create_table(table_file, dims_file,minmax={}):
dlines2=[]
for i in range(len(dlines)):
if dlines[i].find("include Amon 2D")>-1:
+ #print 'Ok adding amon_2D',table_file,table_file[-11:-4]
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()
@@ -467,7 +467,6 @@ def create_table(table_file, dims_file,minmax={}):
sp[16]=sp[16].replace('time','time1')
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)):
if sp[i].find(",")>-1:
sp[i]='"%s"' % sp[i]
@@ -494,6 +493,8 @@ def create_table(table_file, dims_file,minmax={}):
dlines=dlines2
for l in dlines:
sp,iadd = process_a_line(l)
+ if len(sp)>15 and table_file[-11:-4]=='cfSites':
+ sp[16]=sp[16].replace("longitude latitude","site")
if 0<=sp[0].find("CMOR Table")<=1 and foundnm == False: # line that will give us the table name
i=1
while sp[i].strip()=="":
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8fa2215..1e7c911 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,4 @@
+2010-10-25 : Fixed cfSites still had some lat/lon...
2010-10-22 : Table replaced cell_measures with ext_cell_measures to be CF compliant
2010-10-19 : added required attribute parent_experiment_rip
2010-10-19 : restored "site" in cfSite
diff --git a/Tables/CMIP5_3hr b/Tables/CMIP5_3hr
index 8d7c3a7..2780126 100644
--- a/Tables/CMIP5_3hr
+++ b/Tables/CMIP5_3hr
@@ -6,7 +6,7 @@ frequency: 3hr
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 70feaff..00979d8 100644
--- a/Tables/CMIP5_6hrLev
+++ b/Tables/CMIP5_6hrLev
@@ -6,7 +6,7 @@ frequency: 6hr
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 ccd1c81..6cc7252 100644
--- a/Tables/CMIP5_6hrPlev
+++ b/Tables/CMIP5_6hrPlev
@@ -6,7 +6,7 @@ frequency: 6hr
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 ff5caf8..92070dd 100644
--- a/Tables/CMIP5_Amon
+++ b/Tables/CMIP5_Amon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 697fac8..7cff338 100644
--- a/Tables/CMIP5_LImon
+++ b/Tables/CMIP5_LImon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 9c1550b..3ae1e6c 100644
--- a/Tables/CMIP5_Lmon
+++ b/Tables/CMIP5_Lmon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 6e0e8a0..2790793 100644
--- a/Tables/CMIP5_OImon
+++ b/Tables/CMIP5_OImon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 9e956fe..90b702a 100644
--- a/Tables/CMIP5_Oclim
+++ b/Tables/CMIP5_Oclim
@@ -6,7 +6,7 @@ frequency: monClim
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 682541e..b7f2849 100644
--- a/Tables/CMIP5_Omon
+++ b/Tables/CMIP5_Omon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 ca68494..2d73d05 100644
--- a/Tables/CMIP5_Oyr
+++ b/Tables/CMIP5_Oyr
@@ -6,7 +6,7 @@ frequency: yr
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 0ed2692..9969764 100644
--- a/Tables/CMIP5_aero
+++ b/Tables/CMIP5_aero
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 2dac255..d7b1a49 100644
--- a/Tables/CMIP5_cf3hr
+++ b/Tables/CMIP5_cf3hr
@@ -6,7 +6,7 @@ frequency: 3hr
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 7d8fcb4..0d09930 100644
--- a/Tables/CMIP5_cfDay
+++ b/Tables/CMIP5_cfDay
@@ -6,7 +6,7 @@ frequency: day
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 ce78041..798336c 100644
--- a/Tables/CMIP5_cfMon
+++ b/Tables/CMIP5_cfMon
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 1e3c943..25326ea 100644
--- a/Tables/CMIP5_cfOff
+++ b/Tables/CMIP5_cfOff
@@ -6,7 +6,7 @@ frequency: mon
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 826e8d2..b053c8f 100644
--- a/Tables/CMIP5_cfSites
+++ b/Tables/CMIP5_cfSites
@@ -6,7 +6,7 @@ frequency: subhr
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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
@@ -1600,7 +1600,7 @@ comment: Include both large-scale and convective cloud.
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: cl
type: real
valid_min: 0
@@ -1625,7 +1625,7 @@ comment: Include both large-scale and convective cloud. Calculate as
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: clw
type: real
!----------------------------------
@@ -1646,7 +1646,7 @@ comment: Include both large-scale and convective cloud. Calculate as t
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: cli
type: real
!----------------------------------
@@ -1667,7 +1667,7 @@ comment: Report on model half-levels (i.e., model layer bounds and not
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevhalf longitude latitude time1
+dimensions: alevhalf site time1
out_name: mc
type: real
positive: up
@@ -1688,7 +1688,7 @@ long_name: Air Temperature
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: ta
type: real
valid_min: 157.1
@@ -1712,7 +1712,7 @@ long_name: Eastward Wind
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: ua
type: real
valid_min: -68.65
@@ -1736,7 +1736,7 @@ long_name: Northward Wind
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: va
type: real
valid_min: -71.1
@@ -1760,7 +1760,7 @@ long_name: Specific Humidity
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: hus
type: real
valid_min: -0.000299
@@ -1785,7 +1785,7 @@ comment: This is the relative humidity with respect to liquid water fo
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: hur
type: real
valid_min: -2.642
@@ -1810,7 +1810,7 @@ comment: commonly referred to as ""omega"", this represents the vertic
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: wap
type: real
valid_min: -1.126
@@ -1834,7 +1834,7 @@ long_name: Geopotential Height
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: zg
type: real
valid_min: -719.7
@@ -1858,7 +1858,7 @@ long_name: Upwelling Longwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: rlu
type: real
positive: up
@@ -1879,7 +1879,7 @@ long_name: Upwelling Shortwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: rsu
type: real
positive: up
@@ -1900,7 +1900,7 @@ long_name: Downwelling Longwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: rld
type: real
positive: down
@@ -1921,7 +1921,7 @@ long_name: Downwelling Shortwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: rsd
type: real
positive: down
@@ -1942,7 +1942,7 @@ long_name: Upwelling Clear-Sky Longwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: rlucs
type: real
positive: up
@@ -1963,7 +1963,7 @@ long_name: Upwelling Clear-Sky Shortwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: rsucs
type: real
positive: up
@@ -1984,7 +1984,7 @@ long_name: Downwelling Clear-Sky Longwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: rldcs
type: real
positive: down
@@ -2005,7 +2005,7 @@ long_name: Downwelling Clear-Sky Shortwave Radiation
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: rsdcs
type: real
positive: down
@@ -2026,7 +2026,7 @@ long_name: Tendency of Air Temperature
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tnt
type: real
!----------------------------------
@@ -2046,7 +2046,7 @@ long_name: Tendency of Air Temperature due to Advection
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tnta
type: real
!----------------------------------
@@ -2066,7 +2066,7 @@ long_name: Tendency of Air Temperature due to Diabatic Processes
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tntmp
type: real
!----------------------------------
@@ -2086,7 +2086,7 @@ long_name: Tendency of Air Temperature due to Stratiform Cloud Condensat
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tntscpbl
type: real
!----------------------------------
@@ -2106,7 +2106,7 @@ long_name: Tendency of Air Temperature due to Radiative Heating
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tntr
type: real
!----------------------------------
@@ -2126,7 +2126,7 @@ long_name: Tendency of Air Temperature due to Moist Convection
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tntc
type: real
!----------------------------------
@@ -2146,7 +2146,7 @@ long_name: Tendency of Specific Humidity
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tnhus
type: real
!----------------------------------
@@ -2166,7 +2166,7 @@ long_name: Tendency of Specific Humidity due to Advection
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tnhusa
type: real
!----------------------------------
@@ -2186,7 +2186,7 @@ long_name: Tendency of Specific Humidity due to Convection
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tnhusc
type: real
!----------------------------------
@@ -2206,7 +2206,7 @@ long_name: Tendency of Specific Humidity due to Diffusion
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tnhusd
type: real
!----------------------------------
@@ -2226,7 +2226,7 @@ long_name: Tendency of Specific Humidity due to Stratiform Cloud Condens
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tnhusscpbl
type: real
!----------------------------------
@@ -2246,7 +2246,7 @@ long_name: Tendency of Specific Humidity due to Model Physics
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: tnhusmp
type: real
!----------------------------------
@@ -2266,7 +2266,7 @@ long_name: Eddy Viscosity Coefficient for Momentum Variables
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: evu
type: real
!----------------------------------
@@ -2286,7 +2286,7 @@ long_name: Eddy Diffusivity Coefficient for Temperature Variable
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: edt
type: real
!----------------------------------
@@ -2307,7 +2307,7 @@ comment: This field is needed only for models in which the pressure ca
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: pfull
type: real
!----------------------------------
@@ -2328,7 +2328,7 @@ comment: This field is needed only for models in which the pressure ca
!----------------------------------
! Additional variable information:
!----------------------------------
-dimensions: alevel longitude latitude time1
+dimensions: alevel site time1
out_name: phalf
type: real
!----------------------------------
diff --git a/Tables/CMIP5_day b/Tables/CMIP5_day
index 37f7b5f..14d4b64 100644
--- a/Tables/CMIP5_day
+++ b/Tables/CMIP5_day
@@ -6,7 +6,7 @@ frequency: day
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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 a284d3f..ea2077c 100644
--- a/Tables/CMIP5_fx
+++ b/Tables/CMIP5_fx
@@ -6,7 +6,7 @@ frequency: fx
cmor_version: 2.4.0 ! minimum 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: 22 October 2010 ! date this table was constructed
+table_date: 25 October 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/md5s b/Tables/md5s
index 5a22e57..609362f 100644
--- a/Tables/md5s
+++ b/Tables/md5s
@@ -1 +1 @@
-{'CMIP5': {'cf3hr': {'12 March 2010': 'ae9a82f01824d9012aa0657cd7896a9a', '11 May 2010': 'a59ca1270ff3036d417a7f2217598266', '01 July 2010': 'c0fe9e92115d75292f5009e13761cb4b', '19 October 2010': '8b5c2f197b70a103393838ebd4075c6c', '24 May 2010': '61693a46b06627dcd6ffe8ceff288ef0', '07 July 2010': '27949d438b4c04d481ff1d9790cff60f', '12 May 2010': '905f7ccdd5a31cb71e2a6e3b339cd0e1', '17 September 2010': 'b71b239f5fac1e0588d0b15bc4d34ed8', '09 June 2010': '8aad2bf8bea26504a0e247c1737ea4a0 [...]
\ No newline at end of file
+{'CMIP5': {'cfSites': {'11 May 2010': '80506c07ed63befd33f9f727b78bde55', '19 October 2010': '80264b0dd9e203ce916542fa15c6d272', '12 May 2010': '0ebecf85ba30b2223360a29ece880be4', '23 August 2010': '4a2774cbbde4d5f69c9541e6b6248d00', '01 June 2010': '2eb2e9a6a1db0e18dac73e04e0dfbe47', '01 July 2010': '96628b3875e74a8a515d0a1e500710d8', '29 April 2010': '27c4a93f80a4282ef69f23391c699f01', '12 March 2010': '192f07ba869af3794494ea0dc3a72a54', '22 March 2010': 'fe60fd7cfbaccc08c75a91dc67a68b [...]
\ No newline at end of file
diff --git a/configure b/configure
index 1562ab9..a92e47e 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for cmip5-cmor-tables 1.2.0.
+# Generated by GNU Autoconf 2.61 for cmip5-cmor-tables 1.2.1.
#
# Report bugs to <doutriaux1 at llnl.gov>.
#
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='cmip5-cmor-tables'
PACKAGE_TARNAME='cmip5-cmor-tables'
-PACKAGE_VERSION='1.2.0'
-PACKAGE_STRING='cmip5-cmor-tables 1.2.0'
+PACKAGE_VERSION='1.2.1'
+PACKAGE_STRING='cmip5-cmor-tables 1.2.1'
PACKAGE_BUGREPORT='doutriaux1 at llnl.gov'
ac_default_prefix=/usr/local
@@ -1136,7 +1136,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures cmip5-cmor-tables 1.2.0 to adapt to many kinds of systems.
+\`configure' configures cmip5-cmor-tables 1.2.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1202,7 +1202,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of cmip5-cmor-tables 1.2.0:";;
+ short | recursive ) echo "Configuration of cmip5-cmor-tables 1.2.1:";;
esac
cat <<\_ACEOF
@@ -1267,7 +1267,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-cmip5-cmor-tables configure 1.2.0
+cmip5-cmor-tables configure 1.2.1
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1281,7 +1281,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by cmip5-cmor-tables $as_me 1.2.0, which was
+It was created by cmip5-cmor-tables $as_me 1.2.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2227,7 +2227,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by cmip5-cmor-tables $as_me 1.2.0, which was
+This file was extended by cmip5-cmor-tables $as_me 1.2.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -2270,7 +2270,7 @@ Report bugs to <bug-autoconf at gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-cmip5-cmor-tables config.status 1.2.0
+cmip5-cmor-tables config.status 1.2.1
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 4771b0b..aad2e75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.
dnl AC_PREREQ(2.59)
-AC_INIT(cmip5-cmor-tables, 1.2.0, doutriaux1 at llnl.gov)
+AC_INIT(cmip5-cmor-tables, 1.2.1, doutriaux1 at llnl.gov)
GIT_TAG=`./get_git_version.sh`
--
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