#############################################################################
#                                                                           #
# mww3_test_01 : Tests for expanded status map (wetting and drying)         #
#                                                                           #
# Model should be compiled with the switches :                              #
#                                                                           #
#   !/FLX1 !/LN0 !/ST0 !/NL0 !/BT0 !/DB1 !/TR0 !/BS0 !/XX0                  #
#                        Only depth breaking relevant here.                 #
#   !/PRn                Selecting one of the propagation schemes.          #
#   !/O0 !/O1 !/O2 !/O3 !/O4 !/O5 !/O6 !/O7 !/O10 !/O11                     #
#                        Sdt out output options.                            #
#                                                                           #
# No other optional switches should be used.                                #
#                                                                           #
# Remarks :                                                                 #
#                                                                           #
# - This is a pre-test for the multi-grid approach, needed to test the      #
#   new status map and wetting and drying, necessary to work effectively    #
#   with w3_multi. It does not, however, use ww3_multi yet.                 #
# - Test case input (default):                                              #
#   * ww3_grid.inp : (default)                                              #
#     + Spatial grid: 23 x 23 rectilinear Cartesian grid                    #
#       - dx = 10 km, dy = 10 km                                            #
#       - Xrange = -10:210 km, Yrange = -10:210 km                          #
#       - land mask defined                                                 #
#     + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1     #
#   * map_m01.gs: GrADS script for the default grid.                        #
#   * switch options (mostly self-explanatory).                             #
#     + switch_PR1     : First order scheme                                 #
#     + switch_PR2_UNO : UNO scheme with diffusion (off)                    #
#     + switch_PR2_UQ  : UQ scheme with diffusion (off)                     #
#     + switch_PR3_UNO : UNO scheme with averaging (off)                    #
#     + switch_PR3_UQ  : UQ scheme with averaging (off) (default)           #
#     + switch_PR1_MPI                                                      #
#     + switch_PR2_UNO_MPI                                                  #
#     + switch_PR2_UQ_MPI                                                   #
#     + switch_PR3_UNO_MPI                                                  #
#     + switch_PR3_UQ_MPI                                                   #
#                                                                           #
#  Example run_test commands:                                               #
#  (some details will vary by local system and configuration)               #
#  ./bin/run_test  -n 3 -p mpirun -s PR3_UQ_MPI ../model mww3_test_01       #
#                                                                           #
#                                              Hendrik Tolman, Jun 2002     #
#                                                   Last Mod : Aug 2013     #
#                                                                           #
#    Copyright 2009-2013 National Weather Service (NWS),                    #
#       National Oceanic and Atmospheric Administration.  All rights        #
#       reserved.  WAVEWATCH III is a trademark of the NWS.                 #
#       No unauthorized use without permission.                             #
#                                                                           #
#############################################################################
