hydromt_sfincs.components.grid.SfincsInfiltration.create_cn#
- SfincsInfiltration.create_cn(cn, antecedent_moisture='avg', reproj_method='med')[source]#
Create 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, orRasterDataset) –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 avgreproj_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()