Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 1hr frequency for variable pr as requested from CORE #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 121 additions & 0 deletions Tables/CORDEX_1h
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
table_id: Table 1h
modeling_realm: atmos

frequency: 1hr

cmor_version: 2.6 ! version of CMOR that can read this table
cf_version: 1.4 ! version of CF that output conforms to
project_id: CORDEX ! project id
table_date: March 2015 ! 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
! floating-point numbers (float or real)


product: output
! CMIP5's Table adapted for CORDEX
required_global_attributes: creation_date tracking_id model_id contact institute_id ! space separated required global attribute

expt_id_ok: 'Evaluation run with reanalysis forcing' 'evaluation'
expt_id_ok: 'historical' 'historical'
expt_id_ok: 'RCP2.6' 'rcp26'
expt_id_ok: 'RCP4.5' 'rcp45'
expt_id_ok: 'RCP8.5' 'rcp85'
expt_id_ok: 'AMIP' 'amip'
expt_id_ok: '10- or 30-year run initialized in year XXXX' 'decadalXXXX'

approx_interval: 0.125000 ! approximate spacing between successive time
! samples (in units of the output time
! coordinate.

!============
axis_entry: longitude
!============
!----------------------------------
! Axis attributes:
!----------------------------------
standard_name: longitude
units: degrees_east
axis: X ! X, Y, Z, T (default: undeclared)
long_name: longitude
!----------------------------------
! Additional axis information:
!----------------------------------
out_name: lon
stored_direction: increasing
type: double
must_have_bounds: yes
!----------------------------------
!


!============
axis_entry: latitude
!============
!----------------------------------
! Axis attributes:
!----------------------------------
standard_name: latitude
units: degrees_north
axis: Y ! X, Y, Z, T (default: undeclared)
long_name: latitude
!----------------------------------
! Additional axis information:
!----------------------------------
out_name: lat
valid_min: -90.0
valid_max: 90.0
stored_direction: increasing
type: double
must_have_bounds: yes
!----------------------------------
!


!
!============
axis_entry: time
!============
!----------------------------------
! Axis attributes:
!----------------------------------
standard_name: time
units: days since ?
axis: T ! X, Y, Z, T (default: undeclared)
long_name: time
!----------------------------------
! Additional axis information:
!----------------------------------
out_name: time
stored_direction: increasing
type: double
must_have_bounds: yes
!----------------------------------
!


!============
variable_entry: pr
!============
deflate: 1
deflate_level: 1
shuffle: 1
modeling_realm: atmos
!----------------------------------
! Variable attributes:
!----------------------------------
standard_name: precipitation_flux
units: kg m-2 s-1
cell_methods: time: mean

long_name: Precipitation
comment: at surface; includes both liquid and solid phases from all types of clouds (both large-scale and convective)
!----------------------------------
! Additional variable information:
!----------------------------------
dimensions: longitude latitude time
out_name: pr
type: real
!----------------------------------
!