Skip to content

Commit 30214df

Browse files
author
Bill Ladwig
committed
Updated build scripts to use environment compile flags.
Bumped version number.
1 parent ef4eba0 commit 30214df

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

build_scripts/gnu_no_omp.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22

33
unset LDFLAGS
4-
unset FFLAGS
5-
unset CFLAGS
64

75
cd ../fortran
86
$FC -E ompgen.F90 -cpp -o omp.f90

build_scripts/gnu_omp.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22

33
unset LDFLAGS
4-
unset FFLAGS
5-
unset CFLAGS
64

75
cd ../fortran/build_help
86
$FC -o sizes -fopenmp omp_sizes.f90

doc/source/new.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ What's New
44
Releases
55
-------------
66

7+
v1.3.2 (February 2019)
8+
^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
- Release 1.3.2
11+
- Coordinate name index positions are no longer assumed and are searched
12+
instead. Some users use xarray to rewrite WRF output files, and xarray
13+
might reorder the coordinate name positions.
14+
- Fixed a segfault issue with CAPE when more than 150 vertical levels are
15+
used (e.g. LES runs).
16+
- setup.py will now bootstrap the numpy installation (thanks bbonenfant!).
17+
18+
719
v1.3.1 (January 2019)
820
^^^^^^^^^^^^^^^^^^^^^^^^^
921

src/wrf/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.1"
1+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)