Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/0_master_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ weather_file <- '' # filename (ending in .csv) of daily weather data from a near

noaa_site <- '' # nearest NOAA met station site number. Can use both weather_file and noaa_site if
# weather_file does not contain snow depth.
noaakey <- '' # Enter personal NOAA key here.

other_weather_vars <- NA # if you have other daily weather/site characteristic data in your file (e.g., soil temp) and want to
# include them as predictors in the model, include the names of the column here in quotes (e.g. "soil_temp").
Expand Down