<div dir="ltr">

<p style="margin:0px 0px 6px;display:block;font-family:Helvetica,Arial,sans-serif;color:rgb(29,33,41);font-size:14px;text-decoration-style:initial;text-decoration-color:initial">Hello all! Can anyone help me with a script to convert .bin files into .nc?</p><p style="margin:0px 0px 6px;display:block;font-family:Helvetica,Arial,sans-serif;color:rgb(29,33,41);font-size:14px;text-decoration-style:initial;text-decoration-color:initial"><br></p><p style="margin:6px 0px;display:block;font-family:Helvetica,Arial,sans-serif;color:rgb(29,33,41);font-size:14px;text-decoration-style:initial;text-decoration-color:initial">I am running the script "<a href="http://lats4d.gs">lats4d.gs</a>" within a loop in another script (<a href="http://myscript.gs">myscript.gs</a>).<br>I've defined one variable (_a) in <a href="http://myscript.gs">myscript.gs</a> before calling <a href="http://lats4d.gs">lats4d.gs</a>, and I want to use this variable in <a href="http://lats4d.gs">lats4d.gs</a> to name the output files (the output files should be named as <a href="http://prec_1.nc">prec_1.nc</a>, <a href="http://prec_2.nc">prec_2.nc</a>, and so on). However, I can't get the variable recognized by <a href="http://lats4d.gs">lats4d.gs</a>.</p><div class="gmail-text_exposed_show" style="display:inline;font-family:Helvetica,Arial,sans-serif;color:rgb(29,33,41);font-size:14px;text-decoration-style:initial;text-decoration-color:initial"><p style="margin:0px 0px 6px;font-family:inherit">Here is <a href="http://myscript.gs">myscript.gs</a>:</p><p style="margin:0px 0px 6px;font-family:inherit"><br></p><p style="margin:6px 0px;font-family:inherit">'reinit'<br>_a = 1<br>while (_a <= 3)<br>'open C:/Users/XXX/Desktop/XXX/prec_2018_'%_a<br>'run C:/Users/XXX/Desktop/<a href="http://lats4d.gs">lats4d.gs</a>'<br>_a = _a + 1<br>endwhile</p><p style="margin:6px 0px;font-family:inherit"><br></p><p style="margin:6px 0px;font-family:inherit">And here is the only part of <a href="http://lats4d.gs">lats4d.gs</a> that I've changed (line 1253):</p><p style="margin:6px 0px;font-family:inherit"><br>_ofname = 'C:/Users/XXX/Desktop/XXX/prec_'_a</p><p style="margin:6px 0px;font-family:inherit"><br></p><p style="margin:6px 0px;font-family:inherit">Although <a href="http://myscript.gs">myscript.gs</a> is successfully running, the output file is saved as "<a href="http://prec__a.nc">prec__a.nc</a>" (and not <a href="http://prec_1.nc">prec_1.nc</a>, <a href="http://prec_2.nc">prec_2.nc</a>, as I expected).<br>The 'while' loop is working fine (I've tested it), but since the file name is always "<a href="http://prec__a.nc">prec__a.nc</a>", I end up with only one file saved.</p><p style="margin:6px 0px;font-family:inherit">Does anyone know how to fix this? I believe I "just" need to make <a href="http://lats4d.gs">lats4d.gs</a> understand "_a" as the variable defined in <a href="http://myscript.gs">myscript.gs</a>, but I am not sure if this is really the case, and how to do it.</p><p style="margin:6px 0px;font-family:inherit"><br></p><p style="margin:6px 0px;font-family:inherit">Any help is welcome!<br>Thanks in advance!</p></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Camila</div></div></div></div></div>
</div>