Skip to content

Commit

Permalink
header fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hellkite500 committed Mar 6, 2021
1 parent 149ffea commit ea76bf8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ADHydro_training.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Getting started
Instructions for creating a mesh from partially processed data.

See [Input Creation Steps](ADHydro_input_creation_instructions.md) for details on the steps leading up to this point. (Section 1, steps 1 - 65)
Expand Down Expand Up @@ -211,13 +212,13 @@ TODO extract data/docker build

`ls /data/ASCII`

#Parameter Data
# Parameter Data

This section is covered in detail in See [Input Creation Steps](ADHydro_input_creation_instructions.md), section IV: Process parameter data

In this section you will assign parameters like soil and vegetation type to mesh elements.

##Download data
## Download data

1. Before creating the parameter files for a given mesh you need to
download several kinds of publicly available source data. The
Expand Down Expand Up @@ -309,7 +310,7 @@ In this section you will assign parameters like soil and vegetation type to mesh
The steps after this need to be done for each mesh even if you had
the downloaded source data saved from a previous mesh.

##Process Data
## Process Data

1. Run `parameter_preprocessing.py`
In the `adhydro-tools` container terminal run the following command. A quick note on the `-m` flag.
Expand Down Expand Up @@ -484,7 +485,7 @@ In this section you will assign parameters like soil and vegetation type to mesh
For hourly output:

`outputPeriod = 3600.0`

Disable the drainDownMode on line 133 by commenting or setting to false.

Run the simulation:
Expand Down

0 comments on commit ea76bf8

Please sign in to comment.