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

Error in running cesm213: pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :

Ollie

Pan
New Member
Hello!

I've successfully run the FC2000climo compset in CESM2.1.3, but when I'm trying to run the FCSD compset, the model fails after running about 1 minute, with an error:

Opened existing file
${cesm-inputdata}/atm/cam/dst/dst_source2x2tunedcam6-2x2-04062017.nc 327680
NetCDF: Unknown file format
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
NetCDF: Unknown file format
Image PC Routine Line Source
cesm.exe 0000000002891EB6 Unknown Unknown Unknown
cesm.exe 00000000026BDB81 pio_support_mp_pi 118 pio_support.F90
cesm.exe 00000000026BBB8D pio_utils_mp_chec 74 pio_utils.F90
cesm.exe 0000000002783336 ionf_mod_mp_open_ 235 ionf_mod.F90
cesm.exe 00000000026ACEA5 piolib_mod_mp_pio 2831 piolib_mod.F90
cesm.exe 000000000054C27B cam_pio_utils_mp_ 1132 cam_pio_utils.F90
cesm.exe 000000000149EF9C mo_srf_emissions_ 191 mo_srf_emissions.F90
cesm.exe 000000000125ADD6 mo_chemini_mp_che 158 mo_chemini.F90
cesm.exe 00000000010C89AE chemistry_mp_chem 882 chemistry.F90
cesm.exe 00000000006E3E62 physpkg_mp_phys_i 822 physpkg.F90
cesm.exe 0000000000501097 cam_comp_mp_cam_i 201 cam_comp.F90
cesm.exe 00000000004F8926 atm_comp_mct_mp_a 209 atm_comp_mct.F90
cesm.exe 00000000004392E4 component_mod_mp_ 267 component_mod.F90
cesm.exe 0000000000427A7B cime_comp_mod_mp_ 1226 cime_comp_mod.F90
cesm.exe 0000000000436339 MAIN__ 114 cime_driver.F90
cesm.exe 0000000000418922 Unknown Unknown Unknown
libc-2.17.so 00002AFA2711AC05 __libc_start_main Unknown Unknown
cesm.exe 0000000000418829 Unknown Unknown Unknown
Abort(1) on node 1 (rank 1 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1

Log files are attached below.

Could anyone suggest me how to solve this problem? Is there any problems with the inputdata?
 

Attachments

  • cesm.log.9131480.220309-133934.txt
    40.2 KB · Views: 9
  • README.case.txt
    2.6 KB · Views: 3

jedwards

CSEG and Liaisons
Staff member
Check if the file is corrupted. Here is the md5sum
md5sum /glade/p/cesmdata/cseg/inputdata/atm/cam/dst/dst_source2x2tunedcam6-2x2-04062017.nc
9ae75a26c283d72741a170c82aa4842c /glade/p/cesmdata/cseg/inputdata/atm/cam/dst/dst_source2x2tunedcam6-2x2-04062017.nc

if yours isn't the same try deleting it and downloading again.
 

Ollie

Pan
New Member
Thanks for your reply! I've tried md5sum and I got the same result with "9ae75a26c283d72741a170c82aa4842c".
And I've also tried deleting and downloading the file "dst_source2x2tunedcam6-2x2-04062017.nc", but the same problem arose.
I'm a bit confused, and do you have any other ideas?
 

jedwards

CSEG and Liaisons
Staff member
There should not be any unresolved variables in the fortran - the variable ${cesm-inputdata} should have been resolved by the buildnml scripts
before the job started. Use the tool preview_namelists and look in CaseDocs/atm_in and make sure this variable is resolved to fix the issue.
 

ohmpawat

ohmpawat chen
Member
Hello!

I've successfully run the FC2000climo compset in CESM2.1.3, but when I'm trying to run the FCSD compset, the model fails after running about 1 minute, with an error:



Log files are attached below.

Could anyone suggest me how to solve this problem? Is there any problems with the inputdata?
Hi, could you tell me which resolution do you choose? I want to use FC2000climo with f19_f19_mg17, but I don't know how to achive it. Please give me some tips. Thaks a lot!
 

CGL

CGL
Member
Check if the file is corrupted. Here is the md5sum
md5sum /glade/p/cesmdata/cseg/inputdata/atm/cam/dst/dst_source2x2tunedcam6-2x2-04062017.nc
9ae75a26c283d72741a170c82aa4842c /glade/p/cesmdata/cseg/inputdata/atm/cam/dst/dst_source2x2tunedcam6-2x2-04062017.nc

if yours isn't the same try deleting it and downloading again.
Hi!@jedwards. I got the same error. I use f2000climo and change the surfdata. my error report is :
NetCDF: Not a valid ID
Abort(1) on node 1 (rank 1 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 1
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :

The log file in the attach files
 

Attachments

  • slurm-108038.zip
    6.7 KB · Views: 3
Top