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

NetCDF: Unknown file format (Solved and record)

SelenaChou

SelenaChou
New Member
What version of the code are you using?
The version of CESM: 2.1.3​

Have you made any changes to files in the source tree?

Use FTUV method to calculate the photolysis reactions rates.​

Describe every step you took leading up to the problem:

./create_newcase --case $casedir --compset FWSD --res f09_f09_mg17 --machine xxx --run-unsupported​

Describe your problem or question:
NetCDF: Unknown file format​
pio_support::pio_die:: myrank= -1 : ERROR: ionf_mod.F90: 235 :​
NetCDF: Unknown file format​
Can't find the input file with wrong format.​
My solution:

Use ncdump -k to check the formate of input files. In my version, the format of NetCDF-4 is not allowed. Figure out the input files in error.​
Convert the format from NetCDF-4 to NetCDF-3 classic. NCL script is attached.​

References:


 

Attachments

  • convert2nc.txt
    624 bytes · Views: 0
Top