********************************************** *** WAVEWATCH III matrix of regression tests *** ********************************************** Tests for single CPU codes : y Tests for multiple CPU codes (MPI) : y Tests for multiple CPU codes (OMP) : y Tests for threaded multiple CPU codes (MPI/OMPH) : y 1D pure propagation tests : y 2D pure propagation tests : y Growth curves (time) : y Growth curves (fetch) : y Shallow water tests : y Unstructured grid tests : y SMC grid tests : y Rotated pole tests : y Hurricane with one moving grid : y Mud/Ice and wave interaction tests : y Second harmonic generation tests : y Multi 01 (wet and dry) : y Multi 02 (basic nesting) : y Multi 03 (nesting and overlap) : y Multi 04 (swell on mount/current) : y Multi 05 (hurricane 3 moving grds) : y Multi 06 (curv. + reg. grds) : y Multi 07 (unstr. + reg. grds) : y Multi 08 (with ice) : y Multi 09 (SMC multi grid) : y Assim Update of the restart file : y OASIS coupling : y Calendar type : y ESMF Coupling : n The Unified Forecast System : y grib file field output : y Restart Reproducibility : y MPI task Reproducibility : y Thread Reproducibility : y Configurable netCDF generation : y Running now options: run_test -b slurm -o all -S -T -s PR3_UNO_MPI -w work_PR3_UNO_MPI_d -m grdset_d -f -p srun -n 24 ../model mww3_test_04 Building WW3, exes will be in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/exe Build log is in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/build.log ================================== ======> TEST RUN WAVEWATCH III <====== ================================== ############################################################################# # # # mww3_test_04 : Tests for static nesting (propagation only) # # Propagation test with lateral boundary data from file # # (1-D run) and inner grid with shallow water and/or # # currents. # # # # Model should be compiled with the switches : # # # # !/FLXn !/LN0 !/ST0 !/NL0 !/BT0 !/DB0 !/TR0 !/BS0 # # No source terms needed. # # !/PRn Selecting one of the propagation schemes. # # !/O0 !/O1 !/O2 !/O3 !/O4 !/O5 !/O6 !/O7 !/O10 # # Sdt out output options. # # # # No other optional switches should be used. # # # # Remarks : # # # # - Test case input (default): # # * ww3_grid_bound.inp : # # + Spatial grid: 55 x 57 rectilinear Cartesian grid # # - dx = 10 km, dy = 10 km # # - Xrange = -270:270 km, Yrange = -280:280 km # # + Spectral grid: ntheta = 24, nf = 20, f1 = 0.075, fgamma = 1.03 # # + This grid contains only the preset upwave boundary data at the # # left side of the grid and the dynamic lateral boundaries at the # # top and bottom of the grid which evolve dynamically using 1-D # # propagation in X only. # # * ww3_grid_outer.inp : # # + Full grid version of 'bound' with full 2-D propagation and constant # # depth with d = 250m. # # * ww3_grid_inner.inp : # # + Spatial grid: 51 x 51 rectilinear Cartesian grid # # - dx = 5 km, dy = 5 km # # - Xrange = -125:125 km, Yrange = -125:125 km # # + Spectral grid: ntheta = 24, nf = 20, f1 = 0.075, fgamma = 1.03 # # + Circular mask, flat bottom with d=250 m. # # * ww3_grid_mount.inp : # # + Like 'inner' grid with sea mount to test shoaling in grid sets # # f and g. # # # # * Grid sets available : # # + Note that all grid sets work with the boundary, outer and inner (or # # (or mount) grids as outlined in the table below. # # # # +--------------------------------------------+---------------+ # # | grid set grdset_X with X as : | a b c d e f g | # # +--------------------------------------------+---------------+ # # | inner grid current | X X X X X X | # # | inner grid sea mount | X X | # # | output points per grid (G) or unified (U) | G U U U U U U | # # | output server type (ww3_multi.inp line 1) | 1 1 1 2 2 1 1 | # # | dedicated process for unidifed point outp. | T T F T T T T | # # | share dedicated output processors | T T F T F T T | # # | test for MPI only | X X X | # # +--------------------------------------------+---------------+ # # # # * map_m04.gs: GrADS script for grdset_f, requires minor editing for # # some of the other grid set options. # # # # * switch options (mostly self-explanatory). # # + switch_PR1 : First order scheme (default) # # + 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) # # + switch_PR3_UNO_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UQ_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UNO_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UQ_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UNO_SCRIP_T38: Using SCRIP package with test output. # # + switch_PR3_UQ_SCRIP_T38 : Using SCRIP package with test output. # # + switch_PR1_MPI # # + switch_PR2_UNO_MPI # # + switch_PR2_UQ_MPI # # + switch_PR3_UNO_MPI # # + switch_PR3_UQ_MPI # # + switch_PR3_UNO_MPI_SCRIP # # + switch_PR3_UQ_MPI_SCRIP # # + switch_PR3_UNO_MPI_SCRIPNC # # + switch_PR3_UQ_MPI_SCRIPNC # # + switch_PR3_UNO_MPI_SCRIP_T38 # # + switch_PR3_UQ_MPI_SCRIP_T38 # # # # - Note that the outer boundary data is generated by a 1-D model, # # - Options to run this as a one-way nested test from the old test case # # have not been ported to the regtests version. # # - The square masked version of the old test is not ported eaither. # # - Choice of governing euqations in WAVEWATCH III implies that it is # # not possible to do a purely monochromatic propagation over currents, # # as changes in wavenumbers are modeled as propaption in k-space. # # # # Example run_test commands: # # (some details will vary by local system and configuration) # # ./bin/run_test -m grdset_a -s PR3_UQ -w work_a ../model mww3_test_04 # # ./bin/run_test -m grdset_b -s PR3_UQ -w work_b ../model mww3_test_04 # # # # Hendrik Tolman, Nov 2005 # # 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. # # # ############################################################################# Input directory: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input Switch file: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/switch_PR3_UNO_MPI +--------------------+ | Grid preprocessor | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_grid_bound.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_grid_bound.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_grid_outer.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_grid_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_grid_inner.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_grid_inner.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_grid_points.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_grid_points.out +--------------------+ | Initial conditions | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_strt_bound.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_strt_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_strt_inner.out +---------------------+ | Prep forcing fields | +---------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_prep_current.inp for current Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_prep_current.out +--------------------+ | Main program | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_multi_grdset_d.inp Screen output copied to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_multi.out *** WAVEWATCH III Multi-grid shell *** ================================================= ========== STARTING MWW3 INITIALIZATION (WMINIT) ============================= Opening input file ww3_multi.inp (unit number 8) Opening output file log.mww3 (unit number 9) Comment character : '$' Number of grids : 3 No input data grids. Single point output file : YES/-- Output server type : 2 Single point output proc : YES/-- Grids share output procs : YES/-- Unified point output [points] Initializing grids ... Grid for point output : nr extension --------------- points --------------- Wave grid information : nr extension lev. cur. wind ice tau rho data move1 rnk grp dmp --------------------------------------------------------------------------------- 1 bound --- --- --- --- --- --- - - - no 1 1 - 2 outer --- --- --- --- --- --- - - - no 2 2 - 3 inner --- native --- --- --- --- - - - no 3 3 - ---------------------------------------------------------------------------------- Group information : nr grids (part of comm.) -------------------------------------------------------------------- 1 1 (0.0000-1.0000) 2 2 (0.0000-1.0000) 3 3 (0.0000-1.0000) -------------------------------------------------------------------- Time interval : -------------------------------------------------- Starting time : 1968/06/06 00:00:00 UTC Ending time : 1968/06/07 12:00:00 UTC Model settings : -------------------------------------------------- Masking computation in nesting : YES/-- Masking output in nesting : ---/NO Output requests : (ALL GRIDS) ================================================== Type 1 : Fields of mean wave parameters ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 20:00 Fields : Water depth Current vel. Wind speed Wave height Mean wave length Peak frequency Mean wave dir. a1b1 Mean dir. spr. a1b1 Peak direction Friction velocity Type 2 : Point output ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 1:00:00 Point 1 : -0.100000E+06 0.500000E+05 A1 2 : -0.100000E+06 0.000000E+00 A2 3 : -0.100000E+06 -0.500000E+05 A3 4 : 0.000000E+00 0.100000E+06 B1 5 : 0.000000E+00 0.500000E+05 B2 6 : 0.000000E+00 0.000000E+00 B3 7 : 0.000000E+00 -0.500000E+05 B4 8 : 0.000000E+00 -0.100000E+06 B5 9 : 0.100000E+06 0.500000E+05 C1 10 : 0.100000E+06 0.000000E+00 C2 11 : 0.100000E+06 -0.500000E+05 C3 12 : -0.270000E+06 0.000000E+00 IN 13 : 0.300000E+06 0.000000E+00 OUT 14 : 0.200000E+06 0.200000E+06 D1 15 : 0.200000E+06 0.150000E+06 D2 16 : 0.200000E+06 0.100000E+06 D3 17 : 0.200000E+06 0.500000E+05 D4 18 : 0.200000E+06 0.000000E+00 D5 19 : 0.200000E+06 -0.500000E+05 D6 20 : 0.200000E+06 -0.100000E+06 D7 21 : 0.200000E+06 -0.150000E+06 D8 22 : 0.200000E+06 -0.200000E+06 D9 Type 4 : Restart files ----------------------------------------- From : 1968/06/06 02:00:00 UTC To : 1968/06/06 02:00:00 UTC Assigning resources : -------------------------------------------------- Process 00024 reserved for all point output. Processes 00023 through 00023 [ 1] reserved for output. grid comp. grd pnt trk rst bpt prt ------------------------------------------------------------------- bound 00001-00022 00023 00024 ----- 00023 ----- ----- outer 00001-00022 00023 00024 ----- 00023 ----- ----- inner 00001-00022 00023 00024 ----- 00023 ----- ----- ------------------------------------------------------------------- Unified point output at 00024 Initializations : -------------------------------------------------- Model number 1 [bound] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Model number 2 [outer] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Model number 3 [inner] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file OK winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Computing relation to higher ranked grids Generating map with distances to boundary. Starting MAPBDI 1st loop. Starting MAPBDI 2nd loop. bnd. point 25 out of 55 bnd. point 50 out of 55 Finished MAPBDI 2nd loop. Finished generating map with distances to boundary. Generating map with distances to boundary. Starting MAPBDI 1st loop. Starting MAPBDI 2nd loop. bnd. point 25 out of 51 bnd. point 50 out of 51 Finished MAPBDI 2nd loop. Finished generating map with distances to boundary. Finished computing relation to higher ranked grids Additional group information Lower rank grid dependence : nr grids (part of comm.) -------------------------------------------------------------------- 1 Data from file 2 1 3 2 -------------------------------------------------------------------- No same rank grid dependencies Higher rank grid dependence : nr grids (part of comm.) -------------------------------------------------------------------- 1 2 2 3 3 No dependencies -------------------------------------------------------------------- Running the model : -------------------------------------------------- ========== END OF MWW3 INITIALIZATION (WMINIT) =============================== ========== STARTING WAVE MODEL (WMWAVE) ====================================== MWW3 calculating for 1968/06/06 00:00:00 UTC at 17:52:56 status [ 0- 0] Updating input for grid 1 at 1968/06/06 00:00:00 UTC *** WAVEWATCH III WARNING IN W3IOBC : INPUT FILE WITH BOUNDARY CONDITIONS NOT FOUND BOUNDARY CONDITIONS WILL NOT BE UPDATED 1 Updating input for grid 2 at 1968/06/06 00:00:00 UTC Updating input for grid 3 at 1968/06/06 00:00:00 UTC Updating currents Past last currents MWW3 calculating for 1968/06/06 00:12:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 00:20:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 00:32:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 00:40:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 00:52:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 01:00:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 01:12:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 01:20:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 01:32:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 01:40:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 01:52:00 UTC at 17:52:56 status [ 1- 5] MWW3 calculating for 1968/06/06 02:00:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 02:12:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 02:20:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 02:32:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 02:40:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 02:52:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 03:00:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 03:12:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 03:20:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 03:32:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 03:40:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 03:52:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 04:00:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 04:12:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 04:20:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 04:32:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 04:40:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 04:52:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 05:00:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 05:12:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 05:20:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 05:32:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 05:40:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 05:52:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 06:00:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 06:12:00 UTC at 17:52:57 status [ 1- 5] MWW3 calculating for 1968/06/06 06:20:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 06:32:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 06:40:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 06:52:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 07:00:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 07:12:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 07:20:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 07:32:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 07:40:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 07:52:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 08:00:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 08:12:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 08:20:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 08:32:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 08:40:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 08:52:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 09:00:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 09:12:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 09:20:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 09:32:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 09:40:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 09:52:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 10:00:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 10:12:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 10:20:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 10:32:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 10:40:00 UTC at 17:52:58 status [ 1- 5] MWW3 calculating for 1968/06/06 10:52:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 11:00:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 11:12:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 11:20:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 11:32:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 11:40:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 11:52:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 12:00:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 12:12:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 12:20:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 12:32:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 12:40:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 12:52:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 13:00:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 13:12:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 13:20:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 13:32:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 13:40:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 13:52:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 14:00:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 14:12:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 14:20:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 14:32:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 14:40:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 14:52:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 15:00:00 UTC at 17:52:59 status [ 1- 5] MWW3 calculating for 1968/06/06 15:12:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 15:20:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 15:32:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 15:40:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 15:52:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 16:00:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 16:12:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 16:20:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 16:32:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 16:40:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 16:52:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 17:00:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 17:12:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 17:20:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 17:32:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 17:40:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 17:52:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 18:00:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 18:12:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 18:20:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 18:32:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 18:40:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 18:52:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 19:00:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 19:12:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 19:20:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 19:32:00 UTC at 17:53:00 status [ 1- 5] MWW3 calculating for 1968/06/06 19:40:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 19:52:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 20:00:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 20:12:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 20:20:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 20:32:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 20:40:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 20:52:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 21:00:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 21:12:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 21:20:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 21:32:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 21:40:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 21:52:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 22:00:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 22:12:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 22:20:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 22:32:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 22:40:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 22:52:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 23:00:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 23:12:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 23:20:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 23:32:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 23:40:00 UTC at 17:53:01 status [ 1- 5] MWW3 calculating for 1968/06/06 23:52:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 00:00:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 00:12:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 00:20:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 00:32:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 00:40:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 00:52:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 01:00:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 01:12:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 01:20:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 01:32:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 01:40:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 01:52:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 02:00:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 02:12:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 02:20:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 02:32:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 02:40:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 02:52:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 03:00:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 03:12:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 03:20:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 03:32:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 03:40:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 03:52:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 04:00:00 UTC at 17:53:02 status [ 1- 5] MWW3 calculating for 1968/06/07 04:12:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 04:20:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 04:32:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 04:40:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 04:52:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 05:00:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 05:12:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 05:20:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 05:32:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 05:40:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 05:52:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 06:00:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 06:12:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 06:20:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 06:32:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 06:40:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 06:52:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 07:00:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 07:12:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 07:20:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 07:32:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 07:40:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 07:52:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 08:00:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 08:12:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 08:20:00 UTC at 17:53:03 status [ 1- 5] MWW3 calculating for 1968/06/07 08:32:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 08:40:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 08:52:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 09:00:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 09:12:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 09:20:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 09:32:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 09:40:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 09:52:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 10:00:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 10:12:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 10:20:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 10:32:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 10:40:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 10:52:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 11:00:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 11:12:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 11:20:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 11:32:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 11:40:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 11:52:00 UTC at 17:53:04 status [ 1- 5] MWW3 calculating for 1968/06/07 12:00:00 UTC at 17:53:04 status [ 1- 5] MWW3 reached the end of the computation loop at 17:53:04 ========== END OF WAVE MODEL (WMWAVE) ======================================== ========== STARTING MWW3 FINALIZATION (WMFINL) =============================== Initialization time : 0.06 s Elapsed time : 8.34 s ========== END OF MWW3 INITIALIZATION (WMFINL) =============================== End of program ======================================== WAVEWATCH III Multi-grid shell +--------------------+ | Gridded output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_outf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_outf_bound.out ASCII output files moved to ww3_outf_bound Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_outf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_outf_outer.out ASCII output files moved to ww3_outf_outer Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_outf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_outf_inner.out ASCII output files moved to ww3_outf_inner +--------------------+ | NC Gridded output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_ounf_bound.out NetCDF output files moved to ww3_ounf_bound Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_ounf_outer.out NetCDF output files moved to ww3_ounf_outer Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_ounf_inner.out NetCDF output files moved to ww3_ounf_inner +--------------------+ | Point output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_outp.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_outp_points.out +--------------------+ | NC Point output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_ounp.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d/ww3_ounp_points.out Files in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_d : total 12060 -rw-r--r-- 1 Matthew.Masarik climate 11976 Sep 18 17:52 build.log -rw-r--r-- 1 Matthew.Masarik climate 20888 Sep 18 17:52 current.inner drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:51 exe -rw-r--r-- 1 Matthew.Masarik climate 29 Sep 18 17:53 finished -rw-r--r-- 1 Matthew.Masarik climate 28748 Sep 18 17:53 log.bound -rw-r--r-- 1 Matthew.Masarik climate 46900 Sep 18 17:53 log.inner -rw-r--r-- 1 Matthew.Masarik climate 179015 Sep 18 17:53 log.mww3 -rw-r--r-- 1 Matthew.Masarik climate 28748 Sep 18 17:53 log.outer -rw-r--r-- 1 Matthew.Masarik climate 59289 Sep 18 17:52 mod_def.bound -rw-r--r-- 1 Matthew.Masarik climate 98969 Sep 18 17:52 mod_def.inner -rw-r--r-- 1 Matthew.Masarik climate 136109 Sep 18 17:52 mod_def.outer -rw-r--r-- 1 Matthew.Masarik climate 20777 Sep 18 17:52 mod_def.points -rw-r--r-- 1 Matthew.Masarik climate 2380666 Sep 18 17:53 out_grd.bound -rw-r--r-- 1 Matthew.Masarik climate 12871698 Sep 18 17:53 out_grd.inner -rw-r--r-- 1 Matthew.Masarik climate 18254118 Sep 18 17:53 out_grd.outer -rw-r--r-- 1 Matthew.Masarik climate 1620763 Sep 18 17:53 out_pnt.points -rw-r--r-- 1 Matthew.Masarik climate 435840 Sep 18 17:52 restart001.bound -rw-r--r-- 1 Matthew.Masarik climate 4103040 Sep 18 17:52 restart001.inner -rw-r--r-- 1 Matthew.Masarik climate 5894400 Sep 18 17:52 restart001.outer -rw-r--r-- 1 Matthew.Masarik climate 312960 Sep 18 17:52 restart.bound -rw-r--r-- 1 Matthew.Masarik climate 3945600 Sep 18 17:52 restart.inner -rw-r--r-- 1 Matthew.Masarik climate 5706240 Sep 18 17:52 restart.outer -rw-r--r-- 1 Matthew.Masarik climate 3161 Sep 18 17:53 tab50.ww3 -rw-r--r-- 1 Matthew.Masarik climate 830 Sep 18 17:53 time_count.txt -rw-r--r-- 1 Matthew.Masarik climate 79204 Sep 18 17:53 ww3.196806_spec.nc -rw-r--r-- 1 Matthew.Masarik climate 22492 Sep 18 17:52 ww3_grid_bound.out -rw-r--r-- 1 Matthew.Masarik climate 20314 Sep 18 17:52 ww3_grid_inner.out -rw-r--r-- 1 Matthew.Masarik climate 27182 Sep 18 17:52 ww3_grid_outer.out -rw-r--r-- 1 Matthew.Masarik climate 7158 Sep 18 17:52 ww3_grid_points.out -rw-r--r-- 1 Matthew.Masarik climate 25446 Sep 18 17:53 ww3_multi.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:53 ww3_ounf_bound -rw-r--r-- 1 Matthew.Masarik climate 19286 Sep 18 17:53 ww3_ounf_bound.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:53 ww3_ounf_inner -rw-r--r-- 1 Matthew.Masarik climate 19286 Sep 18 17:53 ww3_ounf_inner.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:53 ww3_ounf_outer -rw-r--r-- 1 Matthew.Masarik climate 19286 Sep 18 17:53 ww3_ounf_outer.out -rw-r--r-- 1 Matthew.Masarik climate 2314 Sep 18 17:53 ww3_ounp_points.out drwxr-sr-x 2 Matthew.Masarik climate 16384 Sep 18 17:53 ww3_outf_bound -rw-r--r-- 1 Matthew.Masarik climate 3094 Sep 18 17:53 ww3_outf_bound.out drwxr-sr-x 2 Matthew.Masarik climate 16384 Sep 18 17:53 ww3_outf_inner -rw-r--r-- 1 Matthew.Masarik climate 3094 Sep 18 17:53 ww3_outf_inner.out drwxr-sr-x 2 Matthew.Masarik climate 16384 Sep 18 17:53 ww3_outf_outer -rw-r--r-- 1 Matthew.Masarik climate 3094 Sep 18 17:53 ww3_outf_outer.out -rw-r--r-- 1 Matthew.Masarik climate 2412 Sep 18 17:53 ww3_outp_points.out -rw-r--r-- 1 Matthew.Masarik climate 1263 Sep 18 17:52 ww3_prep_current.out -rw-r--r-- 1 Matthew.Masarik climate 5530 Sep 18 17:52 ww3_strt_bound.out -rw-r--r-- 1 Matthew.Masarik climate 5201 Sep 18 17:52 ww3_strt_inner.out -rw-r--r-- 1 Matthew.Masarik climate 5463 Sep 18 17:52 ww3_strt_outer.out ================================== ======> END OF WAVEWATCH III <====== ================================== Running now options: run_test -b slurm -o all -S -T -s PR3_UNO_MPI -w work_PR3_UNO_MPI_e -m grdset_e -f -p srun -n 24 ../model mww3_test_04 Building WW3, exes will be in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/exe Build log is in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/build.log ================================== ======> TEST RUN WAVEWATCH III <====== ================================== ############################################################################# # # # mww3_test_04 : Tests for static nesting (propagation only) # # Propagation test with lateral boundary data from file # # (1-D run) and inner grid with shallow water and/or # # currents. # # # # Model should be compiled with the switches : # # # # !/FLXn !/LN0 !/ST0 !/NL0 !/BT0 !/DB0 !/TR0 !/BS0 # # No source terms needed. # # !/PRn Selecting one of the propagation schemes. # # !/O0 !/O1 !/O2 !/O3 !/O4 !/O5 !/O6 !/O7 !/O10 # # Sdt out output options. # # # # No other optional switches should be used. # # # # Remarks : # # # # - Test case input (default): # # * ww3_grid_bound.inp : # # + Spatial grid: 55 x 57 rectilinear Cartesian grid # # - dx = 10 km, dy = 10 km # # - Xrange = -270:270 km, Yrange = -280:280 km # # + Spectral grid: ntheta = 24, nf = 20, f1 = 0.075, fgamma = 1.03 # # + This grid contains only the preset upwave boundary data at the # # left side of the grid and the dynamic lateral boundaries at the # # top and bottom of the grid which evolve dynamically using 1-D # # propagation in X only. # # * ww3_grid_outer.inp : # # + Full grid version of 'bound' with full 2-D propagation and constant # # depth with d = 250m. # # * ww3_grid_inner.inp : # # + Spatial grid: 51 x 51 rectilinear Cartesian grid # # - dx = 5 km, dy = 5 km # # - Xrange = -125:125 km, Yrange = -125:125 km # # + Spectral grid: ntheta = 24, nf = 20, f1 = 0.075, fgamma = 1.03 # # + Circular mask, flat bottom with d=250 m. # # * ww3_grid_mount.inp : # # + Like 'inner' grid with sea mount to test shoaling in grid sets # # f and g. # # # # * Grid sets available : # # + Note that all grid sets work with the boundary, outer and inner (or # # (or mount) grids as outlined in the table below. # # # # +--------------------------------------------+---------------+ # # | grid set grdset_X with X as : | a b c d e f g | # # +--------------------------------------------+---------------+ # # | inner grid current | X X X X X X | # # | inner grid sea mount | X X | # # | output points per grid (G) or unified (U) | G U U U U U U | # # | output server type (ww3_multi.inp line 1) | 1 1 1 2 2 1 1 | # # | dedicated process for unidifed point outp. | T T F T T T T | # # | share dedicated output processors | T T F T F T T | # # | test for MPI only | X X X | # # +--------------------------------------------+---------------+ # # # # * map_m04.gs: GrADS script for grdset_f, requires minor editing for # # some of the other grid set options. # # # # * switch options (mostly self-explanatory). # # + switch_PR1 : First order scheme (default) # # + 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) # # + switch_PR3_UNO_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UQ_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UNO_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UQ_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UNO_SCRIP_T38: Using SCRIP package with test output. # # + switch_PR3_UQ_SCRIP_T38 : Using SCRIP package with test output. # # + switch_PR1_MPI # # + switch_PR2_UNO_MPI # # + switch_PR2_UQ_MPI # # + switch_PR3_UNO_MPI # # + switch_PR3_UQ_MPI # # + switch_PR3_UNO_MPI_SCRIP # # + switch_PR3_UQ_MPI_SCRIP # # + switch_PR3_UNO_MPI_SCRIPNC # # + switch_PR3_UQ_MPI_SCRIPNC # # + switch_PR3_UNO_MPI_SCRIP_T38 # # + switch_PR3_UQ_MPI_SCRIP_T38 # # # # - Note that the outer boundary data is generated by a 1-D model, # # - Options to run this as a one-way nested test from the old test case # # have not been ported to the regtests version. # # - The square masked version of the old test is not ported eaither. # # - Choice of governing euqations in WAVEWATCH III implies that it is # # not possible to do a purely monochromatic propagation over currents, # # as changes in wavenumbers are modeled as propaption in k-space. # # # # Example run_test commands: # # (some details will vary by local system and configuration) # # ./bin/run_test -m grdset_a -s PR3_UQ -w work_a ../model mww3_test_04 # # ./bin/run_test -m grdset_b -s PR3_UQ -w work_b ../model mww3_test_04 # # # # Hendrik Tolman, Nov 2005 # # 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. # # # ############################################################################# Input directory: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input Switch file: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/switch_PR3_UNO_MPI +--------------------+ | Grid preprocessor | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_grid_bound.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_grid_bound.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_grid_outer.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_grid_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_grid_inner.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_grid_inner.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_grid_points.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_grid_points.out +--------------------+ | Initial conditions | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_strt_bound.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_strt_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_strt_inner.out +---------------------+ | Prep forcing fields | +---------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_prep_current.inp for current Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_prep_current.out +--------------------+ | Main program | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_multi_grdset_e.inp Screen output copied to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_multi.out *** WAVEWATCH III Multi-grid shell *** ================================================= ========== STARTING MWW3 INITIALIZATION (WMINIT) ============================= Opening input file ww3_multi.inp (unit number 8) Opening output file log.mww3 (unit number 9) Comment character : '$' Number of grids : 3 No input data grids. Single point output file : YES/-- Output server type : 2 Single point output proc : YES/-- Grids share output procs : ---/NO Unified point output [points] Initializing grids ... Grid for point output : nr extension --------------- points --------------- Wave grid information : nr extension lev. cur. wind ice tau rho data move1 rnk grp dmp --------------------------------------------------------------------------------- 1 bound --- --- --- --- --- --- - - - no 1 1 - 2 outer --- --- --- --- --- --- - - - no 2 2 - 3 inner --- native --- --- --- --- - - - no 3 3 - ---------------------------------------------------------------------------------- Group information : nr grids (part of comm.) -------------------------------------------------------------------- 1 1 (0.0000-1.0000) 2 2 (0.0000-1.0000) 3 3 (0.0000-1.0000) -------------------------------------------------------------------- Time interval : -------------------------------------------------- Starting time : 1968/06/06 00:00:00 UTC Ending time : 1968/06/07 12:00:00 UTC Model settings : -------------------------------------------------- Masking computation in nesting : YES/-- Masking output in nesting : ---/NO Output requests : (ALL GRIDS) ================================================== Type 1 : Fields of mean wave parameters ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 20:00 Fields : Water depth Current vel. Wave height Peak frequency Mean wave dir. a1b1 Mean dir. spr. a1b1 Peak direction Type 2 : Point output ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 1:00:00 Point 1 : -0.100000E+06 0.500000E+05 A1 2 : -0.100000E+06 0.000000E+00 A2 3 : -0.100000E+06 -0.500000E+05 A3 4 : 0.000000E+00 0.100000E+06 B1 5 : 0.000000E+00 0.500000E+05 B2 6 : 0.000000E+00 0.000000E+00 B3 7 : 0.000000E+00 -0.500000E+05 B4 8 : 0.000000E+00 -0.100000E+06 B5 9 : 0.100000E+06 0.500000E+05 C1 10 : 0.100000E+06 0.000000E+00 C2 11 : 0.100000E+06 -0.500000E+05 C3 12 : -0.270000E+06 0.000000E+00 IN 13 : 0.300000E+06 0.000000E+00 OUT 14 : 0.200000E+06 0.200000E+06 D1 15 : 0.200000E+06 0.150000E+06 D2 16 : 0.200000E+06 0.100000E+06 D3 17 : 0.200000E+06 0.500000E+05 D4 18 : 0.200000E+06 0.000000E+00 D5 19 : 0.200000E+06 -0.500000E+05 D6 20 : 0.200000E+06 -0.100000E+06 D7 21 : 0.200000E+06 -0.150000E+06 D8 22 : 0.200000E+06 -0.200000E+06 D9 Assigning resources : -------------------------------------------------- Process 00024 reserved for all point output. Processes 00021 through 00023 [ 3] reserved for output. grid comp. grd pnt trk rst bpt prt ------------------------------------------------------------------- bound 00001-00020 00021 00024 ----- ----- ----- ----- outer 00001-00020 00022 00024 ----- ----- ----- ----- inner 00001-00020 00023 00024 ----- ----- ----- ----- ------------------------------------------------------------------- Unified point output at 00024 Initializations : -------------------------------------------------- Model number 1 [bound] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Model number 2 [outer] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Model number 3 [inner] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file OK winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Computing relation to higher ranked grids Generating map with distances to boundary. Starting MAPBDI 1st loop. Starting MAPBDI 2nd loop. bnd. point 25 out of 55 bnd. point 50 out of 55 Finished MAPBDI 2nd loop. Finished generating map with distances to boundary. Generating map with distances to boundary. Starting MAPBDI 1st loop. Starting MAPBDI 2nd loop. bnd. point 25 out of 51 bnd. point 50 out of 51 Finished MAPBDI 2nd loop. Finished generating map with distances to boundary. Finished computing relation to higher ranked grids Additional group information Lower rank grid dependence : nr grids (part of comm.) -------------------------------------------------------------------- 1 Data from file 2 1 3 2 -------------------------------------------------------------------- No same rank grid dependencies Higher rank grid dependence : nr grids (part of comm.) -------------------------------------------------------------------- 1 2 2 3 3 No dependencies -------------------------------------------------------------------- Running the model : -------------------------------------------------- ========== END OF MWW3 INITIALIZATION (WMINIT) =============================== ========== STARTING WAVE MODEL (WMWAVE) ====================================== MWW3 calculating for 1968/06/06 00:00:00 UTC at 17:53:19 status [ 0- 0] Updating input for grid 1 at 1968/06/06 00:00:00 UTC Updating input for grid 2 at 1968/06/06 00:00:00 UTC Updating input for grid 3 at 1968/06/06 00:00:00 UTC Updating currents Past last currents *** WAVEWATCH III WARNING IN W3IOBC : INPUT FILE WITH BOUNDARY CONDITIONS NOT FOUND BOUNDARY CONDITIONS WILL NOT BE UPDATED 1 MWW3 calculating for 1968/06/06 00:12:00 UTC at 17:53:19 status [ 1- 5] MWW3 calculating for 1968/06/06 00:20:00 UTC at 17:53:19 status [ 1- 5] MWW3 calculating for 1968/06/06 00:32:00 UTC at 17:53:19 status [ 1- 5] MWW3 calculating for 1968/06/06 00:40:00 UTC at 17:53:19 status [ 1- 5] MWW3 calculating for 1968/06/06 00:52:00 UTC at 17:53:19 status [ 1- 5] MWW3 calculating for 1968/06/06 01:00:00 UTC at 17:53:19 status [ 1- 5] MWW3 calculating for 1968/06/06 01:12:00 UTC at 17:53:19 status [ 1- 5] MWW3 calculating for 1968/06/06 01:20:00 UTC at 17:53:19 status [ 1- 5] MWW3 calculating for 1968/06/06 01:32:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 01:40:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 01:52:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 02:00:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 02:12:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 02:20:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 02:32:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 02:40:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 02:52:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 03:00:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 03:12:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 03:20:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 03:32:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 03:40:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 03:52:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 04:00:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 04:12:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 04:20:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 04:32:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 04:40:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 04:52:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 05:00:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 05:12:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 05:20:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 05:32:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 05:40:00 UTC at 17:53:20 status [ 1- 5] MWW3 calculating for 1968/06/06 05:52:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 06:00:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 06:12:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 06:20:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 06:32:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 06:40:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 06:52:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 07:00:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 07:12:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 07:20:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 07:32:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 07:40:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 07:52:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 08:00:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 08:12:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 08:20:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 08:32:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 08:40:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 08:52:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 09:00:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 09:12:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 09:20:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 09:32:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 09:40:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 09:52:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 10:00:00 UTC at 17:53:21 status [ 1- 5] MWW3 calculating for 1968/06/06 10:12:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 10:20:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 10:32:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 10:40:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 10:52:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 11:00:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 11:12:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 11:20:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 11:32:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 11:40:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 11:52:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 12:00:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 12:12:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 12:20:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 12:32:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 12:40:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 12:52:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 13:00:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 13:12:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 13:20:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 13:32:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 13:40:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 13:52:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 14:00:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 14:12:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 14:20:00 UTC at 17:53:22 status [ 1- 5] MWW3 calculating for 1968/06/06 14:32:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 14:40:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 14:52:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 15:00:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 15:12:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 15:20:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 15:32:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 15:40:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 15:52:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 16:00:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 16:12:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 16:20:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 16:32:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 16:40:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 16:52:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 17:00:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 17:12:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 17:20:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 17:32:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 17:40:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 17:52:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 18:00:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 18:12:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 18:20:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 18:32:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 18:40:00 UTC at 17:53:23 status [ 1- 5] MWW3 calculating for 1968/06/06 18:52:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 19:00:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 19:12:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 19:20:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 19:32:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 19:40:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 19:52:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 20:00:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 20:12:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 20:20:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 20:32:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 20:40:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 20:52:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 21:00:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 21:12:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 21:20:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 21:32:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 21:40:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 21:52:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 22:00:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 22:12:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 22:20:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 22:32:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 22:40:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 22:52:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 23:00:00 UTC at 17:53:24 status [ 1- 5] MWW3 calculating for 1968/06/06 23:12:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/06 23:20:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/06 23:32:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/06 23:40:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/06 23:52:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 00:00:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 00:12:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 00:20:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 00:32:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 00:40:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 00:52:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 01:00:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 01:12:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 01:20:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 01:32:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 01:40:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 01:52:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 02:00:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 02:12:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 02:20:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 02:32:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 02:40:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 02:52:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 03:00:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 03:12:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 03:20:00 UTC at 17:53:25 status [ 1- 5] MWW3 calculating for 1968/06/07 03:32:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 03:40:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 03:52:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 04:00:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 04:12:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 04:20:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 04:32:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 04:40:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 04:52:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 05:00:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 05:12:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 05:20:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 05:32:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 05:40:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 05:52:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 06:00:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 06:12:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 06:20:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 06:32:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 06:40:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 06:52:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 07:00:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 07:12:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 07:20:00 UTC at 17:53:26 status [ 1- 5] MWW3 calculating for 1968/06/07 07:32:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 07:40:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 07:52:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 08:00:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 08:12:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 08:20:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 08:32:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 08:40:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 08:52:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 09:00:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 09:12:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 09:20:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 09:32:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 09:40:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 09:52:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 10:00:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 10:12:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 10:20:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 10:32:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 10:40:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 10:52:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 11:00:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 11:12:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 11:20:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 11:32:00 UTC at 17:53:27 status [ 1- 5] MWW3 calculating for 1968/06/07 11:40:00 UTC at 17:53:28 status [ 1- 5] MWW3 calculating for 1968/06/07 11:52:00 UTC at 17:53:28 status [ 1- 5] MWW3 calculating for 1968/06/07 12:00:00 UTC at 17:53:28 status [ 1- 5] MWW3 reached the end of the computation loop at 17:53:28 ========== END OF WAVE MODEL (WMWAVE) ======================================== ========== STARTING MWW3 FINALIZATION (WMFINL) =============================== Initialization time : 0.07 s Elapsed time : 8.54 s ========== END OF MWW3 INITIALIZATION (WMFINL) =============================== End of program ======================================== WAVEWATCH III Multi-grid shell +--------------------+ | Gridded output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_outf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_outf_bound.out ASCII output files moved to ww3_outf_bound Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_outf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_outf_outer.out ASCII output files moved to ww3_outf_outer Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_outf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_outf_inner.out ASCII output files moved to ww3_outf_inner +--------------------+ | NC Gridded output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_ounf_bound.out NetCDF output files moved to ww3_ounf_bound Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_ounf_outer.out NetCDF output files moved to ww3_ounf_outer Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_ounf_inner.out NetCDF output files moved to ww3_ounf_inner +--------------------+ | Point output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_outp.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_outp_points.out +--------------------+ | NC Point output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/input/ww3_ounp.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e/ww3_ounp_points.out Files in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_04/work_PR3_UNO_MPI_e : total 33846 -rw-r--r-- 1 Matthew.Masarik climate 11976 Sep 18 17:53 build.log -rw-r--r-- 1 Matthew.Masarik climate 20888 Sep 18 17:53 current.inner drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:53 exe -rw-r--r-- 1 Matthew.Masarik climate 29 Sep 18 17:53 finished -rw-r--r-- 1 Matthew.Masarik climate 28670 Sep 18 17:53 log.bound -rw-r--r-- 1 Matthew.Masarik climate 46822 Sep 18 17:53 log.inner -rw-r--r-- 1 Matthew.Masarik climate 179157 Sep 18 17:53 log.mww3 -rw-r--r-- 1 Matthew.Masarik climate 28670 Sep 18 17:53 log.outer -rw-r--r-- 1 Matthew.Masarik climate 59289 Sep 18 17:53 mod_def.bound -rw-r--r-- 1 Matthew.Masarik climate 98969 Sep 18 17:53 mod_def.inner -rw-r--r-- 1 Matthew.Masarik climate 136109 Sep 18 17:53 mod_def.outer -rw-r--r-- 1 Matthew.Masarik climate 20777 Sep 18 17:53 mod_def.points -rw-r--r-- 1 Matthew.Masarik climate 2025326 Sep 18 17:53 out_grd.bound -rw-r--r-- 1 Matthew.Masarik climate 8391798 Sep 18 17:53 out_grd.inner -rw-r--r-- 1 Matthew.Masarik climate 11775158 Sep 18 17:53 out_grd.outer -rw-r--r-- 1 Matthew.Masarik climate 1620763 Sep 18 17:53 out_pnt.points -rw-r--r-- 1 Matthew.Masarik climate 312960 Sep 18 17:53 restart.bound -rw-r--r-- 1 Matthew.Masarik climate 3945600 Sep 18 17:53 restart.inner -rw-r--r-- 1 Matthew.Masarik climate 5706240 Sep 18 17:53 restart.outer -rw-r--r-- 1 Matthew.Masarik climate 3161 Sep 18 17:53 tab50.ww3 -rw-r--r-- 1 Matthew.Masarik climate 830 Sep 18 17:53 time_count.txt -rw-r--r-- 1 Matthew.Masarik climate 79204 Sep 18 17:53 ww3.196806_spec.nc -rw-r--r-- 1 Matthew.Masarik climate 22492 Sep 18 17:53 ww3_grid_bound.out -rw-r--r-- 1 Matthew.Masarik climate 20314 Sep 18 17:53 ww3_grid_inner.out -rw-r--r-- 1 Matthew.Masarik climate 27182 Sep 18 17:53 ww3_grid_outer.out -rw-r--r-- 1 Matthew.Masarik climate 7158 Sep 18 17:53 ww3_grid_points.out -rw-r--r-- 1 Matthew.Masarik climate 25124 Sep 18 17:53 ww3_multi.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:53 ww3_ounf_bound -rw-r--r-- 1 Matthew.Masarik climate 19205 Sep 18 17:53 ww3_ounf_bound.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:53 ww3_ounf_inner -rw-r--r-- 1 Matthew.Masarik climate 19205 Sep 18 17:53 ww3_ounf_inner.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:53 ww3_ounf_outer -rw-r--r-- 1 Matthew.Masarik climate 19205 Sep 18 17:53 ww3_ounf_outer.out -rw-r--r-- 1 Matthew.Masarik climate 2314 Sep 18 17:53 ww3_ounp_points.out drwxr-sr-x 2 Matthew.Masarik climate 16384 Sep 18 17:53 ww3_outf_bound -rw-r--r-- 1 Matthew.Masarik climate 3013 Sep 18 17:53 ww3_outf_bound.out drwxr-sr-x 2 Matthew.Masarik climate 16384 Sep 18 17:53 ww3_outf_inner -rw-r--r-- 1 Matthew.Masarik climate 3013 Sep 18 17:53 ww3_outf_inner.out drwxr-sr-x 2 Matthew.Masarik climate 16384 Sep 18 17:53 ww3_outf_outer -rw-r--r-- 1 Matthew.Masarik climate 3013 Sep 18 17:53 ww3_outf_outer.out -rw-r--r-- 1 Matthew.Masarik climate 2412 Sep 18 17:53 ww3_outp_points.out -rw-r--r-- 1 Matthew.Masarik climate 1263 Sep 18 17:53 ww3_prep_current.out -rw-r--r-- 1 Matthew.Masarik climate 5530 Sep 18 17:53 ww3_strt_bound.out -rw-r--r-- 1 Matthew.Masarik climate 5201 Sep 18 17:53 ww3_strt_inner.out -rw-r--r-- 1 Matthew.Masarik climate 5463 Sep 18 17:53 ww3_strt_outer.out ================================== ======> END OF WAVEWATCH III <====== ================================== Running now options: run_test -b slurm -o all -S -T -s PR3_UNO_MPI_SCRIP -w work_PR3_UNO_MPI_a_c -m grdset_a -g curv -f -p srun -n 24 ../model mww3_test_02 Building WW3, exes will be in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/exe Build log is in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/build.log ================================== ======> TEST RUN WAVEWATCH III <====== ================================== ############################################################################# # # # mww3_test_02 : Tests for static nesting (propagation only) # # Single nest basic test. # # # # Model should be compiled with the switches : # # # # !/FLXn !/LN0 !/ST0 !/NL0 !/BT0 !/DB0 !/TR0 !/BS0 # # No source terms needed. # # !/PRn Selecting one of the propagation schemes. # # !/O0 !/O1 !/O2 !/O3 !/O4 !/O5 !/O6 !/O7 !/O10 # # Sdt out output options. # # # # No other optional switches should be used. # # # # Remarks : # # # # - Test case input (default): # # * ww3_grid_outer.inp : (only outer grid) # # + Spatial grid: 43 x 43 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = -25:1025 km, Yrange = -25:1025 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_coarse.inp : (same resolution inner grid) # # + Spatial grid: 13 x 13 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_fine.inp : (double resolution inner grid) # # + Spatial grid: 25 x 25 rectilinear Cartesian grid # # - dx = 12.5 km, dy = 12.5 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_tiny.inp : (highest resolution inner grid) # # + Spatial grid: 61 x 61 rectilinear Cartesian grid # # - dx = 5 km, dy = 5 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_coarse.inp : (test spectral remapping) # # + Spatial grid: 13 x 13 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 26, f1 = 0.04177, fgamma = 1.1 # # * For all these grids a curvilinear version is also available : # # - ww3_grid_curv_outer.inp # # - ww3_grid_curv_coarse.inp # # - ww3_grid_curv_fine.inp # # - ww3_grid_curv_tiny.inp # # - ww3_grid_curv_respec.inp # # # # * Grid sets available : # # + grdset_a: outer + coarse # # + grdset_b: outer + fine # # + grdset_c: outer + tiny # # + grdset_d: outer + respec # # # # * map_m02.gs: GrADS script for rectilinear grdset_b, requires minor # # editing for other rectilinear grid options. # # # # * switch options (mostly self-explanatory). # # + switch_PR1 : First order scheme (default) # # + 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) # # + switch_PR3_UNO_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UQ_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UNO_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UQ_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UNO_SCRIP_T38: Using SCRIP package with test output. # # + switch_PR3_UQ_SCRIP_T38 : Using SCRIP package with test output. # # + switch_PR1_MPI # # + switch_PR2_UNO_MPI # # + switch_PR2_UQ_MPI # # + switch_PR3_UNO_MPI # # + switch_PR3_UQ_MPI # # + switch_PR3_UNO_MPI_SCRIP # # + switch_PR3_UQ_MPI_SCRIP # # + switch_PR3_UNO_MPI_SCRIPNC # # + switch_PR3_UQ_MPI_SCRIPNC # # + switch_PR3_UNO_MPI_SCRIP_T38 # # + switch_PR3_UQ_MPI_SCRIP_T38 # # # # Example run_test commands: # # (some details will vary by local system and configuration) # # ./bin/run_test -g curv -m grdset_a -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_ap_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_b -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_bp_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_c -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_cp_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_d -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_dp_PR3_MPI_SCRIP ../model mww3_test_02 # # # # Hendrik Tolman, Sep 2005 # # Erick Rogers, Jun 2011 # # Last Mod : Dec 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. # # # ############################################################################# Input directory: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input Switch file: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/switch_PR3_UNO_MPI_SCRIP +--------------------+ | Grid preprocessor | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_grid_curv_outer.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_grid_curv_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_grid_curv_coarse.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_grid_curv_coarse.out +--------------------+ | Initial conditions | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_strt_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_strt_coarse.out +--------------------+ | Main program | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_multi_grdset_a.inp Screen output copied to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_multi.out *** WAVEWATCH III Multi-grid shell *** ================================================= ========== STARTING MWW3 INITIALIZATION (WMINIT) ============================= Opening input file ww3_multi.inp (unit number 8) Opening output file log.mww3 (unit number 9) Comment character : '$' Number of grids : 2 No input data grids. Single point output file : ---/NO Output server type : 1 Wave grid information : nr extension lev. cur. wind ice tau rho data move1 rnk grp dmp --------------------------------------------------------------------------------- 1 outer --- --- --- --- --- --- - - - no 1 1 - 2 coarse --- --- --- --- --- --- - - - no 2 2 - ---------------------------------------------------------------------------------- Group information : nr grids (part of comm.) -------------------------------------------------------------------- 1 1 (0.0000-1.0000) 2 2 (0.0000-1.0000) -------------------------------------------------------------------- Time interval : -------------------------------------------------- Starting time : 1968/06/06 00:00:00 UTC Ending time : 1968/06/08 00:00:00 UTC Model settings : -------------------------------------------------- Masking computation in nesting : YES/-- Masking output in nesting : YES/-- Output requests : (ALL GRIDS) ================================================== Type 1 : Fields of mean wave parameters ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 1:00:00 Fields : Wave height Peak frequency Peak direction Type 2 : Point output ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 1:00:00 Point 1 : 0.750000E+06 0.750000E+06 point_A Output request for model outer (nr 1) ================================================== Type 3 : Track point output ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 6:00:00 The file with input data is FORMATTED. Assigning resources : -------------------------------------------------- No (other) dedicated output processes. grid comp. grd pnt trk rst bpt prt ------------------------------------------------------------------- outer 00001-00024 00023 00022 00019 ----- ----- ----- coarse 00001-00024 00023 00022 ----- ----- ----- ----- ------------------------------------------------------------------- Initializations : -------------------------------------------------- Model number 1 [outer] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Model number 2 [coarse] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Computing relation to higher ranked grids Generating map with distances to boundary. Starting MAPBDI 1st loop. Starting MAPBDI 2nd loop. Finished MAPBDI 2nd loop. Finished generating map with distances to boundary. Calling SCRIP interface for GSRC,GDST = 2 1 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 Grid 1 size 169 Grid 2 size 1849 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 grid1 sweep grid2 sweep Grid sweeps completed Total number of links = 184 Finished Conservative Remapping Finished computing relation to higher ranked grids Additional group information Lower rank grid dependence : nr grids (part of comm.) -------------------------------------------------------------------- 1 No dependencies 2 1 -------------------------------------------------------------------- No same rank grid dependencies Higher rank grid dependence : nr grids (part of comm.) -------------------------------------------------------------------- 1 2 2 No dependencies -------------------------------------------------------------------- Running the model : -------------------------------------------------- ========== END OF MWW3 INITIALIZATION (WMINIT) =============================== ========== STARTING WAVE MODEL (WMWAVE) ====================================== MWW3 calculating for 1968/06/06 00:00:00 UTC at 17:58:48 status [ 0- 0] Updating input for grid 1 at 1968/06/06 00:00:00 UTC Updating input for grid 2 at 1968/06/06 00:00:00 UTC MWW3 calculating for 1968/06/06 00:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 00:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 00:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 01:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 01:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 01:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 01:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 02:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 02:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 02:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 02:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 03:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 03:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 03:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 03:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 04:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 04:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 04:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 04:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 05:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 05:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 05:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 05:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 06:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 06:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 06:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 06:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 07:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 07:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 07:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 07:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 08:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 08:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 08:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 08:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 09:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 09:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 09:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 09:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 10:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 10:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 10:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 10:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 11:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 11:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 11:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 11:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 12:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 12:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 12:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 12:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 13:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 13:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 13:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 13:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 14:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 14:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 14:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 14:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 15:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 15:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 15:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 15:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 16:00:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 16:15:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 16:30:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 16:45:00 UTC at 17:58:48 status [ 2- 5] MWW3 calculating for 1968/06/06 17:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 17:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 17:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 17:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 18:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 18:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 18:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 18:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 19:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 19:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 19:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 19:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 20:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 20:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 20:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 20:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 21:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 21:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 21:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 21:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 22:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 22:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 22:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 22:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 23:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 23:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 23:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/06 23:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 00:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 00:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 00:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 00:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 01:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 01:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 01:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 01:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 02:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 02:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 02:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 02:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 03:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 03:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 03:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 03:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 04:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 04:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 04:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 04:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 05:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 05:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 05:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 05:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 06:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 06:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 06:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 06:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 07:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 07:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 07:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 07:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 08:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 08:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 08:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 08:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 09:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 09:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 09:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 09:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 10:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 10:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 10:30:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 10:45:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 11:00:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 11:15:00 UTC at 17:58:49 status [ 2- 5] MWW3 calculating for 1968/06/07 11:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 11:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 12:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 12:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 12:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 12:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 13:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 13:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 13:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 13:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 14:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 14:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 14:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 14:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 15:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 15:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 15:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 15:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 16:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 16:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 16:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 16:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 17:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 17:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 17:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 17:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 18:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 18:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 18:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 18:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 19:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 19:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 19:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 19:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 20:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 20:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 20:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 20:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 21:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 21:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 21:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 21:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 22:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 22:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 22:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 22:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 23:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 23:15:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 23:30:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/07 23:45:00 UTC at 17:58:50 status [ 2- 5] MWW3 calculating for 1968/06/08 00:00:00 UTC at 17:58:50 status [ 2- 5] MWW3 reached the end of the computation loop at 17:58:50 ========== END OF WAVE MODEL (WMWAVE) ======================================== ========== STARTING MWW3 FINALIZATION (WMFINL) =============================== Initialization time : 0.05 s Elapsed time : 2.65 s ========== END OF MWW3 INITIALIZATION (WMFINL) =============================== End of program ======================================== WAVEWATCH III Multi-grid shell +--------------------+ | Gridded output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_outf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_outf_outer.out ASCII output files moved to ww3_outf_outer Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_outf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_outf_coarse.out ASCII output files moved to ww3_outf_coarse +--------------------+ | NC Gridded output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_ounf_outer.out NetCDF output files moved to ww3_ounf_outer Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_ounf_coarse.out NetCDF output files moved to ww3_ounf_coarse +--------------------+ | Point output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_outp_tab50.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_outp_tab50_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_outp_tab50.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_outp_tab50_coarse.out +--------------------+ | NC Point output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_ounp.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_ounp_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_ounp.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c/ww3_ounp_coarse.out Files in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_a_c : total 924 -rw-r--r-- 1 Matthew.Masarik climate 13679 Sep 18 17:58 build.log drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:56 exe -rw-r--r-- 1 Matthew.Masarik climate 29 Sep 18 17:58 finished -rw-r--r-- 1 Matthew.Masarik climate 21794 Sep 18 17:58 log.coarse -rw-r--r-- 1 Matthew.Masarik climate 87527 Sep 18 17:58 log.mww3 -rw-r--r-- 1 Matthew.Masarik climate 21794 Sep 18 17:58 log.outer -rw-r--r-- 1 Matthew.Masarik climate 32497 Sep 18 17:58 mod_def.coarse -rw-r--r-- 1 Matthew.Masarik climate 101713 Sep 18 17:58 mod_def.outer -rw-r--r-- 1 Matthew.Masarik climate 174154 Sep 18 17:58 out_grd.coarse -rw-r--r-- 1 Matthew.Masarik climate 1392490 Sep 18 17:58 out_grd.outer -rw-r--r-- 1 Matthew.Masarik climate 121882 Sep 18 17:58 out_pnt.coarse -rw-r--r-- 1 Matthew.Masarik climate 121882 Sep 18 17:58 out_pnt.outer -rw-r--r-- 1 Matthew.Masarik climate 410400 Sep 18 17:58 restart.coarse -rw-r--r-- 1 Matthew.Masarik climate 4039200 Sep 18 17:58 restart.outer -rw-r--r-- 1 Matthew.Masarik climate 4109 Sep 18 17:58 tab50.ww3 -rw-r--r-- 1 Matthew.Masarik climate 702 Sep 18 17:58 time_count.txt lrwxrwxrwx 1 Matthew.Masarik climate 109 Sep 18 17:58 track_i.outer -> /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/track_i.outer -rw-r--r-- 1 Matthew.Masarik climate 20293 Sep 18 17:58 track_o.outer -rw-r--r-- 1 Matthew.Masarik climate 126248 Sep 18 17:58 ww3.196806_spec.nc -rw-r--r-- 1 Matthew.Masarik climate 10644 Sep 18 17:58 ww3_grid_curv_coarse.out -rw-r--r-- 1 Matthew.Masarik climate 11491 Sep 18 17:58 ww3_grid_curv_outer.out -rw-r--r-- 1 Matthew.Masarik climate 23518 Sep 18 17:58 ww3_multi.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:58 ww3_ounf_coarse -rw-r--r-- 1 Matthew.Masarik climate 16085 Sep 18 17:58 ww3_ounf_coarse.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:58 ww3_ounf_outer -rw-r--r-- 1 Matthew.Masarik climate 16085 Sep 18 17:58 ww3_ounf_outer.out -rw-r--r-- 1 Matthew.Masarik climate 974 Sep 18 17:58 ww3_ounp_coarse.out -rw-r--r-- 1 Matthew.Masarik climate 974 Sep 18 17:58 ww3_ounp_outer.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:58 ww3_outf_coarse -rw-r--r-- 1 Matthew.Masarik climate 3089 Sep 18 17:58 ww3_outf_coarse.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:58 ww3_outf_outer -rw-r--r-- 1 Matthew.Masarik climate 3089 Sep 18 17:58 ww3_outf_outer.out -rw-r--r-- 1 Matthew.Masarik climate 1005 Sep 18 17:58 ww3_outp_tab50_coarse.out -rw-r--r-- 1 Matthew.Masarik climate 1005 Sep 18 17:58 ww3_outp_tab50_outer.out -rw-r--r-- 1 Matthew.Masarik climate 4409 Sep 18 17:58 ww3_strt_coarse.out -rw-r--r-- 1 Matthew.Masarik climate 5238 Sep 18 17:58 ww3_strt_outer.out ================================== ======> END OF WAVEWATCH III <====== ================================== Running now options: run_test -b slurm -o all -S -T -s PR3_UNO_MPI_SCRIP -w work_PR3_UNO_MPI_b_c -m grdset_b -g curv -f -p srun -n 24 ../model mww3_test_02 Building WW3, exes will be in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/exe Build log is in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/build.log ================================== ======> TEST RUN WAVEWATCH III <====== ================================== ############################################################################# # # # mww3_test_02 : Tests for static nesting (propagation only) # # Single nest basic test. # # # # Model should be compiled with the switches : # # # # !/FLXn !/LN0 !/ST0 !/NL0 !/BT0 !/DB0 !/TR0 !/BS0 # # No source terms needed. # # !/PRn Selecting one of the propagation schemes. # # !/O0 !/O1 !/O2 !/O3 !/O4 !/O5 !/O6 !/O7 !/O10 # # Sdt out output options. # # # # No other optional switches should be used. # # # # Remarks : # # # # - Test case input (default): # # * ww3_grid_outer.inp : (only outer grid) # # + Spatial grid: 43 x 43 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = -25:1025 km, Yrange = -25:1025 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_coarse.inp : (same resolution inner grid) # # + Spatial grid: 13 x 13 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_fine.inp : (double resolution inner grid) # # + Spatial grid: 25 x 25 rectilinear Cartesian grid # # - dx = 12.5 km, dy = 12.5 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_tiny.inp : (highest resolution inner grid) # # + Spatial grid: 61 x 61 rectilinear Cartesian grid # # - dx = 5 km, dy = 5 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_coarse.inp : (test spectral remapping) # # + Spatial grid: 13 x 13 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 26, f1 = 0.04177, fgamma = 1.1 # # * For all these grids a curvilinear version is also available : # # - ww3_grid_curv_outer.inp # # - ww3_grid_curv_coarse.inp # # - ww3_grid_curv_fine.inp # # - ww3_grid_curv_tiny.inp # # - ww3_grid_curv_respec.inp # # # # * Grid sets available : # # + grdset_a: outer + coarse # # + grdset_b: outer + fine # # + grdset_c: outer + tiny # # + grdset_d: outer + respec # # # # * map_m02.gs: GrADS script for rectilinear grdset_b, requires minor # # editing for other rectilinear grid options. # # # # * switch options (mostly self-explanatory). # # + switch_PR1 : First order scheme (default) # # + 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) # # + switch_PR3_UNO_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UQ_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UNO_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UQ_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UNO_SCRIP_T38: Using SCRIP package with test output. # # + switch_PR3_UQ_SCRIP_T38 : Using SCRIP package with test output. # # + switch_PR1_MPI # # + switch_PR2_UNO_MPI # # + switch_PR2_UQ_MPI # # + switch_PR3_UNO_MPI # # + switch_PR3_UQ_MPI # # + switch_PR3_UNO_MPI_SCRIP # # + switch_PR3_UQ_MPI_SCRIP # # + switch_PR3_UNO_MPI_SCRIPNC # # + switch_PR3_UQ_MPI_SCRIPNC # # + switch_PR3_UNO_MPI_SCRIP_T38 # # + switch_PR3_UQ_MPI_SCRIP_T38 # # # # Example run_test commands: # # (some details will vary by local system and configuration) # # ./bin/run_test -g curv -m grdset_a -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_ap_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_b -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_bp_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_c -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_cp_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_d -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_dp_PR3_MPI_SCRIP ../model mww3_test_02 # # # # Hendrik Tolman, Sep 2005 # # Erick Rogers, Jun 2011 # # Last Mod : Dec 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. # # # ############################################################################# Input directory: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input Switch file: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/switch_PR3_UNO_MPI_SCRIP +--------------------+ | Grid preprocessor | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_grid_curv_outer.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_grid_curv_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_grid_curv_fine.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_grid_curv_fine.out +--------------------+ | Initial conditions | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_strt_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_strt_fine.out +--------------------+ | Main program | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_multi_grdset_b.inp Screen output copied to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_multi.out *** WAVEWATCH III Multi-grid shell *** ================================================= ========== STARTING MWW3 INITIALIZATION (WMINIT) ============================= Opening input file ww3_multi.inp (unit number 8) Opening output file log.mww3 (unit number 9) Comment character : '$' Number of grids : 2 No input data grids. Single point output file : ---/NO Output server type : 1 Wave grid information : nr extension lev. cur. wind ice tau rho data move1 rnk grp dmp --------------------------------------------------------------------------------- 1 outer --- --- --- --- --- --- - - - no 1 1 - 2 fine --- --- --- --- --- --- - - - no 2 2 - ---------------------------------------------------------------------------------- Group information : nr grids (part of comm.) -------------------------------------------------------------------- 1 1 (0.0000-1.0000) 2 2 (0.0000-1.0000) -------------------------------------------------------------------- Time interval : -------------------------------------------------- Starting time : 1968/06/06 00:00:00 UTC Ending time : 1968/06/08 00:00:00 UTC Model settings : -------------------------------------------------- Masking computation in nesting : YES/-- Masking output in nesting : YES/-- Output requests : (ALL GRIDS) ================================================== Type 1 : Fields of mean wave parameters ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 1:00:00 Fields : Wave height Peak frequency Peak direction Type 2 : Point output ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 1:00:00 Point 1 : 0.750000E+06 0.750000E+06 point_A Assigning resources : -------------------------------------------------- No (other) dedicated output processes. grid comp. grd pnt trk rst bpt prt ------------------------------------------------------------------- outer 00001-00024 00023 00022 ----- ----- ----- ----- fine 00001-00024 00023 00022 ----- ----- ----- ----- ------------------------------------------------------------------- Initializations : -------------------------------------------------- Model number 1 [outer] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Model number 2 [fine] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Computing relation to higher ranked grids Generating map with distances to boundary. Starting MAPBDI 1st loop. Starting MAPBDI 2nd loop. bnd. point 25 out of 25 Finished MAPBDI 2nd loop. Finished generating map with distances to boundary. Calling SCRIP interface for GSRC,GDST = 2 1 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 2500 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 Grid 1 size 625 Grid 2 size 1849 grid1 sweep grid2 sweep Grid sweeps completed Total number of links = 1369 Finished Conservative Remapping Finished computing relation to higher ranked grids Additional group information Lower rank grid dependence : nr grids (part of comm.) -------------------------------------------------------------------- 1 No dependencies 2 1 -------------------------------------------------------------------- No same rank grid dependencies Higher rank grid dependence : nr grids (part of comm.) -------------------------------------------------------------------- 1 2 2 No dependencies -------------------------------------------------------------------- Running the model : -------------------------------------------------- ========== END OF MWW3 INITIALIZATION (WMINIT) =============================== ========== STARTING WAVE MODEL (WMWAVE) ====================================== MWW3 calculating for 1968/06/06 00:00:00 UTC at 17:59:03 status [ 0- 0] Updating input for grid 1 at 1968/06/06 00:00:00 UTC Updating input for grid 2 at 1968/06/06 00:00:00 UTC MWW3 calculating for 1968/06/06 00:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 00:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 00:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 01:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 01:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 01:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 01:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 02:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 02:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 02:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 02:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 03:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 03:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 03:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 03:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 04:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 04:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 04:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 04:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 05:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 05:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 05:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 05:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 06:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 06:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 06:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 06:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 07:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 07:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 07:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 07:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 08:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 08:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 08:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 08:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 09:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 09:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 09:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 09:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 10:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 10:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 10:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 10:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 11:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 11:15:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 11:30:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 11:45:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 12:00:00 UTC at 17:59:04 status [ 2- 5] MWW3 calculating for 1968/06/06 12:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 12:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 12:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 13:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 13:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 13:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 13:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 14:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 14:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 14:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 14:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 15:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 15:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 15:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 15:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 16:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 16:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 16:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 16:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 17:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 17:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 17:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 17:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 18:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 18:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 18:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 18:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 19:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 19:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 19:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 19:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 20:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 20:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 20:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 20:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 21:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 21:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 21:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 21:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 22:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 22:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 22:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 22:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 23:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 23:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 23:30:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/06 23:45:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/07 00:00:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/07 00:15:00 UTC at 17:59:05 status [ 2- 5] MWW3 calculating for 1968/06/07 00:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 00:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 01:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 01:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 01:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 01:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 02:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 02:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 02:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 02:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 03:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 03:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 03:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 03:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 04:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 04:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 04:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 04:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 05:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 05:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 05:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 05:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 06:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 06:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 06:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 06:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 07:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 07:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 07:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 07:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 08:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 08:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 08:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 08:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 09:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 09:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 09:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 09:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 10:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 10:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 10:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 10:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 11:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 11:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 11:30:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 11:45:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 12:00:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 12:15:00 UTC at 17:59:06 status [ 2- 5] MWW3 calculating for 1968/06/07 12:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 12:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 13:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 13:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 13:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 13:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 14:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 14:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 14:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 14:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 15:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 15:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 15:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 15:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 16:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 16:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 16:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 16:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 17:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 17:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 17:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 17:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 18:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 18:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 18:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 18:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 19:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 19:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 19:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 19:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 20:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 20:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 20:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 20:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 21:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 21:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 21:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 21:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 22:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 22:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 22:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 22:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 23:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 23:15:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 23:30:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/07 23:45:00 UTC at 17:59:07 status [ 2- 5] MWW3 calculating for 1968/06/08 00:00:00 UTC at 17:59:07 status [ 2- 5] MWW3 reached the end of the computation loop at 17:59:07 ========== END OF WAVE MODEL (WMWAVE) ======================================== ========== STARTING MWW3 FINALIZATION (WMFINL) =============================== Initialization time : 0.06 s Elapsed time : 4.02 s ========== END OF MWW3 INITIALIZATION (WMFINL) =============================== End of program ======================================== WAVEWATCH III Multi-grid shell +--------------------+ | Gridded output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_outf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_outf_outer.out ASCII output files moved to ww3_outf_outer Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_outf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_outf_fine.out ASCII output files moved to ww3_outf_fine +--------------------+ | NC Gridded output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_ounf_outer.out NetCDF output files moved to ww3_ounf_outer Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_ounf_fine.out NetCDF output files moved to ww3_ounf_fine +--------------------+ | Point output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_outp_tab50.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_outp_tab50_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_outp_tab50.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_outp_tab50_fine.out +--------------------+ | NC Point output | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_ounp.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_ounp_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_ounp.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c/ww3_ounp_fine.out Files in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_b_c : total 1076 -rw-r--r-- 1 Matthew.Masarik climate 13351 Sep 18 17:59 build.log drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:58 exe -rw-r--r-- 1 Matthew.Masarik climate 29 Sep 18 17:59 finished -rw-r--r-- 1 Matthew.Masarik climate 37922 Sep 18 17:59 log.fine -rw-r--r-- 1 Matthew.Masarik climate 128423 Sep 18 17:59 log.mww3 -rw-r--r-- 1 Matthew.Masarik climate 21794 Sep 18 17:59 log.outer -rw-r--r-- 1 Matthew.Masarik climate 52561 Sep 18 17:59 mod_def.fine -rw-r--r-- 1 Matthew.Masarik climate 101713 Sep 18 17:59 mod_def.outer -rw-r--r-- 1 Matthew.Masarik climate 531658 Sep 18 17:59 out_grd.fine -rw-r--r-- 1 Matthew.Masarik climate 1392490 Sep 18 17:59 out_grd.outer -rw-r--r-- 1 Matthew.Masarik climate 121882 Sep 18 17:59 out_pnt.fine -rw-r--r-- 1 Matthew.Masarik climate 121882 Sep 18 17:59 out_pnt.outer -rw-r--r-- 1 Matthew.Masarik climate 1504800 Sep 18 17:59 restart.fine -rw-r--r-- 1 Matthew.Masarik climate 4039200 Sep 18 17:59 restart.outer -rw-r--r-- 1 Matthew.Masarik climate 4109 Sep 18 17:59 tab50.ww3 -rw-r--r-- 1 Matthew.Masarik climate 702 Sep 18 17:59 time_count.txt lrwxrwxrwx 1 Matthew.Masarik climate 109 Sep 18 17:59 track_i.outer -> /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/track_i.outer -rw-r--r-- 1 Matthew.Masarik climate 126252 Sep 18 17:59 ww3.196806_spec.nc -rw-r--r-- 1 Matthew.Masarik climate 14084 Sep 18 17:59 ww3_grid_curv_fine.out -rw-r--r-- 1 Matthew.Masarik climate 11491 Sep 18 17:59 ww3_grid_curv_outer.out -rw-r--r-- 1 Matthew.Masarik climate 23170 Sep 18 17:59 ww3_multi.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:59 ww3_ounf_fine -rw-r--r-- 1 Matthew.Masarik climate 16085 Sep 18 17:59 ww3_ounf_fine.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:59 ww3_ounf_outer -rw-r--r-- 1 Matthew.Masarik climate 16085 Sep 18 17:59 ww3_ounf_outer.out -rw-r--r-- 1 Matthew.Masarik climate 974 Sep 18 17:59 ww3_ounp_fine.out -rw-r--r-- 1 Matthew.Masarik climate 974 Sep 18 17:59 ww3_ounp_outer.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:59 ww3_outf_fine -rw-r--r-- 1 Matthew.Masarik climate 3089 Sep 18 17:59 ww3_outf_fine.out drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:59 ww3_outf_outer -rw-r--r-- 1 Matthew.Masarik climate 3089 Sep 18 17:59 ww3_outf_outer.out -rw-r--r-- 1 Matthew.Masarik climate 1005 Sep 18 17:59 ww3_outp_tab50_fine.out -rw-r--r-- 1 Matthew.Masarik climate 1005 Sep 18 17:59 ww3_outp_tab50_outer.out -rw-r--r-- 1 Matthew.Masarik climate 5597 Sep 18 17:59 ww3_strt_fine.out -rw-r--r-- 1 Matthew.Masarik climate 5238 Sep 18 17:59 ww3_strt_outer.out ================================== ======> END OF WAVEWATCH III <====== ================================== Running now options: run_test -b slurm -o all -S -T -s PR3_UNO_MPI_SCRIP -w work_PR3_UNO_MPI_c_c -m grdset_c -g curv -f -p srun -n 24 ../model mww3_test_02 Building WW3, exes will be in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_c_c/exe Build log is in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_c_c/build.log ================================== ======> TEST RUN WAVEWATCH III <====== ================================== ############################################################################# # # # mww3_test_02 : Tests for static nesting (propagation only) # # Single nest basic test. # # # # Model should be compiled with the switches : # # # # !/FLXn !/LN0 !/ST0 !/NL0 !/BT0 !/DB0 !/TR0 !/BS0 # # No source terms needed. # # !/PRn Selecting one of the propagation schemes. # # !/O0 !/O1 !/O2 !/O3 !/O4 !/O5 !/O6 !/O7 !/O10 # # Sdt out output options. # # # # No other optional switches should be used. # # # # Remarks : # # # # - Test case input (default): # # * ww3_grid_outer.inp : (only outer grid) # # + Spatial grid: 43 x 43 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = -25:1025 km, Yrange = -25:1025 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_coarse.inp : (same resolution inner grid) # # + Spatial grid: 13 x 13 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_fine.inp : (double resolution inner grid) # # + Spatial grid: 25 x 25 rectilinear Cartesian grid # # - dx = 12.5 km, dy = 12.5 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_tiny.inp : (highest resolution inner grid) # # + Spatial grid: 61 x 61 rectilinear Cartesian grid # # - dx = 5 km, dy = 5 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_coarse.inp : (test spectral remapping) # # + Spatial grid: 13 x 13 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 26, f1 = 0.04177, fgamma = 1.1 # # * For all these grids a curvilinear version is also available : # # - ww3_grid_curv_outer.inp # # - ww3_grid_curv_coarse.inp # # - ww3_grid_curv_fine.inp # # - ww3_grid_curv_tiny.inp # # - ww3_grid_curv_respec.inp # # # # * Grid sets available : # # + grdset_a: outer + coarse # # + grdset_b: outer + fine # # + grdset_c: outer + tiny # # + grdset_d: outer + respec # # # # * map_m02.gs: GrADS script for rectilinear grdset_b, requires minor # # editing for other rectilinear grid options. # # # # * switch options (mostly self-explanatory). # # + switch_PR1 : First order scheme (default) # # + 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) # # + switch_PR3_UNO_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UQ_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UNO_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UQ_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UNO_SCRIP_T38: Using SCRIP package with test output. # # + switch_PR3_UQ_SCRIP_T38 : Using SCRIP package with test output. # # + switch_PR1_MPI # # + switch_PR2_UNO_MPI # # + switch_PR2_UQ_MPI # # + switch_PR3_UNO_MPI # # + switch_PR3_UQ_MPI # # + switch_PR3_UNO_MPI_SCRIP # # + switch_PR3_UQ_MPI_SCRIP # # + switch_PR3_UNO_MPI_SCRIPNC # # + switch_PR3_UQ_MPI_SCRIPNC # # + switch_PR3_UNO_MPI_SCRIP_T38 # # + switch_PR3_UQ_MPI_SCRIP_T38 # # # # Example run_test commands: # # (some details will vary by local system and configuration) # # ./bin/run_test -g curv -m grdset_a -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_ap_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_b -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_bp_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_c -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_cp_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_d -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_dp_PR3_MPI_SCRIP ../model mww3_test_02 # # # # Hendrik Tolman, Sep 2005 # # Erick Rogers, Jun 2011 # # Last Mod : Dec 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. # # # ############################################################################# Input directory: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input Switch file: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/switch_PR3_UNO_MPI_SCRIP +--------------------+ | Grid preprocessor | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_grid_curv_outer.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_c_c/ww3_grid_curv_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_grid_curv_tiny.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_c_c/ww3_grid_curv_tiny.out +--------------------+ | Initial conditions | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_c_c/ww3_strt_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_c_c/ww3_strt_tiny.out +--------------------+ | Main program | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_multi_grdset_c.inp Screen output copied to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_c_c/ww3_multi.out *** WAVEWATCH III Multi-grid shell *** ================================================= ========== STARTING MWW3 INITIALIZATION (WMINIT) ============================= Opening input file ww3_multi.inp (unit number 8) Opening output file log.mww3 (unit number 9) Comment character : '$' Number of grids : 2 No input data grids. Single point output file : ---/NO Output server type : 1 Wave grid information : nr extension lev. cur. wind ice tau rho data move1 rnk grp dmp --------------------------------------------------------------------------------- 1 outer --- --- --- --- --- --- - - - no 1 1 - 2 tiny --- --- --- --- --- --- - - - no 2 2 - ---------------------------------------------------------------------------------- Group information : nr grids (part of comm.) -------------------------------------------------------------------- 1 1 (0.0000-1.0000) 2 2 (0.0000-1.0000) -------------------------------------------------------------------- Time interval : -------------------------------------------------- Starting time : 1968/06/06 00:00:00 UTC Ending time : 1968/06/08 00:00:00 UTC Model settings : -------------------------------------------------- Masking computation in nesting : YES/-- Masking output in nesting : YES/-- Output requests : (ALL GRIDS) ================================================== Type 1 : Fields of mean wave parameters ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 1:00:00 Fields : Wave height Peak frequency Peak direction Type 2 : Point output ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 1:00:00 Point 1 : 0.750000E+06 0.750000E+06 point_A Assigning resources : -------------------------------------------------- No (other) dedicated output processes. grid comp. grd pnt trk rst bpt prt ------------------------------------------------------------------- outer 00001-00024 00023 00022 ----- ----- ----- ----- tiny 00001-00024 00023 00022 ----- ----- ----- ----- ------------------------------------------------------------------- Initializations : -------------------------------------------------- Model number 1 [outer] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Model number 2 [tiny] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Computing relation to higher ranked grids Generating map with distances to boundary. Starting MAPBDI 1st loop. Starting MAPBDI 2nd loop. bnd. point 25 out of 61 bnd. point 50 out of 61 Finished MAPBDI 2nd loop. Finished generating map with distances to boundary. Calling SCRIP interface for GSRC,GDST = 2 1 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 14884 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 Grid 1 size 3721 Grid 2 size 1849 grid1 sweep grid2 sweep integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 integration stalled: num_subseg exceeded limit Cell 1625 Edge 2 Grid 1 Fraction of segment left 0.599999988869029 +--------------------+ | Gridded output | +--------------------+ +--------------------+ | NC Gridded output | +--------------------+ +--------------------+ | Point output | +--------------------+ +--------------------+ | NC Point output | +--------------------+ Files in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_c_c : total 530 -rw-r--r-- 1 Matthew.Masarik climate 13351 Sep 18 17:59 build.log drwxr-sr-x 2 Matthew.Masarik climate 4096 Sep 18 17:59 exe -rw-r--r-- 1 Matthew.Masarik climate 29 Sep 18 17:59 finished -rw-r--r-- 1 Matthew.Masarik climate 1350 Sep 18 17:59 log.mww3 -rw-r--r-- 1 Matthew.Masarik climate 1550 Sep 18 17:59 log.outer -rw-r--r-- 1 Matthew.Masarik climate 1550 Sep 18 17:59 log.tiny -rw-r--r-- 1 Matthew.Masarik climate 101713 Sep 18 17:59 mod_def.outer -rw-r--r-- 1 Matthew.Masarik climate 188785 Sep 18 17:59 mod_def.tiny -rw-r--r-- 1 Matthew.Masarik climate 4039200 Sep 18 17:59 restart.outer -rw-r--r-- 1 Matthew.Masarik climate 8935200 Sep 18 17:59 restart.tiny -rw-r--r-- 1 Matthew.Masarik climate 414 Sep 18 17:59 time_count.txt lrwxrwxrwx 1 Matthew.Masarik climate 109 Sep 18 17:59 track_i.outer -> /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/track_i.outer -rw-r--r-- 1 Matthew.Masarik climate 11491 Sep 18 17:59 ww3_grid_curv_outer.out -rw-r--r-- 1 Matthew.Masarik climate 27872 Sep 18 17:59 ww3_grid_curv_tiny.out -rw-r--r-- 1 Matthew.Masarik climate 10950 Sep 18 17:59 ww3_multi.out -rw-r--r-- 1 Matthew.Masarik climate 5238 Sep 18 17:59 ww3_strt_outer.out -rw-r--r-- 1 Matthew.Masarik climate 6407 Sep 18 17:59 ww3_strt_tiny.out ================================== ======> END OF WAVEWATCH III <====== ================================== Running now options: run_test -b slurm -o all -S -T -s PR3_UNO_MPI_SCRIP -w work_PR3_UNO_MPI_d_c -m grdset_d -g curv -f -p srun -n 24 ../model mww3_test_02 Building WW3, exes will be in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_d_c/exe Build log is in /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_d_c/build.log ================================== ======> TEST RUN WAVEWATCH III <====== ================================== ############################################################################# # # # mww3_test_02 : Tests for static nesting (propagation only) # # Single nest basic test. # # # # Model should be compiled with the switches : # # # # !/FLXn !/LN0 !/ST0 !/NL0 !/BT0 !/DB0 !/TR0 !/BS0 # # No source terms needed. # # !/PRn Selecting one of the propagation schemes. # # !/O0 !/O1 !/O2 !/O3 !/O4 !/O5 !/O6 !/O7 !/O10 # # Sdt out output options. # # # # No other optional switches should be used. # # # # Remarks : # # # # - Test case input (default): # # * ww3_grid_outer.inp : (only outer grid) # # + Spatial grid: 43 x 43 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = -25:1025 km, Yrange = -25:1025 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_coarse.inp : (same resolution inner grid) # # + Spatial grid: 13 x 13 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_fine.inp : (double resolution inner grid) # # + Spatial grid: 25 x 25 rectilinear Cartesian grid # # - dx = 12.5 km, dy = 12.5 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_tiny.inp : (highest resolution inner grid) # # + Spatial grid: 61 x 61 rectilinear Cartesian grid # # - dx = 5 km, dy = 5 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 25, f1 = 0.04177, fgamma = 1.1 # # * ww3_grid_coarse.inp : (test spectral remapping) # # + Spatial grid: 13 x 13 rectilinear Cartesian grid # # - dx = 25 km, dy = 25 km # # - Xrange = 600:900 km, Yrange = 600:900 km # # + Spectral grid: ntheta = 24, nf = 26, f1 = 0.04177, fgamma = 1.1 # # * For all these grids a curvilinear version is also available : # # - ww3_grid_curv_outer.inp # # - ww3_grid_curv_coarse.inp # # - ww3_grid_curv_fine.inp # # - ww3_grid_curv_tiny.inp # # - ww3_grid_curv_respec.inp # # # # * Grid sets available : # # + grdset_a: outer + coarse # # + grdset_b: outer + fine # # + grdset_c: outer + tiny # # + grdset_d: outer + respec # # # # * map_m02.gs: GrADS script for rectilinear grdset_b, requires minor # # editing for other rectilinear grid options. # # # # * switch options (mostly self-explanatory). # # + switch_PR1 : First order scheme (default) # # + 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) # # + switch_PR3_UNO_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UQ_SCRIP : Using SCRIP package for mapping. # # + switch_PR3_UNO_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UQ_SCRIPNC : Using SCRIP package and file if avail. # # + switch_PR3_UNO_SCRIP_T38: Using SCRIP package with test output. # # + switch_PR3_UQ_SCRIP_T38 : Using SCRIP package with test output. # # + switch_PR1_MPI # # + switch_PR2_UNO_MPI # # + switch_PR2_UQ_MPI # # + switch_PR3_UNO_MPI # # + switch_PR3_UQ_MPI # # + switch_PR3_UNO_MPI_SCRIP # # + switch_PR3_UQ_MPI_SCRIP # # + switch_PR3_UNO_MPI_SCRIPNC # # + switch_PR3_UQ_MPI_SCRIPNC # # + switch_PR3_UNO_MPI_SCRIP_T38 # # + switch_PR3_UQ_MPI_SCRIP_T38 # # # # Example run_test commands: # # (some details will vary by local system and configuration) # # ./bin/run_test -g curv -m grdset_a -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_ap_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_b -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_bp_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_c -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_cp_PR3_MPI_SCRIP ../model mww3_test_02 # # ./bin/run_test -g curv -m grdset_d -n 3 -p mpirun -s PR3_UQ_MPI_SCRIP \ # # -w work_dp_PR3_MPI_SCRIP ../model mww3_test_02 # # # # Hendrik Tolman, Sep 2005 # # Erick Rogers, Jun 2011 # # Last Mod : Dec 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. # # # ############################################################################# Input directory: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input Switch file: /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/switch_PR3_UNO_MPI_SCRIP +--------------------+ | Grid preprocessor | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_grid_curv_outer.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_d_c/ww3_grid_curv_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_grid_curv_respec.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_d_c/ww3_grid_curv_respec.out +--------------------+ | Initial conditions | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_d_c/ww3_strt_outer.out Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_strt.inp Screen output routed to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_d_c/ww3_strt_respec.out +--------------------+ | Main program | +--------------------+ Processing /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/input/ww3_multi_grdset_d.inp Screen output copied to /scratch1/NCEPDEV/climate/Matthew.Masarik/projs/PRs/pr_1070/ww3-fix/regtests/mww3_test_02/work_PR3_UNO_MPI_d_c/ww3_multi.out *** WAVEWATCH III Multi-grid shell *** ================================================= ========== STARTING MWW3 INITIALIZATION (WMINIT) ============================= Opening input file ww3_multi.inp (unit number 8) Opening output file log.mww3 (unit number 9) Comment character : '$' Number of grids : 2 No input data grids. Single point output file : ---/NO Output server type : 1 Wave grid information : nr extension lev. cur. wind ice tau rho data move1 rnk grp dmp --------------------------------------------------------------------------------- 1 outer --- --- --- --- --- --- - - - no 1 1 - 2 respec --- --- --- --- --- --- - - - no 2 2 - ---------------------------------------------------------------------------------- Group information : nr grids (part of comm.) -------------------------------------------------------------------- 1 1 (0.0000-1.0000) 2 2 (0.0000-1.0000) -------------------------------------------------------------------- Time interval : -------------------------------------------------- Starting time : 1968/06/06 00:00:00 UTC Ending time : 1968/06/08 00:00:00 UTC Model settings : -------------------------------------------------- Masking computation in nesting : YES/-- Masking output in nesting : YES/-- Output requests : (ALL GRIDS) ================================================== Type 1 : Fields of mean wave parameters ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 1:00:00 Fields : Wave height Peak frequency Peak direction Type 2 : Point output ----------------------------------------- From : 1968/06/06 00:00:00 UTC To : 1968/06/08 00:00:00 UTC Interval : 1:00:00 Point 1 : 0.750000E+06 0.750000E+06 point_A Assigning resources : -------------------------------------------------- No (other) dedicated output processes. grid comp. grd pnt trk rst bpt prt ------------------------------------------------------------------- outer 00001-00024 00023 00022 ----- ----- ----- ----- respec 00001-00024 00023 00022 ----- ----- ----- ----- ------------------------------------------------------------------- Initializations : -------------------------------------------------- Model number 1 [outer] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Model number 2 [respec] Initializing wave model ... Initializing model input ... water levels : file not needed currents : file not needed winds : file not needed ice fields : file not needed momentum : file not needed air density : file not needed Computing relation to higher ranked grids Generating map with distances to boundary. Starting MAPBDI 1st loop. Starting MAPBDI 2nd loop. Finished MAPBDI 2nd loop. Finished generating map with distances to boundary. Calling SCRIP interface for GSRC,GDST = 2 1 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 SI nbPlus= 676 nbMinus= 0 nbZero= 0 SI nbPlus= 7396 nbMinus= 0 nbZero= 0 Grid 1 size 169 Grid 2 size 1849 grid1 sweep grid2 sweep Grid sweeps completed Total number of links = 184 Finished Conservative Remapping Finished computing relation to higher ranked grids Additional group information Lower rank grid dependence : nr grids (part of comm.) -------------------------------------------------------------------- 1 No dependencies 2 1 -------------------------------------------------------------------- No same rank grid dependencies Higher rank grid dependence : nr grids (part of comm.) -------------------------------------------------------------------- 1 2 2 No dependencies -------------------------------------------------------------------- Running the model : -------------------------------------------------- ========== END OF MWW3 INITIALIZATION (WMINIT) =============================== ========== STARTING WAVE MODEL (WMWAVE) ====================================== MWW3 calculating for 1968/06/06 00:00:00 UTC at 17:59:33 status [ 0- 0] Updating input for grid 1 at 1968/06/06 00:00:00 UTC Updating input for grid 2 at 1968/06/06 00:00:00 UTC slurmstepd: error: *** STEP 49644272.5 ON h10c29 CANCELLED AT 2023-09-19T01:49:27 DUE TO TIME LIMIT *** slurmstepd: error: *** JOB 49644272 ON h10c29 CANCELLED AT 2023-09-19T01:49:27 DUE TO TIME LIMIT *** srun: Job step aborted: Waiting up to 32 seconds for job step to finish. _______________________________________________________________ Start Epilog on node h10c29 for job 49644272 :: Tue Sep 19 01:49:57 UTC 2023 Job 49644272 (serial) finished for user Matthew.Masarik in partition hera with exit code 0:0 _______________________________________________________________ End Epilogue Tue Sep 19 01:49:57 UTC 2023