! Station Extraction Parameters. ! !svn $Id: stations_bl_test.in 751 2015-01-07 22:56:36Z arango $ !========================================================= Hernan G. Arango === ! Copyright (c) 2002-2015 The ROMS/TOMS Group ! ! Licensed under a MIT/X style license ! ! See License_ROMS.txt ! !============================================================================== ! ! ! Input parameters can be entered in ANY order, provided that the parameter ! ! KEYWORD (usually, upper case) is typed correctly followed by "=" or "==" ! ! symbols. Any comment lines are allowed and must begin with an exclamation ! ! mark (!) in column one. Comments may appear to the right of a parameter ! ! specification to improve documentation. Comments will be ignored during ! ! reading. Blank lines are also allowed and ignored. Continuation lines in ! ! a parameter specification are allowed and must be preceded by a backslash ! ! (\). In some instances, more than one value is required for a parameter. ! ! If fewer values are provided, the last value is assigned for the entire ! ! parameter array. The multiplication symbol (*), without blank spaces in ! ! between, is allowed for a parameter specification. For example, in a two ! ! grids nested application: ! ! ! ! AKT_BAK == 2*1.0d-6 2*5.0d-6 ! m2/s ! ! ! ! indicates that the first two entries of array AKT_BAK, in fortran column- ! ! major order, will have the same value of "1.0d-6" for grid 1, whereas the ! ! next two entries will have the same value of "5.0d-6" for grid 2. ! ! ! ! In multiple levels of nesting and/or multiple connected domains step-ups, ! ! "Ngrids" entries are expected for some of these parameters. In such case, ! ! the order of the entries for a parameter is extremely important. It must ! ! follow the same order (1:Ngrids) as in the state variable declaration. The ! ! USER may follow the above guidelines for specifying his/her values. These ! ! parameters are marked by "==" plural symbol after the KEYWORD. ! ! ! !============================================================================== ! ! Switch to control the writing of stations data within nested and/or multiple ! connected grids, [1:Ngrids]. Lstations == T ! Logical switches (TRUE/FALSE) to activate writing of fields in STATION ! output file, [Sout(:,ng), ng=1, Ngrids]. Sout(idUvel) == T ! u 3D U-velocity Sout(idVvel) == T ! v 3D V-velocity Sout(idu3dE) == F ! u_eastward 3D U-eastward at RHO-points Sout(idv3dN) == F ! v_northward 3D V-nortward at RHO-points Sout(idWvel) == T ! w 3D W-velocity Sout(idOvel) == F ! omega 3D omega vertical velocity Sout(idUbar) == T ! ubar 2D U-velocity Sout(idVbar) == T ! vbar 2D V-velocity Sout(idu2dE) == F ! ubar_eastward 2D U-eastward at RHO-points Sout(idv2dN) == F ! vbar_northward 2D V-northward at RHO-points Sout(idFsur) == T ! zeta free-surface Sout(idBath) == F ! bath time-dependent bathymetry Sout(idTvar) == T T ! temp, salt, ... all (NT) tracers Sout(idUsms) == F ! sustr surface U-stress Sout(idVsms) == F ! svstr surface V-stress Sout(idUbms) == F ! bustr bottom U-stress Sout(idVbms) == F ! bvstr bottom V-stress Sout(idUbrs) == F ! bustrc bottom U-current stress Sout(idVbrs) == F ! bvstrc bottom V-current stress Sout(idUbws) == F ! bustrw bottom U-wave stress Sout(idVbws) == F ! bvstrw bottom V-wave stress Sout(idUbcs) == F ! bustrcwmax bottom max wave-current U-stress Sout(idVbcs) == F ! bvstrcwmax bottom max wave-current V-stress Sout(idUbot) == F ! Ubot bed wave orbital U-velocity Sout(idVbot) == F ! Vbot bed wave orbital V-velocity Sout(idUbur) == F ! Ur bottom U-velocity above bed Sout(idVbvr) == F ! Vr bottom V-velocity above bed Sout(idW2xx) == F ! Sxx_bar 2D radiation stress, Sxx component Sout(idW2xy) == F ! Sxy_bar 2D radiation stress, Sxy component Sout(idW2yy) == F ! Syy_bar 2D radiation stress, Syy component Sout(idU2rs) == F ! Ubar_Rstress 2D radiation U-stress Sout(idV2rs) == F ! Vbar_Rstress 2D radiation V-stress Sout(idU2Sd) == F ! ubar_stokes 2D U-Stokes velocity Sout(idV2Sd) == F ! vbar_stokes 2D V-Stokes velocity Sout(idW3xx) == F ! Sxx 3D radiation stress, Sxx component Sout(idW3xy) == F ! Sxy 3D radiation stress, Sxy component Sout(idW3yy) == F ! Syy 3D radiation stress, Syy component Sout(idW3zx) == F ! Szx 3D radiation stress, Szx component Sout(idW3zy) == F ! Szy 3D radiation stress, Szy component Sout(idU3rs) == F ! u_Rstress 3D U-radiation stress Sout(idV3rs) == F ! v_Rstress 3D V-radiation stress Sout(idU3Sd) == F ! u_stokes 3D U-Stokes velocity Sout(idV3Sd) == F ! v_stokes 3D V-Stokes velocity Sout(idWamp) == F ! Hwave wave height Sout(idWlen) == F ! Lwave wave length Sout(idWdir) == F ! Dwave wave direction Sout(idWptp) == F ! Pwave_top wave surface period Sout(idWpbt) == F ! Pwave_bot wave bottom period Sout(idWorb) == F ! Ub_swan wave bottom orbital velocity Sout(idWdis) == F ! Wave_dissip wave dissipation Sout(idPair) == T ! Pair surface air pressure Sout(idUair) == T ! Uair surface U-wind component Sout(idVair) == T ! Vair surface V-wind component Sout(idTsur) == F F ! shflux, ssflux surface net heat and salt flux Sout(idLhea) == F ! latent latent heat flux Sout(idShea) == F ! sensible sensible heat flux Sout(idLrad) == F ! lwrad longwave radiation flux Sout(idSrad) == F ! swrad shortwave radiation flux Sout(idEmPf) == F ! EminusP E-P flux Sout(idevap) == F ! evaporation evaporation rate Sout(idrain) == F ! rain precipitation rate Sout(idDano) == F ! rho density anomaly Sout(idVvis) == F ! AKv vertical viscosity Sout(idTdif) == F ! AKt vertical T-diffusion Sout(idSdif) == F ! AKs vertical Salinity diffusion Sout(idHsbl) == F ! Hsbl depth of surface boundary layer Sout(idHbbl) == F ! Hbbl depth of bottom boundary layer Sout(idMtke) == F ! tke turbulent kinetic energy Sout(idMtls) == F ! gls turbulent length scale ! Logical switches (TRUE/FALSE) to activate writing of exposed sediment ! layer properties into STATIONS output file. Currently, MBOTP properties ! are expected for the bottom boundary layer and/or sediment models: ! ! idBott( 1=isd50) grain_diameter mean grain diameter ! idBott( 2=idens) grain_density mean grain density ! idBott( 3=iwsed) settling_vel mean settling velocity ! idBott( 4=itauc) erosion_stress critical erosion stress ! idBott( 5=irlen) ripple_length ripple length ! idBott( 6=irhgt) ripple_height ripple height ! idBott( 7=ibwav) bed_wave_amp wave excursion amplitude ! idBott( 8=izdef) Zo_def default bottom roughness ! idBott( 9=izapp) Zo_app apparent bottom roughness ! idBott(10=izNik) Zo_Nik Nikuradse bottom roughness ! idBott(11=izbio) Zo_bio biological bottom roughness ! idBott(12=izbfm) Zo_bedform bed form bottom roughness ! idBott(13=izbld) Zo_bedload bed load bottom roughness ! idBott(14=izwbl) Zo_wbl wave bottom roughness ! idBott(15=iactv) active_layer_thickness active layer thickness ! idBott(16=ishgt) saltation saltation height ! ! 1 1 1 1 1 1 1 ! 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 Sout(idBott) == F F F F F F F F F F F F F F F F ! Number of stations to process in each nested grid. These values are ! essential because the station arrays are dynamically allocated using ! these values, [1:Ngrids]. NSTATION == 87 ! Station locations for all grids in any desired order. The horizontal ! location for a particular station may be specified in terms of fractional ! (I,J) grid pairs (FLAG=0) or (longitude,latitude) grid pairs (FLAG=1). ! Here, FLAG is a special switch and may be used for multiple purposes. ! The GRID column indicates nested grid number to process. This value must ! be one in non-nested applications. The COMMENT section is ignored during ! reading and may be used to help documentation. POS = GRID FLAG X-POS Y-POS COMMENT 1 1 -124.047 46.282 ! 9440581: Cape Disappointment, WA actual lon/lat -124.047 46.282 1 1 -124.637 47.913 ! 9442396: La Push, WA actual lon/lat -124.637 47.913 1 1 -124.612 48.370 ! 9443090: Neah Bay, WA actual lon/lat -124.612 48.370 1 1 -123.967 46.708 ! 9440910: Toke Point, WA actual lon/lat -123.967 46.708 1 1 -124.105 46.904 ! 9441102: Westport, WA actual lon/lat -124.105 46.904 1 1 -123.768 46.207 ! 9439040: Astoria, OR actual lon/lat -123.768 46.207 1 1 -124.337 43.351 ! 9432780: Charleston, OR actual lon/lat -124.337 43.351 1 0 293.5 691.5 ! 9437540: Garibaldi, OR actual lon/lat -123.918 45.553 1 1 -124.498 42.739 ! 9431647: Port Orford, OR actual lon/lat -124.498 42.739 1 1 -124.045 44.625 ! 9435380: South Beach, OR actual lon/lat -124.045 44.625 1 1 -123.712 38.915 ! 9416841: Arena Cove, CA actual lon/lat -123.712 38.915 1 1 -124.185 41.745 ! 9419750: Crescent City, CA actual lon/lat -124.185 41.745 1 1 -117.258 32.870 ! 9410230: La Jolla, CA actual lon/lat -117.258 32.870 1 1 -118.273 33.720 ! 9410660: Los Angeles, CA actual lon/lat -118.273 33.720 1 0 255.5 429.5 ! 9413450: Monterey, CA actual lon/lat -121.888 36.605 1 0 246.5 559.5 ! 9418767: North Spit, CA actual lon/lat -124.217 40.766 1 1 -120.673 34.468 ! 9411406: Oil Platform Harvest, CA actual lon/lat -120.673 34.468 1 1 -122.977 37.997 ! 9415020: Point Reyes, CA actual lon/lat -122.977 37.997 1 1 -120.753 35.168 ! 9412110: Port San Luis, CA actual lon/lat -120.753 35.168 1 0 316.5 277.5 ! 9410170: San Diego, CA actual lon/lat -117.173 32.713 1 1 -122.465 37.807 ! 9414290: San Francisco, CA actual lon/lat -122.465 37.807 1 1 -119.692 34.408 ! 9411340: Santa Barbara, CA actual lon/lat -119.692 34.408 1 1 -118.498 34.007 ! 9410840: Santa Monica, CA actual lon/lat -118.498 34.007 1 1 -123.179 48.332 ! 46088: New Dungeness, WA actual lon/lat -123.167 48.333 1 1 -124.726 48.493 ! 46087: Neah Bay, WA actual lon/lat -124.728 48.494 1 1 -124.742 47.353 ! 46041: Cape Elizabeth, WA actual lon/lat -124.731 47.353 1 1 -131.079 46.134 ! 46005: West Washington, WA actual lon/lat -131.000 45.958 1 1 -125.771 45.925 ! 46089: Tillamook, WA actual lon/lat -125.830 45.889 1 1 -124.485 46.143 ! 46029: Columbia River Bar, WA actual lon/lat -124.510 46.144 1 1 -124.515 44.677 ! 46050: Stonewall Bank, OR actual lon/lat -124.534 44.639 1 1 -124.300 44.642 ! 46094: NH-10, OR actual lon/lat -124.304 44.633 1 1 -130.537 42.612 ! 46002: West Oregon 275NW of Coos B, OR actual lon/lat -130.490 42.614 1 1 -124.818 42.732 ! 46015: Port Orford, OR actual lon/lat -124.823 42.747 1 1 -124.380 41.852 ! 46027: St George, OR actual lon/lat -124.381 41.850 1 1 -124.529 40.712 ! 46022: Eel River, CA actual lon/lat -124.531 40.720 1 1 -123.974 39.231 ! 46014: Point Arena, CA actual lon/lat -123.974 39.235 1 1 -123.303 38.253 ! 46013: Bodega Bay, CA actual lon/lat -123.301 38.242 1 1 -122.839 37.754 ! 46026: San Francisco, CA actual lon/lat -122.833 37.759 1 1 -122.881 37.356 ! 46012: Half Moon Bay, CA actual lon/lat -122.881 37.363 1 1 -122.398 36.785 ! 46042: Monterey, 27NM, CA actual lon/lat -122.404 36.789 1 1 -121.949 36.760 ! 46236: Monterey Canyon Outer, CA actual lon/lat -121.947 36.761 1 1 -129.951 38.094 ! 46059: West California, CA actual lon/lat -129.898 38.050 1 1 -122.351 36.723 ! 46114: West Monterey Bay, CA actual lon/lat -122.350 36.717 1 1 -121.905 35.774 ! 46028: Cape San Martin, CA actual lon/lat -121.884 35.741 1 1 -121.019 34.956 ! 46011: Santa Maria, CA actual lon/lat -121.019 34.956 1 1 -120.477 34.265 ! 46054: West Santa Barbara, CA actual lon/lat -120.459 34.274 1 1 -119.853 34.252 ! 46053: East Santa Barbara, CA actual lon/lat -119.841 34.248 1 1 -120.213 33.677 ! 46069: South Santa Rosa, CA actual lon/lat -120.200 33.670 1 1 -119.053 33.749 ! 46025: Santa Monica Basin, CA actual lon/lat -119.053 33.749 1 1 -119.506 32.404 ! 46047: Tanner Banks, CA actual lon/lat -119.536 32.403 1 1 -118.052 32.499 ! 46086: San Clementine Basin, CA actual lon/lat -118.034 32.491 1 1 -124.264 46.038 ! ogi01: OGI-01, OR actual lon/lat -124.264 46.038 1 1 -124.127 46.173 ! 46096: Saturn02, OR actual lon/lat -124.127 46.173 1 1 -123.4417 48.125 ! 9444090 Port Angeles, WA 1 1 -124.9700 46.850 ! 46100 OOI Washington Line, WA offshore 1 1 -124.566 46.986 ! 46099 OOI Washington Line, WA shelf 1 1 -124.2700 47.130 ! OOI_CE06ISSM Grays Harbor, OOI Washington Line, WA inshore 1 1 -123.759 46.204 ! SEFO3 Saturn #4 at Mott Basin 1 1 -123.941 46.2 ! SETO3 Saturn #3 1 1 -124.128 46.216 ! 46243 Clatsop Spit, OR 1 1 -124.644 46.133 ! 46248 Astoria Canyon, OR 1 1 -124.244 46.858 ! 46211 Grays Harbor, WA 1 1 -124.547 43.769 ! 46229 UMPQUA offhsore, OR 1 1 -124.225 43.76 ! 46261 Reedsport, OR 1 1 -124.29 43.586 ! 46260 Lakeside, OR 1 1 -124.357 40.896 ! 46244 Humboldt Bay, North Spit, CA 1 1 -124.732 40.295 ! 46213 Cape Mendocino, CA 1 1 -122.635 37.786 ! 46237 San Francisco Bar, CA 1 1 -122.029 36.751 ! 46092 MBM1 1 1 -121.907 36.626 ! 46240 Cabrillo Point, Monterey Bay, CA 1 1 -122.096 36.343 ! 46239 Point Sur, CA 1 1 -120.859 35.204 ! 46215 Diablo Canyon, CA 1 1 -121.497 34.767 ! 46259 Santa Lucia Escarpment, CA 1 1 -120.783 34.454 ! 46218 Harvest, CA 1 1 -119.435 34.167 ! 46217 Anacapa Passage, CA 1 1 -119.559 33.761 ! 46251 Santa Cruz Basin, CA 1 1 -119.004 33.704 ! 46262 Santa Barbara Island North, CA 1 1 -118.634 33.855 ! 46221 Santa Monica Bay, CA 1 1 -119.882 33.225 ! 46219 San Nicolas Island, CA 1 1 -117.425 32.517 ! 46232 Point Loma South, CA 1 1 -117.501 32.752 ! 46258 Mission Bay West, CA 1 1 -117.391 32.933 ! 46225 Torrey Pines Outer, CA 1 1 -117.472 33.178 ! 46224 Oceanside Offshore, CA 1 1 -117.439 33.22 ! 46242 Camp Penleton Nearshore, CA 1 1 -118.181 33.576 ! 46253 San Pedro South, CA 1 1 -118.317 33.618 ! 46222 San Pedro, CA 1 1 -118.201 33.7 ! 46256 Long Beach Channel, CA !