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 ERI.f19_g16.B1850

The error information is:


forrtl: severe (36): attempt to access non-existent record, unit 92, file /panfs/storage.local/common/inputdata/ocn/pop/gx1v6/ic/ts_PHC2_jan_ic_gx1v6_20090205.ieeer8

Thanks.

[The run was with new CESM1_0_3 version. The file ts_PHC2_jan_ic_gx1v6_20090205.ieeer8 exists in the target directory]
 

jedwards

CSEG and Liaisons
Staff member
You would add it to the Macros.* file in your case directory, add it to the line that begins with FFLAGS := note that this is a compiler specific flag and if you are not using the same compiler you will need to find the flag appropriate for the compiler you are using.
 
Hi Jedwards,I just checked my files and found that "-assume byterecl" is already in my Macros. But i still have the error:"forrtl: severe (36): attempt to access non-existent record, unit 95, file XXX/inputdata/ocn/pop/gx1v6/ic/ts_PHC2_jan_ic_gx1v6_20090205.ieeer8". Can you tell me what I should do to solve this problem?Thank you!
 

jedwards

CSEG and Liaisons
Staff member
Two possibilities:
  1. The file can't be found from the compute node - is it on a filesystem which is only available on the login nodes?   The fie path provided earlier makes me suspect that that's the case - /panfs/storage.local/ -
  2. The file is corrupted - the expected md5 sum is: 44c595e9b1d1340fbc6c680c9200b3f8 If the command md5sum ts_PHC2_jan_ic_gx1v6_20090205.ieeer8does not give this result the file is corrupted and should be replaced - remove the current file and the model should replace it.
 
Hi,I checked the two possibilities as you suggested but I think the problem is not related to them. I can find the file in the correct path /work/05383/huangy/stampede2/inputdata/ocn/pop/gx1v6/ic/ts_PHC2_jan_ic_gx1v6_20090205.ieeer8 and the md5 sum is the same as you posted.I deleted the file and that did not help. Do you have any other idea about this?Thank you a lot for your help! Yu
 

jedwards

CSEG and Liaisons
Staff member
I'm wondering if the "-assume byterecl" is inappropriate for your hardware.   Have you tried compiling without it?
 
Hi Jedwards,I finally found that there was actually a different error in my configuration but the model somehow reported this irrelevant problem of .ieeer8 file.Thank you a lot for your help!Yu
 
Top