<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class="">you need to provide more details about what you actually did to the code in order to get specific help.</div><div class=""><br class=""></div><div class="">This error you could have googled. I found this in stackoverflow,</div><div class=""><a href="https://stackoverflow.com/questions/26887689/error-non-numeric-character-in-statement-at-label-1" class="">https://stackoverflow.com/questions/26887689/error-non-numeric-character-in-statement-at-label-1</a></div><div class=""><br class=""></div><div class="">you compiler assumes fixed source form with file suffixes .f, but you start your code in column 4 (</div><div class=""><br class=""></div><div class=""><font face="Courier" class="">C234567<br class="">   LOGICAL OBCSisON<br class=""><br class=""></font></div><div class="">In fixed source form, the first 6 columns are served for special labels, comment characters, etc.</div><div class=""><br class=""></div><div class="">Martin</div><div class=""><br class=""><br class=""><blockquote type="cite" class="">On 8. May 2018, at 08:59, subhajit kar <<a href="mailto:subhajitkar19@gmail.com" class="">subhajitkar19@gmail.com</a>> wrote:<br class=""><br class="">Hello MITgcm users,<br class=""><br class="">  <br class="">        I am trying model a toy-problem of Internal Gravity Waves generation through a tidal flow.<br class=""><br class="">        I have modified the obcs_calc.F in the pkg/mypackage. I am getting several errors - <br class=""><br class=""><br class=""><br class="">   obcs_calc.f:3008:3:<br class=""><br class="">   LOGICAL OBCSisON<br class="">   1<br class="">Error: Non-numeric character in statement label at (1)<br class="">obcs_calc.f:3008:3:<br class=""><br class="">   LOGICAL OBCSisON<br class="">   1<br class="">Error: Unclassifiable statement at (1)<br class=""><br class="">Error: Non-numeric character in statement label at (1)<br class="">obcs_calc.f:3009:3:<br class=""><br class="">   COMMON /OBCS_PACKAGE/ OBCSisON<br class="">   1<br class="">Error: Unclassifiable statement at (1)<br class="">obcs_calc.f:3033:1:<br class=""><br class=""> & OB_Jnorth,OB_Jsouth,OB_Ieast,OB_Iwest,<br class=""> 1<br class="">Error: Non-numeric character in statement label at (1)<br class=""><br class="">......<br class="">......<br class="">......<br class=""><br class=""><br class="">Does anyone know how to remove this errors?<br class=""><br class="">Thanks for the help.<br class=""><br class=""><br class="">Regrads,<br class="">Subhajit Kar<br class=""><br class="">_______________________________________________<br class="">MITgcm-support mailing list<br class=""><a href="mailto:MITgcm-support@mitgcm.org" class="">MITgcm-support@mitgcm.org</a><br class="">http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support<br class=""></blockquote><br class=""></div></body></html>