$ -------------------------------------------------------------------- $ $ WAVEWATCH III Grid preprocessor input file $ $ -------------------------------------------------------------------- $ $ $ Grid name (C*30, in quotes) $ 'GLOBAL 0.25 ' $ $ 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]. $ 1.1 0.04118 25 24 0.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 T 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). $ 900.00 300.00 600.00 10.00 $ $ Start of namelist input section ------------------------------------ $ $ &SDS4 SDSCUM = 0.0 / &SIN2 ZWND = 0 / &SIC4 IC4METHOD = 8 / &OUTS E3D = 1, USSP = 1, IUSSP=3, STK_WN = 0.04, 0.11, 0.33 / &CALTYPE = '360_day' END OF NAMELISTS $ $ Define grid -------------------------------------------------------- $ $ IF ( RECTILINEAR GRID ) THEN $ 3 Grid increments SX, SY (degr.or m) and scaling (division) factor. 'RECT' T 'SMPL' 1440 720 0.25 0.25 1 -179.9833 -89.9833 1 -0.1 2.50 23 -1. 1 1 '(....)' 'NAME' '../topo/GLOBAL025_bottom.inp' 24 1 1 '(....)' 'NAME' '../topo/GLOBAL025_mapsta.inp' $ $ Close list by defining line with 0 points (mandatory) $ 0. 0. 0. 0. 0 $ -------------------------------------------------------------------- $ $ End of input file $ $ -------------------------------------------------------------------- $