- 积分
- 4422
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2020-5-18
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2021-11-28 17:46:46
|
显示全部楼层
sh:lsps:command not found
sh:lsps:command not found
WHY?!!!搜了一圈,问了一堆人都没解决,也不知道问题在哪,哪位大神救救我!不甚感激!!
下面是我的namelist.input
&time_control
run_days = 0,
run_hours = 2,
run_minutes = 0,
run_seconds = 0,
start_year = 2021, 2021, 2000,
start_month = 05, 05, 01,
start_day = 31, 31, 24,
start_hour = 10, 10, 12,
end_year = 2021, 2021, 2000,
end_month = 06, 06, 01,
end_day = 03, 03, 25,
end_hour = 14, 14, 12,
interval_seconds = 3600
input_from_file = .true.,.true.,.true.,
history_interval = 60, 60, 60,
frames_per_outfile = 1, 1, 1000,
restart = .false.,
restart_interval = 1440,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
/
&domains
time_step = 60,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 392, 847, 94,
e_sn = 464, 949, 91,
e_vert = 37, 37, 33,
p_top_requested = 5000,
num_metgrid_levels = 38,
num_metgrid_soil_levels = 4,
dx = 10000, 3333.33, 3333.33,
dy = 10000, 3333.33, 3333.33,
grid_id = 1, 2, 3,
parent_id = 0, 1, 2,
i_parent_start = 1, 79, 30,
j_parent_start = 1, 136, 30,
parent_grid_ratio = 1, 3, 3,
parent_time_step_ratio = 1, 3, 3,
feedback = 1,
smooth_option = 0,
sfcp_to_sfcp = .true.
! sfcp_to_sfcp = F
/
&physics
physics_suite = 'CONUS'
mp_physics = 8, 8, -1,
cu_physics = 0, 0, 0,
ra_lw_physics = 1, 1, -1,
ra_sw_physics = 2, 2, -1,
bl_pbl_physics = 2, 2, -1,
sf_sfclay_physics = 2, 2, -1,
sf_surface_physics = 1, 1, -1,
surface_input_source = 1,
radt = 10, 10, 30,
bldt = 0, 0, 0,
cudt = 5, 5, 5,
icloud = 1,
num_land_cat = 21,
sf_urban_physics = 0, 0, 0,
! sst_update = 1,
! tmn_update = 1,
! sst_skin = 1,
! bucket_mm = 100.0,
! bucket_J = 1.e9,
/
&fdda
/
&dynamics
hybrid_opt = 2,
w_damping = 0,
diff_opt = 1, 1, 1,
km_opt = 4, 4, 4,
diff_6th_opt = 0, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12,
base_temp = 290.
damp_opt = 3,
zdamp = 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2
khdif = 0, 0, 0,
kvdif = 0, 0, 0,
non_hydrostatic = .true., .true., .true.,
moist_adv_opt = 1, 1, 1,
scalar_adv_opt = 1, 1, 1,
gwd_opt = 1,
/
&bdy_control
spec_bdy_width = 5,
specified = .true.
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
我在想会不会是我环境变量的问题?这是我的环境变量
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
#set ncl
export NCARG_ROOT=/gpfs/home/yangjing/BUILD_WRF/ncl
export PATH=$NCARG_ROOT/bin:$PATH
export MANPATH=$NCARG_ROOT/man:$MANPATH
export DISPLAY=:0.0
#set libssl
export PATH=/gpfs/home/yangjing/build_ssl/lib:$PATH
export C_INCLUDE_PATH=$C_INCLUDE_PATH:/gpfs/home/yangjing/build_libssl/include
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/gpfs/home/yangjing/build_libssl/include
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/gpfs/home/yangjing/build_libssl/lib
export LIBRARY_PATH=$LIBRARY_PATH:/gpfs/home/yangjing/build_libssl/lib
#export WRFIO_NCD_LARGE_FILE_SUPPORT=1
#set oracle jdkenvironment
export JAVA_HOME=/gpfs/home/yangjing/jdk1.5.0_14
export JRE_HOME=${JAVA_HOME}/jre
export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib
export PATH=${JAVA_HOME}/bin:$PATH
#export DISPLAY=localhost:0.0
export DISPLAY=:0.0
export JAVA_OPTS=-Djava.awt.headless=true
#set WRFDOMAINwizard
export PATH=/gpfs/home/yangjing/WRFDomainWizard:$PATH
# added by Miniconda 2.0.0 installer
export PATH="/gpfs/home/yangjing/conda/yes/bin:$PATH"
|
-
错误提示
|