Assistance Required: Error While Running .ipynb Script

37 views
Skip to first unread message

Kelli Rajani

unread,
Feb 13, 2025, 11:29:18 AMFeb 13
to ParFlow
Hi
  I am encountering an error while running my .ipynb script related to ParFlow. The execution fails with the following error message:
# ============================================================================== # ParFlow directory # - /usr/local # ParFlow version # - 3.10.0 # Working directory # - /data/Downloads/parflow_inputfiles # ParFlow database # - LW_Spinup.pfidb # ============================================================================== # ============================================================================== # ParFlow run failed. ❌ ❌ ❌ Contents of error output file: -------------------------------------------------------------------------------- AMPS Error: Can't read int -------------------------------------------------------------------------- mpiexec noticed that process rank 0 with PID 82 on node 2fd25689c8b1 exited on signal 6 (Aborted). -------------------------------------------------------------------------- -------------------------------------------------------------------------------- # ==============================================================================
An exception has occurred, use %tb to see the full traceback. SystemExit: 1
[30]:
%tb
--------------------------------------------------------------------------- SystemExit Traceback (most recent call last) <ipython-input-29-664580297f21> in <module> 23 # Run the model 24 #--------------------------------------------------------- ---> 25 model.run() /usr/local/lib/python3.6/site-packages/parflow/tools/core.py in run(self, working_directory, skip_validation) 483 484 if not success or error_count > 0: --> 485 sys.exit(1) 486 487 def dist(self, pfb_file, **kwargs): SystemExit: 1
[31]:
model.validate()
[31]:
0
[34]:
model.run()
# ============================================================================== # ParFlow directory # - /usr/local # ParFlow version # - 3.10.0 # Working directory # - /data/Downloads/parflow_inputfiles # ParFlow database # - LW_Spinup.pfidb # ============================================================================== # ============================================================================== # ParFlow run failed. ❌ ❌ ❌ Contents of error output file: -------------------------------------------------------------------------------- AMPS Error: Can't read int -------------------------------------------------------------------------- mpiexec noticed that process rank 0 with PID 87 on node 2fd25689c8b1 exited on signal 6 (Aborted). -------------------------------------------------------------------------- -------------------------------------------------------------------------------- # ==============================================================================
An exception has occurred, use %tb to see the full traceback.  
SystemExit: 1  

The ParFlow version I am using is 3.10.0, and the working directory is /data/Downloads/parflow_inputfiles. While I have used the database name LW_Spinup.pfidb, the data corresponds to my study area. The error appears when executing model.run(), leading to SystemExit: 1.

I have attached the .ipynb file for your reference. Could you please help me identify the issue and suggest a solution?

Looking forward to your guidance.

parflowtrial1.ipynb

Kelli Rajani

unread,
Feb 14, 2025, 11:02:28 AMFeb 14
to ParFlow
Hii

I am following up regarding the issue I encountered while running the simulation. I am still facing the error and waiting for your response to proceed with troubleshooting.

Please let me know if you need any additional details from my end. Looking forward to your reply.

Best regards,
Rajani

Screenshot (7).png

Georgios Artavanis

unread,
Mar 1, 2025, 9:07:52 PMMar 1
to ParFlow
Hi Rajani,

there isn't enough information to diagnose this. Maybe a corrupted data or dist file? It would be helpful if you could compile with debug symbols and provide us with a stack trace for your error.

Thanks,
George
Reply all
Reply to author
Forward
0 new messages