Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more F90 #592

Merged
merged 5 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions docs/dx_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ information must be supplied, such as the example shown below. Such
files must be syntactically correct and also complete, in the sense
that all necessary mnemonics must exist and be fully-defined.

<br>

## Mnemonics

A <i>mnemonic</i> is a
Expand All @@ -26,8 +24,6 @@ descriptive, alphanumeric name for a data value.
sequences composed of one or more Table B (or other Table D) mnemonics and which are themselves
normally direct constituents of a particular Table A mnemonic.

<br>

At the highest level, we have a Table A mnemonic which completely
describes a type of data subset (e.g. rawinsonde, wind profiler,
etc.). This Table A mnemonic is defined as a sequence of one or more
Expand All @@ -38,13 +34,6 @@ described as a sequence of one or more Table B mnemonics which
correspond to basic data values (e.g. pressure, temperature, humidity,
etc.).

<br>

The entire sequence of data values that constitute a particular type
of data subset is fully and unambiguously defined.

<br>

Mnemonics never themselves appear within actual BUFR messages. Their
only purpose is to make it easier for users to interact with the
software by providing descriptive names to represent individual data
Expand All @@ -70,8 +59,6 @@ more Table B (or other Table D) mnemonics.
mnemonics are defined in terms of their scale factor, reference value,
bit width, and units.

<br>

<div id="section1">
### Section 1

Expand Down
4 changes: 0 additions & 4 deletions docs/master_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ different value of IO is specified, then only a
[DX BUFR tables](@ref dfbftab) file is normally required, and master
BUFR tables are not needed.

<br>

Whenever master BUFR tables are used, they are read in by the BUFRLIB
software as a corresponding set of four system files, from a directory
on the local filesystem as specified within a separate preceding call
Expand Down Expand Up @@ -66,8 +64,6 @@ stored within Section 1 of each new message to be decoded. For more
details about the above values, see the discussion on Section 1 within
the official [WMO Manual 306, Volume I.2](@ref manual).

<br>

Now that we've discussed the content and naming conventions for master
BUFR table files, let's turn our attention to the actual format of
these files:
Expand Down
14 changes: 7 additions & 7 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)

list(APPEND fortran_src
modules_vars.F90 modules_arrs.F90 blocks.F90 borts.F90 capit.f cktaba.f
compress.F90 cnved4.f codflg.f conwin.f copydata.F90 dumpdata.F90 drfini.f drstpl.f dxtable.F90
compress.F90 cnved4.f codflg.f conwin.f copydata.F90 dumpdata.F90 drstpl.f dxtable.F90
errwrt.F90 fstag.f getabdb.f getcfmng.f getlens.f gettagpr.f
gettagre.f getvalnb.f getwin.f hold4wlc.f ifbget.f fxy.F90 iokoper.f ipks.f isize.f
gettagre.f getwin.f hold4wlc.f ifbget.f fxy.F90 iokoper.f ipks.f isize.f
igetrfel.f igetsc.f imrkopr.f invcon.f invmrg.f invtag.f invwin.f
jstnum.f lcmgdf.f jumplink.F90 mastertable.F90 missing.F90 mesgbc.f mesgbf.f mrginv.f
nemdefs.f nemock.f nemspecs.f nemtab.f nemtba.f nemtbax.f nemtbb.f nemtbd.f nenubd.f nevn.f newwin.f
numtab.f numtbd.f nvnwin.f nwords.f nxtwin.f openbt.f
parstr.f parusr.f parutg.f ftbvs.F90 pktdd.f posapx.f rcstpl.f rdtree.f
readwritemg.F90 readwritesb.F90 readlc.f rewnbf.f rsvfvm.f s013vals.F90 tankrcpt.F90 setvalnb.f
readwritemg.F90 readwritesb.F90 readwriteval.F90 rewnbf.f rsvfvm.f s013vals.F90 tankrcpt.F90
standard.F90 stntbi.f stntbia.f strbtm.f strcln.f string.f strnum.F90 strsuc.F90
trybump.f ufbcnt.f ufbcup.f ufbevn.f ufbget.f ufbin3.f ufbint.f ufbinx.f
memmsgs.F90 ufbovr.f ufbpos.f ufbqcd.f ufbqcp.f ufbrep.f ufbrp.f
ufbrw.f ufbseq.f ufbsp.f ufbstp.f ufbtab.f ciencode.F90 cidecode.F90
ups.f uptdd.f usrtpl.f writlc.f wrtree.f arallocf.F90 irev.F90 openclosebf.F90
trybump.f ufbcnt.f ufbcup.f ufbevn.f ufbget.f ufbin3.f ufbinx.f
memmsgs.F90 ufbovr.f ufbpos.f ufbqcd.f ufbqcp.f
ufbtab.f ciencode.F90 cidecode.F90
ups.f uptdd.f usrtpl.f wrtree.f arallocf.F90 irev.F90 openclosebf.F90
bufr_interface.F90 bufr_c2f_interface.F90 x4884.F90 bufrlib.F90)

list(APPEND c_src
Expand Down
107 changes: 0 additions & 107 deletions src/drfini.f

This file was deleted.

104 changes: 0 additions & 104 deletions src/getvalnb.f

This file was deleted.

Loading
Loading