Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Sep 9, 2024
1 parent d8e5b53 commit 3907b53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions experiments/calibration/minimal_working_example/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[deps]
ClimaLandSimulations = "348a0bd3-1299-4261-8002-d2cd97df6055"
EnsembleKalmanProcesses = "aa8a2aa5-91d8-4396-bcef-d4f2ec43552d"
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ import EnsembleKalmanProcesses as EKP # to perform the calibration
# 1. "truth" observations
# here, our truth is a run of the Ozark site with defaults parameters.
obs = CLS.run_fluxnet("US-MOz") # g1 = 141 sqrt(Pa)

# 2. a function returning our model output given the params to calibrate



# 3. the prior distribution of those parameters

0 comments on commit 3907b53

Please sign in to comment.