diff --git a/docs/source_docs/inputs/InputsPICtoDEM.rst b/docs/source_docs/inputs/InputsPICtoDEM.rst index 44b6b6a5ee022d31e4def07243c98c3dc9b1c9bd..494d291873f09f16bdf647379e5522a51690454b 100644 --- a/docs/source_docs/inputs/InputsPICtoDEM.rst +++ b/docs/source_docs/inputs/InputsPICtoDEM.rst @@ -20,6 +20,10 @@ The following inputs must be preceded by "pic2dem.": +------------------------+---------------------------------------------------+--------+---------+ | | Description | Type | Default | +========================+===================================================+========+=========+ +| convert | Name of the checkpoint file obtained from a | string | "" | +| | previous PIC run, that will be converted to a DEM | | | +| | checkpoint file | | | ++------------------------+---------------------------------------------------+--------+---------+ | refinement_ratio | The mesh refinement ratio that will be applied on | int | 1 | | | each direction to obtain a refined mesh out of | | | | | the one read form the PIC checkpoint file | | |