Convert 3Dptfire to CAMx: projection error

I am trying to convert 3D fire emissions to UAM using this set of scripts from the 2016 platform: https://gaftp.epa.gov/Air/emismod/2016/v1/cmaq2camx_20nov20.zip
Specifically using a version of camx_convert_2016fh_16j_12US2_ptfire3D.csh modified for the GRIDDESC below.

I am getting this note in my log file:

Read over stack parameters
  0.0000000E+00  0.0000000E+00  -1644000.      -312000.0       4000.000
   4000.000

Why are the latitude and longitude of origin showing 0.0000000? With my lambert grid definitions, I would expect them to be -97 and 40.

Here is my SMOKE GRIDDESC:

!  coords --2 lines:  name; type, P-alpha, P-beta, P-gamma, xcent, ycent
'LAM_40N97W'
2, 33.0D0, 45.D0, -97.D0, -97.D0, 40.D0
' '                                                               ! end coords
'UB13UDAQ' !  2 lines: UB13UDAQ; xorig,yorig,xcell,ycell,ncols,nrows,nthik
'LAM_40N97W', -1644000.000, -312000.000, 1.3333333333, 1.3333333333, 210, 141, 1
'WF13UDAQ' !  2 lines: WF13UDAQ; xorig,yorig,xcell,ycell,ncols,nrows,nthik
'LAM_40N97W', -1332000.000, -80000.000, 1.3333333333, 1.3333333333, 108, 207, 1
'4UDAQ' !  2 lines: 4UDAQ; xorig,yorig,xcell,ycell,ncols,nrows,nthik
'LAM_40N97W', -1644000.000, -312000.000, 4.D3, 4.D3, 186, 180, 1
'12UDAQ' !  2 lines: 12UDAQ; xorig,yorig,xcell,ycell,ncols,nrows,nthik
'LAM_40N97W', -2556000.000, -1728000.000, 12.D3, 12.D3, 185, 299, 1
'12US1_459X299', ! abbrev.=12US1, common name = Continental 12km grid
'LAM_40N97W', -2556000.000, -1728000.000, 12.D3, 12.D3, 459, 299, 1
' '                                                !  end grids.

And here is my MCIP GRIDDESC

' '
'LamCon_40N_97W'
  2        33.000        45.000       -97.000       -97.000        40.000
' '
'd01WF'
'LamCon_40N_97W'  -1644000.000   -312000.000      4000.000      4000.000 186 180   1 ' '

We reviewed our logs and the 0.0000s after “Read over stack parameters” are also in our runs and should not cause a problem.