Skip to content

Commit

Permalink
Missing 'cocco' value in a couple of 4p2z defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlevy1981 committed May 24, 2024
1 parent b51320f commit d3a3cdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults/json/settings_latest+4p2z.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"Qn_fixed": {
"datatype": "real",
"default_value": {
"((autotroph_sname)) == \"cocco\"": "16.0/117",
"((autotroph_sname)) == \"diat\"": "16.0/117",
"((autotroph_sname)) == \"diaz\"": "0.32*(16.0/117)",
"((autotroph_sname)) == \"sp\"": "16.0/117",
Expand All @@ -144,6 +145,7 @@
"SiOpt": {
"datatype": "real",
"default_value": {
"((autotroph_sname)) == \"cocco\"": 0.0,
"((autotroph_sname)) == \"diat\"": 10.0,
"((autotroph_sname)) == \"diaz\"": 0.0,
"((autotroph_sname)) == \"sp\"": 0.0,
Expand Down
2 changes: 2 additions & 0 deletions defaults/settings_latest+4p2z.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@ PFT_derived_types :
((autotroph_sname)) == "sp" : 16.0/117
((autotroph_sname)) == "diat" : 16.0/117
((autotroph_sname)) == "diaz" : 0.32*(16.0/117)
((autotroph_sname)) == "cocco" : 16.0/117
SiOpt :
longname : Si threshold in uptake ratio computations
subcategory : 10. autotrophs
Expand All @@ -1043,6 +1044,7 @@ PFT_derived_types :
((autotroph_sname)) == "sp" : 0.0
((autotroph_sname)) == "diat" : 10.0
((autotroph_sname)) == "diaz" : 0.0
((autotroph_sname)) == "cocco" : 0.0
gQfe_max :
longname : Initial Fe/C ratio for growth
subcategory : 10. autotrophs
Expand Down

0 comments on commit d3a3cdb

Please sign in to comment.