Program FINDWNDW

Summary

OpenMP parallel, I/O API-3.2 only.

Given two gridded files FILE1 and FILE2, the FINDWNDW program find the specifications for the smallest window into the grid of FILE2 that completely covers the grid of FILE1.

Returns failure if the grid of FILE2 does not completely cover the grid of FILE1.

Usage

    setenv  OMP_NUM_THREADS  <number of threads / processor cores>
    setenv  FILE1            <physical name>
    setenv  FILE2            <physical name>
    
See Also:
Previous: DAYAGG

Next: GRIDPROBE

Up: Related Programs

To: Models-3/EDSS I/O API: The Help Pages