- 积分
- 1422
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-9-12
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
1.cesm数据需要包含cam-header和clm-header中的所有变量才可以进行转换。
isccp_prs | Mean ISCCP pressure | | | | isccp_tau | Mean ISCCP optical depth | | | | isccp_prstau | Mean pressure (mb).mean optical depth (unitless)/1000 | 缺少如上变量,应如何处理?
2.program CAM_netcdf_to_WRF_intermediate!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! Fortran 90 program for reading CAM netcdf output and writing in
! the WPS intermediate format.
!
! REQUIRED STEPS: (1) Run CAM and produce netcdf output files with
! the variables specified in the cam-header.txt and clm-header.txt
! files in the /Doc subdirectory here. (2) Run the
! Input/create_read_file.sh to create an input file for this FORTRAN
! program. (3) Run this FORTRAN program. (4) Run metgrid.exe. (5)
! Run real.exe. You're done.
!
! To compile and run this program on our harvard cluster, use the
! following shell command (use crest rather than swell): Note that
! this uses the ifort compiler. If you use another one, make sure
! you write in big endian format using either compiler switches or
! open statement below:
!
! cd ~/WRF_Mauricio/; ifort -c -CB -CU -ftrapuv -par_report0 -vec_report0 -I/opt/netcdf-3.6.0-p1/include/ CAM_netcdf_to_WRF_intermediate.f90; ifort CAM_netcdf_to_WRF_intermediate.o -L/opt/netcdf-3.6.0-p1/lib/ -lnetcdf; ./a.out
!
! cd ~/WRF_Mauricio/Output/; ./metgrid.exe
! ln -s met_em*.nc real/
! cd ~/WRF_Mauricio/Output/real/; ./real.exe
请问,2) Run the Input/create_read_file.sh to create an input file for this FORTRAN program. 这一步需要执行吗?因为我在 CAM2WRF/Input下找到了很多input文件CAM2WRF.input-test CAM2WRF-2005.input CAM2WRF-2005-leap.input CAM2WRF-2004.input CAM2WRF-2004-leap.input CAM2WRF-2003.input CAM2WRF-2003-leap.input
(3) Run this FORTRAN program. 在run这个程序是是否是按照下面的步骤 cd ~/WRF_Mauricio/; ifort -c -CB -CU -ftrapuv -par_report0 -vec_report0 -I/opt/netcdf-3.6.0-p1/include/ CAM_netcdf_to_WRF_intermediate.f90; ifort CAM_netcdf_to_WRF_intermediate.o -L/opt/netcdf-3.6.0-p1/lib/ -lnetcdf; ./a.out?
|
|