diff --git a/conda_recipe/meta.yaml b/conda_recipe/meta.yaml index 04ab64b..7563c19 100644 --- a/conda_recipe/meta.yaml +++ b/conda_recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.0.2" %} +{% set version = "1.0.4" %} package: name: wrf-python @@ -7,7 +7,7 @@ package: source: fn: wrf-python-{{ version }}.tar.gz url: https://github.com/NCAR/wrf-python/archive/{{ version }}.tar.gz - sha256: 42df1c46c146010e8d7a14cfa4daca3c30cb530e93d26e1fba34e2118540e0b2 + sha256: 303da6607ac66f49b6d011c32c0bf3af9b5ea5cb6563448daafafb8ec9a078d1 build: number: 0 diff --git a/doc/source/new.rst b/doc/source/new.rst index fd277da..aec8cbe 100644 --- a/doc/source/new.rst +++ b/doc/source/new.rst @@ -4,6 +4,13 @@ What's New Releases ------------- +v1.0.5 +^^^^^^^^^^^^^^ + +- Release 1.0.5 +- Reduced the CI test file sizes by half. + + v1.0.4 ^^^^^^^^^^^^^^ diff --git a/src/wrf/version.py b/src/wrf/version.py index dc6ddfd..c55bfe3 100644 --- a/src/wrf/version.py +++ b/src/wrf/version.py @@ -1,2 +1,2 @@ -__version__ = "1.0.4" +__version__ = "1.0.5" diff --git a/test/ci_tests/ci_result_file.nc b/test/ci_tests/ci_result_file.nc index a5c275e..75c253a 100644 Binary files a/test/ci_tests/ci_result_file.nc and b/test/ci_tests/ci_result_file.nc differ diff --git a/test/ci_tests/ci_test_file.nc b/test/ci_tests/ci_test_file.nc index 2b7c188..13b9f54 100644 Binary files a/test/ci_tests/ci_test_file.nc and b/test/ci_tests/ci_test_file.nc differ diff --git a/test/ci_tests/make_test_file.py b/test/ci_tests/make_test_file.py index 48e8e89..0f65c0d 100644 --- a/test/ci_tests/make_test_file.py +++ b/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", "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") WRF_DIAGS = ["avo", "eth", "cape_2d", "cape_3d", "ctt", "dbz", "mdbz",