登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
用手册上提供的数据来运行gen_be_wrapper.ksh时,出现以下报错
Fri May 4 17:24:03 CST 2018 Start
WRFVAR_DIR is /nuist/p/work/syq1010/WRFDA exported
RUN_DIR is /nuist/p/work/syq1010/WRFDA/var/gen_be/test/gen_be5_cv5
---------------------------------------------------------------
Run Stage 0: Calculate ensemble perturbations from model forecasts.
---------------------------------------------------------------
Beginning CPU time: Fri May 4 17:24:03 CST 2018
gen_be_stage0_wrf: Calculating standard perturbation fields valid at time 2008020612
mv: cannot stat `pert.2008020612*': No such file or directory
2008020512 /nuist/p/work/syq1010/WRFDA/var/gen_be/test/FC_DIR/2008020512/wrfout_d01_2008-02-06_12:00:00 /nuist/p/work/syq1010/WRFDA/var/gen_be/test/FC_DIR/2008020600/wrfout_d01_2008-02-06_12:00:00
gen_be_stage0_wrf: Calculating standard perturbation fields valid at time 2008020700
mv: cannot stat `pert.2008020700*': No such file or directory
2008020600 /nuist/p/work/syq1010/WRFDA/var/gen_be/test/FC_DIR/2008020600/wrfout_d01_2008-02-07_00:00:00 /nuist/p/work/syq1010/WRFDA/var/gen_be/test/FC_DIR/2008020612/wrfout_d01_2008-02-07_00:00:00
Ending CPU time: Fri May 4 17:24:05 CST 2018
---------------------------------------------------------------
Run Stage 1: Read standard fields, and remove time/ensemble/area mean.
---------------------------------------------------------------
Beginning CPU time: Fri May 4 17:24:05 CST 2018
Stage 1 failed with error 24
gen_be_wrapper.ksh的设置如下:
export START_DATE=2008020612 # the first perturbation valid date
export END_DATE=2008020700 # the last perturbation valid date
export NUM_LEVELS=40 # = bottom_top = e_vert - 1
#export DATA_ON_LEVELS=.true. # "False if fields projected onto modes."
export BE_METHOD=NMC
export FCST_RANGE=12
#Example of changes required for "be_method=ENS":
#export BE_METHOD=ENS
#export NE=2 # 30
export FC_DIR=/nuist/p/work/syq1010/WRFDA/var/gen_be/test/FC_DIR # where wrf forecasts are
export RUN_DIR=/nuist/p/work/syq1010/WRFDA/var/gen_be/test/gen_be${BIN_TYPE}_cv${NL_CV_OPTIONS}
export DOMAIN=01
export FCST_RANGE1=24
export FCST_RANGE2=12
export INTERVAL=12
export STRIDE=1
export USE_RFi=true
请问各路大神,应该怎么修改才能解决Stage 1 failed with error 24这个错误? 非常感谢
|