[MITgcm-support] diagnostic errors

Paola Cessi pcessi at ucsd.edu
Mon Oct 17 10:14:50 EDT 2005


My very limited experience is that when going to the newest CVS version I 
had to increase the size of the arrays in DIAGNOSTICS_SIZE.h from what I 
was suing before.

Try

       INTEGER    ndiagMax
       INTEGER    numlists, numperlist, numLevels
       INTEGER    numdiags
       INTEGER    nRegions, nStats
       INTEGER    diagSt_size
       PARAMETER( ndiagMax = 500 )
       PARAMETER( numlists = 10, numperlist = 50, numLevels=2*Nr )
       PARAMETER( numdiags = 14*Nr )
       PARAMETER( nRegions = 0 , nStats = 4 )
       PARAMETER( diagSt_size = 10*Nr )

paola



More information about the MITgcm-support mailing list