Changes between Version 90 and Version 91 of WRF4GTutorial2
- Timestamp:
- May 5, 2013 8:33:13 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4GTutorial2
v90 v91 62 62 }}} 63 63 64 Like you can see before, the realization `test_1` has finished with an exit code 62 (See [wiki:WRF4GErrors errors] table). What happened ?The exit code 62 indicates that ungrib failed. In order to solve this error, we are going to check out the log of the chunk number 1.65 66 {{{ 67 #!sh 68 [user@mycomputer~]$ cat $ WRF4G_LOCATION/etc/resources.wrf4g | grep "WRF4G_BASEPATH="64 As you can see before, the realization `test_1` has finished with an exit code 62 (See [wiki:WRF4GErrors errors] table). The exit code 62 indicates that ungrib failed. In order to solve this error, we are going to check out the log of the chunk number 1. 65 66 {{{ 67 #!sh 68 [user@mycomputer~]$ cat $HOME/WRF4G/etc/resources.wrf4g | grep "WRF4G_BASEPATH=" 69 69 WRF4G_BASEPATH="/home/user/WRF4G/repository/output" 70 70 71 [user@mycomputer~]$ cd $ WRF4G_LOCATION/repository/output/test_1/test_1/log/71 [user@mycomputer~]$ cd $HOME/WRF4G/repository/output/test_1/test_1/log/ 72 72 73 73 [user@mycomputer~]$ ls … … 155 155 extdata_path = "${WRF4G_INPUT}/NCEP/GFS" 156 156 157 [user@mycomputer~]$ cat $ WRF4G_LOCATION/etc/resources.wrf4g | grep "WRF4G_INPUT="157 [user@mycomputer~]$ cat $HOME/WRF4G/etc/resources.wrf4g | grep "WRF4G_INPUT=" 158 158 WRF4G_INPUT="/home/user/WRF4G/repository/input" 159 159 160 [user@mycomputer~]$ ls -l /home/user/WRF4G/repository/input/NCEP/GFS/2011/160 [user@mycomputer~]$ ls -l $HOME/WRF4G/repository/input/NCEP/GFS/2011/ 161 161 total 36388 162 162 -rw-r--r-- 1 user user 4909850 2012-09-13 11:38 gfs2011082812_00.grb … … 267 267 #!sh 268 268 [user@mycomputer~]$ wrf4g_prepare 269 Warning: You are using resources.wrf4g located in the /home/carlos/WRF4G/etc/ directory.269 Warning: You are using resources.wrf4g located in the $HOME/WRF4G/etc/ directory. 270 270 Experiment already exists 271 271 }}}