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-2018 Carlie J. Coats, Jr., (C) 2003-2012 Baron Advanced Meteorological Systems, LLC, and (C) 2014-2020 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 185 2020-08-28 16:49:45Z coats $ Version with PARMS3.EXT/PARAMETER::MXVARS3= 2048 netCDF version 4.7.0 of Dec 13 2020 10:40:42 $ Missing environment variable EXECUTION_ID -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Program M3WNDW to window variables to a specified subgrid from a GRIDDED Models-3 file for a specified time period, and write them to another such file. You need to have set environment variables for the input and output file logical names, and optionally for the GRIDDESC file. You will be asked to select the window into the input grid, either by GRIDDESC grid-name or by entering the window-boundary row and column numbers, and time period to be windowed. Note that RUNLEN=0 for single-step runs (a "fencepost" problem) USAGE: m3wndw [INFILE OUTFILE] (and then answer the prompts). Program copyright (C) 1992-2002 MCNC, (C) 1995-2013 Carlie J. Coats, Jr., (C) 2002-2010 Baron Advanced Meteorological Systems, LLC., and (C) 2015 UNC Institute for the Environment. Released under Version 2 of the GNU General Public License. See enclosed GPL.txt, or URL https://www.gnu.org/licenses/old-licenses/gpl-2.0.html See URL https://www.cmascenter.org/ioapi/documentation/3.1/html#tools Comments and questions are welcome and can be sent to Carlie J. Coats, Jr. carlie@jyarborough.com or UNC Institute for the Environment 100 Europa Dr., Suite 490 Rm 405 Campus Box 1105 Chapel Hill, NC 27599-1105 Program version: $Id: m3wndw.f90 117 2019-06-15 14:56:29Z coats $ Value for IOAPI_CHECK_HEADERS not defined;returning default: FALSE "INFILE" opened as OLD:READ-ONLY File name "/scratch/mrasel/data/cmaq/tempcmaqdata/emis/all/emis_mole_all_20200521_AQF5X_nobeis_2016fh_16j.ncf" File type GRDDED3 Execution ID "????????????????" Grid name "AQF5X" Dimensions: 265 rows, 442 cols, 1 lays, 62 vbles NetCDF ID: 65536 opened as READONLY Starting date and time 2020173:120000 (12:00:00 June 21, 2020) Timestep 010000 (1:00:00 hh:mm:ss) Maximum current record number 25 Value for PROMPTFLAG not defined;returning default: TRUE Enter starting date (YYYYDDD) for run [2020173] >> Using default 2020173 Enter starting time (HHMMSS) for run [120000] >> Using default 120000 Enter duration (HHMMSS) for run [240000] >> Using default 240000 Input file "INFILE" has grid "AQF5X" with 442 cols and 265 rows. Now enter the window specifications. These will be of the form GRID-NAME, and (if the grid is not in the current GRIDDESC, the LOCOL, HICOL, LOROW, HIROW relative to the input file grid, where LOCOL <= col <= HICOL LOROW <= row <= HIROW Value for PROMPTFLAG not defined;returning default: TRUE Enter name for windowed grid ["WNDW_AQF5X"] >> Using response "AQF5X" File "GRIDDESC" opened for input on unit: 99 /scratch/mrasel/data/cmaq/tempcmaqdata/mcip/GRIDDESC Value for IOAPI_CHECK_HEADERS not defined;returning default: FALSE "OUTFILE" opened as UNKNOWN(R-W) File name "/scratch/mrasel/data/cmaq/tempcmaqdata/emis/all/m3wndw/emis_mole_all_20200521_AQF5X_nobeis_2016fh_16j.ncf" File type GRDDED3 Execution ID "????????????????" Grid name "AQF5X" Dimensions: 120 rows, 200 cols, 1 lays, 62 vbles NetCDF ID: 131072 opened as READWRITE Starting date and time 2020173:120000 (12:00:00 June 21, 2020) Timestep 010000 (1:00:00 hh:mm:ss) Maximum current record number 25 Value for IOAPI_LOG_WRITE not defined;returning default: TRUE Timestep written to OUTFILE for date and time 2020173:120000 Timestep written to OUTFILE for date and time 2020173:130000 Timestep written to OUTFILE for date and time 2020173:140000 Timestep written to OUTFILE for date and time 2020173:150000 Timestep written to OUTFILE for date and time 2020173:160000 Timestep written to OUTFILE for date and time 2020173:170000 Timestep written to OUTFILE for date and time 2020173:180000 Timestep written to OUTFILE for date and time 2020173:190000 Timestep written to OUTFILE for date and time 2020173:200000 Timestep written to OUTFILE for date and time 2020173:210000 Timestep written to OUTFILE for date and time 2020173:220000 Timestep written to OUTFILE for date and time 2020173:230000 Timestep written to OUTFILE for date and time 2020174:000000 Timestep written to OUTFILE for date and time 2020174:010000 Timestep written to OUTFILE for date and time 2020174:020000 Timestep written to OUTFILE for date and time 2020174:030000 Timestep written to OUTFILE for date and time 2020174:040000 Timestep written to OUTFILE for date and time 2020174:050000 Timestep written to OUTFILE for date and time 2020174:060000 Timestep written to OUTFILE for date and time 2020174:070000 Timestep written to OUTFILE for date and time 2020174:080000 Timestep written to OUTFILE for date and time 2020174:090000 Timestep written to OUTFILE for date and time 2020174:100000 Timestep written to OUTFILE for date and time 2020174:110000 Timestep written to OUTFILE for date and time 2020174:120000 --->> Normal Completion of program M3WNDW Success in program