NCEPLIBS-bufr
12.0.1
|
Read/write one or more data values from/to a data subset. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ufbrw (LUN, USR, I1, I2, IO, IRET) |
This subroutine writes or reads specified values to or from the current BUFR data subset within internal arrays, with the direction of the data transfer determined by the context of IO. More... | |
Read/write one or more data values from/to a data subset.
Definition in file ufbrw.f.
subroutine ufbrw | ( | LUN, | |
real*8, dimension(i1,i2) | USR, | ||
I1, | |||
I2, | |||
IO, | |||
IRET | |||
) |
This subroutine writes or reads specified values to or from the current BUFR data subset within internal arrays, with the direction of the data transfer determined by the context of IO.
The data values correspond to internal arrays representing parsed strings of mnemonics which are part of a delayed-replication sequence, or for which there is no replication at all.
This subroutine should never be directly called by an application program; instead, an application program should directly call ufbint() which will internally call this subroutine.
[in] | LUN | - integer: I/O stream index into internal memory arrays. |
[in,out] | USR | - real*8(*,*): Data values |
[in] | I1 | - integer: length of first dimension of USR. |
[in] | I2 | - integer: length of second dimension of USR. |
[in] | IO | - integer: status indicator for BUFR file associated with LUN:
|
[out] | IRET | - integer: number of "levels" of data values read from or written to data subset
|
Definition at line 31 of file ufbrw.f.
References modv_bmiss::bmiss, conwin(), drstpl(), errwrt(), getwin(), ibfms(), moda_usrint::inv, invwin(), lstjpb(), newwin(), nxtwin(), moda_tables::tag, and moda_usrint::val.