From 4ef73c59954b72bafb6321db9e00dda43eb40534 Mon Sep 17 00:00:00 2001 From: Elizaveta Malinina Date: Wed, 29 May 2024 13:05:20 +0000 Subject: [PATCH 1/2] add custom extremes variables --- esmvalcore/cmor/tables/custom/CMOR_rx1day.dat | 21 +++++++++++++++++++ esmvalcore/cmor/tables/custom/CMOR_rx5day.dat | 21 +++++++++++++++++++ esmvalcore/cmor/tables/custom/CMOR_tnn.dat | 21 +++++++++++++++++++ esmvalcore/cmor/tables/custom/CMOR_txx.dat | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 esmvalcore/cmor/tables/custom/CMOR_rx1day.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_rx5day.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tnn.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_txx.dat diff --git a/esmvalcore/cmor/tables/custom/CMOR_rx1day.dat b/esmvalcore/cmor/tables/custom/CMOR_rx1day.dat new file mode 100644 index 0000000000..90f768216e --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_rx1day.dat @@ -0,0 +1,21 @@ +SOURCE: CMIP5 +!============ +variable_entry: rx1day +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +units: kg m-2 +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 +!---------------------------------- +! \ No newline at end of file diff --git a/esmvalcore/cmor/tables/custom/CMOR_rx5day.dat b/esmvalcore/cmor/tables/custom/CMOR_rx5day.dat new file mode 100644 index 0000000000..1aff28aa60 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_rx5day.dat @@ -0,0 +1,21 @@ +SOURCE: CMIP5 +!============ +variable_entry: rx5day +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +units: kg m-2 +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 +!---------------------------------- +! \ No newline at end of file diff --git a/esmvalcore/cmor/tables/custom/CMOR_tnn.dat b/esmvalcore/cmor/tables/custom/CMOR_tnn.dat new file mode 100644 index 0000000000..2f598fd320 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tnn.dat @@ -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 +!---------------------------------- +! \ No newline at end of file diff --git a/esmvalcore/cmor/tables/custom/CMOR_txx.dat b/esmvalcore/cmor/tables/custom/CMOR_txx.dat new file mode 100644 index 0000000000..53c68bb84d --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_txx.dat @@ -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 +!---------------------------------- +! \ No newline at end of file From dc2b288a6a0c1ebd9498fa441d43cee4e230f983 Mon Sep 17 00:00:00 2001 From: Elizaveta Malinina Date: Wed, 29 May 2024 15:10:56 +0000 Subject: [PATCH 2/2] updating units in ETCCDI --- esmvalcore/cmor/tables/custom/CMOR_rx1day.dat | 2 +- esmvalcore/cmor/tables/custom/CMOR_rx5day.dat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esmvalcore/cmor/tables/custom/CMOR_rx1day.dat b/esmvalcore/cmor/tables/custom/CMOR_rx1day.dat index 90f768216e..84d5ce705c 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_rx1day.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_rx1day.dat @@ -7,7 +7,7 @@ modeling_realm: atmos ! Variable attributes: !---------------------------------- standard_name: -units: kg m-2 +units: mm cell_methods: time: mean cell_measures: area: areacella long_name: Annual/monthly maximum 1-day precipitation diff --git a/esmvalcore/cmor/tables/custom/CMOR_rx5day.dat b/esmvalcore/cmor/tables/custom/CMOR_rx5day.dat index 1aff28aa60..24f0f510bc 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_rx5day.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_rx5day.dat @@ -7,7 +7,7 @@ modeling_realm: atmos ! Variable attributes: !---------------------------------- standard_name: -units: kg m-2 +units: mm cell_methods: time: mean cell_measures: area: areacella long_name: Annual/monthly maximum 5-day precipitation