Skip to content

Commit

Permalink
remove unused parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenwu0728 committed Oct 10, 2024
1 parent 6b62d7b commit d2c3f0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Parameters/param_default.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ function phyt_params_default(N::Int64, mode::IronEnergyMode)
"Topt" => [27.0], # Optimal temperature for growth (C)
"Tmax" => [30.0], # Maximal temperature for growth (C)
"Ea" => [5.3e4], # Free energy
"Imax" => [3000.0], # Light regulation of iron allocation (μmol photon/m²/second)
"Enmax" => [2.0e-9], # Maximum intracellular energy (kJ/cell)
"is_nr" => [1.0], # 1 for non-diazotroph, 0 for diazotroph
"is_croc" => [0.0], # 1 for Crocosphaera-like N fixation pattern
Expand Down
2 changes: 1 addition & 1 deletion src/Plankton/IronEnergyMode/plankton_generation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function construct_plankton(arch::Architecture, sp::Int, params::Dict, maxN::Int
data = replace_storage(array_type(arch), rawdata)

param_names=(:Nsuper, :Cquota, :SA, :mean, :var, :Chl2Cint,
, :Topt, :Tmax, :Ea, :Imax, :Enmax, :is_nr, :is_croc, :is_tric,
, :Topt, :Tmax, :Ea, :Enmax, :is_nr, :is_croc, :is_tric,
:PCmax, :VNO3max, :VNH4max, :VPO4max,
:k_cf, :k_rs, :k_nr, :k_nf, :k_mtb,
:e_cf, :e_rs, :e_nr, :e_nf,
Expand Down

0 comments on commit d2c3f0f

Please sign in to comment.