Skip to content

Commit

Permalink
Update reference_tables.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Sep 20, 2024
1 parent 6cf2644 commit cffefc0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions argopy/related/reference_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class ArgoNVSReferenceTables:

valid_ref = [
"R01",
"RR2",
"RD2",
"RP2",
"R03",
"R04",
"R05",
Expand All @@ -46,8 +43,6 @@ class ArgoNVSReferenceTables:
"R12",
"R13",
"R15",
"RMC",
"RTV",
"R16",
"R18",
"R19",
Expand All @@ -60,9 +55,15 @@ class ArgoNVSReferenceTables:
"R26",
"R27",
"R28",
"R29",
"R30",
# "R29",
# "R30",
"R40",

"RD2",
"RMC",
"RP2",
"RR2",
"RTV",
]
"""List of all available Reference Tables"""

Expand Down

0 comments on commit cffefc0

Please sign in to comment.