Back to home page

MITgcm

 
 

    


File indexing completed on 2023-05-28 05:11:05 UTC

view on githubraw file Latest commit b4daa243 on 2023-05-28 03:53:22 UTC
b4daa24319 Shre*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