Changes between Version 6 and Version 7 of WRF4GCommandLineInterface
- Timestamp:
- Apr 16, 2013 4:51:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GCommandLineInterface
v6 v7 24 24 === Options === 25 25 {{{ 26 --dry-run Perform a trial run with no changes made .26 --dry-run Perform a trial run with no changes made 27 27 --reconfigure Reconfigure experiment. With this option we can change the start and end date of the experiments 28 and add new physics. Values are taken from a modified experiment.wrf4g .28 and add new physics. Values are taken from a modified experiment.wrf4g 29 29 --verbose Verbose mode. Explain what is being done 30 30 --help Shows this help … … 49 49 -e name, --exp=name Name of the experiment to submit 50 50 -r name, --rea=name Name of the realization to submit 51 -F FILE, --frea=FILE File containing the name of the realization to submit.51 -F FILE, --frea=FILE File containing the name of the realizations to submit 52 52 -a, --rerun Force to run although the realization or experiment 53 53 has finished 54 -o, --run-just-one Run just the first chunk of the first realization .55 Only for testing purposes .54 -o, --run-just-one Run just the first chunk of the first realization 55 Only for testing purposes 56 56 -C N, --nchunk=N Run the next N chunks not finished of each realization 57 57 -R N, --nrea=N Run the next N realizations not finished of the … … 85 85 --version Show program's version number and exit 86 86 -h, --help Show this help message and exit 87 -e name, --exp=name Name of the experiment .87 -e name, --exp=name Name of the experiment 88 88 -r name, --rea=name Name of the realization 89 -l, --long Show a detailed status .89 -l, --long Show a detailed status 90 90 -n NUMBER_OF_CHARACTERS, --ncharacters=NUMBER_OF_CHARACTERS 91 Print n characters of the Experiment's name91 Print n characters of the experiment names 92 92 (default value is 20 characters) 93 93 … … 211 211 -e name, --exp=name Name of the experiment 212 212 -r name, --rea=name Name of the realization 213 -F FILE, --frea=FILE File containing the name of the realization to change213 -F FILE, --frea=FILE File containing the name of the realizations to change 214 214 the priority 215 215 -v, --verbose Verbose mode. Explain what is being done … … 237 237 -e name, --exp=name Name of the experiment 238 238 -r name, --rea=name Name of the realization 239 -F FILE, --frea=FILE File containing the name of the realization 240 -v, --verbose Verbose mode. Explain what is being done .241 }}} 239 -F FILE, --frea=FILE File containing the name of the realizations 240 -v, --verbose Verbose mode. Explain what is being done 241 }}}