| 148 | |
| 149 | === How to use WRF4G CLI === |
| 150 | |
| 151 | {{{ |
| 152 | #!sh |
| 153 | [user@mycomputer~]$ wrf4g_prepare |
| 154 | Warning: You are using resources.wrf4g located in the /home/user/WRF4G/etc/ directory. |
| 155 | Preparing namelist... |
| 156 | WRFV3/run/namelist.input |
| 157 | WRF Check Warning: CAM radiation selected but paerlev/levsiz/cam_abs_dim1/cam_abs_dim2 was not set. Fixing... |
| 158 | WRF Check Warning: radt is shorter than dx (0.500000) |
| 159 | |
| 160 | ---> Single params run |
| 161 | ---> Continuous run |
| 162 | ---> cycle_chunks: test 2011-08-28_12:00:00 2011-09-01_00:00:00 |
| 163 | ---> chunks 1: test 2011-08-28_12:00:00 2011-08-29_00:00:00 |
| 164 | ---> chunks 2: test 2011-08-29_00:00:00 2011-08-29_12:00:00 |
| 165 | ---> chunks 3: test 2011-08-29_12:00:00 2011-08-30_00:00:00 |
| 166 | |
| 167 | [user@mycomputer~]$ wrf4g_prepare |
| 168 | Warning: You are using resources.wrf4g located in the /home/carlos/WRF4G/etc/ directory. |
| 169 | Experiment already exists |
| 170 | }}} |
| 171 | |
| 172 | {{{ |
| 173 | #!sh |
| 174 | [user@mycomputer~]$ cat experiment.wrf4g | grep "end_date="\" |
| 175 | end_date="2011-08-30_00:00:00" |
| 176 | [user@mycomputer~]$ cat experiment.wrf4g | grep "end_date="\" |
| 177 | end_date="2011-09-01_00:00:00" |
| 178 | [user@mycomputer~]$ wrf4g_prepare --reconfigure |
| 179 | Warning: You are using resources.wrf4g located in the /home/carlos/WRF4G/etc/ directory. |
| 180 | Preparing namelist... |
| 181 | WRFV3/run/namelist.input |
| 182 | WRF Check Warning: CAM radiation selected but paerlev/levsiz/cam_abs_dim1/cam_abs_dim2 was not set. Fixing... |
| 183 | WRF Check Warning: radt is shorter than dx (0.500000) |
| 184 | |
| 185 | ---> Single params run |
| 186 | ---> Continuous run |
| 187 | ---> cycle_chunks: test 2011-08-28_12:00:00 2011-09-01_00:00:00 |
| 188 | ---> chunks 1: test 2011-08-28_12:00:00 2011-08-29_00:00:00 |
| 189 | ---> chunks 2: test 2011-08-29_00:00:00 2011-08-29_12:00:00 |
| 190 | ---> chunks 3: test 2011-08-29_12:00:00 2011-08-30_00:00:00 |
| 191 | ---> chunks 4: test 2011-08-30_00:00:00 2011-08-30_12:00:00 |
| 192 | ---> chunks 5: test 2011-08-30_12:00:00 2011-08-31_00:00:00 |
| 193 | ---> chunks 6: test 2011-08-31_00:00:00 2011-08-31_12:00:00 |
| 194 | ---> chunks 7: test 2011-08-31_12:00:00 2011-09-01_00:00:00 |
| 195 | |
| 196 | }}} |
| 197 | |
| 198 | {{{ |
| 199 | #!sh |
| 200 | [user@mycomputer~]$ wrf4g_submit --dry-run --rerun -c 1 -f -r test |
| 201 | Submitting realization: "test" |
| 202 | Submitting Chunk 1: 2011-08-28_12:00:00 2011-08-29_00:00:00 |
| 203 | [user@mycomputer~]$ wrf4g_submit --rerun -c 1 -f -r test |
| 204 | Submitting realization: "test" |
| 205 | Submitting Chunk 1: 2011-08-28_12:00:00 2011-08-29_00:00:00 |
| 206 | }}} |
| 207 | {{{ |
| 208 | #!sh |
| 209 | [user@mycomputer~]$wrf4g_submit --dry-run --rerun -f -e test |
| 210 | Submitting realization: "test" |
| 211 | Submitting Chunk 1: 2011-08-28_12:00:00 2011-08-29_00:00:00 |
| 212 | Submitting Chunk 2: 2011-08-29_00:00:00 2011-08-29_12:00:00 |
| 213 | Submitting Chunk 3: 2011-08-29_12:00:00 2011-08-30_00:00:00 |
| 214 | [user@mycomputer~]$wrf4g_submit --rerun -f -e test |
| 215 | Submitting realization: "test" |
| 216 | Submitting Chunk 1: 2011-08-28_12:00:00 2011-08-29_00:00:00 |
| 217 | Submitting Chunk 2: 2011-08-29_00:00:00 2011-08-29_12:00:00 |
| 218 | Submitting Chunk 3: 2011-08-29_12:00:00 2011-08-30_00:00:00 |
| 219 | }}} |