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

Adding custom tables for ETCCDI indices #2442

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions esmvalcore/cmor/tables/custom/CMOR_rx1day.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SOURCE: CMIP5
!============
variable_entry: rx1day
!============
modeling_realm: atmos
!----------------------------------
! Variable attributes:
!----------------------------------
standard_name:
units: mm
cell_methods: time: mean
cell_measures: area: areacella
long_name: Annual/monthly maximum 1-day precipitation
comment: ETCCDI (Extreme climate change index) annual/monthly maximum 1-day precipitation
!----------------------------------
! Additional variable information:
!----------------------------------
dimensions: longitude latitude time
type: real
!----------------------------------
!
21 changes: 21 additions & 0 deletions esmvalcore/cmor/tables/custom/CMOR_rx5day.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SOURCE: CMIP5
!============
variable_entry: rx5day
!============
modeling_realm: atmos
!----------------------------------
! Variable attributes:
!----------------------------------
standard_name:
units: mm
cell_methods: time: mean
cell_measures: area: areacella
long_name: Annual/monthly maximum 5-day precipitation
comment: ETCCDI (Extreme climate change index) annual/monthly maximum 5-day precipitation
!----------------------------------
! Additional variable information:
!----------------------------------
dimensions: longitude latitude time
type: real
!----------------------------------
!
21 changes: 21 additions & 0 deletions esmvalcore/cmor/tables/custom/CMOR_tnn.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SOURCE: CMIP5
!============
variable_entry: tnn
!============
modeling_realm: atmos
!----------------------------------
! Variable attributes:
!----------------------------------
standard_name:
units: K
cell_methods: time: mean
cell_measures: area: areacella
long_name: Annual/monthly minimum value of daily minimum temperature
comment: ETCCDI (Extreme climate change index) annual/monthly minimum value of daily minimum temperature
!----------------------------------
! Additional variable information:
!----------------------------------
dimensions: longitude latitude time
type: real
!----------------------------------
!
21 changes: 21 additions & 0 deletions esmvalcore/cmor/tables/custom/CMOR_txx.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
SOURCE: CMIP5
!============
variable_entry: txx
!============
modeling_realm: atmos
!----------------------------------
! Variable attributes:
!----------------------------------
standard_name:
units: K
cell_methods: time: mean
cell_measures: area: areacella
long_name: Annual/monthly maximum value of daily maximum temperature
comment: ETCCDI (Extreme climate change index) annual/monthly maximum value of daily maximum temperature
!----------------------------------
! Additional variable information:
!----------------------------------
dimensions: longitude latitude time
type: real
!----------------------------------
!