NCEPLIBS-bufr  12.0.0
rsvfvm.f File Reference

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...
 

Detailed Description

Process a "following value" mnemonic.

Author
Woollen
Date
1994-01-06

Definition in file rsvfvm.f.

Function/Subroutine Documentation

◆ rsvfvm()

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"
 
Parameters
[in,out]NEM1- character*8:
  • on input, a "following value" mnemonic.
  • on output, a copy of input NEM1 with all "." characters (except the initial one) overwritten with corresponding characters from NEM2.
[in]NEM2- character*8: mnemonic immediately following NEM1 within DX BUFR table.
Author
Woollen
Date
1994-01-06

Definition at line 26 of file rsvfvm.f.

Referenced by nemtbd(), and seqsdx().