|
@@ -158,26 +158,12 @@ int main(int argc, char *argv[])
|
|
parm.maninval->description = _("Manning's n unique value");
|
|
parm.maninval->description = _("Manning's n unique value");
|
|
parm.maninval->guisection = _("Input");
|
|
parm.maninval->guisection = _("Input");
|
|
|
|
|
|
- parm.outwalk = G_define_standard_option(G_OPT_V_OUTPUT);
|
|
|
|
- parm.outwalk->key = "walkers_output";
|
|
|
|
- parm.outwalk->required = NO;
|
|
|
|
- parm.outwalk->description =
|
|
|
|
- _("Base name of the output walkers vector points map");
|
|
|
|
- parm.outwalk->guisection = _("Output options");
|
|
|
|
-
|
|
|
|
parm.observation = G_define_standard_option(G_OPT_V_INPUT);
|
|
parm.observation = G_define_standard_option(G_OPT_V_INPUT);
|
|
parm.observation->key = "observation";
|
|
parm.observation->key = "observation";
|
|
parm.observation->required = NO;
|
|
parm.observation->required = NO;
|
|
- parm.observation->description =
|
|
|
|
|
|
+ parm.observation->label =
|
|
_("Name of sampling locations vector points map");
|
|
_("Name of sampling locations vector points map");
|
|
- parm.observation->guisection = _("Input options");
|
|
|
|
-
|
|
|
|
- parm.logfile = G_define_standard_option(G_OPT_F_OUTPUT);
|
|
|
|
- parm.logfile->key = "logfile";
|
|
|
|
- parm.logfile->required = NO;
|
|
|
|
- parm.logfile->description =
|
|
|
|
- _("Name for sampling points output text file. For each observation vector point the time series of sediment transport is stored.");
|
|
|
|
- parm.logfile->guisection = _("Output");
|
|
|
|
|
|
+ parm.observation->guisection = _("Input");
|
|
|
|
|
|
parm.tc = G_define_standard_option(G_OPT_R_OUTPUT);
|
|
parm.tc = G_define_standard_option(G_OPT_R_OUTPUT);
|
|
parm.tc->key = "sedflow_capacity";
|
|
parm.tc->key = "sedflow_capacity";
|
|
@@ -212,6 +198,20 @@ int main(int argc, char *argv[])
|
|
_("Name for output erosion-deposition raster map [kg/m2s]");
|
|
_("Name for output erosion-deposition raster map [kg/m2s]");
|
|
parm.erdep->guisection = _("Output");
|
|
parm.erdep->guisection = _("Output");
|
|
|
|
|
|
|
|
+ parm.logfile = G_define_standard_option(G_OPT_F_OUTPUT);
|
|
|
|
+ parm.logfile->key = "logfile";
|
|
|
|
+ parm.logfile->required = NO;
|
|
|
|
+ parm.logfile->description =
|
|
|
|
+ _("Name for sampling points output text file. For each observation vector point the time series of sediment transport is stored.");
|
|
|
|
+ parm.logfile->guisection = _("Output");
|
|
|
|
+
|
|
|
|
+ parm.outwalk = G_define_standard_option(G_OPT_V_OUTPUT);
|
|
|
|
+ parm.outwalk->key = "walkers_output";
|
|
|
|
+ parm.outwalk->required = NO;
|
|
|
|
+ parm.outwalk->description =
|
|
|
|
+ _("Base name of the output walkers vector points map");
|
|
|
|
+ parm.outwalk->guisection = _("Output");
|
|
|
|
+
|
|
parm.nwalk = G_define_option();
|
|
parm.nwalk = G_define_option();
|
|
parm.nwalk->key = "nwalkers";
|
|
parm.nwalk->key = "nwalkers";
|
|
parm.nwalk->type = TYPE_INTEGER;
|
|
parm.nwalk->type = TYPE_INTEGER;
|