#include <plume_local.h>
Public Attributes | |
double | r_dir |
double | r_angle |
Angle of the coast normal. | |
double | latitude |
Angle river makes with coast (0 deg is normal to coastline). | |
double | ocean_conc |
Latitude of river mouth. | |
double | coastal_current |
Ocean sediment concentration. | |
double | coastal_current_dir |
Velocity of coastal current. | |
double | coastal_current_width |
Direction of coastal current. | |
double | river_tracer |
Normalized width of coastal current. | |
double | ocean_tracer |
Concentration of river water. | |
gint | river_mouth_nodes |
Concentration of ocean water. | |
double | aspect_ratio |
Number of grid nodes in river mouth. | |
double | basin_width |
Ratio of cross-shore to along-shore grid spacing. | |
double | basin_len |
Width of the basin. | |
double | dx |
Length of the basin. | |
double * | bulk_density |
Cross-shore output resolution. | |
double * | lambda |
Saturated density of river sediments. | |
gint | n_grains |
Removal rate of rive sediments. |
Definition at line 11 of file plume_local.h.
double Plume_param_st::r_dir |
double Plume_param_st::r_angle |
Angle of the coast normal.
Definition at line 14 of file plume_local.h.
Referenced by plume_wrapper().
double Plume_param_st::latitude |
Angle river makes with coast (0 deg is normal to coastline).
Definition at line 15 of file plume_local.h.
Referenced by plume_check_params(), and plume_wrapper().
double Plume_param_st::ocean_conc |
Latitude of river mouth.
Definition at line 16 of file plume_local.h.
Referenced by plume_wrapper().
Ocean sediment concentration.
Definition at line 17 of file plume_local.h.
Referenced by plume_wrapper().
Velocity of coastal current.
Definition at line 18 of file plume_local.h.
Referenced by plume_wrapper().
Direction of coastal current.
Definition at line 19 of file plume_local.h.
Referenced by plume_wrapper().
double Plume_param_st::river_tracer |
Normalized width of coastal current.
Definition at line 20 of file plume_local.h.
Referenced by plume_wrapper().
double Plume_param_st::ocean_tracer |
Concentration of river water.
Definition at line 21 of file plume_local.h.
Referenced by plume_wrapper().
Concentration of ocean water.
Definition at line 23 of file plume_local.h.
Referenced by plume_wrapper().
double Plume_param_st::aspect_ratio |
Number of grid nodes in river mouth.
Definition at line 24 of file plume_local.h.
Referenced by plume_wrapper().
double Plume_param_st::basin_width |
Ratio of cross-shore to along-shore grid spacing.
Definition at line 28 of file plume_local.h.
Referenced by plume_wrapper().
double Plume_param_st::basin_len |
double Plume_param_st::dx |
double* Plume_param_st::bulk_density |
Cross-shore output resolution.
Definition at line 32 of file plume_local.h.
Referenced by plume_wrapper().
double* Plume_param_st::lambda |
Saturated density of river sediments.
Definition at line 33 of file plume_local.h.
Referenced by plume_wrapper().