24 | | start Start DRM4G daemon, database and ssh-agent |
25 | | stop Stop DRM4G daemon, database and ssh-agent |
26 | | status Check DRM4G daemon, database and ssh-agent |
27 | | conf Configure DRM4G daemon, scheduler, database and logger parameters |
28 | | exp Manage WRF4G experiments |
29 | | rea Manage WRF4G realizations |
30 | | resource Manage computing resources |
31 | | id Manage reosurce identities |
32 | | host Print information about the hosts |
33 | | job Submit, get status and history and cancel jobs |
| 23 | start Start DRM4G daemon and ssh-agent. |
| 24 | stop Stop DRM4G daemon and ssh-agent. |
| 25 | status Check DRM4G daemon and ssh-agent. |
| 26 | syncdb Create WRF4G database tables on the configured database. |
| 27 | conf Configure DRM4G daemon and scheduler, database and logger parameters. |
| 28 | exp Manage WRF4G experiments. |
| 29 | rea Manage WRF4G realizations. |
| 30 | resource Manage computing resources. |
| 31 | id Manage identities for resources. |
| 32 | host Print information about the DCI hosts. |
| 33 | job Get status and history and cancel jobs. |
134 | | 1 : Error creating directory to simulate |
135 | | 2 : Error creating log directory |
136 | | 3 : Error copying apps |
137 | | 4 : Error app type does not exist |
138 | | 5 : Error executing source script |
139 | | 6 : Job already executed |
140 | | 7 : Error copying restart files |
141 | | 8 : There is a mismatch in the restart date |
142 | | 9 : Error copying namelist.wps |
143 | | 10 : Error downloading WPS files |
144 | | 11 : Error copying boundaries |
145 | | 12 : Error modifying namelist |
146 | | 13 : Error executing PREPROCESSOR |
147 | | 14 : Error linking GRIB files |
148 | | 15 : Error executing UNGRIB |
149 | | 16 : Error executing METGRID |
150 | | 17 : Error executing REAL |
151 | | 18 : Error uploading WPS files |
152 | | 19 : Error executing WRF |
153 | | 20 : Error executing POSTPROCESSOR |
154 | | 21 : Error copying output file |
155 | | 22 : Job killed by the system |
| 135 | 1 : Error creating log directory |
| 136 | 2 : Error copying apps |
| 137 | 3 : Error app type does not exist |
| 138 | 4 : Error executing source script |
| 139 | 5 : Job already executed |
| 140 | 6 : Error creating directory to simulate |
| 141 | 7 : Error finding WRF binaries |
| 142 | 8 : Error copying restart files |
| 143 | 9 : There is a mismatch in the restart date |
| 144 | 10 : Error copying files |
| 145 | 11 : Error downloading WPS files |
| 146 | 12 : Error copying boundaries |
| 147 | 13 : Error modifying namelist |
| 148 | 14 : Error executing PREPROCESSOR |
| 149 | 15 : Error linking GRIB files |
| 150 | 16 : Error executing UNGRIB |
| 151 | 17 : Error executing METGRID |
| 152 | 18 : Error executing REAL |
| 153 | 19 : Error uploading WPS files |
| 154 | 20 : Error executing WRF |
| 155 | 21 : Error executing POSTPROCESSOR |
| 156 | 22 : Error copying output file |
| 157 | 23 : Job killed by the system |
169 | | |
170 | | Options: |
171 | | --dbg Debug mode. |
172 | | -n --dry-run Dry run. |
173 | | --rerun Force to run although the realization has finished. |
174 | | -P --priority=<value> Fix-priority for scheduling [default: 0]. |
175 | | --delay=<seconds> Refresh experiment information every delay seconds. |
176 | | -d --dir=<directory> Directory to unpack log files [default: ./]. |
177 | | --hard Remove jobs from without synchronizing. |
| 172 | wrf4g rea <name> set-restart [ --dbg ] <date> |
| 173 | wrf4g rea <name> get-restart |
| 174 | |
| 175 | Options: |
| 176 | --dbg Debug mode. |
| 177 | -n --dry-run Dry run. |
| 178 | --rerun Force to run although the realization has finished. |
| 179 | -P --priority=<value> Fix-priority for scheduling [default: 0]. |
| 180 | --delay=<seconds> Refresh experiment information every delay seconds. |
| 181 | -d --dir=<directory> Directory to unpack log files [default: ./]. |
| 182 | --hard Remove jobs from without synchronizing. |
180 | | submit Submit the realization. |
181 | | status Check the status of a realization showing computing resources, |
182 | | job identifier and exit codes (SEE EXIT CODES). |
183 | | log Get log files from a chunk. |
184 | | set-priority Change the scheduling priority of any job releted to the realization. |
185 | | The priority must be in range [0,20], and the default value is 0. |
186 | | When a job gets a priority of 20, it becomes an urgent job, and it is |
187 | | dispatched as soon as possible passing all the scheduling policies. |
188 | | cancel Cancel the realization by killing its jobs. |
| 185 | submit Submit the realization. |
| 186 | status Check the status of a realization showing computing resources, |
| 187 | job identifier and exit codes (SEE EXIT CODES). |
| 188 | info Get information about configuration. |
| 189 | log Get log files from a chunk. |
| 190 | set-priority Change the scheduling priority of any job releted to the realization. |
| 191 | The priority must be in range [0,20], and the default value is 0. |
| 192 | When a job gets a priority of 20, it becomes an urgent job, and it is |
| 193 | dispatched as soon as possible passing all the scheduling policies. |
| 194 | cancel Cancel the realization by killing its jobs. |
| 195 | set-restart Modify realization restart date. |
| 196 | get-restart Show realization restart date. |
191 | | 1 : Error creating directory to simulate |
192 | | 2 : Error creating log directory |
193 | | 3 : Error copying apps |
194 | | 4 : Error app type does not exist |
195 | | 5 : Error executing source script |
196 | | 6 : Job already executed |
197 | | 7 : Error copying restart files |
198 | | 8 : There is a mismatch in the restart date |
199 | | 9 : Error copying namelist.wps |
200 | | 10 : Error downloading WPS files |
201 | | 11 : Error copying boundaries |
202 | | 12 : Error modifying namelist |
203 | | 13 : Error executing PREPROCESSOR |
204 | | 14 : Error linking GRIB files |
205 | | 15 : Error executing UNGRIB |
206 | | 16 : Error executing METGRID |
207 | | 17 : Error executing REAL |
208 | | 18 : Error uploading WPS files |
209 | | 19 : Error executing WRF |
210 | | 20 : Error executing POSTPROCESSOR |
211 | | 21 : Error copying output file |
212 | | 22 : Job killed by the system |
| 199 | 1 : Error creating log directory |
| 200 | 2 : Error copying apps |
| 201 | 3 : Error app type does not exist |
| 202 | 4 : Error executing source script |
| 203 | 5 : Job already executed |
| 204 | 6 : Error creating directory to simulate |
| 205 | 7 : Error finding WRF binaries |
| 206 | 8 : Error copying restart files |
| 207 | 9 : There is a mismatch in the restart date |
| 208 | 10 : Error copying files |
| 209 | 11 : Error downloading WPS files |
| 210 | 12 : Error copying boundaries |
| 211 | 13 : Error modifying namelist |
| 212 | 14 : Error executing PREPROCESSOR |
| 213 | 15 : Error linking GRIB files |
| 214 | 16 : Error executing UNGRIB |
| 215 | 17 : Error executing METGRID |
| 216 | 18 : Error executing REAL |
| 217 | 19 : Error uploading WPS files |
| 218 | 20 : Error executing WRF |
| 219 | 21 : Error executing POSTPROCESSOR |
| 220 | 22 : Error copying output file |
| 221 | 23 : Job killed by the system |