Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Latest commit

 

History

History
125 lines (102 loc) · 3.63 KB

Initial_Conditions.rst

File metadata and controls

125 lines (102 loc) · 3.63 KB

Initial Conditions file

To start the model, information about the conditions at the start of the run is required. This information is provided in initial conditions file. One file can be specified for each grid (MultipleInitFiles=1 <MultipleInitFiles> in RunControl.nml, filename includes grid number) or, alternatively, a single file can be specified for all grids (MultipleInitFiles=0 in RunControl.nml, no grid number in the filename). After that, a new InitialConditionsSSss_YYYY.nml file will be written for each grid for the following years. It is recommended that you look at these files (written to the input directory) to check the status of various surfaces at the end or the run. This may help you get more realistic starting values if you are uncertain what they should be. Note this file will be created for each year for multiyear runs for each grid. If the run finishes before the end of the year the InitialConditions file is still written and the file name is appended with '_EndofRun'.

A sample file of InitialConditionsSSss_YYYY.nml looks like

InitialConditionsSaeve_2004.nml

The two most important pieces of information in the initial conditions file is the soil moisture and state of vegetation at the start of the run. This is the minimal information required; other information can be provided if known, otherwise SUEWS will make an estimate of initial conditions.

The parameters and their setting instructions are provided through the links below:

Note

Variables can be in any order

  • Soil_moisture_states

    • SoilstorePavedState
    • SoilstoreBldgsState
    • SoilstoreEveTrState
    • SoilstoreDecTrState
    • SoilstoreGrassState
    • SoilstoreBSoilState
  • Vegetation_parameters

    • LeavesOutInitially
    • GDD_1_0
    • GDD_2_0
    • LAIinitialEveTr
    • LAIinitialDecTr
    • LAIinitialGrass
    • albEveTr0
    • albDecTr0
    • albGrass0
    • decidCap0
    • porosity0
  • Recent_meteorology

    • DaysSinceRain
    • Temp_C0
  • Above_ground_state

    • PavedState
    • BldgsState
    • EveTrState
    • DecTrState
    • GrassState
    • BSoilState
    • WaterState
  • Snow_related_parameters

    • SnowInitially
    • SnowWaterPavedState
    • SnowWaterBldgsState
    • SnowWaterEveTrState
    • SnowWaterDecTrState
    • SnowWaterGrassState
    • SnowWaterBSoilState
    • SnowWaterWaterState
    • SnowPackPaved
    • SnowPackBldgs
    • SnowPackEveTr
    • SnowPackDecTr
    • SnowPackGrass
    • SnowPackBSoil
    • SnowPackWater
    • SnowFracPaved
    • SnowFracBldgs
    • SnowFracEveTr
    • SnowFracDecTr
    • SnowFracGrass
    • SnowFracBSoil
    • SnowFracWater
    • SnowDensPaved
    • SnowDensBldgs
    • SnowDensEveTr
    • SnowDensDecTr
    • SnowDensGrass
    • SnowDensBSoil
    • SnowDensWater
    • SnowAlb0

Soil_moisture_states Vegetation_parameters Recent_meteorology Above_ground_state Snow_related_parameters