|
|
|||
File indexing completed on 2025-12-15 06:14:29 UTC
view on githubraw file Latest commit ad59256d on 2025-12-15 00:05:36 UTCad59256d7d aver*0001 CBOP 0002 C !ROUTINE: OBSFIT_SIZE.h 0003 0004 C !INTERFACE: 0005 C #include "OBSFIT_SIZE.h" 0006 0007 C !DESCRIPTION: 0008 C ================================================================== 0009 C | Header file defining ObsFit arrays sizes 0010 C ================================================================== 0011 CEOP 0012 0013 C NFILESMAX_OBS :: maximum number of input files 0014 C NOBSMAX_OBS :: maximum number of obs per file 0015 C NSAMPLES_MAX_GLO :: maximum number of samples per file 0016 C NSAMP_PER_TILE_MAX :: maximum number of samples per file per tile 0017 C NSAMP_PER_OBS_MAX :: maximum number of samples per observation 0018 C NUM_INTERP_PTS_OBS :: number of points used in interpolation for 0019 C model sampling 0020 0021 INTEGER NFILESMAX_OBS 0022 PARAMETER ( NFILESMAX_OBS=2 ) 0023 0024 INTEGER NOBSMAX_OBS 0025 PARAMETER ( NOBSMAX_OBS=2000 ) 0026 0027 C This number must be greater or equal to the number of samples in a file 0028 INTEGER NSAMPLES_MAX_GLO 0029 PARAMETER ( NSAMPLES_MAX_GLO=2000 ) 0030 0031 INTEGER NSAMP_PER_TILE_MAX 0032 PARAMETER ( NSAMP_PER_TILE_MAX=2000 ) 0033 0034 INTEGER NSAMP_PER_OBS_MAX 0035 PARAMETER ( NSAMP_PER_OBS_MAX=1 ) 0036 0037 INTEGER NUM_INTERP_PTS_OBS 0038 PARAMETER ( NUM_INTERP_PTS_OBS=8 ) 0039
| [ 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 |
|