Hi mohiders,
I'm trying to launch a simulation with a tide in the open boudary, from a time serie with the water levels. I've been looking at the topics, and I've found that it's possible. The problem is I write the files as you specify in the forum, but I get the following error:
Data File does not exists : Harmonics
ModuleEnterData - ConstructEnterData - ERR02
My tidal components file is:
<begingauge>
NAME : Ejemplo
METRIC_X : 734132.1
METRIC_Y : 4394635
REF_LEVEL : 1.000
EVOLUTION : Time Serie
TIME_REF : 0.000
TIME_SERIE_LOCATION : C:\\Documents and Settings\\allorens\\Escritorio\\MOHID\\GUI\\GeneralData\\waterlevels.dat
LEVEL_COLUMN : 2
DT_SERIE : 600
<endgauge>
And my waterlevels file is:
TIME_UNITS: SECONDS
SERIE_INITIAL_DATA: 2002 10 24 12 0 0
Time water_level
seconds m
1 2
<BeginTimeSerie>
0 0.3
600 0.30025
1200 0.32525
1800 0.35025
2400 0.37525
3000 0.40025
3600 0.42525
4200 0.45025
4800 0.47525
5400 0.50025
6000 0.52525
6600 0.55025
7200 0.57525
7800 0.60025
8400 0.62525
9000 0.65025
9600 0.67525
10200 0.70025
10800 0.72525
11400 0.75025
12000 0.77525
12600 0.80025
13200 0.82525
13800 0.85025
14400 0.87525
15000 0.90025
15600 0.92525
16200 0.95025
.
..
.
<EndTimeSerie>
Dou you have any idea about what is it doing?
Thank you,
Ana.
Generate tide from water level
-
- MOHID User
- Posts: 27
- Joined: Thu Jan 01, 1970 00:00
-
- MOHID Advanced user
- Posts: 103
- Joined: Thu Jan 01, 1970 00:00
- Location: Instituto Superior Técnico - Technical University of Lisbon
Re: Generate tide from water level
Hi Ana,
According with the code, apparently the error arises because the MOHID Water does not finds the tide components file. Have you provided it in MOHID GUI?
Please check if there is not an error in the name/path of file.
Best regards,
Angela
According with the code, apparently the error arises because the MOHID Water does not finds the tide components file. Have you provided it in MOHID GUI?
Please check if there is not an error in the name/path of file.
Best regards,
Angela
-
- MOHID User
- Posts: 27
- Joined: Thu Jan 01, 1970 00:00
-
- MOHID Advanced user
- Posts: 103
- Joined: Thu Jan 01, 1970 00:00
- Location: Instituto Superior Técnico - Technical University of Lisbon
Re: Re: Generate tide from water level
Hi Ana,
That is very strange because the error is registered in the code has the file not existing
...
In that case, try with a file as you have (with water level time serie) but with indication of harmonics with null phase and amplitude.
Let me know if this works.
Best regards,
Angela
That is very strange because the error is registered in the code has the file not existing

In that case, try with a file as you have (with water level time serie) but with indication of harmonics with null phase and amplitude.
Let me know if this works.
Best regards,
Angela
-
- MOHID User
- Posts: 27
- Joined: Thu Jan 01, 1970 00:00
-
- MOHID Developer
- Posts: 553
- Joined: Thu Jan 01, 1970 00:00
- Location: Instituto Superior Técnico - Technical University of Lisbon
- Contact:
Hi Ana,
The problem is in the keyword defining the time series file of water elevations. You're using TIME_SERIE_LOCATION when in fact the keyword is TIME_SERIE_FILE.
To see a description of all keywords in MOHID organized by module please login at MOHID website and go to http://www.mohid.com/ihs/
Hope this helps,
Luis
The problem is in the keyword defining the time series file of water elevations. You're using TIME_SERIE_LOCATION when in fact the keyword is TIME_SERIE_FILE.
To see a description of all keywords in MOHID organized by module please login at MOHID website and go to http://www.mohid.com/ihs/
Hope this helps,
Luis
-
- MOHID User
- Posts: 27
- Joined: Thu Jan 01, 1970 00:00
Hi Luis,
I've changed the files and I continue trying to generate tide from the water level but I can't do it. My files are the following:
Tidalgauge.dat
<begingauge>
NAME : Ejemplo_prof
METRIC_X : 738580.7
METRIC_Y : 4392022
REF_LEVEL : 1.000
EVOLUTION : Time Serie
TIME_REF : 0.000
TIME_SERIE_FILE : C:\\Documents and Settings\\allorens\\Escritorio\\MOHID\\GUI_PROF\\GeneralData\\agua.dat
LEVEL_COLUMN : 2
DT_SERIE : 60
<endgauge>
agua.dat
SERIE_INITIAL_DATA : 2002 10 24 12 0 0
TIME_UNITS : HOURS
time waterlevel
<BeginTimeSerie>
0 0.00
1 0.16
2 0.32
3 0.48
4 0.64
5 0.80
6 0.96
7 0.80
8 0.64
9 0.48
10 0.32
11 0.16
12 0.00
13 0.16
14 0.32
15 0.48
16 0.64
17 0.80
18 0.96
19 0.80
20 0.64
21 0.48
22 0.32
23 0.16
24 0.00
<EndTimeSerie>
And the error I get is:
forrtl: error (72): floating overflow
Image PC Routine Line Source
MohidWater_Intel_ 0096207C Unknown Unknown Unknown
MohidWater_Intel_ 009620BC Unknown Unknown Unknown
MohidWater_Intel_ 00979635 Unknown Unknown Unknown
MohidWater_Intel_ 0097B956 Unknown Unknown Unknown
MohidWater_Intel_ 0097A6E3 Unknown Unknown Unknown
MohidWater_Intel_ 009795E6 Unknown Unknown Unknown
MohidWater_Intel_ 00960715 Unknown Unknown Unknown
kernel32.dll 7C817067 Unknown Unknown Unknown
Can someone help me ?
Thank you,
Ana.
I've changed the files and I continue trying to generate tide from the water level but I can't do it. My files are the following:
Tidalgauge.dat
<begingauge>
NAME : Ejemplo_prof
METRIC_X : 738580.7
METRIC_Y : 4392022
REF_LEVEL : 1.000
EVOLUTION : Time Serie
TIME_REF : 0.000
TIME_SERIE_FILE : C:\\Documents and Settings\\allorens\\Escritorio\\MOHID\\GUI_PROF\\GeneralData\\agua.dat
LEVEL_COLUMN : 2
DT_SERIE : 60
<endgauge>
agua.dat
SERIE_INITIAL_DATA : 2002 10 24 12 0 0
TIME_UNITS : HOURS
time waterlevel
<BeginTimeSerie>
0 0.00
1 0.16
2 0.32
3 0.48
4 0.64
5 0.80
6 0.96
7 0.80
8 0.64
9 0.48
10 0.32
11 0.16
12 0.00
13 0.16
14 0.32
15 0.48
16 0.64
17 0.80
18 0.96
19 0.80
20 0.64
21 0.48
22 0.32
23 0.16
24 0.00
<EndTimeSerie>
And the error I get is:
forrtl: error (72): floating overflow
Image PC Routine Line Source
MohidWater_Intel_ 0096207C Unknown Unknown Unknown
MohidWater_Intel_ 009620BC Unknown Unknown Unknown
MohidWater_Intel_ 00979635 Unknown Unknown Unknown
MohidWater_Intel_ 0097B956 Unknown Unknown Unknown
MohidWater_Intel_ 0097A6E3 Unknown Unknown Unknown
MohidWater_Intel_ 009795E6 Unknown Unknown Unknown
MohidWater_Intel_ 00960715 Unknown Unknown Unknown
kernel32.dll 7C817067 Unknown Unknown Unknown
Can someone help me ?
Thank you,
Ana.
-
- MOHID User
- Posts: 27
- Joined: Thu Jan 01, 1970 00:00
-
- MOHID Developer
- Posts: 553
- Joined: Thu Jan 01, 1970 00:00
- Location: Instituto Superior Técnico - Technical University of Lisbon
- Contact:
Hi Ana,
Only in this case (tide gauge time series) the time series time step has to be consistent with the keyword DT_SERIE present in the gauge input data file.
In your case you have:
TIME_UNITS : HOURS
and you have a time step of 1 hour (3600 seconds), so the DT_SERIE keyword in the gauge input data file should be set to 3600.
DT_SERIE : 3600
Hope this helps,
Luis
Only in this case (tide gauge time series) the time series time step has to be consistent with the keyword DT_SERIE present in the gauge input data file.
In your case you have:
TIME_UNITS : HOURS
and you have a time step of 1 hour (3600 seconds), so the DT_SERIE keyword in the gauge input data file should be set to 3600.
DT_SERIE : 3600
Hope this helps,
Luis
-
- MOHID User
- Posts: 27
- Joined: Thu Jan 01, 1970 00:00
-
- MOHID Developer
- Posts: 553
- Joined: Thu Jan 01, 1970 00:00
- Location: Instituto Superior Técnico - Technical University of Lisbon
- Contact:
Hi Ana,
Hi,
When an error like this:
occurs you can use a different executable to traceback the error. Go to MOHID GUI, Tools, Options and change the MOHID Water executable path to
Quote:
C:\\Program Files\\Mohid\\MohidWater_Intel_Single_Traceback.exe
Then run the model again and post the new error message, that this time will contain the source code line where the model \"crashes\" and this way we'll be able to help you.
Best regards,
Luis
Hi,
When an error like this:
forrtl: error (72): floating overflow
Image PC Routine Line Source
MohidWater_Intel_ 0096207C Unknown Unknown Unknown
MohidWater_Intel_ 009620BC Unknown Unknown Unknown
MohidWater_Intel_ 00979635 Unknown Unknown Unknown
MohidWater_Intel_ 0097B956 Unknown Unknown Unknown
MohidWater_Intel_ 0097A6E3 Unknown Unknown Unknown
MohidWater_Intel_ 009795E6 Unknown Unknown Unknown
MohidWater_Intel_ 00960715 Unknown Unknown Unknown
kernel32.dll 7C817067 Unknown Unknown Unknown
occurs you can use a different executable to traceback the error. Go to MOHID GUI, Tools, Options and change the MOHID Water executable path to
Quote:
C:\\Program Files\\Mohid\\MohidWater_Intel_Single_Traceback.exe
Then run the model again and post the new error message, that this time will contain the source code line where the model \"crashes\" and this way we'll be able to help you.
Best regards,
Luis
Return to “MOHID GUI (discontinued)”
Who is online
Users browsing this forum: No registered users and 1 guest