Skip to content

Commit b6e95a0

Browse files
committed
change prior
1 parent 76d30b9 commit b6e95a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

experiments/integrated/fluxnet/calibrate_sco2_cper.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spinup_date = start_date + Day(spinup_days)
7575
# UKI settings
7676
rng_seed = 1234
7777
rng = Random.MersenneTwister(rng_seed)
78-
N_iterations = 20
78+
N_iterations = 10
7979

8080
# ── 3. One-time Setup (domain, forcing, LAI) ─────────────────────────────────
8181
# Use global domain settings: 15m depth, 15 vertical elements, stretched grid
@@ -337,8 +337,8 @@ println("\n=== Setting up UKI calibration ===")
337337
priors = [
338338
PD.constrained_gaussian("α_sx", 23835.0, 12000.0, 1000.0, 200000.0),
339339
PD.constrained_gaussian("Ea_sx", 61000.0, 10000.0, 40000.0, 80000.0),
340-
PD.constrained_gaussian("kM_sx", 0.005, 0.003, 1e-5, 0.1),
341-
PD.constrained_gaussian("kM_o2", 0.004, 0.002, 1e-5, 0.1),
340+
PD.constrained_gaussian("kM_sx", 0.005, 1.0, 1e-5, 100),
341+
PD.constrained_gaussian("kM_o2", 0.004, 1.0, 1e-5, 100),
342342
]
343343
prior = PD.combine_distributions(priors)
344344

0 commit comments

Comments
 (0)