********************************************** *** 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 -c intel_debug -S -T -s MPI -w work_c -m grdset_c -f -p srun -n 24 -o all ../model12 ww3_ufs1.1 ***************************** *** WAVEWATCH III setup *** ***************************** [INFO] user defined env file wwatch3.env found in /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/wwatch3.env Setup file /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/wwatch3.env not found Default set up : Scratch directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/tmp Save sources : yes Save listings : yes Setup comp & link files sed /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/comp.tmpl => /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/comp sed /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/link.tmpl => /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/link sed /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/ad3.tmpl => /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/ad3 Create required model subdirectories Finished setting up WAVEWATCH III ================================== ======> TEST RUN WAVEWATCH III <====== ================================== ############################################################################# # # # ww3_ufs1.1 Test script for WW-III, 1deg global structured. # # # # Grids: # # grdset_a and grdset_b # # MODEL: glo_1deg with 1 deg resolution from 85S to 85N, 50 spectral and 36 # # directional bins. # # INPUT: glo_15mxt.The forcing including daily ice concentration (ice.nc), # # hourly wind speed (gfs_wind.nc) and current fields with 3 hrs interval # # (current.nc). # # POINT: points. The unified point output grid is glo_1deg # # --------------------------------------------------------------------------# # if "ufscoarse" option is selected in bin/matrix.base, a coarser grid with # # 5 deg. resolution is used for MODEL and INPUT grids. # # grdset_c and grdset_d # # MODEL: glo_5deg with 5 deg resolution from 85S to 85N, 18 spectral and 12 # # directional bins. # # INPUT: glo_5deg.The forcing including daily ice concentration (ice.nc), # # hourly wind speed (gfs_wind.nc) and current fields with 3 hrs interval # # (current.nc). # # POINT: points. The unified point output grid is glo_1deg # # --------------------------------------------------------------------------# # The test is a standard test for ufs-weather application using ww3_multi. # # Two types of gridded output are available for this test: NETCDF using # # ww3_ounf and GRIB2 using ww3_grib programs. The grib2 files are with # # rectilinear projection(-o all option). # # # # Model should be compiled with the switches : # # # # NCO NOGRB DIST MPI SCRIP SCRIPNC WRST PR3 UQ FLX0 SEED ST4 STAB0 # # NL1 BT1 DB1 MLIM FLD2 TR0 BS0 RWND WNX1 WNT1 CRX1 CRT1 O0 O1 O2 O3 O4 # # O5 O6 O7 O14 O15 IC0 IS0 REF0. # # # # Remarks : # # # # - For ww3_grib, the switch NCEP2 should be used instead of NOGRB. # # - No other optional switches should be used. # # # #===========================================================================# # Sample run_test commands (base): # # ./bin/run_test -c intel -S -T -w work_a -m grdset_a -f -p mpirun -n 440 # # -t 8 -o all ../model ww3_ufs1.1 # # --------------------------------------------------------------------------# # This test is designed to check: # # --------------------------------------------------------------------------# # b4b reproducibility of the test using different MPI task number # # (the base uses -n 440 MPI vs comp on -n 200 MPI tasks): # # ./bin/run_test -c intel -S -T -w work_a_npl -m grdset_a -f -p mpirun # # -n 200 -t 8 -o all ../model ww3_ufs1.1 # # --------------------------------------------------------------------------# # b4b reproducibility of the test using different thread (-t 8 vs 6) # # ./bin/run_test -c intel -S -T -w work_a_nth -m grdset_a -f -p mpirun # # -n 440 -t 6 -o all ../model ww3_ufs1.1 # # --------------------------------------------------------------------------# # b4b reproducibility of the test starting 3 hrs later using the restart # # file generated by the base run # # ./bin/run_test -c intel -S -T -w work_b -m grdset_b -f -p mpirun -n 440 # # -t 8 -o all ../model ww3_ufs1.1 # # --------------------------------------------------------------------------# # Note: There is a program to compare the above tests with the base test # # i.e.: ./bin/test.comp ww3_ufs1.1 work_a work_b # # It compares the outputs and reports identical and different files # # --------------------------------------------------------------------------# # use ww3_multi_esmf with -C ESMF option: # # ./bin/run_test -c intel -S -T -w work_a -m grdset_a —C ESMF f -p mpirun # # -n 440 -t 8 -o all ../model ww3_ufs1.1 # # --------------------------------------------------------------------------# # # # Ali Abdolali, April 2021 # # Last Mod : April 2021 # # # ############################################################################# Input directory: /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input Switch file: /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/switch_MPI Converting /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/*.cdl to NetCDF can't open file /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/*.cdl for reading: No such file or directory +--------------------+ | Grid preprocessor | +--------------------+ ***************************** *** WAVEWATCH III make *** ***************************** Main directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12 Scratch directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_grid Making makefile ... ***************************** *** WAVEWATCH III makefile *** ***************************** switch = /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/switch Checking all subroutines for modules (this may take a while) ... Processing ww3_grid --------------------- ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing scrip_iounitsmod [no w3adc] ad3 : processing scrip_timers [no w3adc] ad3 : processing scrip_constants [no w3adc] ad3 : processing w3servmd ad3 : processing scrip_errormod [no w3adc] ad3 : processing w3gsrumd ad3 : processing w3arrymd ad3 : processing scrip_netcdfmod [no w3adc] ad3 : processing scrip_grids [no w3adc] ad3 : processing scrip_remap_vars [no w3adc] ad3 : processing scrip_remap_conservative [no w3adc] ad3 : processing scrip_remap_read [no w3adc] ad3 : processing scrip_remap_write [no w3adc] ad3 : processing w3gdatmd ad3 : processing scrip_interface ad3 : processing wmscrpmd ad3 : processing w3idatmd ad3 : processing w3odatmd ad3 : processing w3dispmd ad3 : processing w3timemd ad3 : processing w3adatmd ad3 : processing w3nmlgridmd ad3 : processing wmmdatmd ad3 : processing w3flx1md ad3 : processing w3src4md ad3 : processing w3parall ad3 : processing w3triamd ad3 : processing w3snl1md ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing w3gridmd ad3 : processing ww3_grid Linking ww3_grid ********************** *** end of compilation *** ********************** Processing /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/ww3_grid_glo_5deg.inp Screen output routed to /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/work_c/ww3_grid_glo_5deg.out Processing /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/ww3_grid_points.inp Screen output routed to /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/work_c/ww3_grid_points.out +-------------------------------+ | Prep of NetCDF forcing fields | +-------------------------------+ ***************************** *** WAVEWATCH III make *** ***************************** Main directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12 Scratch directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_prnc Processing ww3_prnc --------------------- ad3 : processing w3fldsmd ad3 : processing w3tidemd ad3 : processing w3nmlprncmd ad3 : processing w3sdb1md ad3 : processing w3sbt1md ad3 : processing ww3_prnc Linking ww3_prnc ********************** *** end of compilation *** ********************** grid= glo_5deg Processing /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/ww3_prnc_glo_5deg_current.inp Screen output routed to /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/work_c/ww3_prnc_glo_5deg_current.out Processing /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/ww3_prnc_glo_5deg_ice.inp Screen output routed to /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/work_c/ww3_prnc_glo_5deg_ice.out Processing /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/ww3_prnc_glo_5deg_wind.inp Screen output routed to /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/work_c/ww3_prnc_glo_5deg_wind.out +--------------------+ | Main program | +--------------------+ ***************************** *** WAVEWATCH III make *** ***************************** Main directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12 Scratch directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_multi Making makefile ... ***************************** *** WAVEWATCH III makefile *** ***************************** switch = /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/switch new shared / distributed memory new message passing protocol Checking all subroutines for modules (this may take a while) ... Processing ww3_multi --------------------- ad3 : processing constants ad3 : processing scrip_kindsmod [no w3adc] ad3 : processing w3uqckmd ad3 : processing w3servmd ad3 : processing scrip_constants [no w3adc] ad3 : processing scrip_iounitsmod [no w3adc] ad3 : processing scrip_timers [no w3adc] ad3 : processing scrip_errormod [no w3adc] ad3 : processing w3cspcmd ad3 : processing w3arrymd ad3 : processing w3gsrumd ad3 : processing wmunitmd ad3 : processing scrip_netcdfmod [no w3adc] ad3 : processing scrip_grids [no w3adc] ad3 : processing scrip_remap_vars [no w3adc] ad3 : processing scrip_remap_conservative [no w3adc] ad3 : processing scrip_remap_write [no w3adc] ad3 : processing scrip_remap_read [no w3adc] ad3 : processing w3gdatmd ad3 : processing scrip_interface ad3 : processing w3odatmd ad3 : processing w3sbt1md ad3 : processing w3idatmd ad3 : processing wmscrpmd ad3 : processing wmmdatmd ad3 : processing w3adatmd ad3 : processing w3timemd ad3 : processing w3dispmd ad3 : processing w3fld1md ad3 : processing w3sdb1md ad3 : processing w3flx1md ad3 : processing wmfinlmd ad3 : processing w3fldsmd ad3 : processing w3src4md ad3 : processing w3nmlmultimd ad3 : processing w3partmd ad3 : processing w3fld2md ad3 : processing w3parall ad3 : processing w3snl1md ad3 : processing w3triamd ad3 : processing w3wdatmd ad3 : processing w3iogrmd ad3 : processing wmgridmd ad3 : processing w3iogomd ad3 : processing w3iopomd ad3 : processing w3iorsmd ad3 : processing w3iobcmd ad3 : processing w3updtmd ad3 : processing w3iosfmd ad3 : processing w3iotrmd ad3 : processing w3pro3md ad3 : processing w3profsmd ad3 : processing w3srcemd ad3 : processing wmupdtmd ad3 : processing w3wdasmd ad3 : processing w3initmd ad3 : processing wminiomd ad3 : processing w3wavemd ad3 : processing wmiopomd ad3 : processing wminitmd ad3 : processing wmwavemd ad3 : processing ww3_multi Linking ww3_multi ********************** *** end of compilation *** ********************** Processing /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/ww3_multi_grdset_c.inp Screen output copied to /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/work_c/ww3_multi.out *** WAVEWATCH III Multi-grid shell *** ================================================= Opening input file ww3_multi.inp (unit number 8) Opening output file log.mww3 (unit number 9) Comment character : '$' Number of grids : 1 Input data grids : 1 Single point output file : YES/-- Output server type : 1 Single point output proc : YES/-- Unified point output [points] Initializing grids ... Input grid information : nr extension lev. cur. wind ice tau rho data ------------------------------------------------------------ 1 glo_5deg --- X X X --- --- - - - ------------------------------------------------------------ Grid for point output : nr extension --------------- points --------------- Wave grid information : nr extension lev. cur. wind ice tau rho data move1 rnk grp dmp --------------------------------------------------------------------------------- 1 glo_5deg --- glo_5d glo_5d glo_5d --- --- - - - no 1 1 - ---------------------------------------------------------------------------------- Group information : nr grids (part of comm.) -------------------------------------------------------------------- 1 1 (0.0000-1.0000) -------------------------------------------------------------------- Time interval : -------------------------------------------------- Starting time : 2021/04/01 00:00:00 UTC Ending time : 2021/04/02 00:00:00 UTC Model settings : -------------------------------------------------- Masking computation in nesting : ---/NO Masking output in nesting : ---/NO Output requests : (ALL GRIDS) ================================================== Type 1 : Fields of mean wave parameters ----------------------------------------- From : 2021/04/01 03:00:00 UTC To : 2021/04/02 00:00:00 UTC Interval : 3:00:00 Fields : Current vel. Wind speed Ice concentration Wave height Mean wave period(+2) Mean wave period(+1) Peak frequency Mean wave dir. a1b1 Peak direction Part. wave height Part. peak period Part. mean direction Friction velocity Charnock parameter Type 2 : Point output ----------------------------------------- From : 2021/04/01 03:00:00 UTC To : 2021/04/02 00:00:00 UTC Interval : 3:00:00 Point 1 : -0.850780E+02 -0.194250E+02 32012 2 : -0.900000E+02 -0.550000E+02 34002 3 : -0.725220E+02 0.345020E+02 41001 4 : -0.749300E+02 0.318920E+02 41002 5 : -0.790990E+02 0.325010E+02 41004 6 : -0.808680E+02 0.314000E+02 41008 7 : -0.801850E+02 0.285080E+02 41009 8 : -0.784850E+02 0.288780E+02 41010 9 : -0.777430E+02 0.334360E+02 41013 10 : -0.784770E+02 0.338370E+02 41024 11 : -0.753630E+02 0.350250E+02 41025 12 : -0.796240E+02 0.328030E+02 41029 13 : -0.804060E+02 0.322790E+02 41033 14 : -0.773620E+02 0.339880E+02 41037 15 : -0.777150E+02 0.341410E+02 41038 16 : -0.530450E+02 0.145540E+02 41040 17 : -0.460930E+02 0.143110E+02 41041 18 : -0.648300E+02 0.211240E+02 41043 19 : -0.586300E+02 0.215820E+02 41044 20 : -0.683840E+02 0.238220E+02 41046 21 : -0.714940E+02 0.275140E+02 41047 22 : -0.695850E+02 0.318380E+02 41048 23 : -0.629380E+02 0.274900E+02 41049 24 : -0.650040E+02 0.182570E+02 41051 25 : -0.647630E+02 0.182490E+02 41052 26 : -0.654640E+02 0.182610E+02 41056 27 : -0.651570E+02 0.184760E+02 41058 28 : -0.510170E+02 0.148240E+02 41060 29 : -0.750950E+02 0.357780E+02 41062 30 : -0.759410E+02 0.347820E+02 41063 31 : -0.769490E+02 0.342070E+02 41064 32 : -0.780150E+02 0.337210E+02 41108 33 : -0.777170E+02 0.341410E+02 41110 34 : -0.812920E+02 0.307090E+02 41112 35 : -0.805340E+02 0.284000E+02 41113 36 : -0.801880E+02 0.285230E+02 41116 37 : -0.810800E+02 0.300000E+02 41117 38 : -0.805900E+02 0.286090E+02 41118 39 : -0.784830E+02 0.338420E+02 41119 40 : -0.769460E+02 0.342130E+02 41159 41 : -0.896500E+02 0.259610E+02 42001 42 : -0.937580E+02 0.260910E+02 42002 43 : -0.856150E+02 0.259250E+02 42003 44 : -0.875510E+02 0.300640E+02 42012 45 : -0.953500E+02 0.279060E+02 42019 46 : -0.966930E+02 0.269680E+02 42020 47 : -0.837410E+02 0.275050E+02 42022 48 : -0.830860E+02 0.260100E+02 42023 49 : -0.834750E+02 0.251710E+02 42026 50 : -0.944130E+02 0.292320E+02 42035 51 : -0.845160E+02 0.285010E+02 42036 52 : -0.860080E+02 0.287880E+02 42039 53 : -0.882260E+02 0.292080E+02 42040 54 : -0.948990E+02 0.289820E+02 42043 55 : -0.965000E+02 0.262170E+02 42045 56 : -0.940370E+02 0.278900E+02 42046 57 : -0.935970E+02 0.278970E+02 42047 58 : -0.939410E+02 0.221240E+02 42055 59 : -0.849460E+02 0.198120E+02 42056 60 : -0.814220E+02 0.169080E+02 42057 61 : -0.745600E+02 0.147750E+02 42058 62 : -0.674830E+02 0.152520E+02 42059 63 : -0.633540E+02 0.164130E+02 42060 64 : -0.812510E+02 0.245000E+02 42078 65 : -0.812420E+02 0.245350E+02 42079 66 : -0.665320E+02 0.178690E+02 42085 67 : -0.608480E+02 0.111850E+02 42087 68 : -0.605210E+02 0.113010E+02 42088 69 : -0.800610E+02 0.196990E+02 42089 70 : -0.695800E+02 0.184320E+02 42090 71 : -0.819670E+02 0.244070E+02 42095 72 : -0.836500E+02 0.257000E+02 42097 73 : -0.842750E+02 0.273450E+02 42099 74 : -0.904590E+02 0.266890E+02 42360 75 : -0.924900E+02 0.275500E+02 42361 76 : -0.906480E+02 0.277950E+02 42362 77 : -0.892200E+02 0.281600E+02 42363 78 : -0.880900E+02 0.290600E+02 42364 79 : -0.902830E+02 0.272070E+02 42369 80 : -0.882890E+02 0.285210E+02 42375 81 : -0.948980E+02 0.261290E+02 42390 82 : -0.900270E+02 0.271960E+02 42392 83 : -0.892400E+02 0.281570E+02 42394 84 : -0.907920E+02 0.264040E+02 42395 85 : -0.125032E+03 0.100510E+02 43010 86 : -0.691280E+02 0.432010E+02 44005 87 : -0.701410E+02 0.435250E+02 44007 88 : -0.692480E+02 0.405040E+02 44008 89 : -0.747020E+02 0.384570E+02 44009 90 : -0.665880E+02 0.410700E+02 44011 91 : -0.706510E+02 0.423460E+02 44013 92 : -0.748400E+02 0.366060E+02 44014 93 : -0.720490E+02 0.406930E+02 44017 94 : -0.701430E+02 0.422060E+02 44018 95 : -0.702790E+02 0.414930E+02 44020 96 : -0.737280E+02 0.408830E+02 44022 97 : -0.659120E+02 0.423270E+02 44024 98 : -0.731640E+02 0.402510E+02 44025 99 : -0.673000E+02 0.442830E+02 44027 100 : -0.705660E+02 0.425230E+02 44029 101 : -0.704260E+02 0.431790E+02 44030 102 : -0.693550E+02 0.437150E+02 44032 103 : -0.689960E+02 0.440550E+02 44033 104 : -0.681120E+02 0.441030E+02 44034 105 : -0.678760E+02 0.434970E+02 44037 106 : -0.735800E+02 0.409560E+02 44040 107 : -0.757150E+02 0.361990E+02 44056 108 : -0.737030E+02 0.403690E+02 44065 109 : -0.726440E+02 0.396180E+02 44066 110 : -0.730870E+02 0.406990E+02 44069 111 : -0.705400E+02 0.430200E+02 44073 112 : -0.754210E+02 0.360010E+02 44086 113 : -0.748380E+02 0.366120E+02 44088 114 : -0.753340E+02 0.377570E+02 44089 115 : -0.703290E+02 0.418400E+02 44090 116 : -0.737690E+02 0.397780E+02 44091 117 : -0.754920E+02 0.368720E+02 44093 118 : -0.753300E+02 0.357500E+02 44095 119 : -0.758090E+02 0.370230E+02 44096 120 : -0.711270E+02 0.409690E+02 44097 121 : -0.701680E+02 0.427980E+02 44098 122 : -0.757200E+02 0.369140E+02 44099 123 : -0.755940E+02 0.362600E+02 44100 124 : -0.620000E+02 0.422600E+02 44137 125 : -0.571000E+02 0.442400E+02 44139 126 : -0.640200E+02 0.425000E+02 44150 127 : -0.634000E+02 0.445000E+02 44258 128 : -0.147949E+03 0.562320E+02 46001 129 : -0.130537E+03 0.426120E+02 46002 130 : -0.136100E+03 0.509300E+02 46004 131 : -0.131079E+03 0.461340E+02 46005 132 : -0.137397E+03 0.407820E+02 46006 133 : -0.121019E+03 0.349560E+02 46011 134 : -0.160000E+03 0.577000E+02 46021 135 : -0.120967E+03 0.347140E+02 46023 136 : -0.119200E+03 0.330000E+02 46024 137 : -0.119053E+03 0.337630E+02 46025 138 : -0.121857E+03 0.357030E+02 46028 139 : -0.177708E+03 0.570180E+02 46035 140 : -0.122398E+03 0.367850E+02 46042 141 : -0.119506E+03 0.324040E+02 46047 142 : -0.120477E+03 0.342650E+02 46054 143 : -0.129951E+03 0.380940E+02 46059 144 : -0.146805E+03 0.605840E+02 46060 145 : -0.154987E+03 0.527650E+02 46066 146 : -0.120213E+03 0.336770E+02 46069 147 : 0.175153E+03 0.550820E+02 46070 148 : 0.179012E+03 0.511250E+02 46071 149 : -0.172088E+03 0.516720E+02 46072 150 : -0.172001E+03 0.550310E+02 46073 151 : -0.160817E+03 0.539830E+02 46075 152 : -0.147990E+03 0.595020E+02 46076 153 : -0.152582E+03 0.555560E+02 46078 154 : -0.150042E+03 0.579470E+02 46080 155 : -0.143372E+03 0.596810E+02 46082 156 : -0.137997E+03 0.583000E+02 46083 157 : -0.136102E+03 0.566220E+02 46084 158 : -0.142882E+03 0.558830E+02 46085 159 : -0.118052E+03 0.324990E+02 46086 160 : -0.125771E+03 0.459250E+02 46089 161 : -0.122029E+03 0.367510E+02 46092 162 : -0.122351E+03 0.367230E+02 46114 163 : -0.131220E+03 0.518300E+02 46147 164 : -0.131100E+03 0.536200E+02 46183 165 : -0.138850E+03 0.539100E+02 46184 166 : -0.129790E+03 0.524200E+02 46185 167 : -0.128770E+03 0.513800E+02 46204 168 : -0.134320E+03 0.541900E+02 46205 169 : -0.126000E+03 0.488400E+02 46206 170 : -0.129920E+03 0.508700E+02 46207 171 : -0.132690E+03 0.525200E+02 46208 172 : -0.123472E+03 0.379500E+02 46214 173 : -0.120783E+03 0.344540E+02 46218 174 : -0.119882E+03 0.332250E+02 46219 175 : -0.118634E+03 0.338550E+02 46221 176 : -0.118317E+03 0.336180E+02 46222 177 : -0.117391E+03 0.329330E+02 46225 178 : -0.117370E+03 0.327470E+02 46231 179 : -0.117421E+03 0.325300E+02 46232 180 : -0.117169E+03 0.325700E+02 46235 181 : -0.122096E+03 0.363430E+02 46239 182 : -0.145200E+03 0.500330E+02 46246 183 : -0.119559E+03 0.337610E+02 46251 184 : -0.118181E+03 0.335760E+02 46253 185 : -0.117267E+03 0.328680E+02 46254 186 : -0.119651E+03 0.334000E+02 46255 187 : -0.118201E+03 0.337000E+02 46256 188 : -0.120766E+03 0.344390E+02 46257 189 : -0.117501E+03 0.327520E+02 46258 190 : -0.121497E+03 0.347670E+02 46259 191 : -0.119004E+03 0.337040E+02 46262 192 : -0.151695E+03 0.574790E+02 46264 193 : -0.165475E+03 0.644730E+02 46265 194 : -0.153781E+03 0.235350E+02 51000 195 : -0.162000E+03 0.244530E+02 51001 196 : -0.157742E+03 0.170430E+02 51002 197 : -0.160662E+03 0.191720E+02 51003 198 : -0.152364E+03 0.176040E+02 51004 199 : -0.162075E+03 0.243610E+02 51101 200 : -0.158117E+03 0.216710E+02 51201 201 : -0.157678E+03 0.214150E+02 51202 202 : -0.157010E+03 0.207880E+02 51203 203 : -0.158124E+03 0.212810E+02 51204 204 : -0.156425E+03 0.210180E+02 51205 205 : -0.154970E+03 0.197800E+02 51206 206 : -0.157752E+03 0.214770E+02 51207 207 : -0.159574E+03 0.222850E+02 51208 208 : -0.170493E+03 -0.142640E+02 51209 209 : -0.157756E+03 0.214770E+02 51210 210 : -0.157959E+03 0.212970E+02 51211 211 : -0.158149E+03 0.213230E+02 51212 212 : -0.157003E+03 0.207500E+02 51213 213 : 0.144788E+03 0.133540E+02 52200 214 : 0.171392E+03 0.708300E+01 52201 215 : 0.144812E+03 0.136840E+02 52202 216 : 0.145662E+03 0.152680E+02 52211 217 : 0.134667E+03 0.763000E+01 52212 218 : -0.500000E+01 0.452300E+02 62001 219 : -0.124300E+02 0.487200E+02 62029 220 : -0.440000E+01 0.500000E+02 62050 221 : -0.290000E+01 0.499000E+02 62103 222 : -0.125700E+02 0.554200E+02 62105 223 : -0.610000E+01 0.501020E+02 62107 224 : 0.000000E+00 0.583000E+02 62114 225 : 0.700000E+00 0.540000E+02 62127 226 : 0.170000E+01 0.534000E+02 62144 227 : 0.280000E+01 0.531020E+02 62145 228 : 0.210000E+01 0.572000E+02 62146 229 : 0.150000E+01 0.536000E+02 62148 230 : 0.110000E+01 0.537000E+02 62149 231 : -0.847000E+01 0.475500E+02 62163 232 : 0.110000E+01 0.540000E+02 62165 233 : 0.000000E+00 0.504000E+02 62305 234 : 0.150000E+01 0.595000E+02 63110 235 : 0.100000E+01 0.611000E+02 63112 236 : 0.170800E+01 0.610000E+02 63113 237 : 0.130000E+01 0.616000E+02 63115 238 : 0.110000E+01 0.614000E+02 63117 239 : -0.114200E+02 0.590700E+02 64045 240 : -0.416700E+01 0.604830E+02 64046 Type 8 : Restart files second request ----------------------------------------- From : 2021/04/01 00:00:00 UTC To : 2021/04/02 00:00:00 UTC Interval : 3:00:00 Assigning resources : -------------------------------------------------- No (other) dedicated output processes. grid comp. grd pnt trk rst bpt prt ------------------------------------------------------------------- glo_5deg 00001-00024 00023 00022 ----- ----- ----- ----- ------------------------------------------------------------------- Unified point output at 00022 Initializations : -------------------------------------------------- Model number 1 [glo_5deg] Initializing wave model ... *** WAVEWATCH III WARNING IN W3IORS : NO READABLE RESTART FILE, INITIALIZE WITH 'CALM' INSTEAD IOSTAT = 29 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 Input data grid 1 [glo_5deg] Initializing grids ... water levels : file not needed currents : file OK winds : file OK ice fields : file OK momentum : file not needed air density : file not needed Computing relation to higher ranked grids Finished computing relation to higher ranked grids Additional group information No lower rank grid dependencies No same rank grid dependencies No higher rank grid dependencies Running the model : -------------------------------------------------- MWW3 calculating for 2021/04/01 00:00:00 UTC at 13:00:47 status [ 0- 0] Updating input for grid 1 at 2021/04/01 00:00:00 UTC Updating currents First updating glo_5deg Updating winds First updating glo_5deg Updating ice fields First updating glo_5deg Updating input for grid 1 at 2021/04/01 00:00:00 UTC Updating ice fields First updating glo_5deg MWW3 calculating for 2021/04/01 01:00:00 UTC at 13:00:48 status [ 5- 5] Updating input for grid 1 at 2021/04/01 01:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 02:00:00 UTC at 13:00:48 status [ 5- 5] Updating input for grid 1 at 2021/04/01 02:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 03:00:00 UTC at 13:00:48 status [ 5- 5] Updating input for grid 1 at 2021/04/01 03:00:00 UTC Updating currents First updating glo_5deg Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 04:00:00 UTC at 13:00:48 status [ 5- 5] Updating input for grid 1 at 2021/04/01 04:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 05:00:00 UTC at 13:00:48 status [ 5- 5] Updating input for grid 1 at 2021/04/01 05:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 06:00:00 UTC at 13:00:48 status [ 5- 5] Updating input for grid 1 at 2021/04/01 06:00:00 UTC Updating currents First updating glo_5deg Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 07:00:00 UTC at 13:00:48 status [ 5- 5] Updating input for grid 1 at 2021/04/01 07:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 08:00:00 UTC at 13:00:48 status [ 5- 5] Updating input for grid 1 at 2021/04/01 08:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 09:00:00 UTC at 13:00:49 status [ 5- 5] Updating input for grid 1 at 2021/04/01 09:00:00 UTC Updating currents First updating glo_5deg Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 10:00:00 UTC at 13:00:49 status [ 5- 5] Updating input for grid 1 at 2021/04/01 10:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 11:00:00 UTC at 13:00:49 status [ 5- 5] Updating input for grid 1 at 2021/04/01 11:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 12:00:00 UTC at 13:00:49 status [ 5- 5] Updating input for grid 1 at 2021/04/01 12:00:00 UTC Updating currents First updating glo_5deg Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 13:00:00 UTC at 13:00:49 status [ 5- 5] Updating input for grid 1 at 2021/04/01 13:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 14:00:00 UTC at 13:00:49 status [ 5- 5] Updating input for grid 1 at 2021/04/01 14:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 15:00:00 UTC at 13:00:49 status [ 5- 5] Updating input for grid 1 at 2021/04/01 15:00:00 UTC Updating currents First updating glo_5deg Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 16:00:00 UTC at 13:00:49 status [ 5- 5] Updating input for grid 1 at 2021/04/01 16:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 17:00:00 UTC at 13:00:50 status [ 5- 5] Updating input for grid 1 at 2021/04/01 17:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 18:00:00 UTC at 13:00:50 status [ 5- 5] Updating input for grid 1 at 2021/04/01 18:00:00 UTC Updating currents First updating glo_5deg Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 19:00:00 UTC at 13:00:50 status [ 5- 5] Updating input for grid 1 at 2021/04/01 19:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 20:00:00 UTC at 13:00:50 status [ 5- 5] Updating input for grid 1 at 2021/04/01 20:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 21:00:00 UTC at 13:00:50 status [ 5- 5] Updating input for grid 1 at 2021/04/01 21:00:00 UTC Updating currents First updating glo_5deg Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 22:00:00 UTC at 13:00:50 status [ 5- 5] Updating input for grid 1 at 2021/04/01 22:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/01 23:00:00 UTC at 13:00:50 status [ 5- 5] Updating input for grid 1 at 2021/04/01 23:00:00 UTC Updating winds First updating glo_5deg MWW3 calculating for 2021/04/02 00:00:00 UTC at 13:00:50 status [ 5- 5] MWW3 reached the end of the computation loop at 13:00:50 Initialization time : 0.31 s Elapsed time : 3.27 s End of program ======================================== WAVEWATCH III Multi-grid shell +--------------------+ | NC Gridded output | +--------------------+ ***************************** *** WAVEWATCH III make *** ***************************** Main directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12 Scratch directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounf Processing ww3_ounf --------------------- ad3 : processing w3iogomd ad3 : processing w3iopomd ad3 : processing w3iorsmd ad3 : processing w3nmlounfmd ad3 : processing w3metamd ad3 : processing w3initmd ad3 : processing w3ounfmetamd ad3 : processing ww3_ounf Linking ww3_ounf ********************** *** end of compilation *** ********************** Processing /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/ww3_ounf.inp Screen output routed to /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/work_c/ww3_ounf_glo_5deg.out NetCDF output files moved to ww3_ounf_glo_5deg +--------------------+ | GRIB Gridded output | +--------------------+ ***************************** *** WAVEWATCH III make *** ***************************** Main directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12 Scratch directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_grib Making makefile ... ***************************** *** WAVEWATCH III makefile *** ***************************** switch = /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_grib --------------------- ad3 : processing ww3_grib Linking ww3_grib ********************** *** end of compilation *** ********************** Processing /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/ww3_grib_glo_5deg.inp Screen output routed to /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/work_c/ww3_grib.inp_glo_5deg.out Warning: bitmask off everywhere. Pretend one point in jpcpack to avoid crash. Warning: bitmask off everywhere. Pretend one point in jpcpack to avoid crash. Warning: bitmask off everywhere. Pretend one point in jpcpack to avoid crash. GRIB output files moved to glo_5deg.grb2 +--------------------+ | NC Point output | +--------------------+ ***************************** *** WAVEWATCH III make *** ***************************** Main directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12 Scratch directory : /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/tmp Save source codes : yes Save listings : yes Shared Object : No [INFO] list of the programs selected : ww3_ounp Making makefile ... ***************************** *** WAVEWATCH III makefile *** ***************************** switch = /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/model12/bin/switch new GRIB package Checking all subroutines for modules (this may take a while) ... Processing ww3_ounp --------------------- ad3 : processing w3partmd ad3 : processing w3nmlounpmd ad3 : processing w3bullmd ad3 : processing ww3_ounp Linking ww3_ounp ********************** *** end of compilation *** ********************** Processing /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/ww3_ounp_points.inp Screen output routed to /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/work_c/ww3_ounp_points_points.out Files in /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/work_c : total 104425 -rw-r--r-- 1 Matthew.Masarik stmp 1588896 Oct 27 13:00 20210401.000000.restart.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 1588896 Oct 27 13:00 20210401.030000.restart.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 1588896 Oct 27 13:00 20210401.060000.restart.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 1588896 Oct 27 13:00 20210401.090000.restart.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 1588896 Oct 27 13:00 20210401.120000.restart.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 1588896 Oct 27 13:00 20210401.150000.restart.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 1588896 Oct 27 13:00 20210401.180000.restart.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 1588896 Oct 27 13:00 20210401.210000.restart.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 1588896 Oct 27 13:00 20210402.000000.restart.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 181776 Oct 27 13:00 current.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 29 Oct 27 13:01 finished -rw-r--r-- 1 Matthew.Masarik stmp 396511 Oct 27 13:01 glo_5deg.grb2 -rw-r--r-- 1 Matthew.Masarik stmp 20256 Oct 27 13:00 ice.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 4319 Oct 27 13:00 log.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 3722 Oct 27 13:00 log.mww3 -rw-r--r-- 1 Matthew.Masarik stmp 25612417 Oct 27 12:59 mod_def.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 40739013 Oct 27 12:59 mod_def.points lrwxrwxrwx 1 Matthew.Masarik stmp 102 Oct 27 13:00 ounfmeta.inp -> /scratch1/NCEPDEV/stmp2/Matthew.Masarik/ufs_projs/ww3_outid_fix/regtests/ww3_ufs1.1/input/ounfmeta.inp -rw-r--r-- 1 Matthew.Masarik stmp 1427114 Oct 27 13:00 out_grd.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 13968197 Oct 27 13:00 out_pnt.points -rw-r--r-- 1 Matthew.Masarik stmp 5181370 Oct 27 12:59 scrip.nc -rw-r--r-- 1 Matthew.Masarik stmp 4222802 Oct 27 12:59 ST4TABUHF2.bin -rw-r--r-- 1 Matthew.Masarik stmp 641 Oct 27 13:01 time_count.txt -rw-r--r-- 1 Matthew.Masarik stmp 153 Oct 27 13:00 times.CUR -rw-r--r-- 1 Matthew.Masarik stmp 34 Oct 27 13:00 times.ICE -rw-r--r-- 1 Matthew.Masarik stmp 425 Oct 27 13:00 times.WND -rw-r--r-- 1 Matthew.Masarik stmp 504848 Oct 27 13:00 wind.glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 131273 Oct 27 13:01 ww3.202104_tab.nc -rw-r--r-- 1 Matthew.Masarik stmp 2999 Oct 27 13:01 ww3_grib.inp_glo_5deg.out -rw-r--r-- 1 Matthew.Masarik stmp 16023 Oct 27 12:59 ww3_grid_glo_5deg.out -rw-r--r-- 1 Matthew.Masarik stmp 136575 Oct 27 12:59 ww3_grid_points.out -rw-r--r-- 1 Matthew.Masarik stmp 33215 Oct 27 13:00 ww3_multi.out drwxr-sr-x 2 Matthew.Masarik stmp 4096 Oct 27 13:01 ww3_ounf_glo_5deg -rw-r--r-- 1 Matthew.Masarik stmp 16700 Oct 27 13:01 ww3_ounf_glo_5deg.out -rw-r--r-- 1 Matthew.Masarik stmp 33942 Oct 27 13:01 ww3_ounp_points_points.out -rw-r--r-- 1 Matthew.Masarik stmp 2700 Oct 27 13:00 ww3_prnc_glo_5deg_current.out -rw-r--r-- 1 Matthew.Masarik stmp 1640 Oct 27 13:00 ww3_prnc_glo_5deg_ice.out -rw-r--r-- 1 Matthew.Masarik stmp 4956 Oct 27 13:00 ww3_prnc_glo_5deg_wind.out ================================== ======> END OF WAVEWATCH III <====== ================================== ************************************************************** * end of WAVEWATCH III matrix12 of regression tests * ************************************************************** _______________________________________________________________ Start Epilog v20.08.28 on node h16c30 for job 24596071 :: Wed Oct 27 13:01:48 UTC 2021 Job 24596071 (not serial) finished for user Matthew.Masarik in partition hera with exit code 0:0 _______________________________________________________________ End Epilogue v20.08.28 Wed Oct 27 13:01:48 UTC 2021