Changes between Version 17 and Version 18 of WRF4GTutorial2
- Timestamp:
- Oct 1, 2012 8:05:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GTutorial2
v17 v18 82 82 }}} 83 83 84 Like you can see before, the realization `test_1` has finished with an exit [wiki:WRF4GErrors code 62]. What happened ? 84 Like you can see before, the realization `test_1` has finished with an exit [wiki:WRF4GErrors code 62]. What happened ? Exit code 62 indicates that ungrib binary had an error during its execution. In order to solve the error, we are going to check out the log of the chunk number 4. 85 85 86 86 {{{ … … 89 89 WRF4G_BASEPATH="/home/user/WRF4G/repository/output" 90 90 [user@mycomputer~]$ cd $WRF4G_LOCATION/repository/output/test_1/test_1/log/ 91 }}} 91 92 93 The chunk log name is composed of using chunk number and job identifier (GW): log_{chunk_number}_{job_identifier}.tar.gz 94 95 {{{ 96 #!sh 92 97 [user@mycomputer~]$ ls 93 98 log_1_4.tar.gz log_2_5.tar.gz log_3_6.tar.gz log_4_7.tar.gz 99 }}} 94 100 101 In our case, chunk log name will be log_4_7.tar.gz because the chunk number is 4 and the job identifier is 7. 102 {{{ 103 #!sh 95 104 [user@mycomputer~]$ tar xzfv log_4_7.tar.gz 96 105 WRF4G.log