how to print f and M as nc files? #287
-
I am wondering how could we print different parameters as *.nc files, for instance f, f_ and M? could you please guide us? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Dear Sir/Madam, I am using the parameters f and M together with KsatHorFrac while calibrating the model and would like to confirm their values to be used by the wflow. As input files (*.nc) show their values (estimated by HydroMT) but as I'm changing them directly in *.toml file during calibration and not sure either wflow has used the right ones, therefore, could you advise me on: how to get the print of them (f, M, KsatVer, horizontal saturated conductivity and other parameters, etc) after wflow simulation is completed? Thanks and regards, |
Beta Was this translation helpful? Give feedback.
-
Note that the You can add the parameters to the TOML file, for example:
see also: https://deltares.github.io/Wflow.jl/dev/user_guide/step2_settings_file/#Grid-data |
Beta Was this translation helpful? Give feedback.
Note that the
M
parameter is not used by Wflow since v0.2.0, it reads thef
parameter directly from the netCDF input file.You can add the parameters to the TOML file, for example:
see also: https://deltares.github.io/Wflow.jl/dev/user_guide/step2_settings_file/#Grid-data