Changes between Version 12 and Version 13 of WRF4GFAQ
- Timestamp:
- Sep 28, 2012 6:37:38 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GFAQ
v12 v13 1 1 = FAQ = 2 2 3 [[PageOutline( 1-5)]]3 [[PageOutline()]] 4 4 5 5 This page will try to answer the most common questions about WRF4G. … … 21 21 MySQL Stopped 22 22 }}} 23 23 Then you have to execute `wrf4g_framework start`: 24 24 {{{ 25 25 #!sh … … 38 38 }}} 39 39 40 40 You need to execute `wrf4g_prepare --reconfigure`. 41 41 {{{ 42 42 #!sh … … 69 69 == What should I do if want to resubmit an experiment? == 70 70 If the experiment '''test1''' has finished with an error and you want to rerun the experiment again. What should you execute on shell? 71 71 72 {{{ 72 73 #!sh … … 79 80 80 81 == What should I do if I want to rerun an specific chunk of a realization? == 81 * Imagine, you want to resubmit the chunk number '''1''' of the realization '''test2'''. In this case, it is highly recommended that you use the option `--dry-run` of `wrf4g_submit` command before you submit your chunk in order to make sure you are submitting that chunk an nothing else. 82 83 Imagine, you want to resubmit the chunk number '''1''' of the realization '''test2'''. In this case, it is highly recommended that you use the option `--dry-run` of `wrf4g_submit` command before you submit your chunk in order to make sure you are submitting that chunk an nothing else. 82 84 {{{ 83 85 #!sh