DrylandEcology / rSFSTEP2

R program that interfaces with the STEPWAT2 C code and runs in parallel for multiple sites, climate scenarios, disturbance regimes, and time periods
0 stars 1 forks source link

Update siteparam.in files that are part of the CO2 effects on transpiration to match updated files in SOILWAT2 master #258

Open kpalmqui opened 9 months ago

kpalmqui commented 9 months ago

Siteparam.in has recently been updated in SOILWAT2 master and each default siteparam.in that contains the scenario for future conditions (default, RCP45.mid, RCP45.end, RCP85.mid, RCP85.end) needs to be updated accordingly. New inputs:

--- Soil characterization ---

Are inputs of density representing bulk soil (type 1) or the matric component (type 0)?

0

--- Soil water retention curve (SWRC) ------

#

Implemented options (swrc_name/ptf_name, see swrc2str[]/ptf2str[]):

- ptf_name = : SWRC parameters must be provided via "swrc_params.in"

- swrc_name = "Campbell1974" (Campbell 1974)

* ptf_name = "Cosby1984AndOthers" (Cosby et al. 1984 but swc_sat by Saxton et al. 2006)

* ptf_name = "Cosby1984" (Cosby et al. 1984)

- swrc_name = "vanGenuchten1980" (van Genuchten 1980)

- swrc_name = "FXW" (Fredlund and Xing 1994, Wang et al. 2018)

#

Note: option "Campbell1974"/"Cosby1984AndOthers" was hard-coded < v7.0.0

Note: rSOILWAT2 may implement additional PTFs

Campbell1974 # Specify soil water retention curve Cosby1984AndOthers # Specify pedotransfer function

(if not implemented, then provide SWRC parameters via "swrc_params.in")

0 # Has SWRC parameters (see has_swrcp)?

0: Estimate with specified pedotransfer function

  #    1: Use values from "swrc_params.in"
kpalmqui commented 9 months ago

closed by 9f93787