Skip to content

Commit 43c662e

Browse files
made site_ID a Main variable
1 parent 1cb4760 commit 43c662e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

experiments/integrated/fluxnet/any_run_fluxnet.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,7 @@ function run_single_site( # e.g., run_single_site(
661661
params::Union{Nothing, Dict{Symbol, Any}} = nothing, # Dict("g1" => 1.0, "Vcmax25" => 1.0))
662662
specific_flag::Bool = true, # true
663663
)
664+
Main.site_ID = site_ID
664665

665666
# specific_flag checks whether user wants site-specific parameters or generic
666667
if (specific_flag == true)

0 commit comments

Comments
 (0)