Hello,
I have installed SMOKE v4.7 using gfortran compiler for a test run. My goal is to get exact same output as EPA for the ‘ptegu_summer’ sector of ‘2028fh1_16j’ case from here ftp://newftp.epa.gov/air/emismod/2016/v1/
Here is what I did:
-
I downloaded ftp://newftp.epa.gov/air/emismod/2016/v1/smoke_2016v1_platform_core_04feb2020.zip and ftp://newftp.epa.gov/air/emismod/2016/v1/postv1_updates/ptegu_2023_2028/
-
Then I modified ’ directory_definitions_12US2.csh’ file directory_definitions_12US2.TXT (3.9 KB) from here as my system setup /2028fh1_16j/scripts . I choose ’ 12US2’ directory definitions file because the SMOKE out file for this sector named as inln_mole_ptegu_summer_20160930_12US2_cmaq_cb6_2028fh1_ussa_16j.ncf
in here ftp://newftp.epa.gov/air/emismod/2016/v1/postv1_updates/ptegu_2023_2028/2028fh1_ptegu_summer_CMAQ_ready.tar.gz
screenshot 1
-
Then I just modified ’ source’ file name as ’ source …/directory_definitions_12US2.csh’ in the /2028/fh1_16j/scripts/point/Annual_ptegu_onetime_summer_12US1_2028fh1_16j.csh and rename it as 'Annual_ptegu_onetime_summer_12US2_2028fh1_16j.csh’Annual_ptegu_onetime_summer_12US2_2028fh1_16j.csh.txt (7.5 KB) .
-
Then I ran the ‘onetime time script’ from step-3 as mentioned it here to run ‘onetime’ script first ftp://newftp.epa.gov/air/emismod/2016/v1/README_2016_v1_platform_package_14feb2020.txt
-
Then I followed same procedure for the ‘daily script’ / 2028/fh1_16j/scripts/point/Annual_ptegu_daily_summer_12US2_2028fh1_16j.csh Annual_ptegu_daily_summer_12US2_2028fh1_16j.csh.txt (7.5 KB) and I ran the script.
After finishing the step-5, I see output is generated
screenshot 2
Ques: How do I compare if both results are same or not?
Even though I could generate the output (screenshot 2), But I got the following error at the end of the step-5 run:
Classifying message types…
Total number of known messages: 16101
Total number of unknown messages: 5
Level 3 analysis…
Finished classifying message types
log analyzer
**Getting message data (might take some time)… **
grep: /home/Michael/Documents/SMOKE/2016setupEPA/2028fh1_16j/intermed/ptegu_summer/logs: Is a directory
grep: /home/Michael/Documents/SMOKE/2016setupEPA/2028fh1_16j/intermed/ptegu_summer/logs: Is a directory
Finished getting data
Classifying message types…
Total number of known messages: 16101
Total number of unknown messages: 5
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: Level 1 errors or Level 0 warnings found. Check log files, fix inputs, and rerun.
I checked the log files for level 1 error here /2028fh1_16j/reports/log_analyzer, where I see two level 1 files rep_logs_ptegu_summer_2028fh1_16j_12US2_onetime_level1.csv.txt (2.6 KB) rep_logs_ptegu_summer_2028fh1_16j_12US2_summer_level1.csv.txt (5.7 KB) , and the error messages are
DEFAULT_CONV_FAC_ERROR not defined and Value for SMK_MAXERROR
Would you please help me understanding whether my method is correct and suggest me the ways to solving the error?
Thank you