For my simulations I want to compute an analytical wind in all my domain. There will be 2 simulations, the first one with NE winds and the other with SW winds. By doing that I want to observe the plume's response to each of this schemes.
Looking for some information, I got a little confused

Should I compute my wind in the module Atmosphere file or in the module InterfaceWaterAir ?
And I saw this example on how to define wind:
Code: Select all
<beginproperty>
NAME : wind velocity X
UNITS : m/s
DESCRIPTION : calculated wind velocity X
FILE_IN_TIME : NONE
REMAIN_CONSTANT : 1
DEFAULTVALUE : 1.
TIME_SERIE : 1
OUTPUT_HDF : 1
<endproperty>
<beginproperty>
NAME : wind velocity Y
UNITS : m/s
DESCRIPTION : calculated wind velocity Y
FILE_IN_TIME : NONE
REMAIN_CONSTANT : 1
DEFAULTVALUE : 0.
TIME_SERIE : 1
OUTPUT_HDF : 1
<endproperty>
So, if I just put the value I want in the DEFAULTVALUE keyword, then is it read ?
The model will understand that it is this value for all my domain during all my simulation ?
Or should I give some kind of time series with constant values for all my hours ?
Then were should I put this time series ?
Thanks in advance,
Tainá