hydromt_sfincs.SfincsModel.setup_cn_infiltration#
- SfincsModel.setup_cn_infiltration(cn, antecedent_moisture='avg', reproj_method='med')[source]#
Setup model potential maximum soil moisture retention map (scsfile) from gridded curve number map.
Adds model layers:
scs map: potential maximum soil moisture retention [inch]
- Parameters:
cn (str, Path, or RasterDataset) –
Name of gridded curve number map.
Required layers without antecedent runoff conditions: [‘cn’]
Required layers with antecedent runoff conditions: [‘cn_dry’, ‘cn_avg’, ‘cn_wet’]
antecedent_moisture ({'dry', 'avg', 'wet'}, optional) – Antecedent runoff conditions. None if data has no antecedent runoff conditions. By default avg
reproj_method (str, optional) – Resampling method for reprojecting the curve number data to the model grid. By default ‘med’. For more information see,
hydromt.raster.RasterDataArray.reproject_like()