Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable Names #4

Open
ale37911 opened this issue Aug 17, 2020 · 0 comments
Open

Variable Names #4

ale37911 opened this issue Aug 17, 2020 · 0 comments

Comments

@ale37911
Copy link
Contributor

ale37911 commented Aug 17, 2020

Variable names are in () for python, and italics for matlab. * means it can be an array (vs. single value)

Inputs already coded in python

  • input grids (grid) A
  1. bed elevation (z) z
  2. Bed Roughness (roughness) MANN +optional, can be single value
    TO ADD GRIDS
  3. hydroperiod (hydroperiod) fTide
  • tidal range (tidal_range) Trange
  • tidal period (tidal_period) Ttide
  • bed roughness (roughness)*
  • number of rows (nrows)
  • number of columns (ncols)
  • spacing of grid cells (grid_spacing) dx
  • depth of grid cells (mean_depth)

unsure of status

  • minimum water depth (min_water_depth) kro
  • coefficient of tidal disperson (_diffusion_coef_at_links) DiffS
  • how many total time steps () tmax
  • length of one time step () dt0
  • how many time steps to plot () tINT
  • time array () time
  • mean sea level (mean_sea_level) msl
  • hydroperiod () fTide
  • water depth at mean high water () dHW

inputs to be coded in python

  • tidal range of vegetation (tidal_range_veg?) TrangeVEG
  • Suspended sediment at open boundary, assumes sea (ssc_bc) co2
  • rate of relative SLR (RSLR) RSLR
  • mud settling velocity (mud_settle_veloc) ws2
  • dry bulk density of mud (mud_dry_bulk_density) rbulk2
  • mud erodability (mud_erod) me
  • linear critical shear stress increase below mean low water (tau_cr_grad) tcrgradeint
  • critical shear stress of sediment (tau_cr) taucr
  • unvegetated creep coefficient () crMUD ^^no idea what this correlates to in paper...something to do with divergence of bed evolution, see bedcreep.m
  • vegetated creep coefficient () crMARSH ^^see above notes
  • Lower limit of vegetation growth () dBlo
  • Upper limit of vegetation growth () dBup
  • Manning coefficient roughness vegetated areas (roughness_deep) Cv ^^see above for grid inputs
  • Manning coefficient roughness for unveg. areas (roughness_shallow) Cb ^^see above
    -settling velocity in vegetated area (veg_settle_veloc) wsB
  • Critical shear stress of sediment in vegetated areas (tau_cr_veg) taucrVEG
  • organic sediment production () Korg

has been coded in python:

  • flow velocity () U
  • flow velocity in x-dir Ux
  • flow velocity in y-dir Uy
  • flood tide flow velocity (flood_tide_vel) Ux/Uy ***look at def map_velocity_components_to_nodes
  • flood tide ebb velocity (ebb_tide_vel) Ux/Uy ***look at def map_velocity_components_to_nodes

does Not need to be coded in python?:

  • FLX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant