public EcoregionPnET(Landis.Core.IEcoregion ecoregion) { this.ecoregion = ecoregion; this._rootingdepth = rootingdepth[ecoregion]; this._soiltype = soiltype[ecoregion]; this._precintconst = precintconst[ecoregion]; this._preclossfrac = preclossfrac[ecoregion]; this._leakagefrac = leakagefrac[ecoregion]; this._snowsublimfrac = snowsublimfrac[ecoregion]; }
public EcoregionPnET(Landis.Core.IEcoregion ecoregion) { this.ecoregion = ecoregion; this._rootingdepth = rootingdepth[ecoregion]; this._soiltype = soiltype[ecoregion]; this._precintconst = precintconst[ecoregion]; this._preclossfrac = preclossfrac[ecoregion]; this._leakagefrac = leakagefrac[ecoregion]; this._runoffcapture = runoffcapture[ecoregion]; this._snowsublimfrac = snowsublimfrac[ecoregion]; this._latitude = latitude[ecoregion]; this._precipEvents = precipEvents[ecoregion]; this._leakageFrostDepth = leakageFrostDepth[ecoregion]; this._winterSTD = winterSTD[ecoregion]; this._mossDepth = mossDepth[ecoregion]; }
public EcoregionData(Landis.Core.IEcoregion ecoregion) { this.ecoregion = ecoregion; this._latitude = latitude[ecoregion]; }