- 积分
- 477
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-4-25
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2017-11-29 17:28:37
|
显示全部楼层
hare
wrf_core = 'ARW',
max_dom = 2,
start_date = '2006-08-16_12:00:00','2006-08-16_12:00:00',
end_date = '2006-08-16_18:00:00','2006-08-16_12:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1,
parent_grid_ratio = 1, 3,
i_parent_start = 1, 31,
j_parent_start = 1, 17,
e_we = 74, 112,
e_sn = 61, 97,
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
! The default datasets used to produce the HGT_M, GREENFRAC,
! and LU_INDEX/LANDUSEF fields have changed in WPS v3.8. The HGT_M field
! is now interpolated from 30-arc-second USGS GMTED2010, the GREENFRAC
! field is interpolated from MODIS FPAR, and the LU_INDEX/LANDUSEF fields
! are interpolated from 21-class MODIS.
!
! To match the output given by the default namelist.wps in WPS v3.7.1,
! the following setting for geog_data_res may be used:
!
! geog_data_res = 'gtopo_10m+usgs_10m+nesdis_greenfrac+10m','gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
geog_data_res = 'default','default',
dx = 30000,
dy = 30000,
map_proj = 'lambert',
ref_lat = 34.83,
ref_lon = -81.03,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = -98.0,
geog_data_path = '/glade/p/work/wrfhelp/WPS_GEOG/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
"namelist.wps" 52L, 1470C
这个WPS的NAMELIST
这个是我的环境变量
#for gfortran and gcc
export CC=/usr/bin/gcc
export CXX=/usr/bin/g++
export FC=/usr/bin/gfortran
export FCFLASS=-m64
export F77=/usr/bin/gfortran
export FFLAGS=-m64
export DIR=/root/Build_WRF/LIBRARY
#for zlib
export LDFLAGS=-L/root/Build_WRF/LIBRARY/grib2/lib
export CPPFLAGS=-I/root/Build_WRF/LIBRARY/grib2/include
#for JASPER
export JASPER=/root/Build_WRF/LIBRARY/grib2/bin
export JASPERLIB=/root/Build_WRF/LIBRARY/grib2/lib
export JASPERINC=/root/Build_WRF/LIBRARY/grib2/include
#for netcdf
export PATH=/root/Build_WRF/LIBRARY/netcdf/bin:$PATH
export NETCDF=/root/Build_WRF/LIBRARY/netcdf
export LD_LIBRARY_PATH=${NETCDF}/lib:{LD_LIBRARY_PATH}
export LD_RUN_PATH=${NETCDF}/lib:${LD_RUN_PATH}
export WRFIO_NCD_LARGE_FILE_SUPPORT=1
#for mpich
export PATH=/root/Build_WRF/LIBRARY/mpich/bin:$PATH
#for ncl
export NCARG_ROOT=/root/Build_WRF/ncl
export NDV_COLORMAP_PATH=$NCARG_ROOT/lib/ncarg/colormaps
export PATH=$NCARG_ROOT/bin:$PATH |
|