Skip to content

Commit

Permalink
Update docs/source/command-line-scripts.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stephan Hoyer <[email protected]>
  • Loading branch information
raspstephan and shoyer authored Dec 1, 2023
1 parent c8fcf58 commit c5fc28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/command-line-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ _Command options_:
* `--input_path`: (required) Input Zarr path
* `--output_path`: (required) Output Zarr path
* `--derived_variables`: Comma delimited list of derived variables to compute. By default, tries to compute all derived variables.
* `--preexisting_variables_to_remove`: Comma delimited list of variables to remove from the source data, if they exist. This is useful to allow for overriding source dataset variables with dervied variables of the same name.
* `--preexisting_variables_to_remove`: Comma delimited list of variables to remove from the source data, if they exist. This is useful to allow for overriding source dataset variables with derived variables of the same name.
* `--raw_tp_name`: Raw name of total precipitation variables. Use "total_precipitation_6hr" for backwards compatibility.
* `--rename_raw_tp_name`: Rename raw tp name to "total_precipitation".
* `--rename_variables`: Dictionary of variable to rename to standard names. E.g. {"2t":"2m_temperature"}
Expand Down

0 comments on commit c5fc28f

Please sign in to comment.