Commit 1edd0e4
committed
Merge PR #385 (Fix stretched-grid regridding error)
This merge brings PR # (Fix the regridding error when
the target latitude or longitude is exactly 0.0, by @1Dandan)
into the GCPy 1.7.0 development stream.
PR #385 updates an if statement to use test for "None" instead
of "not", thus avoiding an error when the target latitude
or longitude is exactly zero.
Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
563 | | - | |
564 | | - | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| |||
0 commit comments