[Wrf-users] trouble with restart runs.
Geeta Geeta
geeta124 at hotmail.com
Fri May 2 00:44:02 MDT 2014
Hi all.
My problem is with the restart runs.
I am running the model with 3 nested domains. Initially I have following options in my namelist file.
&time_control
run_minutes = 4680 ,
start_year = 2006, 2006, 2006,
start_month = 07, 07, 07,
start_day = 30, 30, 30,
start_hour = 00, 00, 00,
end_year = 2006, 2006, 2006,
end_month = 08, 08, 08,
end_day = 02, 02, 02,
end_hour = 06, 06, 06,
interval_seconds = 21600,
input_from_file = .true.,.true.,.true.,
history_interval = 180, 60, 60,
frames_per_outfile = 1000, 1000, 1000,
restart = .false.,
restart_interval = 720,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level =1
/
model runs fine, and the restart files are created after 12 hours. But this file is not created for the d01 so I am getting this error.
Following is the listing.
bash-3.2$ ls -l wrf*2006*
-rw-r--r-- 1 model staff 195529696 Apr 29 17:07 wrfout_d01_2006-07-30_00:00:00
-rw-r--r-- 1 model staff 1883928568 Apr 29 17:17 wrfout_d02_2006-07-30_00:00:00
-rw-r--r-- 1 model staff 4295023768 Apr 29 17:17 wrfout_d03_2006-07-30_00:00:00
-rw-r--r-- 1 model staff 254326752 Apr 29 12:44 wrfrst_d02_2006-07-30_12:00:00
-rw-r--r-- 1 model staff 254326752 Apr 29 14:39 wrfrst_d02_2006-07-31_00:00:00
-rw-r--r-- 1 model staff 254326752 Apr 29 16:37 wrfrst_d02_2006-07-31_12:00:00
-rw-r--r-- 1 model staff 579721752 Apr 29 12:44 wrfrst_d03_2006-07-30_12:00:00
-rw-r--r-- 1 model staff 579721752 Apr 29 14:39 wrfrst_d03_2006-07-31_00:00:00
-rw-r--r-- 1 model staff 579721752 Apr 29 16:37 wrfrst_d03_2006-07-31_12:00:00
bash-3.2$
Following changes I made for the restart runs.
time_control
run_minutes = 4680 ,
start_year = 2006, 2006, 2006,
start_month = 07, 07, 07,
start_day = 31, 31, 31,
start_hour = 00, 00, 00,
end_year = 2006, 2006, 2006,
end_month = 08, 08, 08,
end_day = 02, 02, 02,
end_hour = 06, 06, 06,
interval_seconds = 21600,
input_from_file = .true.,.true.,.true.,
history_interval = 180, 60, 60,
frames_per_outfile = 1000, 1000, 1000,
restart = .true.,
restart_interval = 720,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level =1
/
Error:
Quilting with 1 groups of 0 I/O tasks.
Namelist dfi_control not found in namelist.input. Using registry defaults for variables in dfi_control
Ntasks in X 2 , ntasks in Y 4
WRF V3.0 MODEL
*************************************
Parent domain
ids,ide,jds,jde 1 82 1 82
ims,ime,jms,jme -4 47 -4 27
ips,ipe,jps,jpe 1 41 1 21
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 34924656 bytes allocated
RESTART run: opening wrfrst_d01_2006-07-31_00:00:00 for reading
NetCDF error: A file or directory in the path name does not exist.
NetCDF error in wrf_io.F90, line 989
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: mediation_wrfmain.b LINE: 148
program wrf: error opening wrfrst_d01_2006-07-31_00:00:00 for reading
-------------------------------------------
Pls provide a clue to what's happening????
geeta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20140502/451768aa/attachment.html
More information about the Wrf-users
mailing list