Skip to content

Commit

Permalink
update docs for translate_data flag in the runtime config file
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongkindofdoctor committed Dec 2, 2024
1 parent ed16872 commit 27f3ff2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/sphinx/start_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,11 @@ Options for workflow control

* **run_pp**: (boolean) Set to *true* to run the preprocessor; default *true*

* **translate_data**: (boolean) Set to *true* to perform data translation; default *true*
* **translate_data**: (boolean) Set to *true* to perform data translation. If *false*, the preprocessor query
automatically uses the convention for each case in the input dataset for the query, and skips translating the
variable names and attributes to the POD convention. Note that this means that the precipRateToFluxConversion is not
applied. This option is best if you know that the input dataset has variable attributes that exactly match the
the POD variable attributes; default *true*

* **save_ps**: (boolean) Set to *true* to have PODs save postscript figures in addition to bitmaps; default *false*

Expand Down

0 comments on commit 27f3ff2

Please sign in to comment.