Changes between Version 25 and Version 26 of WRF4GTutorial2
- Timestamp:
- Oct 2, 2012 12:44:18 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GTutorial2
v25 v26 193 193 == How to use `wrf4g_kill` command == 194 194 195 In this example, we are going to simulate an experiment with independent realizations which has [[WRF4Gexperiment_wrf4g#Experimenttime-specification| multiple_parameters flag]] activated. The experiment is compose of five realizations with three chunk per realization. In order to use `wrf4g_kill` command, we are going to first submit the experiment.195 In this example, we are going to simulate an experiment with independent realizations which has [[WRF4Gexperiment_wrf4g#Experimenttime-specification| multiple_parameters flag]] activated. The experiment is compose of five realizations with three chunk per realization. In order to use [[WRF4GCommandLineInterface#wrf4g_kill | wrf4g_kill command]], we are going to first submit the experiment. 196 196 {{{ 197 197 #!sh … … 377 377 The `uc_phys__phys2` is running because all realizations are independents. 378 378 379 == How to add new computing resources == 379 == How to add new computing resources to WRF4G == 380