%-----------------------------main GRID parameters section:
\begin{Grid}
\begin{ingrid}

/INPUT_FORMAT  3 def          % 0 - Ingrid/default/; 3 - remap output,
/OUTPUT_FORMAT 6 def          % 0 - Ingrid; 3 - remap output; 6 - model input.

/in_file  (pole1d.map) def        % input file   none - by default
/out_vname (sst) def

/description (Levitus94 Monthly SST) def

\end{ingrid}
\end{Grid}

\begin{OUTPUT}
\begin{ingrid}

PS /XOVY 1 def out_file setplotname

/MAPPED_DATA

  SOURCES >LEVITUS94 >MONTHLY >temp Z 0 VALUE X 0 FillNaN 
  /missing_value NaN def
  ReMap

  X Y 1 SM121	
def

output_variant 1 eq {MAPPED_DATA X Y COLOR}if

\end{ingrid}
\end{OUTPUT}