Name | Type | Usage |
---|---|---|
VGRIB | INTEGER | Input vorticity field (spectral, GRIB format) |
DGRIB | INTEGER | Input divergence field (spectral, GRIB format) |
INLEN | INTEGER | Input field length (words) |
UGRIB | INTEGER | Output U field (GRIB format) |
VGRIB | INTEGER | Output V field (GRIB format) |
OUTLEN | INTEGER | Output field length (words) |
OUTLEN must be provided on input to INTUVP giving the length of the arrays UGRIB and VGRIB. It is returned with the size of the output GRIB in words.
Name | Type | Usage |
---|---|---|
VYIN | REAL | Input vorticity field (unpacked array) |
DVIN | REAL | Input divergence field (unpacked array) |
INLEN | INTEGER | Input field length (words) |
UOUT | REAL | Output U field (unpacked array) |
VOUT | REAL | Output V field (unpacked array) |
OUTLEN | INTEGER | Output field length (words) |
OUTLEN must be provided on input to INTUVU giving the length of the arrays UOUT and VOUT. It is returned with the size of the output GRIB in words.