! -------------------------------------------------------------------- ! ! WAVEWATCH III - ww3_grid.nml - Grid pre-processing ! ! -------------------------------------------------------------------- ! ! -------------------------------------------------------------------- ! ! Define the spectrum parameterization via SPECTRUM_NML namelist ! ! * namelist must be terminated with / ! * definitions & defaults: ! SPECTRUM%XFR = 0. ! frequency increment ! SPECTRUM%FREQ1 = 0. ! first frequency (Hz) ! SPECTRUM%NK = 0 ! number of frequencies (wavenumbers) ! SPECTRUM%NTH = 0 ! number of direction bins ! SPECTRUM%THOFF = 0. ! relative offset of first direction [-0.5,0.5] ! -------------------------------------------------------------------- ! &SPECTRUM_NML SPECTRUM%XFR = 1.1 SPECTRUM%FREQ1 = 0.04118 SPECTRUM%NK = 25 SPECTRUM%NTH = 24 / ! -------------------------------------------------------------------- ! ! Define the run parameterization via RUN_NML namelist ! ! * namelist must be terminated with / ! * definitions & defaults: ! RUN%FLDRY = F ! dry run (I/O only, no calculation) ! RUN%FLCX = F ! x-component of propagation ! RUN%FLCY = F ! y-component of propagation ! RUN%FLCTH = F ! direction shift ! RUN%FLCK = F ! wavenumber shift ! RUN%FLSOU = F ! source terms ! -------------------------------------------------------------------- ! &RUN_NML RUN%FLCX = T RUN%FLCY = T RUN%FLCTH = T RUN%FLSOU = T / !------------------------------------------------------------------------! ! Define Time Steps &TIMESTEPS_NML TIMESTEPS%DTMAX = 3600. TIMESTEPS%DTXY = 500. TIMESTEPS%DTKTH = 900. TIMESTEPS%DTMIN = 80. / !--------------------------------------------------------------------------! !Define Grid Parameters &GRID_NML GRID%NAME = 'Medplus Grid ' GRID%NML = 'namelists.nml' GRID%TYPE = 'RECT' GRID%COORD = 'SPHE' GRID%CLOS = 'NONE' ! GRID%ZLIM = -0.10 ! GRID%DMIN = 2.5 GRID%ZLIM = 0.0 GRID%DMIN = 30.0 / &RECT_NML RECT%NX = 311 RECT%NY = 227 RECT%SX = 0.25 RECT%SY = 0.25 RECT%X0 = -15.250. RECT%Y0 = 11.750 &DEPTH_NML DEPTH%SF = 1 DEPTH%FILENAME = 'medplus_0p25_bathy.dat' / &MASK_NML MASK%FILENAME = 'medplus_0p25_mask.dat' / &OBST_NML OBST%SF = 0.01 OBST%FILENAME = 'medplus_0p25_obst.dat' / !------------------------------------------------------------------------------------! ! Input Boundary Conditions Medplus ! -------------------------------------------------------------------- ! &INBND_COUNT_NML INBND_COUNT%N_POINT = 12 / &INBND_POINT_NML INBND_POINT(1) = 2 53 F INBND_POINT(2) = 2 210 T INBND_POINT(3) = 2 220 F INBND_POINT(4) = 2 226 T INBND_POINT(5) = 3 226 F INBND_POINT(6) = 112 226 T INBND_POINT(7) = 116 226 F INBND_POINT(8) = 122 226 T INBND_POINT(9) = 238 2 F INBND_POINT(10) = 310 2 T INBND_POINT(11) = 310 2 F INBND_POINT(12) = 310 54 T /