<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""></div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On Nov 15, 2017, at 2:50 PM, Jean-Michel Campin <<a href="mailto:jmc@mit.edu" class="">jmc@mit.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Dhruv,<br class=""><br class="">2 (short) suggestions:<br class=""><br class="">1) rbcsForcingPeriod is a real parameter, so I would try to specify:<br class=""><blockquote type="cite" class="">  rbcsForcingPeriod=0.,<br class=""></blockquote>   instead of:<br class=""><blockquote type="cite" class="">  rbcsForcingPeriod=0,<br class=""></blockquote><br class="">2) If you want to be sure that your are getting everything written in STDOUT.#####<br class="">  (not retained in an IO buffer and lost as the model stops) you could specify:<br class="">  a) in "eedata":<br class=""><blockquote type="cite" class=""> debugMode=.TRUE.,<br class=""></blockquote>  b) in "data", PARM01 namelist:<br class=""><blockquote type="cite" class=""> debugLevel=2,<br class=""></blockquote> This will flush the IO buffer so that it should be easier to see <br class=""> where the model stops.<br class=""><br class="">Cheers,<br class="">Jean-Michel<br class=""><br class="">On Wed, Nov 15, 2017 at 01:30:37PM -0500, Dhruv Balwada wrote:<br class=""><blockquote type="cite" class="">Hello,<br class=""><br class="">I am doing an experiment with MITgcm using multiple tracers that are restored at a certain boundary. I am using the rbcs and ptracers package. The simulations works when I only restore one of the tracers, but when I add multiple tracers to the data.rbcs file I start getting the error - <br class=""><br class="">'forrtl: severe (19): invalid reference to variable in NAMELIST input, unit 11, file /var/tmpdata/fortew5BaY, line 5, position 18<br class="">Image              PC                Routine            Line        Source<br class="">libifcore.so.5     00002B14AF4B7A28  Unknown               Unknown  Unknown<br class="">???<br class=""><br class="">I think this error implies that there is some typo in the data files, and probably in data.rbcs because that where the STDOUT stopped. However, I can???t find any thing that seems out of place. <br class="">Here is the text from data.rbcs - <br class=""> &RBCS_PARM01<br class="">  rbcsForcingPeriod=0,<br class="">  useRBCptracers=.TRUE.,<br class="">  relaxMaskFile(3)='tracer_mask.bin',<br class="">  relaxMaskFile(4)='tracer_mask.bin',<br class=""> &<br class=""> &RBCS_PARM02<br class="">  useRBCptrnum(1)=.TRUE.,<br class="">  tauRelaxPTR(1)=1000.,<br class="">  relaxPtracerFile(1)='tracer_relax.bin',<br class="">  useRBCptrnum(2)=.TRUE.,<br class="">  tauRelaxPTR(2) =100000.,<br class="">  relaxPtracerFile(2)='tracer_relax.bin',<br class=""> &<br class=""><br class="">And here is the text from data.ptracers -<br class=""> &PTRACERS_PARM01<br class="">  PTRACERS_Iter0=4147200,<br class="">  PTRACERS_numInUse=3,<br class="">  PTRACERS_names(1)='TRAC01',<br class="">  PTRACERS_names(2)='TRAC02',<br class="">  PTRACERS_names(3)='TRAC03',<br class=""> &<br class=""><br class=""><br class="">Any suggestions would be appreciated. <br class=""><br class="">Thank you,<br class="">Dhruv <br class=""></blockquote><br class=""><blockquote type="cite" 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="">_______________________________________________<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=""></div></div></blockquote></div><br class=""></div></body></html>