- 积分
- 5347
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-6-4
- 最后登录
- 1970-1-1
|
50金钱
我在运行cctm.csh时,刚跑几秒就出错,报的错误是"Segmentation fault"这种类型的。网上找了很多解决办法都不管用,我把log贴出来寻求大家的帮助。
Compiler is set to gcc
model CCTM_v521.exe;
repo /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/src;
mechanism cb05e51_ae6_aq;
lib_base /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/lib/x86_64/gcc;
lib_1 ioapi/modules;
lib_2 ioapi/include_files;
lib_3 "mpi -I.";
lib_4 ioapi/lib;
cpp_flags " -Dparallel -DSUBST_BARRIER=SE_BARRIER -DSUBST_GLOBAL_MAX=SE_GLOBAL_MAX -DSUBST_GLOBAL_MIN=SE_GLOBAL_MIN -DSUBST_GLOBAL_MIN_DATA=SE_GLOBAL_MIN_DATA -DSUBST_GLOBAL_TO_LOCAL_COORD=SE_GLOBAL_TO_LOCAL_COORD -DSUBST_GLOBAL_SUM=SE_GLOBAL_SUM -DSUBST_GLOBAL_LOGICAL=SE_GLOBAL_LOGICAL -DSUBST_LOOP_INDEX=SE_LOOP_INDEX -DSUBST_SUBGRID_INDEX=SE_SUBGRID_INDEX -DSUBST_HI_LO_BND_PE=SE_HI_LO_BND_PE -DSUBST_SUM_CHK=SE_SUM_CHK -DSUBST_INIT_ARRAY=SE_INIT_ARRAY -DSUBST_COMM=SE_COMM -DSUBST_MY_REGION=SE_MY_REGION -DSUBST_SLICE=SE_SLICE -DSUBST_GATHER=SE_GATHER -DSUBST_DATA_COPY=SE_DATA_COPY -DSUBST_IN_SYN=SE_IN_SYN";
f_compiler mpifort;
fstd "-O3 -funroll-loops -finit-character=32 -Wtabs -Wsurprising -march=native -ftree-vectorize -ftree-loop-if-convert -finline-limit=512";
dbg "-Wall -O0 -g -fcheck=all -ffpe-trap=invalid,zero,overflow -fbacktrace";
f_flags "-ffixed-form -ffixed-line-length-132 -funroll-loops -finit-character=32";
f90_flags "-ffree-form -ffree-line-length-none -funroll-loops -finit-character=32";
c_compiler gcc;
c_flags "-O2 -DFLDMN -I";
link_flags "-fopenmp";
ioapi "-lioapi";
netcdf "-lnetcdf -lnetcdff";
mpich "-lmpich ";
include SUBST_PE_COMM ./PE_COMM.EXT;
include SUBST_CONST ./CONST.EXT;
include SUBST_FILES_ID ./FILES_CTM.EXT;
include SUBST_EMISPRM ./EMISPRM.EXT;
// Parallel / Include message passing definitions
include SUBST_MPI ./mpif.h;
// options are stenex or se_noop
Module STENEX/se;
// parallel executable; stenex and pario included
Module PARIO;
// options are par, par_nodistr and par_noop
Module par/mpi;
// options are wrf and yamo
Module driver/wrf;
// options are cartesian
Module grid/cartesian;
// options are yamo
Module init/yamo;
// options are gencoor_wrf and gencoor
Module couple/gencoor_wrf;
// options are yamo
Module hadv/yamo;
// options are wrf and yamo
Module vadv/wrf;
// options are multiscale
Module hdiff/multiscale;
// options are acm2
Module vdiff/acm2;
// options are m3dry
Module depv/m3dry;
// options are emis
Module emis/emis;
// options are beis3
Module biog/beis3;
// options are smoke
Module plrise/smoke;
// options are cgrid_spcs_nml and cgrid_spcs_icl
Module spcs/cgrid_spcs_nml;
// options are inline and table
Module phot/inline;
// gas chemistry solvers
// options are smvgear, ros3, and ebi_<mech>; see 'gas chemistry mechanisms' for <mech>
Module gas/ebi_cb05e51_ae6_aq;
// gas chemistry mechanisms
// options are cb05e51_ae6_aq, cb05e51_ae6nvPOA_aq, cb05eh51_ae6_aq, cb05mp51_ae6_aq, cb05tucl_ae6_aq, cb05tump_ae6_aq, cb6r3_ae6_aq, cb6r3_ae6nvPOA_aq, racm2_ae6_aq, saprc07tb_ae6_aq, saprc07tc_ae6_aq, saprc07tc_ae6nvPOA_aq, saprc07tic_ae6i_aq, saprc07tic_ae6i_aqkmti, saprc07tic_ae6invPOA_aq
Module MECHS/cb05e51_ae6_aq;
// tracer modules
// options are trac0, trac1
Module MECHS/trac0;
// options are aero6
Module aero/aero6;
// options are acm_ae6, acm_ae6_kmt, and acm_ae6_mp
Module cloud/acm_ae6;
// compile for inline process analysis
Module procan/pa;
// options are util
Module util/util;
setenv WORKDIR /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts
setenv OUTDIR /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702
setenv INPDIR /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data
setenv LOGDIR /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/LOGS
setenv NMLpath /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc
setenv NEW_START TRUE
set START_DATE = 2013-07-02
set END_DATE = 2013-07-02
set STTIME = 000000
set NSTEPS = 120000
set TSTEP = 010000
if ( mpi == serial ) then
@ NPCOL = 1
@ NPROW = 1
@ NPROCS = 1 * 1
setenv NPCOL_NPROW 1 1
endif
set NZ = 35
setenv GRID_NAME sola
setenv GRIDDESC /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/GRIDDESC
setenv CONC_SPCS O3 NO ANO3I ANO3J NO2 FORM ISOP ANH4J ASO4I ASO4J
setenv CONC_BLEV_ELEV 1 1
setenv AVG_CONC_SPCS O3 NO CO NO2 ASO4I ASO4J NH3
setenv ACONC_BLEV_ELEV 1 1
setenv AVG_FILE_ENDTIME N
setenv EXECUTION_ID CCTM_v521.exe
setenv CTM_MAXSYNC 100
setenv CTM_MINSYNC 20
setenv SIGMA_SYNC_TOP 0.7
setenv CTM_ADV_CFL 0.95
setenv CTM_WB_DUST N
setenv CTM_ERODE_AGLAND N
setenv CTM_WBDUST_BELD BELD3
setenv CTM_LTNG_NO N
setenv CTM_WVEL N
setenv KZMIN N
setenv CTM_ILDEPV N
setenv CTM_MOSAIC N
setenv CTM_FST N
setenv CTM_ABFLUX N
setenv CTM_HGBIDI N
setenv CTM_SFC_HONO N
setenv CTM_GRAV_SETL N
setenv CTM_BIOGEMIS N
setenv CTM_PT3DEMIS N
setenv CTM_ZERO_PCSOA N
setenv CTM_PROCAN N
setenv PA_BCOL_ECOL 10 320
setenv PA_BROW_EROW 10 195
setenv PA_BLEV_ELEV 1 4
setenv IOAPI_LOG_WRITE F
setenv FL_ERR_STOP N
setenv PROMPTFLAG F
setenv IOAPI_OFFSET_64 NO
setenv CTM_EMISCHK N
setenv CTM_AVISDIAG N
setenv CTM_PMDIAG N
setenv CTM_APMDIAG N
setenv APMDIAG_BLEV_ELEV 1 1
setenv CTM_CKSUM N
setenv CLD_DIAG N
setenv CTM_AERDIAG N
setenv CTM_PHOTDIAG N
setenv CTM_SSEMDIAG N
setenv CTM_DUSTEM_DIAG N
setenv CTM_DEPV_FILE N
setenv VDIFF_DIAG_FILE N
setenv LTNGDIAG N
setenv CTM_AOD N
setenv B3GTS_DIAG N
setenv PT3DDIAG N
setenv PT3DFRAC N
setenv REP_LAYER_MIN -1
set DISP = delete
set ICpath = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/icon
set BCpath = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/bcon
set EMISpath = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/emis
set IN_PTpath = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/emis/inln_point
set IN_LTpath = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/lightning
set METpath = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola
set OMIpath = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc
set LUpath = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/land
set SZpath = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/land
set TODAYG = 2013-07-02
set TODAYJ = `date -ud "${START_DATE}" +%Y%j`
date -ud 2013-07-02 +%Y%j
set STOP_DAY = `date -ud "${END_DATE}" +%Y%j`
date -ud 2013-07-02 +%Y%j
while ( 2013183 < = 2013183 )
set YYYYMMDD = `date -ud "${TODAYG}" +%Y%m%d`
date -ud 2013-07-02 +%Y%m%d
set YYMMDD = `date -ud "${TODAYG}" +%y%m%d`
date -ud 2013-07-02 +%y%m%d
set YYYYJJJ = 2013183
set YESTERDAY = `date -ud "${TODAYG}-1days" +%Y%m%d`
date -ud 2013-07-02-1days +%Y%m%d
if ( TRUE == true || TRUE == TRUE ) then
setenv ICFILE ICON_v52_130702_profile
setenv INITIAL_RUN Y
rm: No match.
mkdir -p /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702
else
set BCFILE = BCON_v52_130702_profile
set OMIfile = OMI_1979_to_2015.dat
set OPTfile = PHOT_OPTICS.dat
setenv GRID_CRO_2D /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/GRIDCRO2D_130702.nc
setenv GRID_CRO_3D /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/GRIDCRO3D_130702.nc
setenv GRID_DOT_2D /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/GRIDDOT2D_130702.nc
setenv MET_CRO_2D /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/METCRO2D_130702.nc
setenv MET_CRO_3D /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/METCRO3D_130702.nc
setenv MET_DOT_3D /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/METDOT3D_130702.nc
setenv MET_BDY_3D /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/METBDY3D_130702.nc
setenv LAYER_FILE /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/METCRO3D_130702.nc
if ( N == N ) then
set EMISfile = emis.nc
else
if ( N == Y ) then
if ( N == Y ) then
if ( N == Y ) then
if ( N == Y ) then
setenv CTM_APPL v521_gcc_130702_20130702
setenv S_CGRID /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CGRID_v521_gcc_130702_20130702.nc
setenv CTM_CONC_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc -v
setenv A_CONC_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc -v
setenv MEDIA_CONC /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_MEDIA_CONC_v521_gcc_130702_20130702.nc -v
setenv CTM_DRY_DEP_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DRYDEP_v521_gcc_130702_20130702.nc -v
setenv CTM_DEPV_DIAG /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPV_v521_gcc_130702_20130702.nc -v
setenv CTM_PT3D_DIAG /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PT3D_v521_gcc_130702_20130702.nc -v
setenv B3GTS_S /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_B3GTS_S_v521_gcc_130702_20130702.nc -v
setenv SOILOUT /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SOILOUT_v521_gcc_130702_20130702.nc
setenv CTM_WET_DEP_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc -v
setenv CTM_WET_DEP_2 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP2_v521_gcc_130702_20130702.nc -v
setenv CTM_VIS_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMVIS_v521_gcc_130702_20130702.nc -v
setenv CTM_AVIS_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMVIS_v521_gcc_130702_20130702.nc -v
setenv CTM_PMDIAG_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMDIAG_v521_gcc_130702_20130702.nc -v
setenv CTM_APMDIAG_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMDIAG_v521_gcc_130702_20130702.nc -v
setenv CTM_RJ_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG1_v521_gcc_130702_20130702.nc -v
setenv CTM_RJ_2 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG2_v521_gcc_130702_20130702.nc -v
setenv CTM_SSEMIS_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SSEMIS_v521_gcc_130702_20130702.nc -v
setenv CTM_DUST_EMIS_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DUSTEMIS_v521_gcc_130702_20130702.nc -v
setenv CTM_IPR_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_1_v521_gcc_130702_20130702.nc -v
setenv CTM_IPR_2 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_2_v521_gcc_130702_20130702.nc -v
setenv CTM_IPR_3 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_3_v521_gcc_130702_20130702.nc -v
setenv CTM_IRR_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_1_v521_gcc_130702_20130702.nc -v
setenv CTM_IRR_2 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_2_v521_gcc_130702_20130702.nc -v
setenv CTM_IRR_3 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_3_v521_gcc_130702_20130702.nc -v
setenv CTM_DRY_DEP_MOS /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDMOS_v521_gcc_130702_20130702.nc -v
setenv CTM_DRY_DEP_FST /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDFST_v521_gcc_130702_20130702.nc -v
setenv CTM_DEPV_MOS /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVFST_v521_gcc_130702_20130702.nc -v
setenv CTM_DEPV_FST /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVMOS_v521_gcc_130702_20130702.nc -v
setenv CTM_VDIFF_DIAG /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VDIFF_DIAG_v521_gcc_130702_20130702.nc -v
setenv CTM_VSED_DIAG /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VSED_DIAG_v521_gcc_130702_20130702.nc -v
setenv CTM_AOD_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_AOD_DIAG_v521_gcc_130702_20130702.nc -v
setenv CTM_LTNGDIAG_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGHRLY_v521_gcc_130702_20130702.nc -v
setenv CTM_LTNGDIAG_2 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGCOL_v521_gcc_130702_20130702.nc -v
setenv FLOOR_FILE /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/FLOOR_v521_gcc_130702_20130702.txt
if ( ! -d /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702 ) mkdir -p /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702
set log_test = `ls CTM_LOG_???.${CTM_APPL}`
ls: No match.
set OUT_FILES = ( /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/FLOOR_v521_gcc_130702_20130702.txt /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CGRID_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_MEDIA_CONC_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DRYDEP_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPV_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PT3D_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_B3GTS_S_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SOILOUT_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP2_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMVIS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMVIS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMDIAG_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMDIAG_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG1_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG2_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SSEMIS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DUSTEMIS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_1_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_2_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_3_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_1_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_2_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_3_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDMOS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDFST_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVFST_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVMOS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VDIFF_DIAG_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VSED_DIAG_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_AOD_DIAG_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGHRLY_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGCOL_v521_gcc_130702_20130702.nc -v )
set OUT_FILES = `echo $OUT_FILES | sed "s; -v;;g" `
sed s; -v;;g
echo /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/FLOOR_v521_gcc_130702_20130702.txt /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CGRID_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_MEDIA_CONC_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DRYDEP_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPV_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PT3D_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_B3GTS_S_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SOILOUT_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP2_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMVIS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMVIS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMDIAG_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMDIAG_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG1_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG2_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SSEMIS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DUSTEMIS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_1_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_2_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_3_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_1_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_2_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_3_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDMOS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDFST_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVFST_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVMOS_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VDIFF_DIAG_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VSED_DIAG_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_AOD_DIAG_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGHRLY_v521_gcc_130702_20130702.nc -v /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGCOL_v521_gcc_130702_20130702.nc -v
echo /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/FLOOR_v521_gcc_130702_20130702.txt /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CGRID_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_MEDIA_CONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DRYDEP_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPV_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PT3D_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_B3GTS_S_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SOILOUT_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMVIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMVIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMDIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMDIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SSEMIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DUSTEMIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_3_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_3_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDMOS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDFST_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVFST_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVMOS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VDIFF_DIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VSED_DIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_AOD_DIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGHRLY_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGCOL_v521_gcc_130702_20130702.nc
/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/FLOOR_v521_gcc_130702_20130702.txt /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CGRID_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_MEDIA_CONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DRYDEP_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPV_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PT3D_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_B3GTS_S_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SOILOUT_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMVIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMVIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMDIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMDIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SSEMIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DUSTEMIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_3_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_3_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDMOS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDFST_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVFST_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVMOS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VDIFF_DIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VSED_DIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_AOD_DIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGHRLY_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGCOL_v521_gcc_130702_20130702.nc
set out_test = `ls $OUT_FILES`
ls /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/FLOOR_v521_gcc_130702_20130702.txt /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CGRID_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_MEDIA_CONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DRYDEP_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPV_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PT3D_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_B3GTS_S_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SOILOUT_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMVIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMVIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMDIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMDIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SSEMIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DUSTEMIS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_3_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_1_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_2_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_3_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDMOS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDFST_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVFST_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVMOS_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VDIFF_DIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VSED_DIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_AOD_DIAG_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGHRLY_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGCOL_v521_gcc_130702_20130702.nc
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/FLOOR_v521_gcc_130702_20130702.txt: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CGRID_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_MEDIA_CONC_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DRYDEP_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPV_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PT3D_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_B3GTS_S_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SOILOUT_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP2_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMVIS_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMVIS_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMDIAG_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMDIAG_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG1_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG2_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SSEMIS_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DUSTEMIS_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_1_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_2_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_3_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_1_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_2_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_3_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDMOS_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDFST_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVFST_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVMOS_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VDIFF_DIAG_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VSED_DIAG_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_AOD_DIAG_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGHRLY_v521_gcc_130702_20130702.nc: No such file or directory
ls: cannot access /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGCOL_v521_gcc_130702_20130702.nc: No such file or directory
if ( delete == delete ) then
echo ancillary log files being deleted
ancillary log files being deleted
foreach file ( )
echo output files being deleted
output files being deleted
foreach file ( /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc )
echo deleting /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc
deleting /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc
/bin/rm -f /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc
end
echo deleting /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc
deleting /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc
/bin/rm -f /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc
end
echo deleting /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc
deleting /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc
/bin/rm -f /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc
end
else
setenv CTM_STDATE 2013183
setenv CTM_STTIME 000000
setenv CTM_RUNLEN 120000
setenv CTM_TSTEP 010000
setenv EMIS_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/emis/emis.nc
setenv INIT_GASC_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/icon/ICON_v52_130702_profile
setenv INIT_AERO_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/icon/ICON_v52_130702_profile
setenv INIT_NONR_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/icon/ICON_v52_130702_profile
setenv INIT_TRAC_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/icon/ICON_v52_130702_profile
setenv BNDY_GASC_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/bcon/BCON_v52_130702_profile
setenv BNDY_AERO_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/bcon/BCON_v52_130702_profile
setenv BNDY_NONR_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/bcon/BCON_v52_130702_profile
setenv BNDY_TRAC_1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/bcon/BCON_v52_130702_profile
setenv OMI /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/OMI_1979_to_2015.dat
setenv OPTICS_DATA /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/PHOT_OPTICS.dat
set TR_DVpath = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola
set TR_DVfile = /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/METCRO2D_130702.nc
setenv gc_matrix_nml /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/GC_cb05e51_ae6_aq.nml
setenv ae_matrix_nml /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/AE_cb05e51_ae6_aq.nml
setenv nr_matrix_nml /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/NR_cb05e51_ae6_aq.nml
setenv tr_matrix_nml /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/Species_Table_TR_0.nml
setenv CSQY_DATA /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/CSQY_DATA_cb05e51_ae6_aq
if ( ! ( -e /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/CSQY_DATA_cb05e51_ae6_aq ) ) then
if ( ! ( -e /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/PHOT_OPTICS.dat ) ) then
ls -l /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/CCTM_v521.exe
-rwxr-xr-x 1 wyw_ydh wyw 22387968 Aug 26 19:33 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/CCTM_v521.exe
size /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/CCTM_v521.exe
text data bss dec hex filename
6799340 15325348 92241128 114365816 6d11578 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/CCTM_v521.exe
unlimit
date
Thu Aug 26 23:39:29 CST 2021
tee buff_CCTM_v521.exe.txt
/usr/bin/time -p mpirun -np 1 /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/CCTM_v521.exe
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 150 2020-04-11 17:51:44Z coats $
Version with PARMS3.EXT/PARAMETER::MXVARS3= 2048
netCDF version 4.3.0 of May 29 2018 11:50:11 $
EXECUTION_ID: CCTM_v521.exe
Value for GRID_NAME: 'sola'
Value for GRID_NAME: 'sola'
File "GRIDDESC" opened for input on unit: 99
/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/GRIDDESC
Value for IOAPI_CHECK_HEADERS not defined;returning default: FALSE
"MET_CRO_3D" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/METCRO3D_130702.nc"
File type GRDDED3
Execution ID "mcip"
Grid name "METCRO_sola_CROS"
Dimensions: 47 rows, 47 cols, 52 lays, 16 vbles
NetCDF ID: 65536 opened as READONLY
Starting date and time 2013183:000000 (0:00:00 July 2, 2013)
Timestep 010000 (1:00:00 hh:mm:ss)
Maximum current record number 49
GC Species Namelist: /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/GC_cb05e51_ae6_aq.nml
AE Species Namelist: /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/AE_cb05e51_ae6_aq.nml
NR Species Namelist: /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/NR_cb05e51_ae6_aq.nml
TR Species Namelist: /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/CCTM/scripts/BLD_CCTM_v521_gcc/Species_Table_TR_0.nml
-=- MPP Processor-to-Subdomain Map -=-
____________________________________________________
| |
| PE #Cols Col_Range #Rows Row_Range |
|__________________________________________________|
| |
| 0 47 1: 47 47 1: 47 |
|__________________________________________________|
Value for CTM_PROCAN: N returning FALSE
PA_DATAGEN: Process Analysis is not activated
Value for CTM_WVEL: N returning FALSE
Value for CTM_TSTEP: 10000
Value for CTM_PROGNAME not defined; returning defaultval ': 'DRIVER'
Value for CTM_PROGNAME not defined; returning defaultval ': 'DRIVER'
Main Program Name
Environment variable not set ... Using default: 0
Value for CTM_STDATE: 2013183
Value for CTM_STTIME: 0
Value for CTM_RUNLEN: 120000
"GRID_CRO_2D" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/GRIDCRO2D_130702.nc"
File type GRDDED3
Execution ID "mcip"
Grid name "GRIDOUT_sola_CRO"
Dimensions: 47 rows, 47 cols, 1 lays, 27 vbles
NetCDF ID: 131072 opened as READONLY
Time-independent data.
"INIT_GASC_1" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/icon/ICON_v52_130702_profile"
File type GRDDED3
Execution ID "ICON_v52_profile.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 52 lays, 76 vbles
NetCDF ID: 196608 opened as READONLY
Time-independent data.
IC/BC Factors used for transported gas-phase species
1 NO2 1.0000
2 NO 1.0000
No IC found for species O in INIT_GASC_1; set to 1.00E-30
3 O3 1.0000
4 NO3 1.0000
No IC found for species O1D in INIT_GASC_1; set to 1.00E-30
5 OH 1.0000
6 HO2 1.0000
7 N2O5 1.0000
8 HNO3 1.0000
9 HONO 1.0000
10 PNA 1.0000
11 H2O2 1.0000
No IC found for species XO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species XO2N in INIT_GASC_1; set to 1.00E-30
No IC found for species NTROH in INIT_GASC_1; set to 1.00E-30
No IC found for species NTRALK in INIT_GASC_1; set to 1.00E-30
12 ROOH 1.0000
13 ALD2 1.0000
No IC found for species ALDX in INIT_GASC_1; set to 1.00E-30
No IC found for species ISOPX in INIT_GASC_1; set to 1.00E-30
No IC found for species IEPOX in INIT_GASC_1; set to 1.00E-30
No IC found for species ISOPO2 in INIT_GASC_1; set to 1.00E-30
14 IOLE 1.0000
No IC found for species IEPXO2 in INIT_GASC_1; set to 1.00E-30
15 MGLY 1.0000
16 FORM 1.0000
17 FACD 1.0000
18 CO 1.0000
19 PAR 1.0000
20 C2O3 1.0000
No IC found for species MEO2 in INIT_GASC_1; set to 1.00E-30
21 AACD 1.0000
22 MEPX 1.0000
No IC found for species MEOH in INIT_GASC_1; set to 1.00E-30
No IC found for species HCO3 in INIT_GASC_1; set to 1.00E-30
23 PAN 1.0000
24 PACD 1.0000
No IC found for species CXO3 in INIT_GASC_1; set to 1.00E-30
25 PANX 1.0000
No IC found for species ROR in INIT_GASC_1; set to 1.00E-30
26 OLE 1.0000
No IC found for species NALKO2 in INIT_GASC_1; set to 1.00E-30
27 ETH 1.0000
28 TOL 1.0000
29 CRES 1.0000
No IC found for species TO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species TOLRO2 in INIT_GASC_1; set to 1.00E-30
30 OPEN 1.0000
No IC found for species CRO in INIT_GASC_1; set to 1.00E-30
No IC found for species CAT1 in INIT_GASC_1; set to 1.00E-30
No IC found for species CRON in INIT_GASC_1; set to 1.00E-30
No IC found for species CRNO in INIT_GASC_1; set to 1.00E-30
No IC found for species CRN2 in INIT_GASC_1; set to 1.00E-30
No IC found for species CRPX in INIT_GASC_1; set to 1.00E-30
No IC found for species OPO3 in INIT_GASC_1; set to 1.00E-30
No IC found for species CAO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species OPAN in INIT_GASC_1; set to 1.00E-30
No IC found for species XYLMN in INIT_GASC_1; set to 1.00E-30
No IC found for species XYLRO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species NAPH in INIT_GASC_1; set to 1.00E-30
No IC found for species PAHRO2 in INIT_GASC_1; set to 1.00E-30
31 ISOP 1.0000
No IC found for species ISPD in INIT_GASC_1; set to 1.00E-30
No IC found for species ISOPRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species NTRM in INIT_GASC_1; set to 1.00E-30
No IC found for species MACO3 in INIT_GASC_1; set to 1.00E-30
No IC found for species NTRI in INIT_GASC_1; set to 1.00E-30
No IC found for species TERP in INIT_GASC_1; set to 1.00E-30
No IC found for species TRPRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species XO2T in INIT_GASC_1; set to 1.00E-30
32 SO2 1.0000
33 SULF 1.0000
No IC found for species SULRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species ETOH in INIT_GASC_1; set to 1.00E-30
34 ETHA 1.0000
No IC found for species CL2 in INIT_GASC_1; set to 1.00E-30
No IC found for species CL in INIT_GASC_1; set to 1.00E-30
No IC found for species HOCL in INIT_GASC_1; set to 1.00E-30
No IC found for species CLO in INIT_GASC_1; set to 1.00E-30
No IC found for species FMCL in INIT_GASC_1; set to 1.00E-30
No IC found for species HCL in INIT_GASC_1; set to 1.00E-30
No IC found for species CLNO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species TOLNRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species TOLHRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species XYLNRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species XYLHRXN in INIT_GASC_1; set to 1.00E-30
35 BENZENE 1.0000
No IC found for species BENZRO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species BNZNRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species BNZHRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species SESQ in INIT_GASC_1; set to 1.00E-30
No IC found for species SESQRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species PAHNRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species PAHHRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species SOAALK in INIT_GASC_1; set to 1.00E-30
No IC found for species ALKRXN in INIT_GASC_1; set to 1.00E-30
No IC found for species MAPAN in INIT_GASC_1; set to 1.00E-30
No IC found for species NTRCN in INIT_GASC_1; set to 1.00E-30
No IC found for species NTRCNOH in INIT_GASC_1; set to 1.00E-30
No IC found for species NTRPX in INIT_GASC_1; set to 1.00E-30
No IC found for species NOHO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species NCNO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species NCNOHO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species NTRMO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species NTRIO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species H2NO3PIJ in INIT_GASC_1; set to 1.00E-30
No IC found for species H2NO3PK in INIT_GASC_1; set to 1.00E-30
No IC found for species FORM_PRIMARY in INIT_GASC_1; set to 1.00E-30
No IC found for species ALD2_PRIMARY in INIT_GASC_1; set to 1.00E-30
No IC found for species BUTADIENE13 in INIT_GASC_1; set to 1.00E-30
No IC found for species ACROLEIN in INIT_GASC_1; set to 1.00E-30
No IC found for species ACRO_PRIMARY in INIT_GASC_1; set to 1.00E-30
No IC found for species TOLU in INIT_GASC_1; set to 1.00E-30
No IC found for species MXYL in INIT_GASC_1; set to 1.00E-30
No IC found for species OXYL in INIT_GASC_1; set to 1.00E-30
No IC found for species PXYL in INIT_GASC_1; set to 1.00E-30
No IC found for species APIN in INIT_GASC_1; set to 1.00E-30
No IC found for species BPIN in INIT_GASC_1; set to 1.00E-30
36 HG 1.0000
No IC found for species HGIIAER in INIT_GASC_1; set to 1.00E-30
37 HGIIGAS 1.0000
No IC found for species VLVPO1 in INIT_GASC_1; set to 1.00E-30
No IC found for species VSVPO1 in INIT_GASC_1; set to 1.00E-30
No IC found for species VSVPO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species VSVPO3 in INIT_GASC_1; set to 1.00E-30
No IC found for species VIVPO1 in INIT_GASC_1; set to 1.00E-30
No IC found for species VLVOO1 in INIT_GASC_1; set to 1.00E-30
No IC found for species VLVOO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species VSVOO1 in INIT_GASC_1; set to 1.00E-30
No IC found for species VSVOO2 in INIT_GASC_1; set to 1.00E-30
No IC found for species VSVOO3 in INIT_GASC_1; set to 1.00E-30
No IC found for species PCVOC in INIT_GASC_1; set to 1.00E-30
No IC found for species PCSOARXN in INIT_GASC_1; set to 1.00E-30
GC loaded into CGRID
Density*Jacobian loaded into CGRID
"INIT_AERO_1" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/icon/ICON_v52_130702_profile"
File type GRDDED3
Execution ID "ICON_v52_profile.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 52 lays, 76 vbles
NetCDF ID: 262144 opened as READONLY
Time-independent data.
IC/BC Factors used for transported aerosol species
38 ASO4J 1.0000
39 ASO4I 1.0000
No IC found for species ANH4J in INIT_AERO_1; set to 1.00E-30
No IC found for species ANH4I in INIT_AERO_1; set to 1.00E-30
No IC found for species ANO3J in INIT_AERO_1; set to 1.00E-30
No IC found for species ANO3I in INIT_AERO_1; set to 1.00E-30
No IC found for species AALK1J in INIT_AERO_1; set to 1.00E-30
No IC found for species AALK2J in INIT_AERO_1; set to 1.00E-30
40 AXYL1J 1.0000
41 AXYL2J 1.0000
42 AXYL3J 1.0000
43 ATOL1J 1.0000
44 ATOL2J 1.0000
45 ATOL3J 1.0000
46 ABNZ1J 1.0000
47 ABNZ2J 1.0000
48 ABNZ3J 1.0000
No IC found for species APAH1J in INIT_AERO_1; set to 1.00E-30
No IC found for species APAH2J in INIT_AERO_1; set to 1.00E-30
No IC found for species APAH3J in INIT_AERO_1; set to 1.00E-30
49 ATRP1J 1.0000
50 ATRP2J 1.0000
51 AISO1J 1.0000
52 AISO2J 1.0000
53 ASQTJ 1.0000
No IC found for species AORGCJ in INIT_AERO_1; set to 1.00E-30
No IC found for species AECJ in INIT_AERO_1; set to 1.00E-30
No IC found for species AECI in INIT_AERO_1; set to 1.00E-30
No IC found for species AOTHRJ in INIT_AERO_1; set to 1.00E-30
No IC found for species AOTHRI in INIT_AERO_1; set to 1.00E-30
No IC found for species AFEJ in INIT_AERO_1; set to 1.00E-30
No IC found for species AALJ in INIT_AERO_1; set to 1.00E-30
No IC found for species ASIJ in INIT_AERO_1; set to 1.00E-30
No IC found for species ATIJ in INIT_AERO_1; set to 1.00E-30
No IC found for species ACAJ in INIT_AERO_1; set to 1.00E-30
No IC found for species AMGJ in INIT_AERO_1; set to 1.00E-30
No IC found for species AKJ in INIT_AERO_1; set to 1.00E-30
No IC found for species AMNJ in INIT_AERO_1; set to 1.00E-30
54 ACORS 1.0000
55 ASOIL 1.0000
56 NUMATKN 1.0000
57 NUMACC 1.0000
58 NUMCOR 1.0000
59 SRFATKN 1.0000
60 SRFACC 1.0000
61 SRFCOR 1.0000
No IC found for species AH2OJ in INIT_AERO_1; set to 1.00E-30
No IC found for species AH2OI in INIT_AERO_1; set to 1.00E-30
No IC found for species AH3OPJ in INIT_AERO_1; set to 1.00E-30
No IC found for species AH3OPI in INIT_AERO_1; set to 1.00E-30
No IC found for species ANAJ in INIT_AERO_1; set to 1.00E-30
No IC found for species ANAI in INIT_AERO_1; set to 1.00E-30
No IC found for species ACLJ in INIT_AERO_1; set to 1.00E-30
No IC found for species ACLI in INIT_AERO_1; set to 1.00E-30
No IC found for species ASEACAT in INIT_AERO_1; set to 1.00E-30
No IC found for species ACLK in INIT_AERO_1; set to 1.00E-30
No IC found for species ASO4K in INIT_AERO_1; set to 1.00E-30
No IC found for species ANH4K in INIT_AERO_1; set to 1.00E-30
No IC found for species ANO3K in INIT_AERO_1; set to 1.00E-30
No IC found for species AH2OK in INIT_AERO_1; set to 1.00E-30
No IC found for species AH3OPK in INIT_AERO_1; set to 1.00E-30
62 AISO3J 1.0000
63 AOLGAJ 1.0000
64 AOLGBJ 1.0000
No IC found for species APCSOJ in INIT_AERO_1; set to 1.00E-30
No IC found for species ALVPO1I in INIT_AERO_1; set to 1.00E-30
No IC found for species ASVPO1I in INIT_AERO_1; set to 1.00E-30
No IC found for species ASVPO2I in INIT_AERO_1; set to 1.00E-30
No IC found for species ALVPO1J in INIT_AERO_1; set to 1.00E-30
No IC found for species ASVPO1J in INIT_AERO_1; set to 1.00E-30
No IC found for species ASVPO2J in INIT_AERO_1; set to 1.00E-30
No IC found for species ASVPO3J in INIT_AERO_1; set to 1.00E-30
No IC found for species AIVPO1J in INIT_AERO_1; set to 1.00E-30
No IC found for species APOCI in INIT_AERO_1; Look for ALVOO1I
No IC found for species ALVOO1I in INIT_AERO_1; set to 1.00E-30
No IC found for species APOCI in INIT_AERO_1; Look for ALVOO2I
No IC found for species ALVOO2I in INIT_AERO_1; set to 1.00E-30
No IC found for species ASVOO1I in INIT_AERO_1; set to 1.00E-30
No IC found for species ASVOO2I in INIT_AERO_1; set to 1.00E-30
No IC found for species APOCJ in INIT_AERO_1; Look for ALVOO1J
No IC found for species ALVOO1J in INIT_AERO_1; set to 1.00E-30
No IC found for species APOCJ in INIT_AERO_1; Look for ALVOO2J
No IC found for species ALVOO2J in INIT_AERO_1; set to 1.00E-30
No IC found for species ASVOO1J in INIT_AERO_1; set to 1.00E-30
No IC found for species ASVOO2J in INIT_AERO_1; set to 1.00E-30
No IC found for species ASVOO3J in INIT_AERO_1; set to 1.00E-30
AE loaded into CGRID
Value for NEW_START: TRUE returning TRUE
NOT FATAL: Optional Species APHGJ Not found in AE namelist.
--- Aero Species Mapped ---
"INIT_NONR_1" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/icon/ICON_v52_130702_profile"
File type GRDDED3
Execution ID "ICON_v52_profile.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 52 lays, 76 vbles
NetCDF ID: 327680 opened as READONLY
Time-independent data.
IC/BC Factors used for transported non-reactive gas species
65 NH3 1.0000
No IC found for species SV_ALK1 in INIT_NONR_1; set to 1.00E-30
No IC found for species SV_ALK2 in INIT_NONR_1; set to 1.00E-30
66 SV_XYL1 1.0000
67 SV_XYL2 1.0000
68 SV_TOL1 1.0000
69 SV_TOL2 1.0000
70 SV_BNZ1 1.0000
71 SV_BNZ2 1.0000
No IC found for species SV_PAH1 in INIT_NONR_1; set to 1.00E-30
No IC found for species SV_PAH2 in INIT_NONR_1; set to 1.00E-30
72 SV_TRP1 1.0000
73 SV_TRP2 1.0000
74 SV_ISO1 1.0000
75 SV_ISO2 1.0000
76 SV_SQT 1.0000
No IC found for species LV_PCSOG in INIT_NONR_1; set to 1.00E-30
NR loaded into CGRID
CTM_CONC_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
Could not open CTM_CONC_1 for update - try to open new
Conc File Header Description:
=> Concentration file output
=> From CMAQ model dyn alloc version CTM
=> Set of variables (possibly) reduced from CGRID
=> For next scenario continuation runs,
=> use the "one-step" CGRID file
=> Layer 1 to 1
Value for IOAPI_CHECK_HEADERS not defined;returning default: FALSE
Value for IOAPI_OFFSET_64: NO returning FALSE
Value for IOAPI_CFMETA not defined;returning default: FALSE
Value for IOAPI_CMAQMETA not defined; returning defaultval ': 'NONE'
Value for IOAPI_CMAQMETA not defined; returning defaultval ': 'NONE'
Value for IOAPI_SMOKEMETA not defined; returning defaultval ': 'NONE'
Value for IOAPI_SMOKEMETA not defined; returning defaultval ': 'NONE'
Value for IOAPI_TEXTMETA not defined; returning defaultval ': 'NONE'
Value for IOAPI_TEXTMETA not defined; returning defaultval ': 'NONE'
"CTM_CONC_1" opened as NEW(READ-WRITE )
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CONC_v521_gcc_130702_20130702.nc"
File type GRDDED3
Execution ID "CCTM_v521.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 1 lays, 10 vbles
NetCDF ID: 393216 opened as VOLATILE READWRITE
Starting date and time 2013183:000000 (0:00:00 July 2, 2013)
Timestep 010000 (1:00:00 hh:mm:ss)
Maximum current record number 0
Gas Chem species saved to CONC file:
Value for IOAPI_LOG_WRITE: F returning FALSE
Value for IOAPI_LOG_WRITE: F returning FALSE
1 ( 1) O3
2 ( 2) NO
3 ( 3) NO2
4 ( 4) FORM
5 ( 5) ISOP
Aerosol species saved to CONC file:
1 ( 6) ANO3I
2 ( 7) ANO3J
3 ( 8) ANH4J
4 ( 9) ASO4I
5 ( 10) ASO4J
Timestep written to CTM_CONC_1 for date and time 2013183:000000
from timestep on initial data files for date and time 2013183:000000
Value for AVG_FILE_ENDTIME: N returning FALSE
A_CONC_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
Could not open A_CONC_1 file for update - try to open new
Avg Conc File Header Description:
=> Concentration file output
=> Averaged over the synchronization time steps
=> Timestamp represents beginning computed date/time
=> Layer mapping (CGRID to AGRID):
=> Layer 1 to 1
=> VNAME3D( 1 ): O3
=> VNAME3D( 2 ): NO
=> VNAME3D( 3 ): CO
=> VNAME3D( 4 ): NO2
=> VNAME3D( 5 ): ASO4I
=> VNAME3D( 6 ): ASO4J
=> VNAME3D( 7 ): NH3
"A_CONC_1" opened as NEW(READ-WRITE )
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_ACONC_v521_gcc_130702_20130702.nc"
File type GRDDED3
Execution ID "CCTM_v521.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 1 lays, 7 vbles
NetCDF ID: 458752 opened as VOLATILE READWRITE
Starting date and time 2013183:000000 (0:00:00 July 2, 2013)
Timestep 010000 (1:00:00 hh:mm:ss)
Maximum current record number 0
Value for CLD_DIAG: N returning FALSE
CTM_WET_DEP_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
Could not open CTM_WET_DEP_1 file for update - try to open new
"MET_CRO_2D" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/METCRO2D_130702.nc"
File type GRDDED3
Execution ID "mcip"
Grid name "METCRO_sola_CROS"
Dimensions: 47 rows, 47 cols, 1 lays, 35 vbles
NetCDF ID: 524288 opened as READONLY
Starting date and time 2013183:000000 (0:00:00 July 2, 2013)
Timestep 010000 (1:00:00 hh:mm:ss)
Maximum current record number 49
"CTM_WET_DEP_1" opened as NEW(READ-WRITE )
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP1_v521_gcc_130702_20130702.nc"
File type GRDDED3
Execution ID "CCTM_v521.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 1 lays, 138 vbles
NetCDF ID: 589824 opened as VOLATILE READWRITE
Starting date and time 2013183:010000 (1:00:00 July 2, 2013)
Timestep 010000 (1:00:00 hh:mm:ss)
Maximum current record number 0
after INITSCEN G 1.2215203E-01 A 5.2710336E+08 N 4.4424032E-05
= = = = = = = = = = = = = = Start FLCHECK = = = = = = = = = = = = = =
Value for FL_ERR_STOP: N returning FALSE
Value for CTM_RUNLEN: 120000
"GRID_DOT_2D" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/GRIDDOT2D_130702.nc"
File type GRDDED3
Execution ID "mcip"
Grid name "GRIDOUT_sola_DOT"
Dimensions: 48 rows, 48 cols, 1 lays, 9 vbles
NetCDF ID: 655360 opened as READONLY
Time-independent data.
Checking header data for file: GRID_DOT_2D
Checking header data for file: GRID_CRO_2D
GRID_CRO_3D :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/GRIDCRO3D_130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
GRID_BDY_2D :GRID_BDY_2D
>>--->> WARNING in subroutine OPEN3
File not available.
"EMIS_1" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/emis/emis.nc"
File type GRDDED3
Execution ID "mcip"
Grid name "CMAQ Emissions "
Dimensions: 47 rows, 47 cols, 1 lays, 46 vbles
NetCDF ID: 720896 opened as READONLY
Starting date and time 2013183:000000 (0:00:00 July 2, 2013)
Timestep 010000 (1:00:00 hh:mm:ss)
Maximum current record number 25
Checking header data for file: EMIS_1
OCEAN_1 :OCEAN_1
>>--->> WARNING in subroutine OPEN3
File not available.
MET_BDY_2D :MET_BDY_2D
>>--->> WARNING in subroutine OPEN3
File not available.
"MET_BDY_3D" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/METBDY3D_130702.nc"
File type BNDARY3
Execution ID "mcip"
Grid name "METCRO_sola_CROS"
Dimensions: 47 rows, 47 cols, 52 lays, 16 vbles, 1 cells thick
NetCDF ID: 786432 opened as READONLY
Starting date and time 2013183:000000 (0:00:00 July 2, 2013)
Timestep 010000 (1:00:00 hh:mm:ss)
Maximum current record number 49
Checking header data for file: MET_BDY_3D
"MET_DOT_3D" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/mcip/sola/METDOT3D_130702.nc"
File type GRDDED3
Execution ID "mcip"
Grid name "METDOT_sola_DOT"
Dimensions: 48 rows, 48 cols, 52 lays, 6 vbles
NetCDF ID: 851968 opened as READONLY
Starting date and time 2013183:000000 (0:00:00 July 2, 2013)
Timestep 010000 (1:00:00 hh:mm:ss)
Maximum current record number 49
Checking header data for file: MET_DOT_3D
Checking header data for file: MET_CRO_2D
Checking header data for file: MET_CRO_3D
Checking header data for file: CTM_CONC_1
CTM_DRY_DEP_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DRYDEP_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
Checking header data for file: CTM_WET_DEP_1
CTM_WET_DEP_2 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_WETDEP2_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_SSEMIS_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_SSEMIS_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_DUST_EMIS_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DUSTEMIS_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_VIS_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMVIS_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_PMDIAG_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PMDIAG_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_AOD_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_AOD_DIAG_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_IPR_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_1_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_IPR_2 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_2_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_IPR_3 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PA_3_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_IRR_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_1_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_IRR_2 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_2_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_IRR_3 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_IRR_3_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
Checking header data for file: A_CONC_1
S_CGRID :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_CGRID_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
Checking header data for file: INIT_GASC_1
"BNDY_GASC_1" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/bcon/BCON_v52_130702_profile"
File type BNDARY3
Execution ID "BCON_v52_profile.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 52 lays, 76 vbles, 1 cells thick
NetCDF ID: 917504 opened as READONLY
Time-independent data.
Checking header data for file: BNDY_GASC_1
Checking header data for file: INIT_AERO_1
"BNDY_AERO_1" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/bcon/BCON_v52_130702_profile"
File type BNDARY3
Execution ID "BCON_v52_profile.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 52 lays, 76 vbles, 1 cells thick
NetCDF ID: 983040 opened as READONLY
Time-independent data.
Checking header data for file: BNDY_AERO_1
Checking header data for file: INIT_NONR_1
"BNDY_NONR_1" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/bcon/BCON_v52_130702_profile"
File type BNDARY3
Execution ID "BCON_v52_profile.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 52 lays, 76 vbles, 1 cells thick
NetCDF ID: 1048576 opened as READONLY
Time-independent data.
Checking header data for file: BNDY_NONR_1
"INIT_TRAC_1" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/icon/ICON_v52_130702_profile"
File type GRDDED3
Execution ID "ICON_v52_profile.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 52 lays, 76 vbles
NetCDF ID: 1114112 opened as READONLY
Time-independent data.
Checking header data for file: INIT_TRAC_1
"BNDY_TRAC_1" opened as OLD:READ-ONLY
File name "/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/bcon/BCON_v52_130702_profile"
File type BNDARY3
Execution ID "BCON_v52_profile.exe"
Grid name "sola"
Dimensions: 47 rows, 47 cols, 52 lays, 76 vbles, 1 cells thick
NetCDF ID: 1179648 opened as READONLY
Time-independent data.
Checking header data for file: BNDY_TRAC_1
DEPV_TRAC_1 :DEPV_TRAC_1
>>--->> WARNING in subroutine OPEN3
File not available.
EMIS_TRAC_1 :EMIS_TRAC_1
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_DEPV_DIAG :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPV_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_PT3D_DIAG :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PT3D_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_RJ_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG1_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_RJ_2 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_PHOTDIAG2_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
INIT_MEDC_1 :INIT_MEDC_1
>>--->> WARNING in subroutine OPEN3
File not available.
MEDIA_CONC :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_MEDIA_CONC_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
REGIONS_1 :REGIONS_1
>>--->> WARNING in subroutine OPEN3
File not available.
INIT_GASC_S :INIT_GASC_S
>>--->> WARNING in subroutine OPEN3
File not available.
INIT_AERO_S :INIT_AERO_S
>>--->> WARNING in subroutine OPEN3
File not available.
INIT_NONR_S :INIT_NONR_S
>>--->> WARNING in subroutine OPEN3
File not available.
BNDY_GASC_S :BNDY_GASC_S
>>--->> WARNING in subroutine OPEN3
File not available.
BNDY_AERO_S :BNDY_AERO_S
>>--->> WARNING in subroutine OPEN3
File not available.
BNDY_NONR_S :BNDY_NONR_S
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_SENS_1 :CTM_SENS_1
>>--->> WARNING in subroutine OPEN3
File not available.
A_SENS_1 :A_SENS_1
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_SWETDEP_1 :CTM_SWETDEP_1
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_SDRYDEP_1 :CTM_SDRYDEP_1
>>--->> WARNING in subroutine OPEN3
File not available.
DUST_LU_1 :DUST_LU_1
>>--->> WARNING in subroutine OPEN3
File not available.
DUST_LU_2 :DUST_LU_2
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_DEPV_MOS :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVFST_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_DRY_DEP_MOS :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDMOS_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_DRY_DEP_FST :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DDFST_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_DEPV_FST :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_DEPVMOS_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
E2C_FERT :E2C_FERT
>>--->> WARNING in subroutine OPEN3
File not available.
E2C_SOIL :E2C_SOIL
>>--->> WARNING in subroutine OPEN3
File not available.
BELD4_LU :BELD4_LU
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_SD_TS :CTM_SD_TS
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_VDIFF_DIAG :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VDIFF_DIAG_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_VSED_DIAG :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_VSED_DIAG_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
BNDY_TRAC_S :BNDY_TRAC_S
>>--->> WARNING in subroutine OPEN3
File not available.
INIT_TRAC_S :INIT_TRAC_S
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_MGEM_1 :CTM_MGEM_1
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_APMDIAG_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMDIAG_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_AVIS_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_APMVIS_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_LTNGDIAG_1 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGHRLY_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
CTM_LTNGDIAG_2 :/nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/CCTM_LTNGCOL_v521_gcc_130702_20130702.nc
>>--->> WARNING in subroutine OPEN3
File not available.
No inconsistent header data found on input files
= = = = = = = = = = = = = = End FLCHECK = = = = = = = = = = = = = =
Value for CTM_MAXSYNC: 100
Value for CTM_MINSYNC: 20
Value for CTM_ADV_CFL: 0.95
Value for SIGMA_SYNC_TOP: 0.7
Value for ADV_HDIV_LIM not defined; returning default : 0.9
Maximum horiz. div. limit for adv step adjustment
Top layer thru which sync step determined: 13
From ADVSTEP - date/time: 2013183/000000
Computed synchronization step (HHMMSS): 000050
Number of Synchronization steps: 72
Layer Advection per Sync
Step (HHMMSS) Step
52 000025 2
51 000025 2
50 000025 2
49 000025 2
48 000025 2
47 000025 2
46 000025 2
45 000025 2
44 000025 2
43 000025 2
42 000025 2
41 000025 2
40 000025 2
39 000025 2
38 000025 2
37 000025 2
36 000025 2
35 000025 2
34 000025 2
33 000025 2
32 000025 2
31 000050 1
30 000050 1
29 000050 1
28 000050 1
27 000050 1
26 000050 1
25 000050 1
24 000050 1
23 000050 1
22 000050 1
21 000050 1
20 000050 1
19 000050 1
18 000050 1
17 000050 1
16 000050 1
15 000050 1
14 000050 1
13 000050 1
12 000050 1
11 000050 1
10 000050 1
9 000050 1
8 000050 1
7 000050 1
6 000050 1
5 000050 1
4 000050 1
3 000050 1
2 000050 1
1 000050 1
Value for CTM_CKSUM: N returning FALSE
Value for CTM_ILDEPV: N returning FALSE
Value for CTM_DEPV_FILE: N returning FALSE
Flag for writing the DEPV diagnostic file
DEPV_INIT: writes GAS DEPV values to CTM_DEPV_FILE
DEPV_INIT: completed INIT_GAS_DV block
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
#0 0x2B5124B27467
#1 0x2B5124B27AAE
#2 0x2B51259FC24F
#3 0x2B5125B17C36
#4 0x4A36D9 in __asx_data_mod_MOD_init_met
#5 0x68EDB0 in vdiff_
#6 0x5F260E in sciproc_
#7 0x5EBD56 in MAIN__ at driver.F:?
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 3790 RUNNING AT c01n03
= EXIT CODE: 139
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
real 5.72
user 0.29
sys 1.03
date
Thu Aug 26 23:39:35 CST 2021
if ( ! -e /nuist/u/home/wyw/wyw_ydh/scratch/aqc/CMAQ-5.2.1/data/output_CCTM_v521_gcc_130702/LOGS ) then
mv: No match.
setenv NEW_START false
set TODAYG = `date -ud "${TODAYG}+1days" +%Y-%m-%d`
date -ud 2013-07-02+1days +%Y-%m-%d
set TODAYJ = `date -ud "${TODAYG}" +%Y%j`
date -ud 2013-07-03 +%Y%j
end
while ( 2013184 < = 2013183 )
exit
|
最佳答案
查看完整内容
编译CMAQ所需的IOAPI和netcdf依赖的库是同一个版本吗
另外 ulimited stack是否在提交run.cctm.csh之前已经执行?
|