Imke_Sievers
New Member
Hi,
After updating my CICE version from v6.2 to v6.4.2, I tried running CICE with the same input and name list options (ice_in attached) as I am running my 6.2 set-up and get the following error:
(abort_ice)ABORTED:
(abort_ice) error = (ice_write_hist)ERROR: writingNLON
I substituted NLON with ULON in line 822 (and in line 825, 828 and 831) in ice_history_write.F90 (altered file attached), which is the line raising the issue and now CICE runs without any issues. It seems like the coordinates NLON, NLAT, ELON and ELAT are allowcated but not assingt their correct values. I'm running CICE on a B-grid, so I think I am fine with my work around, but I don't think this is a good solution. I think I would need to asigne NLON, NLAT, ELON and ELAT their actual values, but I could not figure out where that should be done.
Best,
Imke
After updating my CICE version from v6.2 to v6.4.2, I tried running CICE with the same input and name list options (ice_in attached) as I am running my 6.2 set-up and get the following error:
(abort_ice)ABORTED:
(abort_ice) error = (ice_write_hist)ERROR: writingNLON
I substituted NLON with ULON in line 822 (and in line 825, 828 and 831) in ice_history_write.F90 (altered file attached), which is the line raising the issue and now CICE runs without any issues. It seems like the coordinates NLON, NLAT, ELON and ELAT are allowcated but not assingt their correct values. I'm running CICE on a B-grid, so I think I am fine with my work around, but I don't think this is a good solution. I think I would need to asigne NLON, NLAT, ELON and ELAT their actual values, but I could not figure out where that should be done.
Best,
Imke