[MITgcm-support] Tidal flow over topography
Martin Losch
Martin.Losch at awi.de
Tue May 8 03:36:43 EDT 2018
Hi,
you need to provide more details about what you actually did to the code in order to get specific help.
This error you could have googled. I found this in stackoverflow,
https://stackoverflow.com/questions/26887689/error-non-numeric-character-in-statement-at-label-1
you compiler assumes fixed source form with file suffixes .f, but you start your code in column 4 (
C234567
LOGICAL OBCSisON
In fixed source form, the first 6 columns are served for special labels, comment characters, etc.
Martin
> On 8. May 2018, at 08:59, subhajit kar <subhajitkar19 at gmail.com> wrote:
>
> Hello MITgcm users,
>
>
> I am trying model a toy-problem of Internal Gravity Waves generation through a tidal flow.
>
> I have modified the obcs_calc.F in the pkg/mypackage. I am getting several errors -
>
>
>
> obcs_calc.f:3008:3:
>
> LOGICAL OBCSisON
> 1
> Error: Non-numeric character in statement label at (1)
> obcs_calc.f:3008:3:
>
> LOGICAL OBCSisON
> 1
> Error: Unclassifiable statement at (1)
>
> Error: Non-numeric character in statement label at (1)
> obcs_calc.f:3009:3:
>
> COMMON /OBCS_PACKAGE/ OBCSisON
> 1
> Error: Unclassifiable statement at (1)
> obcs_calc.f:3033:1:
>
> & OB_Jnorth,OB_Jsouth,OB_Ieast,OB_Iwest,
> 1
> Error: Non-numeric character in statement label at (1)
>
> ......
> ......
> ......
>
>
> Does anyone know how to remove this errors?
>
> Thanks for the help.
>
>
> Regrads,
> Subhajit Kar
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20180508/05bf5c95/attachment.html>
More information about the MITgcm-support
mailing list