Repository: climate Updated Branches: refs/heads/master bd5ab80ab -> 687ab5877
CLIMATE-752 - Converting the unit of CRU cloud fraction by adding an option to configuration files - Unit of CRU's cloud fraction data in RCMED (dataset_id: 10, parameter_id:42) is %, whereas all of CORDEX Africa RCMs have dimensionless cloud fraction. 'multiplying_factor' option will match the unit between the observation and models. Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/6e101d83 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/6e101d83 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/6e101d83 Branch: refs/heads/master Commit: 6e101d8350ae9b88d91935af820838847f8812cf Parents: bd5ab80 Author: huikyole <[email protected]> Authored: Thu Feb 4 13:43:16 2016 -0800 Committer: huikyole <[email protected]> Committed: Thu Feb 4 13:43:16 2016 -0800 ---------------------------------------------------------------------- RCMES/configuration_files/CORDEX-Africa_examples/Fig10a_cru.yaml | 1 + RCMES/configuration_files/CORDEX-Africa_examples/Fig4f_9bcd.yaml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/6e101d83/RCMES/configuration_files/CORDEX-Africa_examples/Fig10a_cru.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig10a_cru.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig10a_cru.yaml index 41114da..32f6f0b 100644 --- a/RCMES/configuration_files/CORDEX-Africa_examples/Fig10a_cru.yaml +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig10a_cru.yaml @@ -29,6 +29,7 @@ datasets: data_name: CRU dataset_id: 10 parameter_id: 42 + multiplying_factor: 0.01 targets: data_source: local http://git-wip-us.apache.org/repos/asf/climate/blob/6e101d83/RCMES/configuration_files/CORDEX-Africa_examples/Fig4f_9bcd.yaml ---------------------------------------------------------------------- diff --git a/RCMES/configuration_files/CORDEX-Africa_examples/Fig4f_9bcd.yaml b/RCMES/configuration_files/CORDEX-Africa_examples/Fig4f_9bcd.yaml index 5a48a9e..aa1ca3d 100644 --- a/RCMES/configuration_files/CORDEX-Africa_examples/Fig4f_9bcd.yaml +++ b/RCMES/configuration_files/CORDEX-Africa_examples/Fig4f_9bcd.yaml @@ -29,6 +29,7 @@ datasets: data_name: CRU dataset_id: 10 parameter_id: 42 + multiplying_factor: 0.01 targets: data_source: local
