Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

CESM 2.2 version ERROR: ionf_mod.F90

viswanathvelamuri

Viswanath
New Member
NetCDF: Unknown file format
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
NetCDF: Unknown file format
Image PC Routine Line Source
libnetcdf.so.19.0 00002B0E4B2C10CA tracebackqq_ Unknown Unknown
cesm.exe 0000000003B4B9BD pio_support_mp_pi 118 pio_support.F90
cesm.exe 0000000003B49ED1 pio_utils_mp_chec 74 pio_utils.F90
cesm.exe 0000000003C14172 ionf_mod_mp_open_ 235 ionf_mod.F90
cesm.exe 0000000003B3A3B2 piolib_mod_mp_pio 2831 piolib_mod.F90
cesm.exe 000000000056B081 cam_pio_utils_mp_ 1135 cam_pio_utils.F90
cesm.exe 000000000056375C cam_initfiles_mp_ 206 cam_initfiles.F90
cesm.exe 000000000051EECF cam_comp_mp_cam_i 164 cam_comp.F90
cesm.exe 0000000000513CBF atm_comp_mct_mp_a 253 atm_comp_mct.F90
cesm.exe 0000000000448B3E component_mod_mp_ 257 component_mod.F90
cesm.exe 00000000004355DC cime_comp_mod_mp_ 1347 cime_comp_mod.F90
cesm.exe 000000000044539D MAIN__ 122 cime_driver.F90
cesm.exe 0000000000424CB2 Unknown Unknown Unknown
libc-2.17.so 00002B0E59D7A555 __libc_start_main Unknown Unknown
cesm.exe 0000000000424BA9 Unknown Unknown Unknown
onf_mod.F90Abort(1) on node 1 (rank 1 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1

I was trying to run CESM version 2.2. I could successfully build all the model and run it but it is aborting with this issue. Please help
 

slevis

Moderator
Staff member
Have you made any changes at all to the model or to the input data? If not, then this post belongs under "porting/infrastructure" while, if you have made changes, then please try running first with no changes to ensure that you can.
 

viswanathvelamuri

Viswanath
New Member
Hi, Thank for you for the reply. can you please be specific about the changes that you are talking about. I have run a existing case and facing this issue.
 

slevis

Moderator
Staff member
I could successfully build all the model and run it but it is aborting with this issue. Please help

I'm sorry for the confusion. So this is an existing case that used to work and now it fails? Have you made changes to the code or to input files since the case started failing? Or has the case never worked? And has any case worked?
 

viswanathvelamuri

Viswanath
New Member
Hi, these are the steps I followed:

1. Downloaded source code
2. updated the XML files in e3sm
3. formed a new case
4. setup and build
5. changed case.run for project and budget details
6. run the case

I have encountered the below issue. I would be happy if you could help to resolve it.
 

Attachments

  • cesm.log.111369.pbshpc.240708-144129.txt
    83.8 KB · Views: 2
  • .case.run.txt
    2.8 KB · Views: 1
Top