<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi Martin,</div><div><br /></div><div>This is the specific error</div><div><div>===================================================================================</div><div>=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES</div><div>=   PID 122635 RUNNING AT b1u23n3</div><div>=   EXIT CODE: 11</div><div>=   CLEANING UP REMAINING PROCESSES</div><div>=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES</div><div>===================================================================================</div><div>   Intel(R) MPI Library troubleshooting guide:</div><div>      https://software.intel.com/node/561764</div><div>===================================================================================</div></div><div><br /></div><div><span style="font-family: Arial; line-height: 1.5em;">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><span style="font-family: Arial; line-height: 1.5em;">These are the dimensions setting for the 0.25 resolution</span></div><div><span style="font-family: Arial; line-height: 1.5em;"> runoff_lon0       = 0.0D0,</span></div><div><div><span style="font-family: Arial; line-height: 1.5em;"> runoff_lon_inc    = 0.25D0,</span></div><div><span style="font-family: Arial; line-height: 1.5em;"> runoff_lat0       = -90.D0,</span></div><div><span style="font-family: Arial; line-height: 1.5em;"> runoff_lat_inc    = 720*0.25D0,</span></div><div><span style="font-family: Arial; line-height: 1.5em;"> runoff_nlon       = 1440,</span></div><div><span style="font-family: Arial; line-height: 1.5em;"> runoff_nlat       = 721,</span></div><div><span style="font-family: Arial; line-height: 1.5em;">This is the one for 1 degree resolution</span></div><div><span style="font-family: Arial; line-height: 1.5em;">runoff_lon0       = 0.5D0,</span></div><div><span style="font-family: Arial; line-height: 1.5em;">runoff_lon_inc    = 1.D0,</span></div><div><span style="font-family: Arial; line-height: 1.5em;">runoff_lat0       = -89.5D0,</span></div><div><span style="font-family: Arial; line-height: 1.5em;">runoff_lat_inc    = 179*1.D0,</span></div><div><span style="font-family: Arial; line-height: 1.5em;">runoff_nlon       = 360,</span></div><div><span style="font-family: Arial; line-height: 1.5em;">runoff_nlat       = 180,</span></div></div><div><br /></div><div>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>I have also used the debug model true,  and this is the last line I get.</div><div><br /></div><div><div>(PID.TID 0000.0001) EXF_SET_FLD: processing field "runoff",  file: runoff.bin</div><div>(PID.TID 0000.0001) EXF_SET_FLD:   myIter, count0, count1:         0     12      1</div><div>(PID.TID 0000.0001) EXF_SET_FLD:   first, changed, fac:   T   F    0.49798387096774194</div><div>(PID.TID 0000.0001) EXF_SET_FLD: field "runoff", it=         0, loading rec=    12</div><div>(PID.TID 0000.0001) EXF_SET_FLD:   from file: "runoff.bin"</div></div><div><br /></div><div>Maybe, I am missing something obvious, but I cannot see it. Thank again for all your help</div><div><br /></div><div>Kind regards,</div><div><br /></div><div>Estanislao</div></div><br>