<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Just a wild guess: <div class=""><br class=""></div><div class="">in EXF_INTERP_SIZE.h exf_max_nlon/nlat are set to 520/260, maybe that’s too small for your input file (1440/721). Try increasing that or use EXF_INTERP_USE_DYNALLOC (if that’s not already defined, by default).</div><div class=""><br class=""></div><div class="">OR if EXF_INTERP_USE_DYNALLOC is already defined, there may be an issue with the dynamic allocation of the arrays used for reading the input, in that case you could undefined this flag and then really increase exf_max_nlon/nlat. <br class=""><div class=""><br class=""><div class=""><br class=""></div><div class="">Martin<br class=""><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 3. Apr 2022, at 07:52, ESTANISLAO GAVILAN PASCUAL-AHU <<a href="mailto:e.gavilan@hhu.edu.cn" class="">e.gavilan@hhu.edu.cn</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="line-height: 1.7; font-size: 14px; font-family: Arial;" class=""><div class="">Hi Martin,</div><div class=""><br class=""></div><div class="">This is the specific error</div><div class=""><div class="">===================================================================================</div><div class="">= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES</div><div class="">= PID 122635 RUNNING AT b1u23n3</div><div class="">= EXIT CODE: 11</div><div class="">= CLEANING UP REMAINING PROCESSES</div><div class="">= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES</div><div class="">===================================================================================</div><div class=""> Intel(R) MPI Library troubleshooting guide:</div><div class=""> <a href="https://software.intel.com/node/561764" class="">https://software.intel.com/node/561764</a></div><div class="">===================================================================================</div></div><div class=""><br class=""></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class="">After reading the code it seems the input file dimesions are wrong. However, I have checked the dimesions and they should be fine. </span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class="">These are the dimensions setting for the 0.25 resolution</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class=""> runoff_lon0 = 0.0D0,</span></div><div class=""><div class=""><span style="font-family: Arial; line-height: 1.5em;" class=""> runoff_lon_inc = 0.25D0,</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class=""> runoff_lat0 = -90.D0,</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class=""> runoff_lat_inc = 720*0.25D0,</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class=""> runoff_nlon = 1440,</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class=""> runoff_nlat = 721,</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class="">This is the one for 1 degree resolution</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class="">runoff_lon0 = 0.5D0,</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class="">runoff_lon_inc = 1.D0,</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class="">runoff_lat0 = -89.5D0,</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class="">runoff_lat_inc = 179*1.D0,</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class="">runoff_nlon = 360,</span></div><div class=""><span style="font-family: Arial; line-height: 1.5em;" class="">runoff_nlat = 180,</span></div></div><div class=""><br class=""></div><div class="">I have also tried using zero matrix and using the flag -12. Every time that I used the 0.25 resolution the model cannot open the file in the routine exf_interp_read.F.</div><div class="">I have also used the debug model true, and this is the last line I get.</div><div class=""><br class=""></div><div class=""><div class="">(PID.TID 0000.0001) EXF_SET_FLD: processing field "runoff", file: runoff.bin</div><div class="">(PID.TID 0000.0001) EXF_SET_FLD: myIter, count0, count1: 0 12 1</div><div class="">(PID.TID 0000.0001) EXF_SET_FLD: first, changed, fac: T F 0.49798387096774194</div><div class="">(PID.TID 0000.0001) EXF_SET_FLD: field "runoff", it= 0, loading rec= 12</div><div class="">(PID.TID 0000.0001) EXF_SET_FLD: from file: "runoff.bin"</div></div><div class=""><br class=""></div><div class="">Maybe, I am missing something obvious, but I cannot see it. Thank again for all your help</div><div class=""><br class=""></div><div class="">Kind regards,</div><div class=""><br class=""></div><div class="">Estanislao</div></div><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></blockquote></div><br class=""></div></div></div></div></body></html>