-
Notifications
You must be signed in to change notification settings - Fork 5
Using CRHMcode Command Line Interface
crhm [-options] PROJECT_FILE
CRHM can be invoked on the command line with the ./crhm file on Unix variants or ./crhm.exe on Windows. CRHM requires a single argument which is the path to the .prj file to be run.
Displays a usage information message.
Allows you to select a format for the date time outputs produced by CRHM.
- MS - Microsoft Excel floating point representation.
- ISO - ISO 8601 extended format YYYY-MM-DDThh:mm
- YYYYMMDD - Custom format YYYY MM DD hh mm
Select the file format for the output default is STD.
- STD - Standard output format tab delimited columns. First row has variable names and second has variable units.
- OBS - Observation file .obs format. Creates an .obs file that can be used by CRHM.
Specify the name for the output file. Default is ./CRHM_output_1.txt
Specify a single character delimiter to use in the generated output. Default is the tab character.
Specify a directory where the obs files for this project are found. This directory will be prepended to the obsfile names specified in the project file.
Show percentage of progress towards completion during simulation run. UPDATE_FREQUENCY specifies after how many days to update the percentage.