Download Sparse Hydrodynamic Ocean Code V5199 User Manual
Transcript
SHOC User Manual # Applies a Shapiro filter to selected tendencies. FILTERING ADVECT # 1st order Shapiro filter applied to # momentum advection tendencies. # Sets the model configuration to be V1562 with previous # versions of SHOC. Backwards incompatibility may be due to # bugfixes in the code, or implementation of improved numerics. # The backwards compatibility is currently defines as: COMPATIBLE V1246 # Pre v1246: global boundary cells include # R_EDGE and F_EDGE OUTSIDE cells. V1283 # Pre v1283: Numerous bugfixes for multiple # windows are not included. Refer to Revision # History Nov 16 2009, v1283-1331. V1562 # Pre v1562: swr added explicitly to the water # column. V1598 # Pre v1598: wtop uses 2D detadt and low order # approximations. U1 and u2 = 0 above the free # surface for horizontal fluxes. V4201 # Run with 32 bit netCDF output (default is # 64 bit). # Exclude certain points in the # statistic, sediment transport EXCLUDE_PROCESS_POINTS <n> i1 j1 CODE1 i2 j2 CODE2 . . in jn CODEn EXCLUDE_BGCSED e.g. EXCLUDE_BGCSED 3 (0,3)-(82,69) (184,3)-(248,69) 248 131 MOM_CONVERT ROMS_CONVERT 20/08/2015 momgrid romsgrid model domain from wave, tracer or biogeochemical computations. # Number of points to exclude # i1 j1 are (i,j) locations of # the cell to exclude. # CODE is a list of keywords: # EX_WAVE to exclude waves # EX_TRST for tracer statistics # EX_SED for sediment transport # EX_BGC for biogeochemistry # EX_SED & EX_BCG using blocks # Set a series of rectangular regions to # exclude BGC and sediments. # Convert the input file to a # MOM4 compatible grid_spec.nc # Output file is momgrid_spec.nc. # Convert the input file to a # ROMS compatible file. Output # file is romsgrid_roms.nc. Page 18 of 185 Version: 1.00