land-parameters

A filter to add static parameters from table based on soil/vegetation type.

Examples

To use this filter in a dataset recipe, include it as shown below, adjusting parameters as needed. See the anemoi-datasets documentation for more details.

input:
  pipe:
    - source:  # Replace `source` with actual data source, e.g., 'mars', 'netcdf', etc.
        param1: value1
        param2: value2
        param3: '...'
    - land-parameters:
        high_veg_type: tvh  # str
        low_veg_type: tvl # str
        soil_type: slt # str
        hveg_rsmin: hveg_rsmin # str
        hveg_cov: hveg_cov # str
        hveg_z0m: hveg_z0m # str
        lveg_rsmin: lveg_rsmin # str
        lveg_cov: lveg_cov # str
        lveg_z0m: lveg_z0m # str
        theta_pwp: theta_pwp # str
        theta_cap: theta_cap # str