Parent Topic: SST
Name Prompt Count Type FILI Database Input File Name 1-64 Char FILO Database Output File Name 1-64 Char AVHRRCHA Input Channels with AVHRR Bands 3,4,5 3 Int DBOC Database Output Channel List 1 Int AVHRRSEG AVHRR Calibration/Orbit Segment 0-1 Int SENSFILE AVHRR Sensor Information File 1-64 Char MCCLAIN McClain Coefficients 0-4 Real REPORT Report Mode: TERM/OFF/filename 1-64 Char
EASI>FILI="filespec"
EASI>FILO="filespec"
EASI>AVHRRCHA=avhrr3,avhrr4,avhrr5For example, if AVHRR channels 3,4,5 were read into channels 1, 2, and 3 of the input file by the program MIAVHRR then specify AVHRRCHA as follows:
EASI>AVHRRCHA=1,2,3 | AVHRR channels 3,4,5
EASI>DBOC=jIt is recommended that this channel be a (32-bit) real channel so that maximum accuracy can be preserved. However, it is possible to use 8-bit and 16-bit channels with the following notes in mind:
(T + 4.1)*10 where T is the Temperature value
for example: T = -4.1; scale to 0
T = -4.0; scale to 1
T = -3.9; scale to 2
...
T = 21.4; scale to 255
Temperatures less than -4.1 are scaled to 0. Temperatures greater
than 21.4 are scaled to 255. A pseudocolour segment is also
automatically generated so that the 8-bit sea surface temperature
results can be viewed in a visually pleasing manner. Please see the
PSEUDOCOLOURS section for further details.
EASI>AVHRRSEG=j | Use segment number j EASI>AVHRRSEG= | SST will try to find a valid text segmentThis text segment (type 140) contains image specific information:
For a detailed description of the AVHRRSEG text segment format, please see the help for AVHRRAD.
By default, SST will look for the specified sensor file in the current working directory. If not present, SST will look for the specified sensor file in the PCI etc directory.
EASI>SENSFILE="filespec"
MCSST Split Equation:
Temperature (Celsius) =
A * (Temp. Channel 4 - Temp. Channel 5) +
B * (Temp. Channel 4) +
C * ((Temp. Channel 4 - Temp. Channel 5) *
(Secant of Satellite Zenith Angle - 1)) +
D
For NOAA-14 the following McClain coefficients are used in the MCSST
Split Equation, as specified in the NOAA Polar Orbiter Data User's
Guide page E-33:
A B C D
Day coefficients: 2.139588 1.017342 0.779706 -278.43
Night coefficients: 2.275385 1.029088 0.752567 -282.24
For NOAA-12 the following McClain coefficients are used in the MCSST
Split Equation, as specified in the NOAA Polar Orbiter Data User's
Guide page E-31.
A B C D
Day coefficients: 2.579211 0.963563 0.242598 -263.006
Night coefficients: 2.384376 0.967077 0.480788 -263.94
For NOAA-9 data the first 3 McClain coefficients are multipliers for
the temperature values of AVHRR channels 3, 4, and 5. Note that the
3 input temperatures are expressed in degrees Kelvin, whereas the
output temperature is in degrees Celsius (NOAA Polar Orbiter Data
User's Guide, page E-11).
A B C D
Day coefficients: 0, 3.6569, -2.6705,-268.92
Night coefficients: 0, 3.6836, -2.69, -270.42
NOAA-9 Window Split equation:
Temperature = A * Temperature (Kelvin) of Channel 3 +
(Celsius) B * Temperature (Kelvin) of Channel 4 +
C * Temperature (Kelvin) of Channel 5 +
D
For NOAA-9, it is possible to exclude a channel from the
calculations (for example, if the channel is noisy) by setting the
corresponding McClain coefficient to zero.By default, McClain coefficients are extracted from the satellite sensor file (specified by the SENSFILE parameter) but can be overwritten by the user.
EASI>MCCLAIN=a,b,c,d EASI>MCCLAIN= | Use default values extracted from SENSFILEThe McClain coefficients vary slightly according to ocean location and for large inland water bodies; however the default values are valid for almost all ocean bodies. Other McClain coefficient values can be obtained from various research papers.
EASI>REPORT="filename" EASI>REPORT= | defaults to terminal outputThe following names have special meaning:
EASI>REPORT="TERM" | generates a report on your terminal EASI>REPORT="OFF" | cancels report generation