Code: Select all
II. Creating GrADS control and index files from domain 03 WRF GRIB data
* Combining individual grib files into a single monolithic file - 200908311800_nmm_wrfout_d03.grb
* Creating GrADS control file - 200908311800_nmm_wrfout_d03.ctl - You Go GrADS!
* Creating GrADS index file - 200908311800_nmm_wrfout_d03.idx - More GrADS Love for You!
> Continue processing GrADS file(s) with /usr1/wrfems/util/grads/products/drvr_nmm1.sh
sh: /usr1/wrfems/runs/nmm1/log/post_grads2web.log: ambiguous redirect
system "$script $emsdir $ctl $dom>& $log";
To fix this issue, edit that file and make sure line 335 reads as this:
system "$script $emsdir $ctl $dom > $log";
Then all of your domains will be processed in GrADS. Hope this helps someone.