Hi there,
I'm running a simulation using ECMWF HRES data with 1 hour intervals. Simulation is successful when run without sst_update option. With that option enabled I get fatal error saying there is a problem with auxinput4. Below is output from rsl.out.0000:
What I am doing is:
-Single domain, no nesting
-Choose MODIS 20 class with lakes
-Obtain 3 different GRIB files (pressure levels, surface, sst)
-Run ungrib for each of them separately with right prefixes. First PL, SFC, then SST
-Run avg_tsfc.exe to obtain TAVGSFC
-Edit metgrid section of the namelist with the prefixes and TAVGSFC for the constants.
-Run metgrid
-Add these to namelist.input:
-Run real
-wrflowinp_d01 is obtained with varying SST values
-Run wrf.exe however got the error:
How can I solve this problem?
Thanks in advance.
I'm running a simulation using ECMWF HRES data with 1 hour intervals. Simulation is successful when run without sst_update option. With that option enabled I get fatal error saying there is a problem with auxinput4. Below is output from rsl.out.0000:
Code:
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 22414100 bytes allocated
med_initialdata_input: calling input_input
Input data is acceptable to use: wrfinput_d01
Timing for processing wrfinput file (stream 0) for domain 1: 1.41105 elapsed seconds
Max map factor in domain 1 = 1.00. Scale the dt in the model accordingly.
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH"
LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND 33 CATEGORIES 2 SEASONS WATER CATEGORY = 17 SNOW CATEGORY = 15
INITIALIZE THREE Noah LSM RELATED TABLES
Skipping over LUTYPE = USGS
LANDUSE TYPE = MODIFIED_IGBP_MODIS_NOAH FOUND 20 CATEGORIES
INPUT SOIL TEXTURE CLASSIFICATION = STAS
SOIL TEXTURE CLASSIFICATION = STAS FOUND 19 CATEGORIES
Timing for Writing /data/wrfout_d01_2020-03-01_00:00:00 for domain 1: 2.18078 elapsed seconds
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 316
Possibly missing file for = auxinput4
What I am doing is:
-Single domain, no nesting
-Choose MODIS 20 class with lakes
-Obtain 3 different GRIB files (pressure levels, surface, sst)
-Run ungrib for each of them separately with right prefixes. First PL, SFC, then SST
-Run avg_tsfc.exe to obtain TAVGSFC
-Edit metgrid section of the namelist with the prefixes and TAVGSFC for the constants.
-Run metgrid
-Add these to namelist.input:
Code:
&time_control
io_form_auxinput4 = 2
auxinput4_inname = “wrflowinp_d<domain>”
auxinput4_interval = 60, 360, 360,/
&physics
sst_update = 1
/
-wrflowinp_d01 is obtained with varying SST values
-Run wrf.exe however got the error:
Code:
FATAL CALLED FROM FILE: <stdin> LINE: 316
Possibly missing file for = auxinput4
How can I solve this problem?
Thanks in advance.