|
||||
File indexing completed on 2020-01-18 06:11:50 UTC
view on githubraw file Latest commit 57e94980 on 2020-01-16 01:12:06 UTC900991d39e Jean*0001 C Diagnostics Array Dimension 0002 C --------------------------- 0003 C ndiagMax :: maximum total number of available diagnostics 0004 C numlists :: maximum number of diagnostics list (in data.diagnostics) 0005 C numperlist :: maximum number of active diagnostics per list (data.diagnostics) 0006 C numLevels :: maximum number of levels to write (data.diagnostics) 0007 C numdiags :: maximum size of the storage array for active 2D/3D diagnostics 0008 C nRegions :: maximum number of regions (statistics-diagnostics) 0009 C sizRegMsk :: maximum size of the regional-mask (statistics-diagnostics) 0010 C nStats :: maximum number of statistics (e.g.: aver,min,max ...) 0011 C diagSt_size:: maximum size of the storage array for statistics-diagnostics 0012 C Note : may need to increase "numdiags" when using several 2D/3D diagnostics, 0013 C and "diagSt_size" (statistics-diags) since values here are deliberately small. 0014 INTEGER ndiagMax 0015 INTEGER numlists, numperlist, numLevels 0016 INTEGER numdiags 0017 INTEGER nRegions, sizRegMsk, nStats 0018 INTEGER diagSt_size 0019 PARAMETER( ndiagMax = 500 ) 0020 PARAMETER( numlists = 10, numperlist = 50, numLevels=2*Nr ) 0021 PARAMETER( numdiags = 10*Nr ) 0022 PARAMETER( nRegions = 0 , sizRegMsk = 1 , nStats = 4 ) 0023 PARAMETER( diagSt_size = 10*Nr ) 0024 0025 0026 CEH3 ;;; Local Variables: *** 0027 CEH3 ;;; mode:fortran *** 0028 CEH3 ;;; End: ***
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated from https://github.com/MITgcm/MITgcm by the 2.2.1-MITgcm-0.1 LXR engine. The LXR team |