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

Error while running mpirun -8 ./wrf.exe

kcmonaka

New member
below is the error message i get when running WRF after successfully running WPS

CH4 = 1.9373122327528399E-006 volume mixing ratio
CFC11 = 2.1127591425993388E-010 volume mixing ratio
CFC12 = 4.8319367210217993E-010 volume mixing ratio
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH"
LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND 61 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
 

Attachments

  • namelist.wps
    679 bytes · Views: 3
  • namelist.input
    3.7 KB · Views: 5
below is the error message i get when running WRF after successfully running WPS

CH4 = 1.9373122327528399E-006 volume mixing ratio
CFC11 = 2.1127591425993388E-010 volume mixing ratio
CFC12 = 4.8319367210217993E-010 volume mixing ratio
INPUT LandUse = "MODIFIED_IGBP_MODIS_NOAH"
LANDUSE TYPE = "MODIFIED_IGBP_MODIS_NOAH" FOUND 61 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
@kcmonaka can you add the rsl.error and rsl.out files from the WRF run? That will help diagnose the error easier.
 
@kcmonaka
The message you printed above isn't really an error message - it's just the last thing printed in the file, but if the model is no longer running, then something is certainly going wrong. I can't say for sure what the issue is, but a few things stand out to me from your namelist.input file.

1) I notice you are running with a very small time_step. I don't believe that should cause the model to stop running, but is this intentional?
2) Your domains are very small. To run a realistic simulation, domain sizes (e_we x e_sn) should be no smaller than 100x100 grid spaces.
3) I notice you decreased the p_top_requested from the default value of 5000 to 3000. What happens when you just set this to 5000?
4) You have removed the setting for "parent_time_step_ratio" for domain 02, which means, by default, the model is just setting to that to 1, when you probably want it set to 3.

Try addressing those issues to see if they help at all. If not, please attach the new namelist.input, as well as all of the rsl* files (you can package those together in a *.tar file).
 
Last edited:
Top