Message Boards

RE: how to use delwaq ViewerSelector?

Hirejet John, modified 7 Years ago.

how to use delwaq ViewerSelector?

Youngling Posts: 7 Join Date: 4/3/13 Recent Posts
Hi i`m herajet john, from in koea

in delft3d-flow,
if user use ViewerSelector, result data(velocity, ssc, etc..) analysis by example keyword.
ex) vs.exe
use trim-*.dat def trim-*.def

trim-*.dat : data
trim-*.def : data unit, information


So then in water quality, how to use ViewerSelector?

water quality output data (NO4, etc) in *.ada

Please answer if good example keyword..
Michel Jeuken, modified 7 Years ago.

RE: how to use delwaq ViewerSelector?

Jedi Knight Posts: 128 Join Date: 1/21/13 Recent Posts
HI herajet john,

Have you tried QuickPlot yet? It is much easier to read water quality output with that tool.

Michel
Hirejet John, modified 7 Years ago.

i know use quickplot post-processing but, i will make it easy systems

Youngling Posts: 7 Join Date: 4/3/13 Recent Posts
i know use quickplot post-processing but, i will make it easy systems

in linux system, user make shell script and one click system is so easy.

so, i should use vs program to setup one click system.

I'd like to know what you make of it.
Michel Jeuken, modified 7 Years ago.

RE: i know use quickplot post-processing but, i will make it easy systems

Jedi Knight Posts: 128 Join Date: 1/21/13 Recent Posts
Have you tried vsi.exe? This starts an interactive version of vs. Delwaq uses the same type of files (dat+def). When you made the selection you can 'save a batch' that uses vs to extract the data multiple times in the same way.

You can finde de delwaq substance names in the table SUBST_NAMES in the DELPAR_PARAMS section
Hirejet John, modified 7 Years ago.

RE: i know use quickplot post-processing but, i will make it easy systems

Youngling Posts: 7 Join Date: 4/3/13 Recent Posts
Thanks for you great answer.


In my model,
Timeseries from hda file setting and automation one click system is complete. !!


But i can`t solved Another problem,

In my model, Flow sediment and water quality coupling equal time.
Grid is not execute aggregation and flow grid use water quality system.
coupling is *.hyd file.


Flow model output are added trim-file.
User connect trim-file from VSI.EXE, file structre m, n ,k.
So, user can seperate each time data or m,n data


waterquality all data file is added *.ada file.
user execute vsi.exe, can see array&data file name& each layer data.
But, flow model array is not equal water quality model.
How to solve this problem?


Can i know water quality file(*.ada) structure????

please good answer .
Always thanks..
From Hirajet John.
Michel Jeuken, modified 7 Years ago.

RE: i know use quickplot post-processing but, i will make it easy systems

Jedi Knight Posts: 128 Join Date: 1/21/13 Recent Posts
Hi Hirajet John,

Results in de delwaq map file have no m,n,k structure, alle segments are in a single vector per time step. The numbereing is defined in the binary lga-file for the first layer. The numbering for the second and futher layer is equal to the first layer + (layernumber - 1) * number of segments per layer.

Michel