登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 一大碗年糕 于 2022-12-12 16:19 编辑
用2010年FNL驱动WRF,real之后报错:
ERROR in psfc: flag_psfc = 1, flag_soilhgt = 1, flag_slp = 0, sfcp_to_sfcp = F
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1444
not enough info for a p sfc computation
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
解决办法:
Note: if you get the fatal error "not enough info for a p sfc computation", add the following flag to the "domains" section of namelist.input:
sfcp_to_sfcp = .true.
问题原因:
computes model's surface pressure when incoming data only has surface pressure and terrain, but not sea-level pressure (default is .false.) 当输入的数据只有地表压力和地形,而没有海平面压力时,计算模型的地表压力(默认值为。 false)
|