|
||||
File indexing completed on 2020-02-13 06:12:00 UTC
view on githubraw file Latest commit 9acfcdc5 on 2020-02-12 18:01:28 UTC9acfcdc58c Jeff*0001 C ====================================================================== 0002 C * Compiled-in size options for the LAYERS package * 0003 C 0004 C - Just as you have to define Nr in SIZE.h, you must define the number 0005 C of vertical layers for isopycnal averaging so that the proper array 0006 C sizes can be declared in the LAYERS.h header file. 0007 C 0008 C - Variables - 0009 C NLayers :: the number of isopycnal layers (must match data.layers) 0010 C FineGridFact :: how many fine-grid cells per dF cell 0011 C FineGridMax :: the number of points in the finer vertical grid 0012 C used for interpolation 0013 C layers_maxNum :: max number of tracer fields used for layer averaging 0014 INTEGER Nlayers, FineGridFact, FineGridMax, layers_maxNum 0015 PARAMETER( Nlayers = 37 ) 0016 PARAMETER( FineGridFact = 10 ) 0017 PARAMETER( FineGridMax = Nr * FineGridFact ) 0018 PARAMETER( layers_maxNum = 1 )
[ 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 |