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 CESM2.1.3: NetCDF: Not a valid ID ERROR: ionf_mod.F90: 235

Renfxuan

Ren Fangxuan
New Member
Hello!

I've successfully run the F2000climo compset in CESM2.1.3, but when I'm trying to submit the B1850 compset, the model always fails with the errors:

Opened existing file
/public3/home/sc50063/renfx/inputdata/atm/cam/dst/dst_source2x2tunedcam6-2x2-04
062017.nc 3
Opened existing file
/public3/home/sc50063/renfx/inputdata/atm/cam/tracer_cnst/tracer_cnst_WACCM6_ha
lons_3DmonthlyL70_1850climoCMIP6piControl001_y21-50avg_c180802.nc 4
NetCDF: Not a valid ID
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
NetCDF: Not a valid ID
NetCDF: Not a valid ID
NetCDF: Not a valid ID
NetCDF: Not a valid ID
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
NetCDF: Not a valid ID
NetCDF: Not a valid ID
NetCDF: Not a valid ID

Log files are attached below.
 

jedwards

CSEG and Liaisons
Staff member
No logs are attached. Your input file may be corrupted - check:

md5sum $CESMDATAROOT/inputdata/atm/cam/tracer_cnst/tracer_cnst_WACCM6_halons_3DmonthlyL70_1850climoCMIP6piControl001_y21-50avg_c180802.nc
8dd54652b87ea20cbb53a38c5334f2ca
 

Renfxuan

Ren Fangxuan
New Member
No logs are attached. Your input file may be corrupted - check:

md5sum $CESMDATAROOT/inputdata/atm/cam/tracer_cnst/tracer_cnst_WACCM6_halons_3DmonthlyL70_1850climoCMIP6piControl001_y21-50avg_c180802.nc
8dd54652b87ea20cbb53a38c5334f2ca
I check the md5sum of that file, and it shows 8dd54652b87ea20cbb53a38c5334f2ca. I can also open that files on my own computer. It doesn't seem to be an inputdata error.
 

Attachments

  • cesm.log.7654269.txt
    27.4 KB · Views: 1
  • Read_case.txt
    2.7 KB · Views: 0

jedwards

CSEG and Liaisons
Staff member
I think that it's failing on the next file opened.
Please add a line in mo_srf_emissions.F90 at line 191 before the cam_pio_openfile

print *,__FILE__,__LINE__,trim(locfn)

and build and run again.
 

Renfxuan

Ren Fangxuan
New Member
I think that it's failing on the next file opened.
Please add a line in mo_srf_emissions.F90 at line 191 before the cam_pio_openfile

print *,__FILE__,__LINE__,trim(locfn)

and build and run again.
I've added this line, but it still have errors.

/public3/home/sc50063/renfx/inputdata/atm/cam/chem/emis/CMIP6_emissions_1750_20
15_2deg/emissions-cmip6_DMS_bb_surface_1750-2015_1.9x2.5_c20170322.nc
mo_srf_emissions.F90 191
/public3/home/sc50063/renfx/inputdata/atm/cam/chem/emis/CMIP6_emissions_1750_20
15_2deg/emissions-cmip6_DMS_bb_surface_1750-2015_1.9x2.5_c20170322.nc
NetCDF: Not a valid ID
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
NetCDF: Not a valid ID
NetCDF: Not a valid ID
NetCDF: Not a valid ID
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
NetCDF: Not a valid ID
NetCDF: Not a valid ID
NetCDF: Not a valid ID
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :
NetCDF: Not a valid ID
 

Attachments

  • cesm.log.7654625.txt
    74.1 KB · Views: 1
Top