-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Currently bsw organic matter mixing is hard-coded according to Cosby et al. (1984) Table 5 formula:
| soilstate_inst%bsw_col(c,lev) = (1._r8-om_frac) * (2.91_r8 + 0.159_r8*clay) + om_frac*om_b |
In dev-perturbation, when parameters are read in from file, the read-in value are used instead:
| soilstate_inst%bsw_col(c,lev) = (1._r8-om_frac) * soilstate_inst%bsw_col(c,lev) + om_frac*om_b |
Discussion point
Should we change the default from the hard-coded Cosby-equation to using input parameters?
Status in CTSM
Still hard-coded, new: scale parameter in front:
Metadata
Metadata
Assignees
Labels
No labels