- 积分
- 4171
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-10-27
- 最后登录
- 1970-1-1
|
发表于 2017-11-7 12:34:23
|
显示全部楼层
error reading regional or global guess file
进到那个src/main/gsimain.f90,里面给的报错信息对应数字是什么错误
! exit states:
! cond = 0 - successful run
! = 24 - problem in update_start_date
! = 31 - extrapolation error (interp_a2e)
! = 32 - failure in sort routine (indexx, in satthin)
! = 33 - error in coarse --> fine grid interolation operator (get_3ops)
! = 35 - model top pressure above RTM top pressure (add_layers_rtm)
! = 36 - total number of model layers > RTM layers
! = 41 - illegal min,max horizontal scale (prewgt)
! = 44 - illegal surface emissivity type(emiss)
! = 45 - IR surface emissivity failure (emiss)
! = 48 - allocation or i/o error (convinfo)
! = 49 - error in call rdmemm (read_prepbufr)
! = 50 - ndata > maxobs (read_prepbufr)
! = 51 - invalid pflag (convthin:make3grids)
! = 54 - data handling mix up(setuprhsall)
! = 55 - NOBS > NSDATA (setuprhsall-tran)
! = 59 - problems reading sst analysis (rdgrbsst)
! = 60 - inconsistent dimensions (rdgrbsst)
! = 61 - odd number of longitudes (inisph)
! = 62 - latitude not between +/- pi (inisph)
! = 63 - error in LUD matrix dcomposition (inisph)
! = 64 - singular matrix (inisph)
! = 65 - vanishing row in L-D-U decomposition (ldum)
! = 66 - singular matrix in L-D-U decomposition (ldum)
! = 67 - matrix too large in L-D-U decomposition (ldum)
! = 68 - raflib error (raflib, raflib_8)
! = 69 - imaginary root to large (rfdpar1)
! = 70 - error setting up assimilation time window
! = 71 - channel number mix up (setuprad)
! = 73 - incompatable horizontal or vertical resolution for statistics (prewgt)
! = 74 - error reading regional or global guess file
! = 75 - error writing regional or global analysis file
! = 76 - error reading guess solution(glbsoi)
! = 77 - error reading pcpinfo file(pcpinfo)
! = 78 - incorrect number of records in pcpinfo file(pcpinfo)
! = 79 - problem reading satellite information file (radinfo)
! = 80 - problem reading global surface guess file (inguesfc,rdsfull,wrsfca)
! = 81 - surface guess field tag not yet supported (inguesfc,rdsfull
! = 82 - problem writing global surface analysis file (wrsfca)
! = 83 - problem in gps statistics generating code (genstats*)
! = 84 - buffer size too small for radar data (read_radar)
! = 85 - guess resolution incompatable with namelist (gsisub)
! = 86 - too many profile levels (read_gps_ref)
! = 87 - too many input observation files(assumed max is 55)(gsisub)
|
|