Replies: 1 comment
-
Hi @bricheno , It's detailed in the WW3_GRID example file in Lines 855 to 866 in e085bcf Chris. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello wave modellers,
Is there a way to configure multiple individual nests?
I can add the nests in the parent model through ww3_grid.nml like this:
&OUTBND_COUNT_NML
OUTBND_COUNT%N_LINE = 3652
/
&OUTBND_LINE_NML
OUTBND_LINE(1)=
.... etc
which writes everything out to nest1.ww3. This works fine for one embedded child model.
Next, I extend the list of OUTBND_LINE to cover 2 different domains.
but when I try to pick-up the lateral boundary data from the parent to the child, it errors like this:
*** WAVEWATCH III ERROR IN W3IOBC :
POINT3599 -0.108828E+02 -0.728750E+01 NOT LOCATED IN GRID
EXTCDE MPI_ABORT, IEXIT= 12
Is this because everything is being written to nest1.ww3?
Is there a different syntax to generate a set of several separate nests (nest1 nest2 ... etc)? Which are in different regions?
Thanks for any answers!
Lucy
Dr Lucy Bricheno | Team leader - Coastal Ocean
National Oceanography Centre, Joseph Proudman Building, 6 Brownlow Street, Liverpool, L3 5DA
+44 (0)151 795 4800 | [email protected] | @LBricheno
https://noc.ac.uk/
Beta Was this translation helpful? Give feedback.
All reactions