Skip to content

Commit 60f0fdf

Browse files
aliabdolaliUKMO-lsampsonukmo-juan-castilloukmo-ccbunney
authoredAug 10, 2020
UKMO staging [develop] NOAA-EMC#237 (NOAA-EMC#241)
* Added boundary checks to the SMC grid input files for ww3_grid, to ensure they comply with the limits of the nameslist. * Fb 360 calendar (#8) Changes to add support to 360-day and 365-day (no leap year) calendar - see ticket NOAA-EMC#209 * Additional CALTYPE namelist parameter in MISC section * New ww3_tc1 regtest. * RTD support for ww3_boun[dc] (#10) * Updated ww3_bound and ww3_bounc to handle model grids formulated on a rotated pole. * Manual and nml/inp files to updated clarify that ww3_bound/ww3_bounc only accept input spectra formulated on a standard pole grid. * Fb coupling time (#9) Updates to allow a coupling time step that is different from the model time step. * Includes new regtest (in ww3_tp2.14) for non-default oasis time step. * ww3_tp2.14 regtest added to matrix.base. * bug fix for ukmet development Co-authored-by: lewis.sampson <lsampson@vld240.cmpd1.metoffice.gov.uk> Co-authored-by: Juan Manuel Castillo Sanchez <48921434+ukmo-juan-castillo@users.noreply.github.com> Co-authored-by: Chris Bunney <48915820+ukmo-ccbunney@users.noreply.github.com>
1 parent b3eec25 commit 60f0fdf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2568
-165
lines changed
 

‎manual/num/rotagrid.tex

+6-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ \subsubsection{~Rotated grids} \label{sub:num_space_rotagrid}
4040
has been used. Gridded netCDF files generated by {\bf ww3\_ounf} also include
4141
\emph{standard\_latitude} and \emph{standard\_longitude} two-dimensional arrays
4242
that describe location of the rotated model cell centres in the standard lat-lon
43-
reference frame.
43+
reference frame.
44+
45+
If the user wishes to generate boundary conditions for a rotated pole grid using
46+
the {\bf ww3\_bound} or {\bf ww3\_bounc} boundary processing programs, then it
47+
should be noted that the input spectra for these programs are always expected
48+
to be formulated on a \emph{standard pole}.
4449

4550
Six subroutines are provided in module {\bf w3servmd.ftn} for rotated grid
4651
conversion:

‎manual/run/ww3_bounc.tex

+3
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ \subsubsection{The NetCDF boundary conditions program} \label{sub:ww3bounc}
1010
\proddeff{Output}{standard out}{Formatted output of program.}{6}
1111
\proddefa{nest.ww3}{Boundary conditions file.}{33}
1212

13+
\vspace{\baselineskip} \noindent
14+
Note: When using this program to produce boundary inputs for a model formulated on rotated pole grid, the input spectra are always assumed to be formulated on a standard pole.
15+
1316
\pb

0 commit comments

Comments
 (0)
Please sign in to comment.