Skip to content

Commit

Permalink
preparing 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed May 6, 2020
1 parent 253e498 commit 1c8d21f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snapPkg.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.5.0
VERSION=2.0.0
VERSION_=`echo -n $VERSION | tr '.' '_'`
PLATFORM=bionic
#svn copy https://svn.met.no/snap/trunk \
Expand Down
4 changes: 3 additions & 1 deletion src/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ include ../common/snap.mk

all:

install:

test: find_parameters_fi_test bsnap_naccident
./find_parameters_fi_test https://thredds.met.no/thredds/dodsC/metusers/heikok/snap_testdata/meteo20200415_00_ringhals.nc u_wind && \
./find_parameters_fi_test https://thredds.met.no/thredds/dodsC/metusers/heikok/snap_testdata/meps_det_2_5km_20200316T00Z_ringhals.nc x_wind_ml && \
Expand Down Expand Up @@ -40,4 +42,4 @@ testDateCalc.o: testDateCalc.f90
${F77} -c ${F77FLAGS} $(INCLUDES) $<


.PHONY: clean distclean test
.PHONY: clean distclean test install

0 comments on commit 1c8d21f

Please sign in to comment.