<div dir="ltr"><div><div><div><div><div><div><div>Thank you Martin. The problem has now been resolved.<br><br></div>The problem I have been trying to model is tidal flow over a 3-D Gaussian topography.<br><br></div>I have been modeling tidal flow as -  <b>u = u0*sin(omega*t) - c/H*etaN </b>in the western boundary. Here, <b>u0</b>, <b>omega</b>, <b>c</b> and <b>H</b> are constant and <b>etaN</b> is the free-surface elevation.<br><br></div><div>To model this I have modified the <b>obcs_calc.F</b> in <b>pkg/mypackage</b> module.<br></div><div><br></div>However, <b>etaN</b> variable is defined in <b>DYNVARS.h </b>and while including this library I am getting errors <br><br><br><br>Real*8  uVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)<br>                  1<br>Error: COMMON attribute conflicts with DUMMY attribute in ‘uvel’ at (1)<br>obcs_calc.f:3154:18:<br><br>       Real*8  vVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)<br>                  1<br>Error: COMMON attribute conflicts with DUMMY attribute in ‘vvel’ at (1)<br>obcs_calc.f:3155:18:<br><br>       Real*8  wVel (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)<br>                  1<br>Error: COMMON attribute conflicts with DUMMY attribute in ‘wvel’ at (1)<br><br><br></div>While not included, I am getting -  <b>etaN</b> has no implicit type.<br><br><br></div>Is there anything wrong I am doing and also how to get rid of it.<br><br></div>Thanks,<br></div>Subhajit Kar  <br><div><div><div><div><div><div><div><div><br></div></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 8, 2018 at 1:06 PM, Martin Losch <span dir="ltr"><<a href="mailto:Martin.Losch@awi.de" target="_blank">Martin.Losch@awi.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">Hi,<div>you need to provide more details about what you actually did to the code in order to get specific help.</div><div><br></div><div>This error you could have googled. I found this in stackoverflow,</div><div><a href="https://stackoverflow.com/questions/26887689/error-non-numeric-character-in-statement-at-label-1" target="_blank">https://stackoverflow.com/<wbr>questions/26887689/error-non-<wbr>numeric-character-in-<wbr>statement-at-label-1</a></div><div><br></div><div>you compiler assumes fixed source form with file suffixes .f, but you start your code in column 4 (</div><div><br></div><div><font face="Courier">C234567<br>   LOGICAL OBCSisON<br><br></font></div><div>In fixed source form, the first 6 columns are served for special labels, comment characters, etc.</div><div><br></div><div>Martin</div><div><br><br><blockquote type="cite"><div><div class="h5">On 8. May 2018, at 08:59, subhajit kar <<a href="mailto:subhajitkar19@gmail.com" target="_blank">subhajitkar19@gmail.com</a>> wrote:<br><br>Hello MITgcm users,<br><br>  <br>        I am trying model a toy-problem of Internal Gravity Waves generation through a tidal flow.<br><br>        I have modified the obcs_calc.F in the pkg/mypackage. I am getting several errors - <br><br><br><br>   obcs_calc.f:3008:3:<br><br>   LOGICAL OBCSisON<br>   1<br>Error: Non-numeric character in statement label at (1)<br>obcs_calc.f:3008:3:<br><br>   LOGICAL OBCSisON<br>   1<br>Error: Unclassifiable statement at (1)<br><br>Error: Non-numeric character in statement label at (1)<br>obcs_calc.f:3009:3:<br><br>   COMMON /OBCS_PACKAGE/ OBCSisON<br>   1<br>Error: Unclassifiable statement at (1)<br>obcs_calc.f:3033:1:<br><br> & OB_Jnorth,OB_Jsouth,OB_Ieast,<wbr>OB_Iwest,<br> 1<br>Error: Non-numeric character in statement label at (1)<br><br>......<br>......<br>......<br><br><br>Does anyone know how to remove this errors?<br><br>Thanks for the help.<br><br><br>Regrads,<br>Subhajit Kar<br><br></div></div>______________________________<wbr>_________________<br>MITgcm-support mailing list<br><a href="mailto:MITgcm-support@mitgcm.org" target="_blank">MITgcm-support@mitgcm.org</a><br><a href="http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support" target="_blank">http://mailman.mitgcm.org/<wbr>mailman/listinfo/mitgcm-<wbr>support</a><br></blockquote><br></div></div><br>______________________________<wbr>_________________<br>
MITgcm-support mailing list<br>
<a href="mailto:MITgcm-support@mitgcm.org">MITgcm-support@mitgcm.org</a><br>
<a href="http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support" rel="noreferrer" target="_blank">http://mailman.mitgcm.org/<wbr>mailman/listinfo/mitgcm-<wbr>support</a><br>
<br></blockquote></div><br></div>