|
||||
File indexing completed on 2024-07-17 05:11:48 UTC
view on githubraw file Latest commit acacc28f on 2024-07-17 03:59:01 UTC83fe077e76 Patr*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) acacc28f7f Jean*0007 C numDiags :: maximum size of the storage array for active 2D/3D diagnostics 83fe077e76 Patr*0008 C nRegions :: maximum number of regions (statistics-diagnostics) acacc28f7f Jean*0009 C sizRegMsk :: maximum size of the regional-mask (statistics-diagnostics) 83fe077e76 Patr*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 acacc28f7f Jean*0012 C Note : may need to increase "numDiags" when using several 2D/3D diagnostics, 83fe077e76 Patr*0013 C and "diagSt_size" (statistics-diags) since values here are deliberately small. 0014 INTEGER ndiagMax 0015 INTEGER numlists, numperlist, numLevels acacc28f7f Jean*0016 INTEGER numDiags 0017 INTEGER nRegions, sizRegMsk, nStats 83fe077e76 Patr*0018 INTEGER diagSt_size 0019 PARAMETER( ndiagMax = 500 ) acacc28f7f Jean*0020 PARAMETER( numlists = 10, numperlist = 50, numLevels=2*Nr ) 0021 PARAMETER( numDiags = 20*Nr ) 0022 PARAMETER( nRegions = 0 , sizRegMsk = 1 , nStats = 4 ) 83fe077e76 Patr*0023 PARAMETER( diagSt_size = 10*Nr ) 0024 0025 CEH3 ;;; Local Variables: *** 0026 CEH3 ;;; mode:fortran *** 0027 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 |