Changes between Version 5 and Version 6 of WRF4GCommandLineTools
- Timestamp:
- Sep 2, 2011 1:12:18 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GCommandLineTools
v5 v6 28 28 == wrf4g_submit == 29 29 === Usage === 30 wrf4g_submit [--dry-run] [--nchunk s N] [--nreas N] [--priority P] [--verbose] [--force] [--help]30 wrf4g_submit [--dry-run] [--nchunk N] [--nrea N] [--frea FILE] [--priority P] [--rerun] [--verbose] [--force] [--help] 31 31 32 32 === Synopsis === … … 36 36 === Options === 37 37 {{{ 38 options: 38 39 --version show program's version number and exit 39 40 -h, --help show this help message and exit 40 41 -n, --dry-run Perform a trial run with no changes made 42 -e name, --exp=name Name of the experiment to sumbit 43 -r name, --rea=name Name of the realization to sumbit 44 -F FILE, --frea=FILE File containing the name of the realization to sumbit. 45 -a, --rerun Force to run although ths realization or experiment 46 has finished 41 47 -o, --run-just-one Run just the first chunk of the first realization. 42 48 Only for testing purposes. … … 44 50 -R N, --nrea=N Run the next N realizations not finished of the 45 51 experiment 46 -r name, --rea=name Name of the realization to sumbit47 -F FILE, --frea=FILE File containing the name of the realization to sumbit.48 -e name, --exp=name Name of the experiment to sumbit49 52 -p P, --priority=P P is the priority the experiment or realization is 50 53 going to be launched with (P is a integer between 1 … … 53 56 -f, --force Don't ask the user if he wants to submit an experiment 54 57 already submitted 55 }}] 58 59 }}}