Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

DATA CANNOT BE WRITTEN INTO WRFOUT

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

jalter

New member
when I change source code to output the data of the source of qsnow ,everything goes fine .
the data has been written into wrfout file . I can draw the source of qsnow
when I change code to output the source of qice ,qcloud,qhail,qgraupel just like qsnow, everything goes fine ,too
./compile and ./real.exe are successful
however , ./wrf.exe has come to wrong .


rsl.error.0000 shows that
D01 3-D analysis nudging for wind is applied and Guv= 0.3000E-03
D01 3-D analysis nudging for temperature is applied and Gt= 0.3000E-03
D01 3-D analysis nudging for water vapor mixing ratio is applied and Gq= 0.3000E-03
D01 3-D analysis nudging for temperature is turned off within the PBL.
D01 3-D analysis nudging for water vapor mixing ratio is turned off within the PBL.
D01 surface analysis nudging for wind is applied and Guv_sfc= 0.3000E-03
D01 surface analysis nudging for temperature is applied and Gt_sfc= 0.3000E-03
D01 surface analysis nudging for water vapor mixing ratio is applied and Gq_sfc= 0..3000E-03
open_hist_w : error opening wrfout_d01_2017-06-07_00:00:00 for writing. ***
Timing for Writing wrfout_d01_2017-06-07_00:00:00 for domain 1: 17.35052 elapsed seconds
d01 2017-06-07_00:00:00 Input data processed for aux input 9 for domain 1
d01 2017-06-07_00:00:00 Input data processed for aux input 10 for domain 1
Timing for processing lateral boundary for domain 1: 0.82887 elapsed seconds
Tile Strategy is not specified. Assuming 1D-Y
WRF TILE 1 IS 1 IE 69 JS 1 JE 40
WRF NUMBER OF TILES = 1
D01 3-D analysis nudging reads new data at time = 0.000 min.
D01 3-D analysis nudging bracketing times = 0.00 360.00 min.
D01 surface analysis nudging reads new data at time = 0.000 min.
D01 surface analysis nudging bracketing times = 0.00 360.00 min.
open_hist_w : error opening wrfout_d02_2017-06-07_00:00:00 for writing. ***
Timing for Writing wrfout_d02_2017-06-07_00:00:00 for domain 2: 17.05588 elapsed seconds
Tile Strategy is not specified. Assuming 1D-Y
WRF TILE 1 IS 1 IE 69 JS 1 JE 40
WRF NUMBER OF TILES = 1


why the wrfout cannot be written?

the place where the code I changed has note "edit"
<ATTACHMENT filename="Registry.EM_COMMON.txt" index="0"><s></e></ATTACHMENT><ATTACHMENT filename="solve_em.F" index="1"><s>View attachment 1</e></ATTACHMENT><ATTACHMENT filename="module_mp_milbrandt2mom.F" index="2"><s>View attachment 2</e></ATTACHMENT><ATTACHMENT filename="module_microphysics_driver.F" index="3"><s>View attachment 3</e></ATTACHMENT></r>
 
Top