| 
 
	积分119贡献 精华在线时间 小时注册时间2019-3-1最后登录1970-1-1 
 | 
 
| 
./configure wrfda 后成功:
x
登录后查看更多精彩内容~您需要 登录 才可以下载或查看,没有帐号?立即注册 
  checking for perl5... no
 checking for perl... found /usr/bin/perl (perl)
 Will use NETCDF in dir: /public/home/czhang/app/WRF/4.0/Build_WRF/LIBRARIES/1/netcdf
 Will use HDF5 in dir: /public/software/apps/hdf5/1.10.1/gnu
 PHDF5 not set in environment. Will configure WRF for use without.
 RTTOV not set in environment. Will configure WRFDA for use without.
 Will use 'time' to report timing information
 $JASPERLIB or $JASPERINC not found in environment, configuring to build without grib2 I/O...
 
 Enter selection [1-75] : 34
 
 Configuration successful!
 
 ************************** W A R N I N G ************************************
 
 There are some Fortran 2003 features in WRF that your compiler does not recognize
 The IEEE signaling call has been removed.  That may not be enough.
 
 *****************************************************************************
 *****************************************************************************
 This build of WRF will use classic (non-compressed) NETCDF format
 *****************************************************************************
 
 ./compile all_wrfvar >& compile.out 后出现问题
 ls -l var/build/*exe var/obsproc/src/obsproc.exe
 -rwxr-xr-x 1 czhang users   24930 Sep  3 15:01 var/build/da_advance_time.exe
 -rwxr-xr-x 1 czhang users  103992 Sep  3 15:07 var/build/da_bias_airmass.exe
 -rwxr-xr-x 1 czhang users   65932 Sep  3 15:01 var/build/da_bias_scan.exe
 -rwxr-xr-x 1 czhang users   40008 Sep  3 15:01 var/build/da_bias_sele.exe
 -rwxr-xr-x 1 czhang users   50086 Sep  3 15:01 var/build/da_bias_verif.exe
 -rwxr-xr-x 1 czhang users  126936 Sep  3 15:01 var/build/da_tune_obs_desroziers.exe
 -rwxr-xr-x 1 czhang users  266547 Sep  3 15:07 var/build/da_tune_obs_hollingsworth1.exe
 -rwxr-xr-x 1 czhang users  176060 Sep  3 15:07 var/build/da_tune_obs_hollingsworth2.exe
 -rwxr-xr-x 1 czhang users 1528705 Sep  3 15:07 var/build/gen_be_stage2_gsi.exe
 -rwxr-xr-x 1 czhang users 1017658 Sep  3 15:09 var/obsproc/src/obsproc.exe
 只出现了以上几个exe
 查看compile.out 出现了大批错误:
 
 CRTM_RTSolution_Define.f90:627.31:
 
 STAT = alloc_stat, ERRMSG = alloc_msg )
 1
 Error: Syntax error in ALLOCATE statement at (1)
 make[2]: [CRTM_RTSolution_Define.o] Error 1 (ignored)
 gfortran -c -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   CRTM_AtmOptics_Define.f90
 gfortran -c -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   CRTM_Geometry_Define.f90
 CRTM_Geometry_Define.f90:1169.56:
 
 ALLOCATE(Geometry(n_input_profiles), STAT=alloc_stat, ERRMSG=alloc_msg)
 1
 Error: Syntax error in ALLOCATE statement at (1)
 CRTM_Geometry_Define.f90:1216.44:
 
 DEALLOCATE(Geometry, STAT=alloc_stat, ERRMSG=alloc_msg)
 1
 Error: Syntax error in DEALLOCATE statement at (1)
 make[2]: [CRTM_Geometry_Define.o] Error 1 (ignored)
 gfortran -c -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   CRTM_Aerosol_Define.f90
 CRTM_Aerosol_Define.f90:199.65:
 
 ALLOCATE( list(0:N_VALID_AEROSOL_CATEGORIES), STAT=alloc_stat, ERRMSG=alloc
 1
 Error: Syntax error in ALLOCATE statement at (1)
 make[2]: [CRTM_Aerosol_Define.o] Error 1 (ignored)
 gfortran -c -O2 -ftree-vectorize -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4   CRTM_Cloud_Define.f90
 CRTM_Cloud_Define.f90:193.63:
 
 ALLOCATE( list(0:N_VALID_CLOUD_CATEGORIES), STAT=alloc_stat, ERRMSG=alloc_m
 1
 Error: Syntax error in ALLOCATE statement at (1)
 CRTM_Cloud_Define.f90:1021.39:
 
 ALLOCATE(Cloud(nc), STAT=alloc_stat, ERRMSG=alloc_msg)
 1
 Error: Syntax error in ALLOCATE statement at (1)
 CRTM_Cloud_Define.f90:1067.41:
 
 DEALLOCATE(Cloud, STAT=alloc_stat, ERRMSG=alloc_msg)
 1
 Error: Syntax error in DEALLOCATE statement at (1)
 
 ...
 Fatal Error: Can't open module file 'crtm_geometry_define.mod' for reading at (1): No such file or directory
 
 
 请问这是什么原因呢?查阅了很多论坛没有找到相同的问题...卡在这里几天了...
 
 | 
 |