From d0170e0caef20118d69a903ec4828bfd807bbec5 Mon Sep 17 00:00:00 2001 From: morobking Date: Tue, 2 Apr 2024 18:13:59 +0100 Subject: [PATCH 1/4] New CMOR tables for the day/night and uncertainity variables --- esmvalcore/cmor/tables/custom/CMOR_tsDay.dat | 24 +++++++++++++++++++ .../cmor/tables/custom/CMOR_tsLSSysErrDay.dat | 24 +++++++++++++++++++ .../tables/custom/CMOR_tsLSSysErrNight.dat | 24 +++++++++++++++++++ .../tables/custom/CMOR_tsLocalAtmErrDay.dat | 24 +++++++++++++++++++ .../tables/custom/CMOR_tsLocalAtmErrNight.dat | 24 +++++++++++++++++++ .../tables/custom/CMOR_tsLocalSfcErrDay.dat | 24 +++++++++++++++++++ .../tables/custom/CMOR_tsLocalSfcErrNight.dat | 24 +++++++++++++++++++ .../cmor/tables/custom/CMOR_tsNight.dat | 24 +++++++++++++++++++ .../cmor/tables/custom/CMOR_tsUnCorErrDay.dat | 24 +++++++++++++++++++ .../tables/custom/CMOR_tsUnCorErrNight.dat | 24 +++++++++++++++++++ 10 files changed, 240 insertions(+) create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsDay.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrDay.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrNight.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrDay.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrNight.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrDay.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrNight.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsNight.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrDay.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrNight.dat diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsDay.dat new file mode 100644 index 0000000000..685a78668d --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsDay.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsDay +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsDay +units: K +cell_methods: time: mean +cell_measures: +long_name: surface temperture daytime +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrDay.dat new file mode 100644 index 0000000000..70c94668ab --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrDay.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsLSSysErrDay +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsLSSysErrDay +units: K +cell_methods: time: mean +cell_measures: +long_name: uncertainty from large-scale systematic errors daytime +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrNight.dat new file mode 100644 index 0000000000..c827e46530 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrNight.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsLSSysErrNight +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsLSSysErrNight +units: K +cell_methods: time: mean +cell_measures: +long_name: uncertainty from large-scale systematic errors night time +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrDay.dat new file mode 100644 index 0000000000..7ddae0e566 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrDay.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsLocalAtmErrDay +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsLocalAtmErrDay +units: K +cell_methods: time: mean +cell_measures: +long_name: uncertainty from locally correlated errors on atmospheric scales daytime +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrNight.dat new file mode 100644 index 0000000000..4182010e3f --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrNight.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsLocalAtmErrNight +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsLocalAtmErrNight +units: K +cell_methods: time: mean +cell_measures: +long_name: uncertainty from locally correlated errors on atmospheric scales night time +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrDay.dat new file mode 100644 index 0000000000..d0ad25074e --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrDay.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsLocalSfcErrDay +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsLocalSfcErrDay +units: K +cell_methods: time: mean +cell_measures: +long_name: uncertainty from locally correlated errors on surface scales daytime +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrNight.dat new file mode 100644 index 0000000000..2ea411f1ee --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrNight.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsLocalSfcErrNight +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsLocalSfcErrNight +units: K +cell_methods: time: mean +cell_measures: +long_name: uncertainty from locally correlated errors on surface scales night time +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsNight.dat new file mode 100644 index 0000000000..c222ae6145 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsNight.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsNight +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsNight +units: K +cell_methods: time: mean +cell_measures: +long_name: surface temperature nighttime +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrDay.dat new file mode 100644 index 0000000000..f3ac84ebcc --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrDay.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsUnCorErrDay +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsUnCorErrDay +units: K +cell_methods: time: mean +cell_measures: +long_name: uncertainty from uncorrelated errors daytime +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrNight.dat new file mode 100644 index 0000000000..36649ec227 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrNight.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsUnCorErrNight +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsUnCorErrNight +units: K +cell_methods: time: mean +cell_measures: +long_name: uncertainty from uncorrelated errors night time +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! From e6654735947e25e45adf2a56b26c0352366c8f47 Mon Sep 17 00:00:00 2001 From: morobking Date: Tue, 21 May 2024 18:50:46 +0100 Subject: [PATCH 2/4] New tables for land cover, variance and total uncert --- .../cmor/tables/custom/CMOR_tsLCDay.dat | 24 +++++++++++++++++++ .../cmor/tables/custom/CMOR_tsLCNight.dat | 24 +++++++++++++++++++ .../cmor/tables/custom/CMOR_tsTotalDay.dat | 24 +++++++++++++++++++ .../cmor/tables/custom/CMOR_tsTotalNight.dat | 24 +++++++++++++++++++ .../cmor/tables/custom/CMOR_tsVarDay.dat | 24 +++++++++++++++++++ .../cmor/tables/custom/CMOR_tsVarNight.dat | 24 +++++++++++++++++++ 6 files changed, 144 insertions(+) create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsLCDay.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsLCNight.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsTotalDay.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsTotalNight.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsVarDay.dat create mode 100644 esmvalcore/cmor/tables/custom/CMOR_tsVarNight.dat diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLCDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLCDay.dat new file mode 100644 index 0000000000..1c213c8df1 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLCDay.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsLCDay +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsLCDay +units: +cell_methods: time: mean +cell_measures: +long_name: land cover class daytime +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLCNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLCNight.dat new file mode 100644 index 0000000000..8d486b7356 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLCNight.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsLCNight +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsLCNight +units: +cell_methods: time: mean +cell_measures: +long_name: land cover class night time +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsTotalDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsTotalDay.dat new file mode 100644 index 0000000000..a962a0313d --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsTotalDay.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsTotalDay +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsTotalDay +units: K +cell_methods: time: mean +cell_measures: +long_name: total uncertainty of land surface temperature daytime +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsTotalNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsTotalNight.dat new file mode 100644 index 0000000000..d0015f9625 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsTotalNight.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsTotalNight +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsTotalNight +units: K +cell_methods: time: mean +cell_measures: +long_name: total uncertainty of land surface temperature night time +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsVarDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsVarDay.dat new file mode 100644 index 0000000000..97218ef029 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsVarDay.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsVarDay +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsVarDay +units: K +cell_methods: time: mean +cell_measures: +long_name: land surface temperature variance daytime +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsVarNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsVarNight.dat new file mode 100644 index 0000000000..08ed538aa7 --- /dev/null +++ b/esmvalcore/cmor/tables/custom/CMOR_tsVarNight.dat @@ -0,0 +1,24 @@ +SOURCE: CMIP5 +!============ +variable_entry: tsVarNight +!============ +modeling_realm: atmos +!---------------------------------- +! Variable attributes: +!---------------------------------- +standard_name: +var_name: tsVarNight +units: K +cell_methods: time: mean +cell_measures: +long_name: land surface temperature variance night time +comment: +!---------------------------------- +! Additional variable information: +!---------------------------------- +dimensions: time latitude longitude +type: real +valid_min: +valid_max: +!---------------------------------- +! From ce48fc4aeb663a1c5ea32d13273862a9d2a93f5d Mon Sep 17 00:00:00 2001 From: morobking Date: Tue, 18 Jun 2024 17:46:52 +0100 Subject: [PATCH 3/4] LC tables back to float, and valid range is 0-255 to allow 0 as a flag, and covers all values in user guide --- esmvalcore/cmor/tables/custom/CMOR_tsLCDay.dat | 6 +++--- esmvalcore/cmor/tables/custom/CMOR_tsLCNight.dat | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLCDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLCDay.dat index 1c213c8df1..dc62adbb4f 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsLCDay.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLCDay.dat @@ -17,8 +17,8 @@ comment: ! Additional variable information: !---------------------------------- dimensions: time latitude longitude -type: real -valid_min: -valid_max: +type: float +valid_min: 0 +valid_max: 255 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLCNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLCNight.dat index 8d486b7356..f257ad37d1 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsLCNight.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLCNight.dat @@ -17,8 +17,8 @@ comment: ! Additional variable information: !---------------------------------- dimensions: time latitude longitude -type: real -valid_min: -valid_max: +type: float +valid_min: 0 +valid_max: 255 !---------------------------------- ! From 2f374b04174701bf8fc2163c02fb2fb4fce9cd49 Mon Sep 17 00:00:00 2001 From: morobking Date: Tue, 18 Jun 2024 18:20:16 +0100 Subject: [PATCH 4/4] valid_min and valid_max values added, assume its the CMORised values refered to so have applied the offset and multiplier to the values given in the CCI files --- esmvalcore/cmor/tables/custom/CMOR_tsDay.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrDay.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrNight.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrDay.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrNight.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrDay.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrNight.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsNight.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsTotalDay.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsTotalNight.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrDay.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrNight.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsVarDay.dat | 4 ++-- esmvalcore/cmor/tables/custom/CMOR_tsVarNight.dat | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsDay.dat index 685a78668d..ca3a13e0a3 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsDay.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsDay.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 190 +valid_max: 350 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrDay.dat index 70c94668ab..08e03d4fc0 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrDay.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrDay.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 10 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrNight.dat index c827e46530..0a4e7e3618 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrNight.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLSSysErrNight.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 10 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrDay.dat index 7ddae0e566..fe893900a9 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrDay.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrDay.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 10 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrNight.dat index 4182010e3f..d41ebf187a 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrNight.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLocalAtmErrNight.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 10 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrDay.dat index d0ad25074e..75678bd747 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrDay.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrDay.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 10 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrNight.dat index 2ea411f1ee..b618a07fe7 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrNight.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsLocalSfcErrNight.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 10 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsNight.dat index c222ae6145..e15befe7c6 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsNight.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsNight.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 190 +valid_max: 350 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsTotalDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsTotalDay.dat index a962a0313d..3f9e5e5ce1 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsTotalDay.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsTotalDay.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 10 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsTotalNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsTotalNight.dat index d0015f9625..8ac8edb6fe 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsTotalNight.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsTotalNight.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 10 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrDay.dat index f3ac84ebcc..a0a14998a6 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrDay.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrDay.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 10 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrNight.dat index 36649ec227..87ad1a046f 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrNight.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsUnCorErrNight.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 10 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsVarDay.dat b/esmvalcore/cmor/tables/custom/CMOR_tsVarDay.dat index 97218ef029..ace84fa1c1 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsVarDay.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsVarDay.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 100 !---------------------------------- ! diff --git a/esmvalcore/cmor/tables/custom/CMOR_tsVarNight.dat b/esmvalcore/cmor/tables/custom/CMOR_tsVarNight.dat index 08ed538aa7..79bd4e8392 100644 --- a/esmvalcore/cmor/tables/custom/CMOR_tsVarNight.dat +++ b/esmvalcore/cmor/tables/custom/CMOR_tsVarNight.dat @@ -18,7 +18,7 @@ comment: !---------------------------------- dimensions: time latitude longitude type: real -valid_min: -valid_max: +valid_min: 0 +valid_max: 100 !---------------------------------- !