[Wrf-users] help:rrtm :TBOUND exceeds table limit
xddscr
xddscr at 163.com
Fri Jun 26 01:28:36 MDT 2009
I am currently running WRF 3.0 with 3 domains .After I executed wrf.exe a while,the application aborted ,And I found the following message:
***Initializing nest domain # 3 from an input file.***
..
rrtm: TBOUND exceeds table limit: reset 351.735.
ERROR: 0032-171 Communication subsystem error: 2660-421 Destination task is purged. in MPI_Isend, task 6.
In module module_ra_rrtm,I found that tbound is the surface temperature.and
"TBOUND = TSFC
IF(TBOUND .GT. 340.)THEN
WRITE( errmess , '(A,F10.3)' ) 'rrtm: TBOUND exceeds table limit: reset ',TBOUND
CALL wrf_message (errmess)
TBOUND = 339.99
ENDIF"
I use read_wrf_nc to read input file wrfinput_d03,the command is that:
read_wrf_nc wrfinput_d03 -m
,then the result shows that the the Maximum of Tsk is 309.6010437 less than 340.
The physical parameterization options of my namelist.input is listed below:
+63 &physics
+64 mp_physics = 2, 2, 2,
+65 ra_lw_physics = 1, 1, 1,
+66 ra_sw_physics = 1, 1, 1,
+67 radt = 27, 9, 3,
+68 sf_sfclay_physics = 2, 2, 2,
+69 sf_surface_physics = 2, 2, 2,
+70 bl_pbl_physics = 2, 2, 2,
+71 bldt = 0, 0, 0,
+72 cu_physics = 2, 2, 0,
+73 cudt = 0, 0, 0,
+74 isfflx = 1,
+75 ifsnow = 0,
+76 icloud = 1,
+77 surface_input_source = 1,
+78 num_soil_layers = 4,
+79 ucmcall = 0,0,1,
+80 num_land_cat = 33
+81 maxiens = 1,
+82 maxens = 3,
+83 maxens2 = 3,
+84 maxens3 = 16,
+85 ensdim = 144,
+86 /
Your suggestions would be greatly appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20090626/22a50678/attachment.html
More information about the Wrf-users
mailing list