This guide explains how to move from a real study area to site-specific SUEWS surface parameters. It complements the :doc:`/inputs/yaml/index` guide, which explains configuration structure and validation.
Use this page when you know which parameters are needed, but need practical advice on where to obtain data and how to derive values.
- Delineate the site footprint used for the SUEWS grid.
- Compile geospatial layers (land cover, elevation, buildings, vegetation).
- Derive surface fractions and morphology from the same footprint.
- Derive seasonal biophysical parameters (albedo, LAI, phenology).
- Fill the YAML configuration and run
suews-validate. - Compare against local observations and refine sensitive parameters.
For broader setup context, see :doc:`/workflow`.
Fraction of grid area occupied by each of the seven SUEWS surface types.
Set one fraction for each surface type:
sites.<site>.properties.land_cover.paved.sfrsites.<site>.properties.land_cover.bldgs.sfrsites.<site>.properties.land_cover.evetr.sfrsites.<site>.properties.land_cover.dectr.sfrsites.<site>.properties.land_cover.grass.sfrsites.<site>.properties.land_cover.bsoil.sfrsites.<site>.properties.land_cover.water.sfr
Fractions should sum to 1.0 (the validator can correct small rounding errors).
- UMEP (QGIS tools for land cover fractions from raster/vector inputs)
- CORINE Land Cover (Europe)
- NLCD (United States)
- OpenStreetMap (global vector features)
- Reproject all datasets to a metric CRS.
- Clip to the SUEWS site footprint.
- Map source classes to the seven SUEWS surface types.
- Compute area fractions by class and normalise to 1.0.
- Check consistency with local imagery.
See :doc:`/inputs/yaml/config-reference/index` for full parameter definitions.
Shortwave reflectance controlling net radiation partitioning at the surface.
- Non-vegetated surfaces (single albedo):
sites.<site>.properties.land_cover.paved.albsites.<site>.properties.land_cover.bldgs.albsites.<site>.properties.land_cover.bsoil.albsites.<site>.properties.land_cover.water.alb
- Vegetated surfaces (seasonal range):
sites.<site>.properties.land_cover.evetr.alb_minandalb_maxsites.<site>.properties.land_cover.dectr.alb_minandalb_maxsites.<site>.properties.land_cover.grass.alb_minandalb_max
- MODIS MCD43A3 (broadband albedo)
- Landsat Collection 2 Surface Reflectance
- Field measurements (radiometers)
- Extract albedo for the study footprint and quality-filter cloud/snow pixels.
- Compute representative statistics for the simulation period.
- Use a single representative
albfor non-vegetated surfaces. - Use seasonal low/high values for
alb_minandalb_maxon vegetation.
See :doc:`/inputs/yaml/config-reference/index`.
Building and vegetation structure controlling roughness, turbulence, and radiation.
sites.<site>.properties.land_cover.bldgs.bldghsites.<site>.properties.land_cover.bldgs.faibldgsites.<site>.properties.land_cover.evetr.evetreehsites.<site>.properties.land_cover.dectr.dectreeh
- Airborne or national LiDAR products
- OpenStreetMap building footprints/attributes
- UMEP Morphometric Calculator tools
- Global Human Settlement Layer (GHSL) products
- Build a DSM/DTM or equivalent elevation model.
- Derive mean building height within the site.
- Estimate frontal area index from geometry and wind-direction context.
- Derive representative tree heights from canopy products or field surveys.
See :doc:`/inputs/yaml/config-reference/index`.
Seasonal vegetation state controlling transpiration, interception, and radiation.
For each vegetated surface (evetr, dectr, grass):
sites.<site>.properties.land_cover.<surface>.lai.laiminsites.<site>.properties.land_cover.<surface>.lai.laimaxsites.<site>.properties.land_cover.<surface>.lai.gddfullsites.<site>.properties.land_cover.<surface>.lai.sddfull
- MODIS LAI products
- Copernicus LAI products
- Field LAI measurements (e.g., LAI-2200, hemispherical photography)
- Extract multi-year seasonal LAI trajectories for the footprint.
- Set
laiminfrom dormant-season values andlaimaxfrom peak values. - Estimate phenology thresholds (
gddfull,sddfull) from local climate and observed green-up/senescence timing. - Check that values are physically consistent for local vegetation types.
See :doc:`/inputs/yaml/config-reference/index`.
Coefficients a1, a2, and a3 for storage heat flux parameterisation.
For each surface, coefficients are set by season and wetness state, for example:
sites.<site>.properties.land_cover.<surface>.ohm_coef.summer_wet.a1sites.<site>.properties.land_cover.<surface>.ohm_coef.summer_wet.a2sites.<site>.properties.land_cover.<surface>.ohm_coef.summer_wet.a3
The same pattern applies for summer_dry, winter_wet, and winter_dry.
- Site-specific flux and radiation measurements (if available)
- Published coefficient sets in the SUEWS documentation/literature
If you have suitable observations, derive coefficients using
supy.util.derive_ohm_coef() as shown in
:doc:`/inputs/tables/SUEWS_SiteInfo/SUEWS_OHMCoefficients`.
If you do not have local flux data, start from literature/default sets and prioritise sensitivity testing before introducing custom coefficients.
See :doc:`/inputs/yaml/config-reference/index` and :doc:`/inputs/tables/SUEWS_SiteInfo/SUEWS_OHMCoefficients`.
Parameters controlling potential and realised stomatal/surface conductance.
- Site-level conductance parameter:
sites.<site>.properties.conductance.g_max
- Vegetation surface conductance limits:
sites.<site>.properties.land_cover.evetr.maxconductancesites.<site>.properties.land_cover.dectr.maxconductancesites.<site>.properties.land_cover.grass.maxconductance
- Eddy covariance inversions
- Leaf- or canopy-level gas exchange observations
- Published parameter sets for similar vegetation and climate regimes
Direct local estimation is data-intensive. In most applications, begin with published values for similar sites, then calibrate within physically realistic ranges against local fluxes where available.
See :doc:`/inputs/yaml/config-reference/index`.
A dedicated repository for curated SUEWS surface parameter datasets is under active development:
Use it as a starting point where relevant, but still verify representativeness for your site and period.
The following resources are commonly used when preparing SUEWS surface data:
- UMEP (QGIS pre-processing tools)
- CORINE Land Cover
- NLCD
- OpenStreetMap
- MODIS MCD43A3 (albedo)
- MODIS LAI and Copernicus LAI
- Landsat Collection 2 Surface Reflectance
- Global Human Settlement Layer (GHSL)
- UMEP-dev/SUEWS-database