Source: Too many arguments, While Running Daily PTNONIPM Script 2016V3

Hello @eyth.alison @lizadams

I tried changing the shebang line to #!/usr/bin/tcsh
And modified terminal to tcsh, Looks like it’s running. I don’t see “too many arguments” error anymore. But I am seeing error in /intermed/.

In the script , I modified following to get rid of smkreport error ( ERROR ABORT in subroutine FORMLIST - #8 by eyth.alison)

  • Use the same REPCONFIG_INV as the canada_ag sector
  • Remove REPCONFIG_INV3 from the ptnonipm run script

In the terminal, I am getting following error:

0.014u 0.011s 0:00.02 100.0% 0+0k 0+16io 0pf+0w
SCRIPT NOTE: timetracker is replacing line 2 of the TIMELOG file
now checking log file /Air/emismod/2016/v3/2023gf_16j/intermed/ptnonipm/logs/smkreport_ptnonipm_jan_2023gf_16j_temporal.log


  • ERROR detected in logfile:
  • /Air/emismod/2016/v3/2023gf_16j/intermed/ptnonipm/logs/smkreport_ptnonipm_jan_2023gf_16j_temporal.log

ERROR detected in Smkreport
ERROR: running QA & Smkreport for Temporal
log analyzer
Getting message data (might take some time)…
grep: /Air/emismod/2016/v3/2023gf_16j/intermed/ptnonipm/logs: Is a directory
grep: /Air/emismod/2016/v3/2023gf_16j/intermed/ptnonipm/logs: Is a directory
Finished getting data
Classifying message types…
Total number of known messages: 41
Total number of unknown messages: 0
Level 3 analysis…
Finished classifying message types
log analyzer
Getting message data (might take some time)…
grep: /Air/emismod/2016/v3/2023gf_16j/intermed/ptnonipm/logs: Is a directory
grep: /Air/emismod/2016/v3/2023gf_16j/intermed/ptnonipm/logs: Is a directory
Finished getting data
Classifying message types…
Total number of known messages: 41
Total number of unknown messages: 0
Level 1 analysis…
Finished classifying message types
Testing for exit priority <= 1
ERROR: At least one message’s priority is less than or equal to the exit priority: 1
ERROR: The log analyzer has detected warning or error messages in your SMOKE logs which may indicate a problem.

Then I checked the error file
smkreport_ptnonipm_jan_2023gf_16j_temporal.txt (5.5 KB)

Where I can see error:

 Value for REPLABEL:  'ptnonipm_jan'
 Value for REPLABEL:  'ptnonipm_jan'
 Reading source data from inventory file...
 Generating unique lists from inventory data...
 Reading speciation matrices...
 Reading supplemental temporal file...
 
 *** ERROR ABORT in subroutine RDREPIN
 Number of variables in TSUP file is not supported.

My EMISINV_A file in the ptnonipm script has only one pollutant (NOx). Would you please help me to solve this issue?

Thanks