|
||||
File indexing completed on 2019-12-08 06:11:40 UTC
view on githubraw file Latest commit 331566cb on 2019-11-26 21:45:22 UTC331566cbeb Jean*0001 C============================================================ 0002 C NOBSGLOB :: maximum number of profiles per file and tile 0003 C NFILESPROFMAX :: maximum number of files 0004 C NVARMAX :: maximum number of variables 0005 C NLEVELMAX :: maximum number of vertical levels 0006 C NUM_INTERP_POINTS :: number of points used in horizontal averaging 0007 C============================================================ 0008 0009 INTEGER NOBSGLOB 0010 PARAMETER ( NOBSGLOB = 500 ) 0011 INTEGER NFILESPROFMAX 0012 PARAMETER ( NFILESPROFMAX=20 ) 0013 INTEGER NVARMAX 0014 PARAMETER ( NVARMAX=16 ) 0015 INTEGER NLEVELMAX 0016 PARAMETER ( NLEVELMAX=110 ) 0017 INTEGER NUM_INTERP_POINTS 0018 PARAMETER (NUM_INTERP_POINTS = 4) 0019
[ 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 |