added comment
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/8d9ef653 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/8d9ef653 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/8d9ef653 Branch: refs/heads/master Commit: 8d9ef6534bbce700585ca95b247b4fb73debf0d6 Parents: 28a4593 Author: Mark Schnitzer <markschnit...@hotmail.com> Authored: Tue Jan 22 09:49:18 2019 +0800 Committer: Mark Schnitzer <markschnit...@hotmail.com> Committed: Tue Jan 22 09:49:18 2019 +0800 ---------------------------------------------------------------------- examples/simple_model_to_model_bias.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/8d9ef653/examples/simple_model_to_model_bias.py ---------------------------------------------------------------------- diff --git a/examples/simple_model_to_model_bias.py b/examples/simple_model_to_model_bias.py index ac55c37..4b77fe7 100644 --- a/examples/simple_model_to_model_bias.py +++ b/examples/simple_model_to_model_bias.py @@ -73,6 +73,7 @@ FILE_2 = "AFRICA_UC-WRF311_CTL_ERAINT_MM_50km-rg_1989-2008_tasmax.nc" # Filename for the output image/plot (without file extension) OUTPUT_PLOT = "wrf_bias_compared_to_knmi" +# Retrieve the local model files into the OS-aware temp directory. tempdir = tempfile.gettempdir() FILE_1_PATH = path.join(tempdir, FILE_1) FILE_2_PATH = path.join(tempdir, FILE_2)