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

fatal called / fortran runtime error when trying to run executables

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.

Torben

New member
Hey guys,

I hope you can help me...I have successfully initialized WRF, compiling works.
Unfortunately after compiling an ideal case i can't run the executable files ideal.exe or wrf.exe.
I haven't initialized WPS yet, could that be an issue?


Here is the output when trying to run wrf.exe....

torben:~/WRF/run> ./wrf.exe
WRF V4.1.5 MODEL
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 6082848 bytes allocated
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 70
program wrf: error opening wrfinput_d01 for reading ierr= -1021
-------------------------------------------
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 70
program wrf: error opening wrfinput_d01 for reading ierr= -1021
-------------------------------------------
STOP wrf_abort
torben:~/WRF/run>



and when trying to run ideal.exe

torben:~/WRF/run> ./ideal.exe
IDEAL V4.1.5 PREPROCESSOR
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 6082848 bytes allocated
pi is 3.14159274
At line 1024 of file ../dyn_em/module_initialize_scm_xy.f90 (unit = 11)
Fortran runtime error: Cannot open file 'input_soil': Datei oder Verzeichnis nicht gefunden

Error termination. Backtrace:
#0 0x7f75c75dccb1 in ???
#1 0x7f75c75dd809 in ???
#2 0x7f75c75de28f in ???
#3 0x7f75c77fdb46 in ???
#4 0x7f75c77fde3c in ???
#5 0x5605300765d0 in ???
#6 0x5605300799d5 in ???
#7 0x5605300824f8 in ???
#8 0x560530075cca in ???
#9 0x5605300764d1 in ???
#10 0x560530075b92 in ???
#11 0x7f75c725e1e2 in ???
#12 0x560530075bcd in ???
#13 0xffffffffffffffff in ???
torben:~/WRF/run>


Does somebody know what went wrong?

Cheers
Torben
 
This inquiry has been moved from the MPAS section to the WRF/idealized cases section, as it pertains to WRF. Someone will respond to your inquiry soon.
 
Torben,
You will not be able to run wrf.exe until ideal.exe runs to completion. Did you first run the "run_me_first.csh" script prior to trying to run ideal.exe?
 
Top