Skip to content

how to print f and M as nc files? #287

Answered by verseve
mullerrobert799 asked this question in Q&A
Discussion options

You must be logged in to vote

Note that the M parameter is not used by Wflow since v0.2.0, it reads the f parameter directly from the netCDF input file.

You can add the parameters to the TOML file, for example:

[output]
path = "output.nc"
compressionlevel = 1 

[output.vertical]   
f = "f"
kv₀ = "kv_0"

[output.lateral.subsurface]
kh₀ = "kh_0"

see also: https://deltares.github.io/Wflow.jl/dev/user_guide/step2_settings_file/#Grid-data

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JoostBuitink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Question related to usage of Wflow
2 participants
Converted from issue

This discussion was converted from issue #266 on July 13, 2023 12:14.