NCEPLIBS-bufr
12.0.1
|
Process a "following value" mnemonic. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | rsvfvm (NEM1, NEM2) |
This subroutine steps through the "following value" mnemonic NEM1 and, for each "." character encountered (except for the initial one), overwrites it with the next corresponding character from NEM2. More... | |
subroutine rsvfvm | ( | character*8 | NEM1, |
character*8 | NEM2 | ||
) |
This subroutine steps through the "following value" mnemonic NEM1 and, for each "." character encountered (except for the initial one), overwrites it with the next corresponding character from NEM2.
For example:
if, on input: NEM1 = ".DTH...." NEM2 = "MXTM " then, on output: NEM1 = ".DTHMXTM"
[in,out] | NEM1 | - character*8:
|
[in] | NEM2 | - character*8: mnemonic immediately following NEM1 within DX BUFR table. |