[MITgcm-support] diagnostic errors

Matthew Robert Mazloff mmazloff at MIT.EDU
Sun Oct 16 14:51:38 EDT 2005


Hello,

I have used the diagnostics package many times before without problems, but my
last run I recieved the errors:

(PID.TID 0000.0001) WARNING DIAGNOSTICS_OUT  => write ZEROS instead
(PID.TID 0000.0001) - WARNING - from DIAGNOSTICS_OUT at iter=      1460
(PID.TID 0000.0001) - WARNING -   diag.#  23 : ETAN     (#  1 ) in outp.Stream:
ETAN_bar
(PID.TID 0000.0001) - WARNING -   has not been filled (ndiag= 0 )
(PID.TID 0000.0001) WARNING DIAGNOSTICS_OUT  => write ZEROS instead
(PID.TID 0000.0001) - WARNING - from DIAGNOSTICS_OUT at iter=      1460
(PID.TID 0000.0001) - WARNING -   diag.#  30 : UVEL     (#  1 ) in outp.Stream:
UVvelbar
(PID.TID 0000.0001) - WARNING -   has not been filled (ndiag= 0 )
(PID.TID 0000.0001) WARNING DIAGNOSTICS_OUT  => write ZEROS instead
(PID.TID 0000.0001) - WARNING - from DIAGNOSTICS_OUT at iter=      1460
(PID.TID 0000.0001) - WARNING -   diag.#  31 : VVEL     (#  2 ) in outp.Stream:
UVvelbar
(PID.TID 0000.0001) - WARNING -   has not been filled (ndiag= 0 )
.....etc....
I have changed a few things in my setup, but cannot determine where this error
arises from.  Could someone please tell me how this may have happened...

By the way, in DIAGNOSTICS_SIZE.h I have:

      PARAMETER( ndiagMax = 500 )
      PARAMETER( numlists = 4, numperlist = 3, numLevels=1*Nr )
      PARAMETER( numdiags = 7*Nr )
      PARAMETER( nRegions = 0 , nStats = 1 )
      PARAMETER( diagSt_size = 1*Nr )

and in data.diagnostics I have

 &diagnostics_list
#---
  frequency(1) = 2628000.0,
   levels(1,1) = 1.,
   fields(1,1) = 'ETAN    ',
   filename(1) = 'ETAN_bar',
#---
  frequency(2) = 2628000.0,
   fields(1,2) = 'UVEL    ','VVEL    ',
   filename(2) = 'UVvelbar',
#---
 /


Thanks,
Matt



More information about the MITgcm-support mailing list