$INPUTS ! ! Input file for scrip_coawst. ! The $INPUTS line is required at the top of this file. ! Edit this file to enter the correct information below. ! Then run this program as "scrip_coawst scrip_coawst_sandy.in" ! ! 1) Enter name of output netcdf4 file ! !OUTPUT_NCFILE='scrip_sandy_moving.nc' OUTPUT_NCFILE='scrip_sandy_static.nc' !OUTPUT_NCFILE='scrip_sandy_nowavenest.nc' ! 2) Enter total number of ROMS, SWAN, WW3, and WRF grids: ! NGRIDS_ROMS=2, NGRIDS_SWAN=2, NGRIDS_WW3=0, NGRIDS_WRF=2, ! 3) Enter name of the ROMS grid file(s): ! ROMS_GRIDS(1)='../../Projects/Sandy/Sandy_roms_grid.nc', ROMS_GRIDS(2)='../../Projects/Sandy/Sandy_roms_grid_ref3.nc', ! 4) Enter SWAN information: ! -the name(s) of the SWAN grid file(s) for coords and bathy. ! -the size of the SWAN grids (full number of center points), and ! -if the swan grids are Spherical(set cartesian=0) or ! Cartesian(set cartesian=1). ! SWAN_COORD(1)='../../Projects/Sandy/Sandy_swan_coord.grd', SWAN_COORD(2)='../../Projects/Sandy/Sandy_swan_coord_ref3.grd', SWAN_BATH(1)='../../Projects/Sandy/Sandy_swan_bathy.bot', SWAN_BATH(2)='../../Projects/Sandy/Sandy_swan_bathy_ref3.bot', SWAN_NUMX(1)=87, SWAN_NUMX(2)=116, SWAN_NUMY(1)=65, SWAN_NUMY(2)=86, CARTESIAN(1)=0, CARTESIAN(2)=0, ! 5) Enter WW3 information ! -the name(s) of the WW3 grid file(s) for x- y- coords and bathy. ! -the size of the WW3 grids (full number of grid center points). ! WW3_XCOORD(1)='../../Projects/Sandy/ww3_sandy_xcoord.dat', WW3_YCOORD(1)='../../Projects/Sandy/ww3_sandy_ycoord.dat', WW3_BATH(1)='../../Projects/Sandy/ww3_sandy_bathy.bot', WW3_NUMX(1)=84, WW3_NUMY(1)=64, ! 6) Enter the name of the WRF input grid(s). If the grid is a ! moving child nest then enter that grid name as 'moving'. ! Also provide the grid ratio, this is used for a moving nest. ! WRF_GRIDS(1)='../../Projects/Sandy/wrfinput_d01', WRF_GRIDS(2)='../../Projects/Sandy/wrfinput_d02', !WRF_GRIDS(2)='moving', PARENT_GRID_RATIO(1)=1, PARENT_GRID_RATIO(2)=3, PARENT_ID(1)=0 PARENT_ID(2)=1 ! ! The $END statement below is required ! $END