data/nccf/com/nam/prod/nam.YYYYMMDD/nam.tHHz.grididFF.tm00_ext !GRIB_version/ncep/NAM_84/#GGG/YYYYMMDDHHNN/Ffff/parm/level_cord! ######
                                             ^                      ^        ^     ^     ^        ^          ^    ^     ^             ^
                                             |                      |        |     |     |        |          |    |     |             |
                                             |                      |        |     |     |    model date     |  grid    |         grid number
                                          data file name            |     issuing  |   grid                  |parameter |         in original
                                          on file server            |      center  |  number                 |          |         data file
                                                                    |              |                      forecast      |
                                                                data type       model id                    hour    grid level
# File Using NCEP file names
CONDUIT	^(data/nccf/com/nam.*) !(.*)!
	FILE	data/pub/raw/conduit/\1
#
# Pipe NAM #212 to decoder
CONDUIT    nccf/com/nam.*awip3d
        PIPE    decoder
#
# Pipe NAM #216 to decoder
CONDUIT    nccf/com/nam.*awipak
        PIPE    decoder
#
# Pipe NAM #104 to decoder
CONDUIT    nccf/com/nam.*grbgrd
        PIPE    decoder
#
# Pipe NAM #218 to decoder
CONDUIT    nccf/com/nam.*awip12
        PIPE    decoder
To restrict the above actions to just GRIB2 data during transition period,
append ".*grib2" to the filename portion of the above patterns, eg:
# Pipe NAM #212 to decoder
CONDUIT    /nam.*awip3d.*grib2
        PIPE    decoder
#