Skip to content

Commit

Permalink
Merge pull request #13 from Burke-Lauenroth-Lab/DB-with-more-flexible…
Browse files Browse the repository at this point in the history
…-field-names

 - field names with spaces and punctuation (e.g., “.”) now possible for output DB creation and DB data extraction with helper functions of ‘Database_Stuff/5_Database_Functions.R’

- new flag ‘debug.dump.objects’ in part 1 to turn on code that attempts to store objects in work space to disk as RData file in case of code error for easier debugging

- worked on aggregation 'dailyNRCS_SoilMoistureTemperatureRegimes' but reverted all such commits and moved them to a dedicated branch ‘fixing_NRCS_SoilMoistureTemperatureRegimes’

Former-commit-id: 02062c99b81d457ac065f225a4d4eafa98f83d9e [formerly 7aab0377ed519581c8b9ce8f9abb136755ed5f21]
Former-commit-id: c7ddb78
  • Loading branch information
dschlaep authored Aug 19, 2016
2 parents d633b2c + b3c143a commit 756bd8f
Show file tree
Hide file tree
Showing 5 changed files with 390 additions and 298 deletions.
2 changes: 1 addition & 1 deletion 2_SWSF_p1of4_Settings_v51.R
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ saveRsoilwatOutput <- FALSE
#store data in big input files for experimental design x treatment design
makeInputForExperimentalDesign <- FALSE
# fields/variables of input data for which to create maps if any(actions == "map_input")
map_vars <- c("SoilDepth", "Matricd", "GravelContent", "Sand", "Clay", "RH", "SkyC", "Wind", "snowd")
map_vars <- c("ELEV_m", "SoilDepth", "Matricd", "GravelContent", "Sand", "Clay", "RH", "SkyC", "Wind", "snowd")
#check completeness of SoilWat simulation directories and of temporary output aggregation files; create a list with missing directories and files
checkCompleteness <- FALSE
# check linked BLAS library before simulation runs
Expand Down
Loading

0 comments on commit 756bd8f

Please sign in to comment.