[MITgcm-support] MITgcm beginner’s Question
Christoph Voelker
christoph.voelker at awi.de
Thu May 6 09:55:46 EDT 2021
Dear Soong,
the error message means that the program tried to read from a file, but
that the file either was not present at all or did not contain as many
entries as the program expects, so it tried reading past the End-Of-File
character. You can get a bit more out of your error message: It happened
in line 5159 of the code ini-Parms.for (which is produced from
ini_parms.F by the C-preprocessor), so you might check this line in
ini_parms.for from your build folder.
My guess is that one of the main namelist files (e.g. a file called
'data') is missing in the directory where you want to run the model.
Cheers, Christoph
Am 06.05.21 um 15:18 schrieb 万松:
> Dear sir,
>
> I hope this can find you. When I run the default barotropic model, the
> following error occurred. I don't know how to solve it. Could you help me?
>
> ------------------------------------------------------------------------------------------------------------
> At line 5159 of file ini_parms.for (unit = 11, file =
> 'scratch1.000000000')
> Fortran runtime error: End of file
>
> Error termination. Backtrace:
> #0 0x1033b5ebd
> #1 0x1033b6b75
> #2 0x1033b776b
> #3 0x1035e5a13
> #4 0x1035e04c0
> #5 0x1035e9617
> #6 0x1035e9838
> #7 0x1035e9987
> #8 0x102c22cf9
> #9 0x102c304dc
> #10 0x102c4b365
> #11 0x102bbde04
> #12 0x102c514b8
> ------------------------------------------------------------------------------------------------------------
>
> Sincerely,
> Soong
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support
--
Christoph Voelker
Alfred Wegener Institute
Helmholtz Centre for Polar and Marine Research
Am Handelshafen 12
27570 Bremerhaven, Germany
e: Christoph.Voelker at awi.de
t: +49 471 4831 1848
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20210506/eeb368cb/attachment.html>
More information about the MITgcm-support
mailing list