Output points #1228
-
Hello everyone, I would really appreciate it if you help me with the following problem: I am using WW3 v5.16. I have designed a spherical grid covering longitudes both west of the Greenwich meridian and east of it. I would like to obtain wave data information at some locations within my grid (output points). Some of those points are located at the west of the Greenwich meridian and others, at the east. I am wondering which format should have those coordinates to be read by the model in the ww3_shel.inp file. I have tried the following formats (west of Greenwich, east of Greenwich): Format 1: Format 2: Format 3: Format 4: Format 5: In all of those formats, the model is able to generate spectral information at the points west of the Greenwich meridian. However, I obtain the same error for points from 'P256' to 'P327' (all the east points). *** WAVEWATCH-III WARNING : or *** WAVEWATCH-III WARNING : *** WAVEWATCH-III WARNING : or *** WAVEWATCH-III WARNING : I am sure that those points are covered by my grid. What I am doing wrong? Why does the model skip only the points east of the Greenwich meridian? Thank you very much Bea |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@beargui |
Beta Was this translation helpful? Give feedback.
-
It seems to be solved now! By writing 'SMPL' as you said. Thank you so much! |
Beta Was this translation helpful? Give feedback.
-
Hello again. I thought the problem was then solved by writing 'SMPL' instead of 'NONE', but it wasn't. Some coordinates were misread that way. Eventually, I was able to find the problem. As initial longitude I should have written -60 instead of 300 in the ww3_grid.inp file. I think the problem is solved now if in the ww3_grid.inp file I write 'RECT' T 'NONE' and output points in ww3_shel.inp with the following format:
Consequently, the present message is just to let us know, just in case we have the same problem in the future. Thank you all |
Beta Was this translation helpful? Give feedback.
@beargui
I think you are missing the setting that specifies the grid is periodic in longitude space. I.e. this line:
Needs to be this:
SMPL
means "simple grid closure" and will correctly wrap your longitude values along the prime meridian.Try regenerating your
mod_def.ww3
file with that new setting inww3_grid.inp
and see if that fixes your problem.