Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ww3_gint to interpolate restart files #962

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions model/inp/ww3_gint.inp
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
$ -------------------------------------------------------------------- $
$ WAVEWATCH III Grid integration input file $
$ -------------------------------------------------------------------- $
$ Time, time increment and number of outputs
$ Time, time increment and number of outputs, and optional T/F
$ option (default is T) to indicate out_grd (T) or restart (F)
$ This option for example allows you to create a regional grid from global
$ Note, there is no interpolation in spectral space only geographic
$
19680606 060000 10800. 1
19680606 060000 10800. 1 T
$
$ Total number of grids (NGR). The code assumes that the first NGR-1
$ grids are the input grids and the last grid is the target grid in
Expand Down
Loading