--- MITgcm/verification/aim.5l_cs/code/DIAGNOSTICS_SIZE.h 2005/05/19 03:53:34 1.2 +++ MITgcm/verification/aim.5l_cs/code/DIAGNOSTICS_SIZE.h 2006/02/21 01:28:41 1.3 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/aim.5l_cs/code/DIAGNOSTICS_SIZE.h,v 1.2 2005/05/19 03:53:34 jmc Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/aim.5l_cs/code/DIAGNOSTICS_SIZE.h,v 1.3 2006/02/21 01:28:41 jmc Exp $ C $Name: $ @@ -10,6 +10,7 @@ C numLevels :: maximum number of levels to write (data.diagnostics) C numdiags :: maximum size of the storage array for active 2D/3D diagnostics C nRegions :: maximum number of regions (statistics-diagnostics) +C sizRegMsk :: maximum size of the regional-mask (statistics-diagnostics) C nStats :: maximum number of statistics (e.g.: aver,min,max ...) C diagSt_size:: maximum size of the storage array for statistics-diagnostics C Note : may need to increase "numdiags" when using several 2D/3D diagnostics, @@ -17,13 +18,13 @@ INTEGER ndiagMax INTEGER numlists, numperlist, numLevels INTEGER numdiags - INTEGER nRegions, nStats + INTEGER nRegions, sizRegMsk, nStats INTEGER diagSt_size PARAMETER( ndiagMax = 500 ) PARAMETER( numlists = 10, numperlist = 50, numLevels=2*Nr ) PARAMETER( numdiags = 40*Nr ) - PARAMETER( nRegions = 0 , nStats = 4 ) - PARAMETER( diagSt_size = 10*Nr ) + PARAMETER( nRegions = 10 , sizRegMsk = 3 , nStats = 4 ) + PARAMETER( diagSt_size = 20*Nr ) CEH3 ;;; Local Variables: ***