Changes between Version 32 and Version 33 of WRF4GTutorial
- Timestamp:
- Sep 27, 2012 2:26:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GTutorial
v32 v33 150 150 }}} 151 151 152 == How to use WRF4G CLI ==152 == How to use WRF4G's CLI == 153 153 154 154 In order to master '''WRFG4''', we are going to explain some examples using [wiki:WRF4GCommandLineInterface WRF4G's CLI]. 155 155 156 *You want to modify the features of your experiment that you created it before. The new experiment will have the same name and different features that the old experiment.156 1. You want to modify the features of your experiment that you created it before. The new experiment will have the same name and different features that the old experiment. 157 157 {{{ 158 158 #!sh … … 205 205 }}} 206 206 207 *The experiment '''test''' has finished with an error and you want to run the experiment again. What should you execute on shell?207 2. The experiment '''test''' has finished with an error and you want to run the experiment again. What should you execute on shell? 208 208 {{{ 209 209 #!sh … … 216 216 217 217 218 *Imagine, you want to resubmit the chunk number '''1''' of the realization '''test'''. In this case, it is highly recommended that you use the option `--dry-run` of `wrf4g_submit` command before you submit your chunk. If you want to make sure you are submitting that chunk.218 3. Imagine, you want to resubmit the chunk number '''1''' of the realization '''test'''. In this case, it is highly recommended that you use the option `--dry-run` of `wrf4g_submit` command before you submit your chunk. If you want to make sure you are submitting that chunk. 219 219 {{{ 220 220 #!sh