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: Attribute not found

I am running my CESMv2.1.3 but the cesm.log script showing up the following issues. That Netcdf error is seen in many input files, I am showing a couple of these here. The model runs without error but fail to generate output netcdf files properly. Please help.


Opened existing file
/mnt/lustre/cas2/casprit/cesm2_1_3_input/atm/cam/inic/fv/aqua_0006-01-01_0.9x1.
25_L32_c161020.nc 65536
WARNING: Rearr optional argument is a pio2 feature, ignored in pio1
NetCDF: Attribute not found
NetCDF: Variable not found
.
.
.
Opened existing file
/mnt/lustre/cas2/casprit/cesm2_1_3_input/atm/cam/solar/ape_solar_ave_tsi_1365.n
c 131072
NetCDF: Variable not found
NetCDF: Attribute not found
Opened existing file
/mnt/lustre/cas2/casprit/cesm2_1_3_input/atm/cam/solar/ape_solar_ave_tsi_1365.n
c 131072
NetCDF: Variable not found
 

jedwards

CSEG and Liaisons
Staff member
If the model continues to run after the error occurs then the error is expected and these are nothing to worry about.
The issue is that cesm queries a variable that may or may not be in the file, if it is not NetCDF prints that error message - even if the result was expected.
 
I see, but it still does not produced any output .nc files. Should I try or do any modifications to rectify that?

Following the tail of the cesm.log file:

calcsize j,iq,jac, lsfrm,lstoo 2 5 1 19 23
calcsize j,iq,jac, lsfrm,lstoo 2 5 2 19 23
GPTLprint_memusage: Using bytesperblock=4096
size=1284.4 MB rss=373.7 MB share=46.6 MB text=29.7 MB datastack=0.0 MB
size=1308.4 MB rss=373.7 MB share=46.6 MB text=29.7 MB datastack=0.0 MB
size=1308.4 MB rss=373.7 MB share=46.6 MB text=29.7 MB datastack=0.0 MB
size=1308.4 MB rss=373.7 MB share=46.6 MB text=29.7 MB datastack=0.0 MB
size=1308.4 MB rss=373.7 MB share=46.6 MB text=29.7 MB datastack=0.0 MB
size=1308.4 MB rss=373.7 MB share=46.6 MB text=29.7 MB datastack=0.0 MB
size=1308.4 MB rss=373.7 MB share=46.6 MB text=29.7 MB datastack=0.0 MB
size=1308.4 MB rss=373.7 MB share=46.6 MB text=29.7 MB datastack=0.0 MB
.
.
.
.
 
Top