[MITgcm-support] monthly forcing data

ESTANISLAO GAVILAN PASCUAL-AHU e.gavilan at hhu.edu.cn
Sun Apr 3 01:52:12 EDT 2022


Hi Martin,


This is the specific error
===================================================================================
=   BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
=   PID 122635 RUNNING AT b1u23n3
=   EXIT CODE: 11
=   CLEANING UP REMAINING PROCESSES
=   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
   Intel(R) MPI Library troubleshooting guide:
      https://software.intel.com/node/561764
===================================================================================



After reading the code it seems the input file dimesions are wrong. However, I have checked the dimesions and they should be fine. 
These are the dimensions setting for the 0.25 resolution
 runoff_lon0       = 0.0D0,
 runoff_lon_inc    = 0.25D0,
 runoff_lat0       = -90.D0,
 runoff_lat_inc    = 720*0.25D0,
 runoff_nlon       = 1440,
 runoff_nlat       = 721,
This is the one for 1 degree resolution
runoff_lon0       = 0.5D0,
runoff_lon_inc    = 1.D0,
runoff_lat0       = -89.5D0,
runoff_lat_inc    = 179*1.D0,
runoff_nlon       = 360,
runoff_nlat       = 180,



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.
I have also used the debug model true,  and this is the last line I get.


(PID.TID 0000.0001) EXF_SET_FLD: processing field "runoff",  file: runoff.bin
(PID.TID 0000.0001) EXF_SET_FLD:   myIter, count0, count1:         0     12      1
(PID.TID 0000.0001) EXF_SET_FLD:   first, changed, fac:   T   F    0.49798387096774194
(PID.TID 0000.0001) EXF_SET_FLD: field "runoff", it=         0, loading rec=    12
(PID.TID 0000.0001) EXF_SET_FLD:   from file: "runoff.bin"



Maybe, I am missing something obvious, but I cannot see it. Thank again for all your help


Kind regards,


Estanislao




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20220403/3da2191f/attachment.html>


More information about the MITgcm-support mailing list