run_model_inversion: Run infiltration model in inversion mode

Description Usage Arguments Details Value References Examples

Description

The infiltration model is run wrapped within a particle-swarm optimization algorithm, based on R-package 'ppso'.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
run_model_inversion(dtheta_macro_min = dtheta_macro_min,
  dtheta_macro_max = dtheta_macro_max,
  dtheta_macro2_min = dtheta_macro2_min,
  dtheta_macro2_max = dtheta_macro2_max,
  dtheta_other_min = dtheta_other_min, dtheta_other_max = dtheta_other_max,
  mdepth_min = mdepth_min, mdepth_max = mdepth_max,
  mdepth2_min = mdepth2_min, mdepth2_max = mdepth2_max,
  latflow_fac_min = latflow_fac_min, latflow_fac_max = latflow_fac_max,
  dtheta_macro_start = dtheta_macro_start,
  dtheta_macro2_start = dtheta_macro2_start, mdepth_start = mdepth_start,
  mdepth2_start = mdepth2_start, dtheta_other_start = dtheta_other_start,
  latflow_fac_start = latflow_fac_start, output_dir, input_dir, inner_inum,
  ...)

Arguments

test

test

Details

It can be decided if one, two or none marco pore layer is desired. For modifications of the optimization algorithm, variables have to be supplied to the function as described in ?optim_dds.

Value

A list (?) of the optimized model parameters is returned.

References

Marvin Reich (2017), mreich@posteo.de

Examples

1

marcianito/gravityInf documentation built on April 10, 2021, 9:32 a.m.