Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
smiinc.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define L3M_SOFTNM_VAL   "smigen"
 
#define L3M_SOFTVER_VAL   "5.20"
 
#define SMI_MIN(a, b)   (a) > (b) ? (b) : (a)
 
#define SMI_MAX(a, b)   (a) > (b) ? (a) : (b)
 
#define L3M_MEASURES   7
 
#define SMI_NX   4096
 
#define SMI_NY   2048
 
#define SMI_BUFSIZE   250000
 
#define NUM_SMI_ARGS   6
 
#define SMI_LAT_NORTH   90.
 
#define SMI_LAT_SOUTH   -90.
 
#define SMI_LON_WEST   -180.
 
#define SMI_LON_EAST   180.
 
#define SMI_MAX_STR   1024
 
#define SMI_MAX_INFILES   30
 
#define SMI_MAX_STR_SHORT   50
 

Macro Definition Documentation

◆ L3M_MEASURES

#define L3M_MEASURES   7

Definition at line 9 of file smiinc.h.

◆ L3M_SOFTNM_VAL

#define L3M_SOFTNM_VAL   "smigen"

Definition at line 4 of file smiinc.h.

◆ L3M_SOFTVER_VAL

#define L3M_SOFTVER_VAL   "5.20"

Definition at line 5 of file smiinc.h.

◆ NUM_SMI_ARGS

#define NUM_SMI_ARGS   6

Definition at line 13 of file smiinc.h.

◆ SMI_BUFSIZE

#define SMI_BUFSIZE   250000

Definition at line 12 of file smiinc.h.

◆ SMI_LAT_NORTH

#define SMI_LAT_NORTH   90.

Definition at line 14 of file smiinc.h.

◆ SMI_LAT_SOUTH

#define SMI_LAT_SOUTH   -90.

Definition at line 15 of file smiinc.h.

◆ SMI_LON_EAST

#define SMI_LON_EAST   180.

Definition at line 17 of file smiinc.h.

◆ SMI_LON_WEST

#define SMI_LON_WEST   -180.

Definition at line 16 of file smiinc.h.

◆ SMI_MAX

#define SMI_MAX (   a,
  b 
)    (a) > (b) ? (a) : (b)

Definition at line 8 of file smiinc.h.

◆ SMI_MAX_INFILES

#define SMI_MAX_INFILES   30

Definition at line 19 of file smiinc.h.

◆ SMI_MAX_STR

#define SMI_MAX_STR   1024

Definition at line 18 of file smiinc.h.

◆ SMI_MAX_STR_SHORT

#define SMI_MAX_STR_SHORT   50

Definition at line 20 of file smiinc.h.

◆ SMI_MIN

#define SMI_MIN (   a,
  b 
)    (a) > (b) ? (b) : (a)

Definition at line 7 of file smiinc.h.

◆ SMI_NX

#define SMI_NX   4096

Definition at line 10 of file smiinc.h.

◆ SMI_NY

#define SMI_NY   2048

Definition at line 11 of file smiinc.h.