#include "plumevars.h"
#include "plumeinput.h"
#include "plume_approx.h"
#include "glib.h"
#include <utils/utils.h>
#include <sed/sed_sedflux.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
Eh_opt_entry | all_entries [] |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 39 of file plume_run_file.c.
References all_entries, eh_grid_destroy(), eh_grid_new, eh_grid_set_y_lin(), eh_init_glib(), eh_opt_bool_value(), eh_opt_create_context(), eh_opt_dbl_value(), eh_opt_int_value(), eh_opt_parse_context(), eh_opt_set_context(), eh_opt_value(), plume_width_averaged_deposit_num(), sed_cell_grid_free(), sed_cell_grid_init(), sed_cell_grid_val(), sed_cell_mass(), sed_cell_size(), sed_hydro_destroy(), sed_hydro_duration(), sed_hydro_file_destroy(), sed_hydro_file_new(), sed_hydro_file_read_record(), SED_HYDRO_HYDROTREND, sed_hydro_suspended_load(), sed_sediment_destroy(), sed_sediment_env_n_types(), sed_sediment_scan(), sed_sediment_set_env(), and sed_sediment_unset_env().
Initial value:
{ { "infile" , 'i' , "Hydrotrend input file" , NULL , "-" }, { "sedfile" , 's' , "Sediment input file" , NULL , SED_SEDIMENT_TEST_FILE }, { "len" , 'n' , "Number of grid points" , NULL , "1000" }, { "spacing" , 'd' , "Spacing between grid nodes" , NULL , "100" }, { "width" , 'w' , "Width of the basin" , NULL , "1000" }, { "verbose" , 'v' , "Verbose" , NULL , "TRUE" }, { NULL } }
Definition at line 29 of file plume_run_file.c.
Referenced by main().