-
Notifications
You must be signed in to change notification settings - Fork 9
depth_csv
Matt Hipsey edited this page Sep 16, 2022
·
7 revisions
Optional csv time-series files for recording the conditions at a given lake depth can be configured. Variables that can be configured to be output in these files are outlined below.
Users seeking to record the output conditions can configure the output level/layer to be either the depth below the surface or height above the bottom (default), using the csv_point_frombot
flag.
Add the follow entries to the &output
block in glm3.nml
. Note that, the frequency of the output to the csv file will depend upon the parameter nsave
.
!-- Depth specific outputs
csv_point_nlevs = 2
csv_point_fname = 'WQ_'
csv_point_at = 5,30 !<-- Two files will be produced for 5m and 30m heights from bottom
csv_point_nvars = 7
csv_point_vars = 'temp', 'salt','OXY_oxy','SIL_rsi','NIT_amm','NIT_nit','PHS_frp'
CLASS | NAME | UNITS | DESCRIPTION |
---|---|---|---|
var | temp | C | Water temperature at specified depth/height |
var | salt | ppt | Water salinity at specified depth/height |
var | *AED_var1* | ... | Water quality variable concentration at specified depth/height |
var | *AED_var2* | ... | Water quality variable concentration at specified depth/height |
Background
Getting started
- Downloading
- Running the model
glm.nml
configuration file- Tutorials & examples
- Navigating GLM outputs
Advanced use
- Command line options
- Restarting a simulation
- Customising the WQ setup
- Adding a new example lake
- Using GLM in R
Developer guide
- Downloading the code
- Compiling the code
- Updating existing submodule state
- Adding new submodules
- Using GLM as a linked library