Changes between Version 40 and Version 41 of WRF4GTutorial
- Timestamp:
- Sep 28, 2012 2:06:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GTutorial
v40 v41 3 3 == Run a simple experiment on the machine where WRF4G is installed == 4 4 5 [[NoteBox(warn, Before starting this tutorial make sure you have correctly installed WRF4G on your machine followingthe [wiki:WRF4GInstall Installation instructions])]]5 [[NoteBox(warn, Before starting this tutorial make sure that WRF4G is correctly installed in your machine. To do so, follow the [wiki:WRF4GInstall Installation instructions])]] 6 6 7 7 === Start wrf4g_framework and list computing resources === … … 12 12 }}} 13 13 14 Doing this, we will start the services that manage the computing resources and keep track of the experiments.14 By doing this, we will start the services that manage the computing resources and keep track of the experiments. 15 15 16 16 [[NoteBox(note,Note that if you do not start wrf4g_framework you won't be able to work with WRF4G.)]] 17 17 18 WRF4G framework is configured by default to use a single computing resource (the computer where WRF4G has been installed). To list the computing resources where you can submit experiment (in this case only localhost) run the following:18 WRF4G framework is configured by default to use a single computing resource (the computer where WRF4G has been installed). To list the computing resources where you can submit the experiment (in this case only localhost) run the following: 19 19 20 20 {{{ … … 52 52 }}} 53 53 54 Check the experiment status with [wiki:WRF4GCommandLineTools#wrf4g_status wrf4g_status]. You will see th e experiment is in P (Prepared status).54 Check the experiment status with [wiki:WRF4GCommandLineTools#wrf4g_status wrf4g_status]. You will see that the experiment is in P (Prepared status). 55 55 {{{ 56 56 #!sh … … 65 65 }}} 66 66 67 Submit the experiment with [wiki:WRF4GCommandLineTools#wrf4g_submit wrf4g_submit] and check the status during one minute. You will see the status of the experiment: submitted, downloading input data, ungrib, metgrid, real and wrf.67 Submit the experiment with [wiki:WRF4GCommandLineTools#wrf4g_submit wrf4g_submit] and check the status for a minute. You will see how the status of the experiment change into: submitted, downloading input data, ungrib, metgrid, real and wrf. 68 68 69 69 {{{ … … 101 101 }}} 102 102 103 [[NoteBox(note,The experiment has to finish with '''ext''' option equals '''0''' code which means it has finalized correctly. If '''ext''' has a different code\, you can search more information about it on [wiki:WRF4GErrors WRF4G errors])]]103 [[NoteBox(note,The experiment has to finish with '''ext''' option equals '''0''' code which means it has finalized correctly. If '''ext''' has a different code\, you can look up more information about it in [wiki:WRF4GErrors WRF4G errors])]] 104 104 105 105 === Check the experiment output and log === 106 The location where output and log files are stored is defined with the {{{WRF4G_BASEPATH}}} variable in [wiki:WRF4Gresources_wrf4g resources.wrf4g]. Check {{{$WRF4G_LOCATION/etc/resources.wrf4g}}} to discoverwhere {{{WRF4G_BASEPATH}}} is pointing. You will see that it is pointing to {{{WRF4G_LOCATION/repository/output}}}. Go to {{{WRF4G_LOCATION/repository/output/test/test}}} and see the folders structure and the output files.106 The location where output and log files are stored is defined with the {{{WRF4G_BASEPATH}}} variable in [wiki:WRF4Gresources_wrf4g resources.wrf4g]. Check {{{$WRF4G_LOCATION/etc/resources.wrf4g}}} to find where {{{WRF4G_BASEPATH}}} is pointing. You will see that it is pointing to {{{WRF4G_LOCATION/repository/output}}}. Go to {{{WRF4G_LOCATION/repository/output/test/test}}} and see the folders structure and the output files. 107 107 108 108 {{{