Hello everyone,
Sorry to bother you, I know that this forum does not support mozart2camx but I did not find any forum related to this stuff so I am asking my question here.
I downloaded Mozart data and run ncf2ioapi_mozart successfully. But when I want to run mozart2camx_CB05_AE5__GEOS5 it gets stuck at this point:
amir-N53SM:~/mozart2camx.26feb19_1/mozart2camx_v3.2.1/src> ./mozart2camx_CB05_AE5__GEOS5
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-2021 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 200 2021-05-10 14:06:20Z coats $
Version with PARMS3.EXT/PARAMETER::MXVARS3= 2048
netCDF version 4.7.4 of Jun 18 2021 03:29:43 $
Missing environment variable EXECUTION_ID
Then when I try to run it from scripts under the Job directory (mozart2camx.cmaq.cb05.job script) the following happens:
./mozart2camx.cmaq.cb05.job
rm: cannot remove ‘./output/bc.10km.cmaq.cb05.20150710.lst.ncf’: No such file or directory
rm: cannot remove ‘./output/ic.10km.cmaq.cb05.20150710.lst.hr0.ncf’: No such file or directory
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-2021 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 200 2021-05-10 14:06:20Z coats $
Version with PARMS3.EXT/PARAMETER::MXVARS3= 2048
netCDF version 4.7.4 of Jun 18 2021 03:29:43 $
Missing environment variable EXECUTION_ID
*** Program expects to read in MCIP met files ***
Value for IOAPI_CHECK_HEADERS not defined;returning default: FALSE
"INFILE1" opened as OLD:READ-ONLY
File name "/home/amir/mozart2camx.26feb19_1/mozart2camx_v3.2.1/outputs/ncf/OUTFILE3D"
File type GRDDED3
Execution ID "????????????????"
Grid name "MOZART_GRID"
Dimensions: 9 rows, 14 cols, 56 lays, 86 vbles
NetCDF ID: 65536 opened as READONLY
Starting date and time 2015191:060000 (6:00:00 July 10, 2015)
Timestep 060000 (6:00:00 hh:mm:ss)
Maximum current record number 4
Mozart Origin = 36.2500000 22.7368412
Mozart dx,dy = 2.50000000 1.89473701
Mozart nx,ny,nz = 14 9 56
Program attempting to open MCIP met files
"INFILEMET3D" opened as OLD:READ-ONLY
File name "/home/amir/Build_CMAQ/CMAQ_Project/data/mcip/CMAQ-Iran/METCRO3D_Iran_10km.nc"
File type GRDDED3
Execution ID "mcip"
Grid name "CMAQ-Iran_CROSS"
Dimensions: 157 rows, 253 cols, 29 lays, 18 vbles
NetCDF ID: 131072 opened as READONLY
Starting date and time 2015191:060000 (6:00:00 July 10, 2015)
Timestep 010000 (1:00:00 hh:mm:ss)
Maximum current record number 19
"INFILEMET2D" opened as OLD:READ-ONLY
File name "/home/amir/Build_CMAQ/CMAQ_Project/data/mcip/CMAQ-Iran/METCRO2D_Iran_10km.nc"
File type GRDDED3
Execution ID "mcip"
Grid name "CMAQ-Iran_CROSS"
Dimensions: 157 rows, 253 cols, 1 lays, 35 vbles
NetCDF ID: 196608 opened as READONLY
Starting date and time 2015191:060000 (6:00:00 July 10, 2015)
Timestep 010000 (1:00:00 hh:mm:ss)
Maximum current record number 19
Your GDTYP3D is 7
This cannot be processed.
end: Not in while/foreach.
Does anyone know what is wrong?
Thanks