Skip to content

Commit

Permalink
Explicitly link ARW geogrid table
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter9192 authored and ClaireDons committed May 29, 2024
1 parent c3da4cf commit 872ddd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wrf-runner/wrf_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ f90nml $WRF_RUNNER/namelist.wps namelist.wps
# Run WPS
f90nml -g geogrid -v opt_geogrid_tbl_path="'$WPS_HOME/geogrid/'" namelist.wps patched_nml && mv patched_nml namelist.wps
f90nml -g metgrid -v opt_metgrid_tbl_path="'$WPS_HOME/metgrid'" namelist.wps patched_nml && mv patched_nml namelist.wps
ln -s $WPS_HOME/ungrib/Variable_Tables/Vtable.GFS Vtable
ln -sf $WPS_HOME/ungrib/Variable_Tables/Vtable.GFS Vtable
ln -sf $WPS_HOME/geogrid/GEOGRID.TBL.ARW $WPS_HOME/geogrid/GEOGRID.TBL # make sure the right geogrid table is linked.
$WPS_HOME/link_grib.csh "${DATA_HOME}/real-time/gfs-data/*"
$WPS_HOME/geogrid.exe
$WPS_HOME/ungrib.exe
Expand Down

0 comments on commit 872ddd0

Please sign in to comment.