Simply start by running real.exe
real.exe
You should see the following problems in your 'rsl.error.0000' file. Use the following command to search to take a look at the end of the file:
tail rsl.error.0000
Fix the errors one at a time until real runs successfully:
- -------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:
LINE: 406
error opening met_em.d01.2000-01-24_12:00:00.nc for input; bad date in namelist or file not in directory
-------------------------------------------
Hint: 'met_em.d01.2000-01-24_12:00:00.nc'?
Solution
- -------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:
LINE: 406
error opening met_em.d01.2006-12-19_12:00:00.nc for input; bad date in namelist or file not in directory
-------------------------------------------
Hint: Oops - thought we just fixed this one? But look carefully at the file it is complaining about.
Solution
- ----------------- ERROR -------------------
namelist : num_metgrid_soil_levels = 2
input files : NUM_METGRID_SOIL_LEVELS = 4 (from met_em files).
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 608
Mismatch between namelist and global attribute NUM_METGRID_SOIL_LEVELS
-------------------------------------------
Hint: How many soil levels are coming from the met_em files?
Solution
- -------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 727
input_wrf.F: SIZE MISMATCH: namelist ide,jde,num_metgrid_levels= 74 61 27 ; input data ide,jde,num_metgrid_levels= 75 70 40
-------------------------------------------
Hint: Check the dimension sizes set in the WPS namelist and met_em files.
Solution