Skip to content

Commit

Permalink
Updated testing/ example inputs
Browse files Browse the repository at this point in the history
- close #103
- turned off: weather generator; soil temperature
  • Loading branch information
dschlaep committed Dec 8, 2017
1 parent 77d8a48 commit dcab9bf
Show file tree
Hide file tree
Showing 53 changed files with 704 additions and 708 deletions.
7 changes: 5 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bint : bin

.PHONY : bint_run
bint_run : bint
./testing/$(target) -d ./testing -f files_v31.in
./testing/$(target) -d ./testing -f files.in


# GoogleTest:
Expand Down Expand Up @@ -121,11 +121,14 @@ clean1 :
clean2 :
@rm -f $(target) $(lib_target) $(lib_target++)
@rm -f testing/$(target)

.PHONY : bint_clean
bint_clean :
@rm -f testing/Output/*

.PHONY : test_clean
test_clean :
@rm -f gtest-all.o $(lib_gtest) $(bin_test)

.PHONY : cleaner
cleaner : clean1 clean2 test_clean
cleaner : clean1 clean2 bint_clean test_clean
5 changes: 5 additions & 0 deletions testing/Input/climate.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
71.0 61.0 61.0 51.0 41.0 31.0 23.0 23.0 31.0 41.0 61.0 61.0 # (site: testing), sky cover (sunrise-sunset),%,Climate Atlas of the US,http://cdo.ncdc.noaa.gov/cgi-bin/climaps/climaps.pl
1.3 2.9 3.3 3.8 3.8 3.8 3.3 3.3 2.9 1.3 1.3 1.3 # Wind speed (m/s),Climate Atlas of the US,http://cdo.ncdc.noaa.gov/cgi-bin/climaps/climaps.pl
61.0 61.0 61.0 51.0 51.0 51.0 41.0 41.0 51.0 51.0 61.0 61.0 # rel. Humidity (%),Climate Atlas of the US,http://cdo.ncdc.noaa.gov/cgi-bin/climaps/climaps.pl
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 # transmissivity (rel), only used in petfunc, but falls out of the equations (a = trans * b, c = a / trans)
213.7 241.6 261.0 308.0 398.1 464.5 0.0 0.0 0.0 140.0 161.6 185.1 # snow density (kg/m3): Brown, R. D. and P. W. Mote. 2009. The response of Northern Hemisphere snow cover to a changing climate. Journal of Climate 22:2124-2145.
5 changes: 0 additions & 5 deletions testing/Input/data_39.0625_-119.4375/cloud_v20.in

This file was deleted.

54 changes: 0 additions & 54 deletions testing/Input/data_39.0625_-119.4375/mkv_covar.in

This file was deleted.

Loading

0 comments on commit dcab9bf

Please sign in to comment.