Skip to content

Commit 569b9bb

Browse files
committed
Add back tutorial blocks
1 parent 590d384 commit 569b9bb

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

qraven/help/source/tutorial.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,35 @@ Next, we must create an .rvt file that will tell Raven where to look for the obs
233233
1. Create a file called Dumoine.rvt
234234
2. Enter the following text:
235235

236+
::
237+
238+
:GriddedForcing precipitations
239+
:ForcingType PRECIP
240+
:FileNameNC prcp_merged
241+
:VarNameNC prcp
242+
:DimNamesNC x y time
243+
:RedirectToFile gridweights_prcp.txt
244+
:EndGriddedForcing
245+
246+
:GriddedForcing Min_temp
247+
:ForcingType TEMP_MIN
248+
:FileNameNC tmin_merged.nc
249+
:VarNameNC tmin
250+
:DimNamesNC x y time
251+
:RedirectToFile gridweights_tmin.txt
252+
:EndGriddedForcing
253+
254+
:GriddedForcing Max_temp
255+
:ForcingType TEMP_MAX
256+
:FileNameNC tmax_merged.nc
257+
:VarNameNC tmax
258+
:DimNamesNC x y time
259+
:RedirectToFile gridweights_tmax.txt
260+
:EndGriddedForcing
261+
262+
:RedirectToFile 041902.rvt
263+
264+
236265

237266
Run the raven model
238267
===================
@@ -255,6 +284,9 @@ Now that we have a .rvp template, click on "Overwrite :CreateRVPTemplate". This
255284

256285
Since BasinMaker already generated an .rvp file, we will need to add its content to the new .rvp file. Open the new file file and add the following line:
257286

287+
::
288+
289+
:RedirectToFile channel_properties.rvp
258290

259291

260292
The model is now ready, click on the "Run Raven model" button once again.

0 commit comments

Comments
 (0)