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

cannot read input file

koichi omi

koichi
New Member
An error occurred when running the default simulation case (component set:FWSD, resolution:f09_f09_mg17) on supercomputer.
The simulation case stopped when trying to read input file "inputdata/atm/cam/solar/SolarForcingNRLSSI2_daily_s18820101_e20171231_c180702.nc"
with following error.

NetCDF: Attribute not found
NetCDF: Attribute not found
NetCDF: Attribute not found
NetCDF: Attribute not found
Unknown error 1077759729
NetCDF: Attribute not found
NetCDF: Attribute not found
NetCDF: Attribute not found
NetCDF: Attribute not found
Unknown error 1079378183
Unknown error 1077665969
Unknown error 1079578296
Unknown error 1079567426
Unknown error 1079589959
Unknown error 1079535803
Unknown error 1079584459
ERROR timeaddmonths(): MM out of range
set_time_float_from_date: error return from ESMF_TimeSet for set_time_float_fro
m_date
ERROR: CHKRC

Here's cesm.log, please check the log file.
After deleting the input file, I downloaded the file again from the following website.

When I checked the input file by opening it with the software "panoply", I cannot find the problem with this file.
However, the same error occurred when running the simulation.

Is there any problem with the installation of NETCDF library or other any problem?
 

Attachments

  • cesm.log.txt
    78.1 KB · Views: 9

fischer

CSEG and Liaisons
Staff member
Hi Koichi,

There is a known issue with SolarForcingNRLSSI2_daily_s18820101_e20171231_c180702.nc not being able to be read on some systems since
it's in a netcdf4 format. What you can do is add the following to user_nl_cam in your case directory.

solar_irrad_data_file = '$DIN_LOC_ROOT/atm/cam/solar/SolarForcingNRLSSI2_daily_s18820101_e20171231_c191122.nc'

This is identical to the other file, other than it's in a different format.

Chris
 

koichi omi

koichi
New Member
Thank you for your reply!

This input file problem file was solved thanks to your advice.
Thank you so much.

However, a new problem occurred when running the FWSD simulation case.
The error was like this. As for details, please check the log file.

FIND_TIMES: Failed to find dates bracketing desired time =
722814.895833333
datatm = 722814.750000000
datatp = 722814.875000000
all_data_times = 722814.000000000 722814.125000000
722814.250000000 722814.375000000 722814.500000000
722814.625000000 722814.750000000 722814.875000000

How to solve this?
 

Attachments

  • cesm.log.21.txt
    265.4 KB · Views: 0
Top