Skip to content

Commit

Permalink
Per #1834, trying out syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Jul 9, 2021
1 parent 9120de0 commit 622d35a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions met/docs/Users_Guide/appendixA.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1051,9 +1051,9 @@ GFS. In this example, process the 20150220 00Z initialization of GFS.
${MET_BUILD_BASE}/bin/pcp_combine \
-sum 20150220_00 06 20150221_00 24 \
gfs_APCP_24_20150220_00_F00_F24.nc \
-pcprx "gfs_4_20150220_00.*grb2" \
-pcprx "gfs_4_20150220_00.*grb2" \
-pcpdir /d1/model_data/20150220
pcp_combine is looking in the /d1/SBU/GFS/model_data/20150220 directory
at files which match this regular expression "gfs_4_20150220_00.*grb2".
That directory contains data for 00, 06, 12, and 18 hour initializations,
Expand Down Expand Up @@ -1130,7 +1130,7 @@ In this example, record 735 needs to be selected.
.. code-block:: ini
pcp_combine -add 20160101_i12_f015_HRRR_wrfnat.grb2 \
'name="APCP"; level="R735";' \
'name\="APCP"; level\="R735";' \
-name "APCP_01" HRRR_wrfnat.20160101_i12_f015.nc
Instead of having the level as "L0", tell it to use "R735" to select
Expand Down

0 comments on commit 622d35a

Please sign in to comment.