File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33unset LDFLAGS
4- unset FFLAGS
5- unset CFLAGS
64
75cd ../fortran
86$FC -E ompgen.F90 -cpp -o omp.f90
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33unset LDFLAGS
4- unset FFLAGS
5- unset CFLAGS
64
75cd ../fortran/build_help
86$FC -o sizes -fopenmp omp_sizes.f90
Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ What's New
44Releases
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+
719v1.3.1 (January 2019)
820^^^^^^^^^^^^^^^^^^^^^^^^^
921
Original file line number Diff line number Diff line change 1- __version__ = "1.3.1 "
1+ __version__ = "1.3.2 "
You can’t perform that action at this time.
0 commit comments