Emoslib is now deprecated

INTUVP parameter types
NameTypeUsage
VGRIBINTEGERInput vorticity field (spectral, GRIB format)
DGRIBINTEGERInput divergence field (spectral, GRIB format)
INLENINTEGERInput field length (words)
UGRIBINTEGEROutput U field (GRIB format)
VGRIBINTEGEROutput V field (GRIB format)
OUTLENINTEGEROutput 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.

 

INTUVU parameter types
NameTypeUsage
VYINREALInput vorticity field (unpacked array)
DVINREALInput divergence field (unpacked array)
INLENINTEGERInput field length (words)
UOUTREALOutput U field (unpacked array)
VOUTREALOutput V field (unpacked array)
OUTLENINTEGEROutput 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.