You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by hu...@apache.org on 2016/02/04 22:46:13 UTC

[1/2] climate git commit: CLIMATE-752 - Converting the unit of CRU cloud fraction by adding an option to configuration files

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 <hu...@argo.jpl.nasa.gov>
Authored: Thu Feb 4 13:43:16 2016 -0800
Committer: huikyole <hu...@argo.jpl.nasa.gov>
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


[2/2] climate git commit: CLIMATE-752 - Converting the unit of CRU cloud fraction by adding an option to configuration files

Posted by hu...@apache.org.
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/687ab587
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/687ab587
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/687ab587

Branch: refs/heads/master
Commit: 687ab58775e19958863f00b42d9ee9e6613f5953
Parents: bd5ab80 6e101d8
Author: huikyole <hu...@argo.jpl.nasa.gov>
Authored: Thu Feb 4 13:45:29 2016 -0800
Committer: huikyole <hu...@argo.jpl.nasa.gov>
Committed: Thu Feb 4 13:45:29 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(+)
----------------------------------------------------------------------