Skip to content

Commit

Permalink
Update ADHydro_training.md
Browse files Browse the repository at this point in the history
Use full path to superfile.ini
  • Loading branch information
jarq6c authored Mar 8, 2021
1 parent e76cee2 commit f8e4952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ADHydro_training.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ In this section you will assign parameters like soil and vegetation type to mesh
Now run adhydro using this superfile.
From the \<project path\> in the terminal (using the same one as before, simple `cd ..`)
``docker run --cap-add=SYS_PTrace -v `pwd`/training_data:/data adhydro -c "adhydro superfile.ini"``
``docker run --cap-add=SYS_PTrace -v `pwd`/training_data:/data adhydro -c "adhydro /data/mesh_massage/superfile.ini"``
4. Create forcing data.
For this training, we will use National Water Model analysis and assimilation forcings pulled from Google Cloud Platform. This is provided in the training material under `forcing/data`.
Expand Down

0 comments on commit f8e4952

Please sign in to comment.