关于CMAQ中cctm运行出现报错,希望可以得到大家的指导

在CMAQ5.3.2中运行cctm模块,在更改完run_cctm_2016_12USE1.csh脚本后,运行出现如下报错(希望可以得到大家的帮助):Executable Name is CCTM_v532.exe

 

---CMAQ EXECUTION ID: CCTM_v532.exe ---

(standard_in) 1: syntax error

 

Set up input and output files for Day 2023-06-01.

 

Existing Logs and Output Files for Day 2023-06-01 Will Be Deleted

/bin/rm: No match.

 

CMAQ Processing of Day 20230601 Began at 2023年 08月 09日 星期三 00:50:24 EDT

 

        CTM_APPL | v532_intel_case1_20230601

================================================================================          

| |          

| The Community Multiscale Air Quality (CMAQ) Model |          

| Version 5.3.2 |          

| |          

| Built and Maintained by the |          

| Office of Research and Development |          

| United States Environmental Protection Agency |          

| |          

| https://www.epa.gov/cmaq |          

| |          

| Source Code: https://www.github.com/USEPA/cmaq/tree/master |          

| Documentation: https://www.github.com/USEPA/cmaq/tree/master/DOCS |          

| |          

| The CMAQ Model is tested and released with cooperation from |          

| the Community Modeling and Analysis System (CMAS) Center via |          

| contract support. CMAS is managed by the Institute for the |          

| Environment, University of North Carolina at Chapel Hill. |          

| CMAS URL: (https://www.cmascenter.org) |          

| |          

================================================================================          

                                                                     

     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 $

     netCDF version 4.7.4 of Jul 27 2023 04:57:17 $

      

0.950u 0.505s 0:00.53 273.5% 0+0k 0+216io 0pf+0w

tail: 无法打开"buff_CCTM_v532.exe.txt" 读取数据: 没有那个文件或目录

 

**************************************************************

** Runscript Detected an Error: CGRID file was not written. **

** This indicates that CMAQ was interrupted or an issue **

** exists with writing output. The runscript will now **

** abort rather than proceeding to subsequent days. **

*********************************

(standard_in) 2: syntax error

(standard_in) 1: syntax error

(standard_in) 1: syntax error

 

==================================

  ***** CMAQ TIMING REPORT *****

==================================

Start Day: 2023-06-01

End Day: 2023-06-02

Number of Simulation Days: 1

Domain Name: case1

Number of Grid Cells: (ROW x COL x LAY)

Number of Layers: 35

Number of Processes: 8

   All times are in seconds.

 

Num Day Wall Time

01 2023-06-01   

     Total Time = 

      Avg. Time = 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
### 回答1: Ubuntu CMAQ(Community Multi-Scale Air Quality Modeling System)是一个用于模拟和预测大气污染的开源软件。下面是Ubuntu操作系统上安装CMAQ的步骤: 1.确保系统已安装必要的依赖库和软件。打开终端,并输入以下命令进行安装: sudo apt-get update sudo apt-get install build-essential gfortran m4 make cmake libnetcdff-dev libnetcdf-dev mpich libopenmpi-dev 2.下载CMAQ软件包。可以通过官方网站或GitHub下载最新的CMAQ软件包。下载后解压缩到指定的目录,如/home/user/CMAQ。 3.配置和编译CMAQ。进入解压缩后的CMAQ目录,运行下面的命令进行配置和编译: cd /home/user/CMAQ export IOAPI_ROOT=/home/user/ioapi export NETCDF=/usr ./bldit_cctm 4.等待编译完成。这可能需要一些时间,具体取决于系统和计算机性能。 5.设置环境变量。打开终端,输入以下命令设置CMAQ的环境变量: echo "export CMAQ_HOME=/home/user/CMAQ" >> ~/.bashrc echo "export PATH=/home/user/CMAQ/scripts:\$PATH" >> ~/.bashrc source ~/.bashrc 6.运行CMAQ。现在, 可以在终端运行CMAQ模型。例如,输入以下命令运行CMAQ测试案例: cctm.e 这是安装Ubuntu上CMAQ的基本步骤。请注意,具体步骤可能因软件版本和个人需求而有所不同。建议阅读CMAQ的官方文档或咨询社区以获取更详细的安装说明。 ### 回答2: 要在Ubuntu上安装CMAQ(Community Multiscale Air Quality Modeling System),需要按照以下步骤进行操作。 1. 首先,确保您的Ubuntu系统已经安装了所有必要的软件包和依赖项。您可以使用以下命令来更新和升级系统软件包: sudo apt update sudo apt upgrade 2. 下一步是安装CMAQ所需的依赖项。您可以使用以下命令来安装大部分必要的依赖项: sudo apt install build-essential gfortran netcdf-bin netcdf-fortran libnetcdf-dev libnetcdff-dev mpich autoconf automake libtool 3. 完成依赖项的安装后,您需要下载CMAQ的源代码文件。您可以从CMAQ的官方网站下载源代码文件,并将其解压缩到您选择的目录。 4. 进入解压缩后的CMAQ源代码目录,运行以下命令以配置CMAQ的安装: ./configure 5. 配置完成后,您可以通过运行以下命令进行编译和构建CMAQ: make 6. 编译完成后,您可以使用以下命令将CMAQ安装到您的系统: sudo make install 7. 安装完成后,您可以通过输入cmaq进行测试。如果一切顺利,您应该能够看到CMAQ的版本和其他信息。 上述步骤是在Ubuntu上安装CMAQ的基本过程。然而,请注意,具体步骤可能会因您的系统配置和需求而有所不同。在安装过程,如果出现任何错误或问题,请参考CMAQ的官方文档或社区论坛,寻求进一步的帮助和支持。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值