Skip to content

Commit 11ec596

Browse files
author
Katherine Deck
committed
working version prior to rebase [skip ci]
1 parent 4c8d5c1 commit 11ec596

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Artifacts.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ git-tree-sha1 = "cbbc6b3752d9cb9b667ec33cfbeb46819f8db418"
2020
url = "https://caltech.box.com/shared/static/b3u4dv0dsoswvqgp8y63bzj7awbhwztd.gz"
2121

2222
[soil_ic_2008_50m]
23-
git-tree-sha1 = "fd9cda235e203b4235136b6dcdcd07af788c00f6"
23+
git-tree-sha1 = "7b0f0572f4620a8ba2a7ae816a547d2dcfb9eb9b"
2424

2525
[[soil_ic_2008_50m.download]]
26-
sha256 = "22e3cee446ee3b34edd6956b305bace5f04d12b8c1f124c1891a93048bc91b34"
26+
sha256 = "b0080d605585072b88871bc8987f615c9dfc35e64ad16e00a52087d879fc5c3a"
2727
url = "https://caltech.box.com/shared/static/atiztw8uu2i78g2vd02n8onb68cer9tn.gz"
2828

2929
[soilgrids]

experiments/calibration/calibrate_land.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ model_type = "land" # "land" or "bucket"
44
const variable_list = ["swu"] # variable(s) you want to capture by adjusting your priors
55
const n_iterations = 10 # 1 iterations takes ~ 1.5 hour with current settings ((50, 15) resolution, 2 year simulation)
66
const spinup_period = Year(1)
7-
const start_date = DateTime(2008, 12, 01) # this is the start of the forward model spinup
7+
const start_date = DateTime(2000, 12, 01) # this is the start of the forward model spinup
88
@assert month(start_date + spinup_period) == 12 "The start of your calibration period should be December."
99
const nelements = (101, 15) # resolution - (horizontal elements (lon, lat), vertical elements (soil discretization))
1010
const dirname = "land_snow_zenith_hires" # ideally, describe your calibration in a few words

experiments/calibration/priors_land.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
prior_α_0 = EKP.constrained_gaussian("α_0", 0.65, 0.2, 0.2, 0.95);
1+
prior_α_0 = EKP.constrained_gaussian("α_0", 0.6, 0.2, 0.2, 0.95);
22
prior_Δα = EKP.constrained_gaussian("Δα", 0.2, 0.1, 0.0, 1.0);
3-
prior_k = EKP.constrained_gaussian("k", 10, 5, 0.1, 25);
3+
prior_k = EKP.constrained_gaussian("k", 4, 2, 0.01, 25);
44
#prior_α_0 = EKP.constrained_gaussian("α_0", 0.7, 0.1, 0.5, 0.95);
55
#prior_beta_snow_cover = EKP.constrained_gaussian("beta_snow_cover", 1.77, 0.2, 0.1, 2.5);
66
#prior_z0_snow_cover = EKP.constrained_gaussian("z0_snow_cover", 0.106, 0.03, 0.0, 0.3);

0 commit comments

Comments
 (0)