Return-Path: X-Original-To: apmail-climate-commits-archive@minotaur.apache.org Delivered-To: apmail-climate-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A8A881837F for ; Thu, 22 Oct 2015 00:57:40 +0000 (UTC) Received: (qmail 51631 invoked by uid 500); 22 Oct 2015 00:57:40 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 51576 invoked by uid 500); 22 Oct 2015 00:57:40 -0000 Mailing-List: contact commits-help@climate.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.apache.org Delivered-To: mailing list commits@climate.apache.org Received: (qmail 51516 invoked by uid 99); 22 Oct 2015 00:57:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2015 00:57:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 72BC7E38F9; Thu, 22 Oct 2015 00:57:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: huikyole@apache.org To: commits@climate.apache.org Date: Thu, 22 Oct 2015 00:57:41 -0000 Message-Id: <535d1153127b488bb30dd0c37db5a9d0@git.apache.org> In-Reply-To: <60e6d34e69f94e2da43b3a3f93d9ae95@git.apache.org> References: <60e6d34e69f94e2da43b3a3f93d9ae95@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] climate git commit: shiftgrid is not loaded in run_RCMES.py shiftgrid is not loaded in run_RCMES.py Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/c01e1151 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/c01e1151 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/c01e1151 Branch: refs/heads/master Commit: c01e1151c1f2b8824d5cb117f50fbd737647cbfc Parents: a94d3b1 Author: huikyole Authored: Sat Oct 17 16:41:13 2015 -0700 Committer: huikyole Committed: Sat Oct 17 16:41:13 2015 -0700 ---------------------------------------------------------------------- examples/configuration_file_examples/run_RCMES.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/c01e1151/examples/configuration_file_examples/run_RCMES.py ---------------------------------------------------------------------- diff --git a/examples/configuration_file_examples/run_RCMES.py b/examples/configuration_file_examples/run_RCMES.py index 5f15dfe..fd55be3 100644 --- a/examples/configuration_file_examples/run_RCMES.py +++ b/examples/configuration_file_examples/run_RCMES.py @@ -8,7 +8,6 @@ from ocw.dataset import Bounds import matplotlib.pyplot as plt from matplotlib import rcParams -from mpl_toolkits.basemap import shiftgrid import numpy as np import numpy.ma as ma import yaml