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

develop branch: opening to v7 development #4

Closed
wants to merge 2 commits into from
Closed
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
1 change: 1 addition & 0 deletions guide/guide.bib
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,4 @@ @TECHREPORT{ww3man2019
TYPE = "Tech. Note",
NUMBER = "333",
NOTE = "465 pp. + Appendices" }

2 changes: 1 addition & 1 deletion manual/defs.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\newcommand{\WWver}{6.07}
\newcommand{\WWver}{7.00}
\newcommand{\guidever}{1.2}
\newcommand{\guideref}{tol:MMABguide}
\newcommand{\genever}{1.5}
Expand Down
27 changes: 2 additions & 25 deletions manual/intro/about.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,38 +42,15 @@ \subsection{~About this manual}
\vspace{\baselineskip}
\noindent
The present model version (\WWver) is the new public version based on the
previous official model release (version 5.16). The following are new features added
previous official model release (version 6.07). The following are new features added
and code-structure modifications made in \ws\ \WWver since the previous release.

\begin{list}{$\bullet$}{\rightmargin 5mm \parsep 0mm \itemsep 0mm}

\item Preparing for next model version, adding optional instrumentation to code
for profiling of memory use (model version 6.00).

\item Separates Stokes drift spectrum calculation (US3D) from OUTG and provides
new option to output surface Stokes drift partitioned into run-time defined
frequencies (USSP) (model version 6.01).

\item Adds a new module for ESMF interface (model version 6.02).

\item Adds a capability to update restart file's total energy based on independent
significant wave height analysis (model version 6.03).

\item Adds domain decomposition for unstructured implicit schemes using PDLIB
(Parallel Domain Decomposition Library) and ParMetis (model version 6.04).

\item Updates the namelist options for the following programs: ww3\_ounf, ww3\_ounp,
ww3\_trnc, ww3\_bounc, and ww3\_shel (model version 6.05).

\item Adding IC5 (the extended FS model) as a sea ice source term option (model version 6.06)

\item Public release (model version 6.07)
\item Preparing for next model version (model version 7.00).

\end{list}

Other additions include updates on source term parameterizations such IC2, IS2, ST4, REF1.


\vspace{\baselineskip} \noindent
Up to date information on this model can be found (including bugs and bug
fixes) on the \ws\ GitHub wiki page
Expand Down
8 changes: 4 additions & 4 deletions manual/start.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
\vfill

March 2019 \\
%(DRAFT) \\
(DRAFT) \\
%Last Changed Rev: \SVNRevision\ % on \SVNDate \\
\vspace{\baselineskip}
%This model version will not be distributed \\
% This model version is an alpha distribution \\
% This model version is a beta distribution \\
%{\sc please do not refer to this manuscript} \\
%Please use the following citation from the previous release:
{\sc please do not refer to this manuscript} \\
Please use the following citation from the previous release:
%Use \cite{\prevman} and reference in section 1.1 instead.
{\sc To refer to this manual, please use the following citation:} \\
%{\sc To refer to this manual, please use the following citation:} \\
\end{center}
\noindent The WAVEWATCH III\textsuperscript{\textregistered} Development Group (\citetalias{ww3man2019}), \citeyearpar{ww3man2019}: User manual and system documentation of WAVEWATCH III\textsuperscript{\textregistered} version 6.07. Tech. Note 333, NOAA/NWS/NCEP/MMAB, College Park, MD, USA, 465 pp. + Appendices.

Expand Down
2 changes: 1 addition & 1 deletion model/ftn/w3initmd.ftn
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
PUBLIC
!/
REAL, PARAMETER :: CRITOS = 15.
CHARACTER(LEN=10), PARAMETER :: WWVER = '6.07 '
CHARACTER(LEN=10), PARAMETER :: WWVER = '7.00 '
CHARACTER(LEN=512), PARAMETER :: SWITCHES = &
'PUT_SW1' // &
'PUT_SW2' // &
Expand Down