Browse Source

Merge branch 'release/1.0.5'

main 1.0.5
Bill Ladwig 8 years ago
parent
commit
829ccbb79f
  1. 4
      conda_recipe/meta.yaml
  2. 7
      doc/source/new.rst
  3. 2
      src/wrf/version.py
  4. BIN
      test/ci_tests/ci_result_file.nc
  5. BIN
      test/ci_tests/ci_test_file.nc
  6. 2
      test/ci_tests/make_test_file.py

4
conda_recipe/meta.yaml

@ -1,4 +1,4 @@
{% set version = "1.0.2" %} {% set version = "1.0.4" %}
package: package:
name: wrf-python name: wrf-python
@ -7,7 +7,7 @@ package:
source: source:
fn: wrf-python-{{ version }}.tar.gz fn: wrf-python-{{ version }}.tar.gz
url: https://github.com/NCAR/wrf-python/archive/{{ version }}.tar.gz url: https://github.com/NCAR/wrf-python/archive/{{ version }}.tar.gz
sha256: 42df1c46c146010e8d7a14cfa4daca3c30cb530e93d26e1fba34e2118540e0b2 sha256: 303da6607ac66f49b6d011c32c0bf3af9b5ea5cb6563448daafafb8ec9a078d1
build: build:
number: 0 number: 0

7
doc/source/new.rst

@ -4,6 +4,13 @@ What's New
Releases Releases
------------- -------------
v1.0.5
^^^^^^^^^^^^^^
- Release 1.0.5
- Reduced the CI test file sizes by half.
v1.0.4 v1.0.4
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^

2
src/wrf/version.py

@ -1,2 +1,2 @@
__version__ = "1.0.4" __version__ = "1.0.5"

BIN
test/ci_tests/ci_result_file.nc

Binary file not shown.

BIN
test/ci_tests/ci_test_file.nc

Binary file not shown.

2
test/ci_tests/make_test_file.py

@ -15,7 +15,7 @@ VARS_TO_KEEP = ("XLAT", "XLONG", "XLAT_U", "XLAT_V", "XLONG_U", "XLONG_V",
"QGRAUP", "QRAIN", "QSNOW", "MAPFAC_M", "MAPFAC_U", "QGRAUP", "QRAIN", "QSNOW", "MAPFAC_M", "MAPFAC_U",
"MAPFAC_V", "F", "HGT", "RAINC", "RAINSH", "RAINNC") "MAPFAC_V", "F", "HGT", "RAINC", "RAINSH", "RAINNC")
DIMS_TO_TRIM = ("west_east", "south_north", #"bottom_top", "bottom_top_stag", DIMS_TO_TRIM = ("west_east", "south_north", "bottom_top", "bottom_top_stag",
"west_east_stag", "south_north_stag") "west_east_stag", "south_north_stag")
WRF_DIAGS = ["avo", "eth", "cape_2d", "cape_3d", "ctt", "dbz", "mdbz", WRF_DIAGS = ["avo", "eth", "cape_2d", "cape_3d", "ctt", "dbz", "mdbz",

Loading…
Cancel
Save