Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Aug 7, 2024
1 parent cde7a05 commit 4d415b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
18 changes: 12 additions & 6 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
[ameriflux_data_US-MOz]
git-tree-sha1 = "37177736bb2a1d14416961561911e06c24942c4a"

[era5_land_forcing_data2021]
git-tree-sha1 = "ec424296df6b60cfe273ac8f981701fbbed0bd8a"

[soil_params_Gupta2020_2022]
git-tree-sha1 = "c10e8f877603bfa2c018eb2dd0c51dd078abe5df"

[[soil_params_Gupta2020_2022.download]]
sha256 = "6205d96ae7724c469eef5cd1cf3b99e186637427b6fb65ecc659fb808fc6cacf"
url = "https://caltech.box.com/shared/static/7c6yx62tzjivxfmhqyy03r6e9l1glyu1.gz"
["processed_topographic_index 2.5 deg"]
git-tree-sha1 = "0c252917b24ce3c201fa62d639342ab4d872b388"

[snowmip]
git-tree-sha1 = "230f00823299e7e33d276d9b57cba985fc04eaae"

[[snowmip.download]]
sha256 = "598b525c7421fabf06de4c8d4d7e05d50b7655ad2387d98c4335e90fd5633d61"
url = "https://caltech.box.com/shared/static/0vqhet1hsj36sgmy0ajrcrb24cihcfd7.gz"

[soil_params_Gupta2020_2022]
git-tree-sha1 = "c10e8f877603bfa2c018eb2dd0c51dd078abe5df"

[[soil_params_Gupta2020_2022.download]]
sha256 = "6205d96ae7724c469eef5cd1cf3b99e186637427b6fb65ecc659fb808fc6cacf"
url = "https://caltech.box.com/shared/static/7c6yx62tzjivxfmhqyy03r6e9l1glyu1.gz"
4 changes: 1 addition & 3 deletions src/standalone/Vegetation/solar_induced_fluorescence.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ struct Lee2015SIFModel{FT, SP <: SIFParameters{FT}} <: AbstractSIFModel{FT}
parameters::SP
end

function Lee2015SIFModel{FT}(
parameters::SIFParameters{FT},
) where {FT <: AbstractFloat}
function Lee2015SIFModel{FT}(parameters = SIFParameters{FT}()) where {FT <: AbstractFloat}
return Lee2015SIFModel{eltype(parameters), typeof(parameters)}(parameters)
end

Expand Down

0 comments on commit 4d415b0

Please sign in to comment.