! Station Extraction Parameters. ! !svn $Id: stations_test_head.in 254 2016-06-06 23:02:59Z arango $ !========================================================= Hernan G. Arango === ! Copyright (c) 2002-2016 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) == F ! ubar 2D U-velocity Sout(idVbar) == F ! 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. Sout(isd50) == F ! grain_diameter mean grain diameter Sout(idens) == F ! grain_density mean grain density Sout(iwsed) == F ! settling_vel mean settling velocity Sout(itauc) == F ! erosion_stress critical erosion stress Sout(irlen) == F ! ripple_length ripple length Sout(irhgt) == F ! ripple_height ripple height Sout(ibwav) == F ! bed_wave_amp wave excursion amplitude Sout(izdef) == F ! Zo_def default bottom roughness Sout(izapp) == F ! Zo_app apparent bottom roughness Sout(izNik) == F ! Zo_Nik Nikuradse bottom roughness Sout(izbio) == F ! Zo_bio biological bottom roughness Sout(izbfm) == F ! Zo_bedform bed form bottom roughness Sout(izbld) == F ! Zo_bedload bed load bottom roughness Sout(izwbl) == F ! Zo_wbl wave bottom roughness Sout(iactv) == F ! active_layer_t... active layer thickness Sout(ishgt) == F ! saltation saltation height ! 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 == 209 ! 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 0 218 279 "PORTS cb1301 -Chesapeake City Currents" 1 0 229 279 "PORTS 8573927 -Chesapeake City" 1 0 186 276 "HIST h000001 -Courthouse Point" 1 0 180 260 "HIST h000002 -Town Point" 1 0 184 245 "HIST h000003 -Grove Neck" 1 0 178 237 "HIST h000004 -Shad Battery" 1 0 174 232 "HIST h000005 -Pooles Island" 1 0 178 227 "HIST h000006 -Upper Chesapeake Range" 1 0 146 216 "NWLON 8574680 -Baltimore" 1 0 150 216 "PORTS 8574728 -Baltimore Key Bridge" 1 0 185 222 "PORTS 8573364 -Tolchester Beach" 1 0 158 214 "HIST h000007 -Brewerton Channel" 1 0 174 215 "PORTS cb1201 -Tolchester Front Range" 1 0 172 204 "HIST h000008 -Craighill Entrance" 1 0 166 196 "NWLON 8575512 -Annapolis" 1 0 178 199 "PORTS cb1101 -Chesapeake Channe LLB 92" 1 0 167 195 "HIST h000009 -Spa Creek" 1 0 173 192 "NCDC tplm2 -Thomas Point Light" 1 0 181 185 "HIST h000010 -Poplar Island" 1 0 209 179 "HIST h000011 -Choptank River Entrance" 1 0 185 180 "HIST h000012 -Sharps Island" 1 0 258 173 "HIST h000013 -N of Cambridge" 1 0 258 172 "NWLON 8571892 -Cambridge" 1 0 171 164 "PORTS cb1001 -Cove Point LNG Pier & 8577018" 1 0 267 1 "NWLON 8570283 -Ocean City" 1 0 174 153 "HIST h000014 -Cedar Point" 1 0 102 129 "HIST h000015 -Dahlgren" 1 0 158 158 "NWLON 8577330 -Solomons Island" 1 0 120 133 "HIST h000016 -Kettle Bottom" 1 0 217 141 "NWLON 8571421 -Bishops Head" 1 0 147 133 "PORTS 8578240 -Piney Point" 1 0 148 132 "PORTS cb0901 -Potomac River Midchannel LWB" 1 0 160 129 "NWLON 8635750 -Lewisetta" 1 0 172 129 "HIST h000017 -Potomac River Entrance" 1 0 183 119 "HIST h000018 -Smith Point Light" 1 0 180 106 "PORTS cb0801 -Rappahannock Shoal Channel LBB" 1 0 164 101 "PORTS 8636580 -Windmill Point" 1 0 243 33 "NWLON 8631044 -Wachapreague" 1 0 174 99 "HIST h000019 -E of Windmill Point" 1 0 194 99 "HIST h000020 -Rappahannock Channel Buoy 50" 1 0 197 95 "PORTS 8632837 -Rappahannock Light" 1 0 189 86 "HIST h000021 -Buoy 42" 1 0 162 70 "PORTS 8637611 -York River East Range Lt." 1 0 185 68 "HIST h000022 -York Spit Buoy 35" 1 0 155 69 "HIST h000023 -E of Yorktown USCG Training Center" 1 0 145 68 "NWLON 8637689 -Yorktown USCG Training Center" 1 0 168 63 "HIST h000024 -York River Entrance Buoy 8" 1 0 197 56 "NWLON 8632200 -Kiptopeke Beach" 1 0 180 58 "PORTS cb0201 -York Spit LLB 22" 1 0 194 48 "HIST h000025 -S of Kiptopeke Beach" 1 0 179 47 "HIST h000026 -CBBT Buoy 14" 1 0 163 52 "PORTS cb0301 -Thimble Shoal LB 18" 1 0 157 52 "PORTS 8638614 -Willoughby Degaussing Station" 1 0 178 40 "HIST h000027 -Cape Henry Buoy 5" 1 0 168 44 "NWLON 8638863 -Chesapeake Bay Bridge Tunnel" 1 0 154 51 "PORTS cb0402 -Naval Station Norfolk LB" 1 0 142 51 "PORTS cb0701 -Dominion Terminal & 8638511" 1 0 174 40 "PORTS cb0102 -Cape Henry LB 2CH" 1 0 145 51 "PORTS cb0601 -Newport News Channel LB 14" 1 0 152 50 "HIST h000028 -W of Sewells Point" 1 0 153 50 "NWLON 8638610 -Sewells Point" 1 0 172 38 "PORTS 8638999 -Cape Henry" 1 0 189 24 "PORTS 8638979 -Chesapeake Light Tower" 1 0 150 46 "PORTS 8638595 -South Craney Island" 1 0 162 156 "HIST h000029 -Solomons Island currents" 1 0 180 240 ! Current CBOS North Bay Buoy station 1 0 178 42 ! Bay Program T/S station CB7.4 1 0 171 67 ! Bay Program T/S station CB6.4 1 0 178 85 ! Bay Program T/S station CB6.3 1 0 178 99 ! Bay Program T/S station CB6.1 1 0 178 114 ! Bay Program T/S station CB5.4 1 0 181 138 ! Bay Program T/S station CB5.2 1 0 179 164 ! Bay Program T/S station CB4.4 1 0 183 180 ! Bay Program T/S station CB4.2C 1 0 186 189 ! Bay Program T/S station CB4.1C 1 0 176 217 ! Bay Program T/S station CB3.2 1 0 175 234 ! Bay Program T/S station CB2.2 1 0 174 253 ! Bay Program T/S station CB2.1 1 0 146 51 ! Bay Program T/S station LE5.4 1 0 91 51 ! Bay Program T/S station RET5.2 1 0 150 69 ! Bay Program T/S station LE4.3 1 0 162 76 ! Bay Program T/S station WE4.1 1 0 145 102 ! Bay Program T/S station LE3.4 1 0 115 102 ! Bay Program T/S station LE3.1 1 0 163 131 ! Bay Program T/S station LE2.3 1 0 143 131 ! Bay Program T/S station LE2.2 1 0 97 133 ! Bay Program T/S station RET2.4 1 0 162 156 ! Bay Program T/S station LE1.4 1 0 146 157 ! Bay Program T/S station LE1.3 1 0 114 157 ! Bay Program T/S station LE1.1 1 0 150 216 ! Bay Program T/S station WT5.1 1 0 158 230 ! Bay Program T/S station WT2.1 1 0 159 255 ! Bay Program T/S station CB1.1 1 0 214 202 ! Bay Program T/S station ET4.2 1 0 205 192 ! Bay Program T/S station EE1.1 1 0 205 179 ! Bay Program T/S station EE2.1 1 0 259 174 ! Bay Program T/S station ET5.2 1 0 227 138 ! Bay Program T/S station EE3.1 1 0 227 125 ! Bay Program T/S station EE3.2 1 0 242 119 ! Bay Program T/S station EE3.4 1 0 234 111 ! Bay Program T/S station EE3.5 1 1 -75.998841 36.996644 ! Bay axis transect points 1 1 -76.068393 37.110738 ! Bay axis transect points 1 1 -76.122488 37.238255 ! Bay axis transect points 1 1 -76.145672 37.419463 ! Bay axis transect points 1 1 -76.134080 37.607383 ! Bay axis transect points 1 1 -76.130216 37.802013 ! Bay axis transect points 1 1 -76.161128 38.010067 ! Bay axis transect points 1 1 -76.234544 38.151007 ! Bay axis transect points 1 1 -76.307960 38.291946 ! Bay axis transect points 1 1 -76.362056 38.432886 ! Bay axis transect points 1 1 -76.404560 38.607383 ! Bay axis transect points 1 1 -76.423879 38.775168 ! Bay axis transect points 1 1 -76.392968 38.942953 ! Bay axis transect points 1 1 -76.342736 39.104027 ! Bay axis transect points 1 1 -76.277048 39.238255 ! Bay axis transect points 1 1 -76.195904 39.338926 ! Bay axis transect points 1 1 -76.095440 39.399329 ! Bay axis transect points 1 1 -76.025889 39.439597 ! Bay axis transect points 1 1 -75.935954 39.487529 ! Bay axis transect points 1 1 -75.872992 39.526615 ! Bay axis transect points 1 1 -75.996173 36.936878 ! Bay across transect-1 points 1 1 -75.992694 36.960640 ! Bay across transect-1 points 1 1 -75.986898 36.981762 ! Bay across transect-1 points 1 1 -75.982260 37.005524 ! Bay across transect-1 points 1 1 -75.977623 37.029286 ! Bay across transect-1 points 1 1 -75.972985 37.050408 ! Bay across transect-1 points 1 1 -75.969507 37.071530 ! Bay across transect-1 points 1 1 -76.236652 37.379437 ! Bay across transect-2 points 1 1 -76.199992 37.358041 ! Bay across transect-2 points 1 1 -76.165950 37.336646 ! Bay across transect-2 points 1 1 -76.131909 37.309902 ! Bay across transect-2 points 1 1 -76.100486 37.283157 ! Bay across transect-2 points 1 1 -76.066445 37.261762 ! Bay across transect-2 points 1 1 -76.032403 37.240366 ! Bay across transect-2 points 1 1 -76.225081 37.892927 ! Bay across transect-3 points 1 1 -76.192781 37.914323 ! Bay across transect-3 points 1 1 -76.167403 37.935718 ! Bay across transect-3 points 1 1 -76.139717 37.962462 ! Bay across transect-3 points 1 1 -76.112031 37.989207 ! Bay across transect-3 points 1 1 -76.086653 38.015951 ! Bay across transect-3 points 1 1 -76.386320 38.400840 ! Bay across transect-4 points 1 1 -76.372864 38.410640 ! Bay across transect-4 points 1 1 -76.362398 38.417990 ! Bay across transect-4 points 1 1 -76.353427 38.427790 ! Bay across transect-4 points 1 1 -76.344456 38.437591 ! Bay across transect-4 points 1 1 -76.335485 38.447391 ! Bay across transect-4 points 1 1 -76.326514 38.457191 ! Bay across transect-4 points 1 1 -76.389391 39.006112 ! Bay across transect-5 points 1 1 -76.379659 38.997023 ! Bay across transect-5 points 1 1 -76.370517 38.985169 ! Bay across transect-5 points 1 1 -76.362850 38.974698 ! Bay across transect-5 points 1 1 -76.354592 38.964227 ! Bay across transect-5 points 1 1 -76.137387 39.403041 ! Bay across transect-6 points 1 1 -76.131508 39.396797 ! Bay across transect-6 points 1 1 -76.126609 39.390553 ! Bay across transect-6 points 1 1 -76.110931 39.372712 ! Bay across transect-6 points 1 0 160 255 ! CBIBS Susquehanna - S 1 1 -76.39115 39.15191 ! CBIBS Patapsco - SN 1 1 -76.4475 38.9631 ! CBIBS Annapolis - AN 1 0 9 131 ! CBIBS Upper Potomac - UP 1 1 -76.4147 38.5563 ! CBIBS Gooses Reef - GR 1 1 -76.3355 38.033 ! CBIBS Potomac - PL 1 1 -76.2574 37.5672 ! CBIBS Stingray Point - SR 1 1 -76.26598 37.20063 ! CBIBS York Spit - YS 1 0 91 52 ! CBIBS Jamestown - J 1 1 -76.0873 36.9981 ! CBIBS First Landing - FL 1 0 140 52 !"PORTS cb1401 - Newport News Shipbuilding" 1 0 1 133 !"NWLON 8594900 -Washington-DC" 1 0 159 255 !"NWLON 8574070 -Havre-de-Grace-MD" 1 0 164 186 !"HIST est0003 -Bristol-MD" 1 0 156 236 !"HIST est0004 -Otter-Point-MD" 1 0 159 224 !"HIST est0005 -Bowleys-Quarters-MD" 1 0 165 183 !"HIST 8576363 -Chesapeake-Beach-MD" 1 0 165 132 !"NWLON 8578002 -Point-Lookout-MD" 1 0 131 133 !"NWLON 8578465 -Colton-Point-MD" 1 0 234 124 !"NWLON 8571091 -Crisfield-MD" 1 0 148 134 !"NWLON est0037 -Straits-Point-MD" 1 0 40 131 !"NWLON 8579381 -Indian-Head-MD" 1 0 169 164 !"NWLON 8577188 -Cove-Point-MD" 1 0 1 134 !"NWLON 8579997 -Bladensburg-MD" 1 0 86 156 !"NWLON 8579135 -Benedict-MD" 1 0 151 45 !"NWLON 8639348 -Portsmouth-(Money-Point)-VA" 1 0 243 34 !"NWLON 8631044 -Wachapreague-VA" 1 0 6 129 !"NWLON 8634214 -Alexandria-VA" 1 0 102 129 !"NWLON 8635027 -Dahlgren-VA" 1 0 61 129 !"NWLON 8634858 -Aquia-Creek-VA" 1 0 54 130 !"NWLON 8634689 -Quantico-VA" 1 0 162 59 !"NWLON 8638051 -Messick-Point-VA" 1 0 159 53 !"NWLON 8638288 -Old-Point-Comfort-VA" 1 0 150 45 !"NWLON 8638339 -Western-Branch-VA" 1 0 90 53 !"NWLON 8637712 -Jamestown-VA" 1 0 151 77 !"NWLON 8637444 -Browns-Bay-VA" 1 0 246 119 !"NWLON 8633777 -Saxis-Starling-Creek-VA" 1 0 201 90 !"NWLON 8632869 -Gaskins-PT-VA" 1 0 142 45 !"NWLON 8638409 -Holidays-Points-VA" 1 0 254 24 !"NWLON 8630440 -Wallops-Island-VA" 1 0 144 130 !"NWLON 8635485 -Coles-Neck-VA" 1 0 198 72 !"NWLON est0032 -Anheuser-Busch-VA" 1 0 160 59 !"NWLON est0033 -Poquoson-VA" 1 0 158 54 !"NWLON est0034 -Hampton-VA" 1 0 166 40 !"NWLON est0035 -Lynnhaven-Inlet-VA" 1 0 23 131 !"NWLON 8579629 -Mount-Vernon-VA" 1 0 45 129 !"NWLON est0036 -Leesylvania-Park-VA" 1 0 203 115 !"NWLON 8633532 -Tangier-Island-VA" 1 0 2 127 !"NWLON ALEV2 -Four Mile Run at Alexandria VA" 1 0 201 190 !"NWLON CLNM2 -Eastern Bay at Claiborne MD" 1 0 151 81 !"NWLON WRVV2 -Ware River in Schley VA" 1 0 151 45 !"NWLON EZMV2 -Elizabeth River Midtown Tunnel VA" ! ! ! GLOSSARY: ! ========= ! ! This input file provides the positions of stations data to be extracted ! and written into STATIONS output file. This file is use to monitor model ! fields at frequent time intervals. It is also used to sample the model at ! observation locations in order to build the penalty function used in ! variational data assimilation. ! !------------------------------------------------------------------------------ ! Control Switch. !------------------------------------------------------------------------------ ! ! Lstations Switch to control the writing of station data within nested ! and/or multiple connected grids. Ngrid values are expected. ! By default this switch is set to TRUE in "mod_scalars" for ! all grids when the CPP option STATIONS is activated. The ! USER can control which grid to process by turning on/off ! this switch. ! !------------------------------------------------------------------------------ ! Logical switches (TRUE/FALSE) to activate writing of fields in STATIONS ! output file. Except for tracer type variables, Ngrids values are expected ! for all switches. !------------------------------------------------------------------------------ ! ! Sout(idUvel) Write out 3D U-velocity component. ! Sout(idVvel) Write out 3D V-velocity component. ! Sout(idu3dE) Write out 3D Eastward velocity component at RHO-points. ! Sout(idv3dN) Write out 3D Northward velocity component at RHO-points. ! Sout(idWvel) Write out 3D W-velocity component. ! Sout(idOvel) Write out 3D omega vertical velocity. ! Sout(idUbar) Write out 2D U-velocity component. ! Sout(idVbar) Write out 2D V-velocity component. ! Sout(idu2dE) Write out 2D Eastward velocity component at RHO-points. ! Sout(idv2dN) Write out 2D Northward velocity component at RHO-points. ! Sout(idFsur) Write out free-surface. ! Sout(idBath) Write out time-dependent bathymetry. ! ! Sout(idTvar) Write out tracer type variables, (NT,Ngrids) values are ! Expected. ! ! Sout(idUsms) Write out surface U-momentum stress. ! Sout(idVsms) Write out surface V-momentum stress. ! Sout(idUbms) Write out bottom U-momentum stress. ! Sout(idVbms) Write out bottom V-momentum stress. ! ! Sout(idUbrs) Write out current-induced, U-momentum stress. ! Sout(idVbrs) Write out current-induced, V-momentum stress. ! Sout(idUbws) Write out wind-induced, bottom U-wave stress. ! Sout(idVbws) Write out wind-induced, bottom V-wave stress. ! Sout(idUbcs) Write out bottom maximum wave and current U-stress. ! Sout(idVbcs) Write out bottom maximum wave and current V-stress. ! ! Sout(idUbot) Write out wind-induced, bed wave orbital U-velocity. ! Sout(idVbot) Write out wind-induced, bed wave orbital V-velocity. ! Sout(idUbur) Write out bottom U-velocity above bed. ! Sout(idVbvr) Write out bottom V-velocity above bed. ! ! Sout(idW2xx) Write out 2D radiation stress, Sxx component. ! Sout(idW2xy) Write out 2D radiation stress, Sxy component. ! Sout(idW2yy) Write out 2D radiation stress, Syy component. ! Sout(idU2rs) Write out 2D U-radiation stress. ! Sout(idV2rs) Write out 2D V-radiation stress. ! Sout(idU2Sd) Write out 2D U-Stokes velocity. ! Sout(idV2Sd) Write out 2D V-Stokes velocity. ! ! Sout(idW3xx) Write out 3D radiation stress, Sxx component. ! Sout(idW3xy) Write out 3D radiation stress, Sxy component. ! Sout(idW3yy) Write out 3D radiation stress, Syy component. ! Sout(idW3zx) Write out 3D radiation stress, Szx component. ! Sout(idW3zy) Write out 3D radiation stress, Szy component. ! Sout(idU3rs) Write out 3D U-radiation stress. ! Sout(idV3rs) Write out 3D V-radiation stress. ! Sout(idU3Sd) Write out 3D U-Stokes velocity. ! Sout(idV3Sd) Write out 3D V-Stokes velocity. ! ! Sout(idWamp) Write out wave height. ! Sout(idWlen) Write out wave length. ! Sout(idWdir) Write out wave direction. ! Sout(idWptp) Write out wave surface period. ! Sout(idWpbt) Write out wave bottom period. ! Sout(idWorb) Write out wave bottom orbital velocity. ! Sout(idWdis) Write out wave dissipation. ! ! Sout(idPair) Write out surface air pressure. ! Sout(idUair) Write out surface U-wind component. ! Sout(idVair) Write out surface V-wind component. ! ! Sout(idTsur) Write out surface net heat and salt flux. ! Sout(idLhea) Write out latent heat flux. ! Sout(idShea) Write out sensible heat flux. ! Sout(idLrad) Write out long-wave radiation flux. ! Sout(idSrad) Write out short-wave radiation flux. ! Sout(idEmPf) Write out E-P flux. ! Sout(idevap) Write out evaporation rate. ! Sout(idrain) Write out precipitation rate. ! ! Sout(idDano) Write out density anomaly. ! Sout(idVvis) Write out vertical viscosity coefficient. ! Sout(idTdif) Write out vertical diffusion coefficient of temperature. ! Sout(idSdif) Write out vertical diffusion coefficient of salinity. ! Sout(idHsbl) Write out depth of oceanic surface boundary layer. ! Sout(idHbbl) Write out depth of oceanic bottom boundary layer. ! Sout(idMtke) Write out turbulent kinetic energy. ! Sout(idMtls) Write out turbulent kinetic energy times length scale. ! ! Sout(isd50) Write out mean grain diameter. ! Sout(idens) Write out mean grain density. ! Sout(iwsed) Write out mean settling velocity. ! Sout(itauc) Write out critical erosion stress. ! Sout(irlen) Write out ripple length. ! Sout(irhgt) Write out ripple height. ! Sout(ibwav) Write out wave excursion amplitude. ! Sout(izdef) Write out default bottom roughness. ! Sout(izapp) Write out apparent bottom roughness. ! Sout(izNik) Write out Nikuradse bottom roughness. ! Sout(izbio) Write out biological bottom roughness. ! Sout(izbfm) Write out bed form bottom roughness. ! Sout(izbld) Write out bed load bottom roughness. ! Sout(izwbl) Write out wave bottom roughness. ! Sout(iactv) Write out active layer thickness. ! Sout(ishgt) Write out saltation height. ! !------------------------------------------------------------------------------ ! Station positions KEYWORDS. !------------------------------------------------------------------------------ ! ! NSTATION Number of stations to process in each nested grid. Ngrids ! values are expected. These values are essential because ! the station arrays are dynamically allocated using these ! values. ! ! POS Station locations for all grids in any desired order. The ! horizontal location for a particular station can 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. This locations are used to ! interpolate model data before writting to output STATIONS ! file. The stations locations are read using the following ! statement: ! ! is(1:Ngrids)=0 ! DO WHILE (.true.) ! read (unit,*,ERR=10) igrid, flag, Xpos, Ypos ! ng=MAX(1,ABS(ng)) ! is(ng)=ic(ng)+1 ! SCALARS(ng)%Sflag(is(ng))=flag ! SCALARS(ng)%SposX(is(ng))=Xpos ! SCALARS(ng)%SposY(is(ng))=Ypos ! END DO ! ! Since there is no decoding during the reading of the stations ! locations, the POS keyword must be the last one to process. ! That is, it should be at the end of the input specification. ! !