Hi,
I have stuck in an error in the log file of smkreport when running onetime script in ptagfire
This program uses the EPA-AREAL/MCNC-EnvPgms/BAMS Models-3
I/O Applications Programming Interface, [I/O API] which is
built on top of the netCDF I/O library (Copyright 1993, 1996
University Corporation for Atmospheric Research/Unidata
Program) and the PVM parallel-programming library (from
Oak Ridge National Laboratory).
Copyright (C) 1992-2002 MCNC,
(C) 1992-2013 Carlie J. Coats, Jr.,
(C) 2003-2012 Baron Advanced Meteorological Systems, LLC, and
(C) 2014-2016 UNC Institute for the Environment.
Released under the GNU LGPL License, version 2.1. See URL
https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
for conditions of use.
ioapi-3.2: $Id: init3.F90 98 2018-04-05 14:35:07Z coats $
Version with PARMS3.EXT/PARAMETER::MXVARS3= 2048
netCDF version 4.4.1.1 of Jun 6 2017 12:59:56 $
Missing environment variable EXECUTION_ID
SMOKE ---------------
Copyright (c)2004 Environmental Modeling for Policy Development
All rights reserved
Program SMKREPORT, Version SMOKEv4.5_Apr2017
Online documentation
http://www.cep.unc.edu/empd/products/smoke
Program SMKREPORT to take any combination of SMOKE intermed-
iate files (but at least an inventory file) and generate
one or more user-defined reports in any combination of output
files.
You will need to enter the logical names for the input and
output files (and to have set them prior to program start,
using "setenv <logicalname> <pathname>").
You may use END_OF-FILE (control-D) to quit the program
during logical-name entry. Default responses are given in
brackets [LIKE THIS] and can be accepted by hitting the
<RETURN> key.
Value for PROMPTFLAG: N returning FALSE
Returning default value TRUE for query:
"Continue with program?"
Value for PROMPTFLAG: N returning FALSE
File "REPCONFIG" opened for input on unit: 98
/work/EMIS/users/ydietric/2014v2platform/INSTALL_DIR/ge_dat/smkreport/repconfig/repconfig_area_inv_2011platform_11aug2014_v0.txt
Value for REPLABEL: 'ptagfire'
Value for REPLABEL: 'ptagfire'
Value for REPORT_ZERO_VALUES not defined;returning default: FALSE
ERROR: input file not found: AREA
AREA
Could not open input file "AREA".
*** ERROR ABORT in subroutine OPENREPIN
Ending program "OPENREPIN".
Somehow, the program is trying to locate area file while I have the output of PNT file. This is a point sector, so why does it need area file? Is there anything incorrect in my running script?
Any advice would be much appreciated! Thanks.
Jess