From 354522a9a196b5ace34a88f62f50dee42a70a76d Mon Sep 17 00:00:00 2001 From: "robbberto88@gmail.com" Date: Fri, 3 Mar 2023 16:46:07 -0500 Subject: [PATCH] add 'convert' input to PICtoDEM description --- docs/source_docs/inputs/InputsPICtoDEM.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source_docs/inputs/InputsPICtoDEM.rst b/docs/source_docs/inputs/InputsPICtoDEM.rst index 44b6b6a..494d291 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 | | | -- GitLab