Skip to content

Commit

Permalink
working on adding documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aestears committed Feb 22, 2024
1 parent de0a6aa commit 61cd3c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main/implementation/01_main-simulation-runner.R
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ for (j in alljid) { # TO DO: use "while" not "for"
currYear, todayMonthDay)

# 4 - Additional outputs for "future" results --------------------------------
# Questions where should I save these for easy loading when I need them .......
# Question -- where should I save these for easy loading when I need them .......
HistData_MonthlyMeans_2 <- formatOutputsMonthlys(HistDataAll1, SoilsDF,
'historical', 1991, 2020,
currDate, todayMonthDay,
Expand Down Expand Up @@ -244,10 +244,11 @@ for (j in alljid) { # TO DO: use "while" not "for"
PPTAnoms <- PPTAnoms[1:Nleads,]

# function in "weatherFunctions.R"
AnomalyData1 <- runFutureSWwithAnomalies(sw_in0 = sw_in, wdata, SoilsDF, ##AES changed sw_in0 to sw_example, but should be sw_in!!
AnomalyData1 <- runFutureSWwithAnomalies(sw_in0 = sw_in, wdata, SoilsDF,
TempAnoms, PPTAnoms,
Nleads, n = nRuns,
currDOY, currMonth, currYear, currDate)
#AES this object is a list, not sure why there are three list elements??
#if(!interactive()) comm.print('done future')

################ -------------------------------------------------------------
Expand Down

0 comments on commit 61cd3c3

Please sign in to comment.