$ -------------------------------------------------------------------- $ $ WAVEWATCH III Grid preprocessor input file $ $ -------------------------------------------------------------------- $ 'Global Grid ' $ Frequency increment factor and first frequency (Hz) ---------------- $ $ number of frequencies (wavenumbers) and directions, relative offset $ of first direction in terms of the directional increment [-0.5,0.5]. $ In versions 1.18 and 2.22 of the model this value was by definiton 0, $ it is added to mitigate the GSE for a first order scheme. Note that $ this factor is IGNORED in the print plots in ww3_outp. $ 1.1 0.04118 25 24 0. $ $ Set model flags ---------------------------------------------------- $ $ - FLDRY Dry run (input/output only, no calculation). $ - FLCX, FLCY Activate X and Y component of propagation. $ - FLCTH, FLCK Activate direction and wavenumber shifts. $ - FLSOU Activate source terms. $ F T T T F T $ Set time steps ----------------------------------------------------- $ $ - Time step information (this information is always read) $ maximum global time step, maximum CFL time step for x-y and $ k-theta, minimum source term time step (all in seconds). $ $ NAMELIST INFO 3600. 500. 900. 80. &MISC CICE0 = 0.25, CICEN = 0.75, FLAGTR = 4 / &FLX3 CDMAX = 3.5E-3 , CTYPE = 0 / $ END OF NAMELIST INFO $ GRID INFORMATION $ Example for rectilinear grid with spherical (lon/lat) coordinate system. $ Note that for Cartesian coordinates the unit is meters (NOT km). $ 'RECT' T 'NONE' 361 159 1.0 1.0 1 -180.0 -78.0 1. 0.0 30.00 11 1 1 1 '(....)' 'NAME' 'global_1p0_bathy_new.dat' 21 0.01 1 1 '(....)' 'NAME' 'global_1p0_obst.dat' 22 1 1 '(....)' 'NAME' 'global_1p0_mask.dat' $ Close list by defining point (0,0) (mandatory) $ 0 0 F $ $ Excluded grid points from segment data ( FROM != PART ) $ First defined as lines, identical to the definition of the input $ boundary points, and closed the same way. $ 0 0 F $ $ Second, define a point in a closed body of sea points to remove $ the entire body of sea points. Also close by point (0,0) $ 0 0 $ Output boundary points --------------------------------------------- $ $ Output boundary points are defined as a number of straight lines, $ defined by its starting point (X0,Y0), increments (DX,DY) and number $ of points. A negative number of points starts a new output file. $ Note that this data is only generated if requested by the actual $ program. Example again for spherical grid in degrees. Note, these do $ not need to be defined for data transfer between grids in the multi $ grid driver. -15.00 24.75 0.0 0.25 158 -15.00 66.50 0.0 0.25 7 -15.00 68.00 0.25 0.0 111 13.5 68.00 0.25 0.0 7 44.0 12.00 0.25 0.0 73 62.0 12.25 0.0 0.25 52 -67.0 -49.75 0.25 0.0 -146 -30.25 -49.5 0.0 0.25 158 -76.00 35.00 0.25 0.0 -103 -50.00 34.75 0.0 -0.25 120 107.0 20.00 0.25 0.0 -13 111.0 20.00 0.25 0.0 209 163.0 19.75 0.0 -0.25 152 163.0 -18.0 -0.25 0.0 68 92.0 -18.0 0.25 0.0 122 92.0 -17.75 0.0 0.25 152 -6.0 4.5 0.0 -0.25 -171 -5.75 -38.0 0.25 0.0 168 36.0 -37.75 0.0 0.25 76 $ $ Close list by defining line with 0 points (mandatory) $ 0. 0. 0. 0. 0 $ $ -------------------------------------------------------------------- $ $ End of input file $ $ -------------------------------------------------------------------- $