Skip to content

Commit

Permalink
lo2_consumption_scalef is always false for cesm2.0
Browse files Browse the repository at this point in the history
Default had inadvertently been set to .true. for the x1 resolution.
  • Loading branch information
mnlevy1981 committed Jul 20, 2018
1 parent ee76991 commit a51cb41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions defaults/json/settings_cesm2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -934,10 +934,7 @@
},
"lo2_consumption_scalef": {
"datatype": "logical",
"default_value": {
"GRID == \"CESM_x1\"": ".true.",
"default": ".false."
},
"default_value": ".false.",
"longname": "Apply o2_consumption_scalef to o2 consumption (and request it as a forcing)",
"subcategory": "2. config flags",
"units": "unitless"
Expand Down
4 changes: 1 addition & 3 deletions defaults/settings_cesm2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,7 @@ general_parms :
subcategory : 2. config flags
units : unitless
datatype : logical
default_value : # default value is resolution dependent!
default : .false.
GRID == "CESM_x1" : .true.
default_value : .false.
lp_remin_scalef :
longname : Apply p_remin_scalef to particulate remin (and request it as a forcing)
subcategory : 2. config flags
Expand Down

0 comments on commit a51cb41

Please sign in to comment.