-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per #2780, grib2_bom.txt only has minor change replacing 'Prelim:' wi…
…th 'Prelim'
- Loading branch information
1 parent
5c176a9
commit 4093a94
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
GRIB2 | ||
0 9 0 255 1 1 1 206 "EVP_OS" "Prelim: Evaporation over open sea" "kg/m^2" | ||
0 9 0 255 1 1 4 202 "SFC_SW_DIF" "Prelim: Surface shortwave diffuse radiation flux" "W/m^2" | ||
0 9 0 255 1 1 4 203 "SFC_SW_DIR" "Prelim: Surface shortwave direct radiation flux" "W/m^2" | ||
2 9 0 255 1 1 86 128 "SMOIST_TRANS" "Prelim: Soil moisture avilabile for transpiration" "gm/m^2" | ||
0 9 0 255 2 1 1 206 "EVP_OS" "Prelim: Evaporation over open sea" "kg/m^2" | ||
0 9 0 255 2 1 4 202 "SFC_SW_DIF" "Prelim: Surface shortwave diffuse radiation flux" "W/m^2" | ||
0 9 0 255 2 1 4 203 "SFC_SW_DIR" "Prelim: Surface shortwave direct radiation flux" "W/m^2" | ||
2 9 0 255 2 1 86 128 "SMOIST_TRANS" "Prelim: Soil moisture avilabile for transpiration" "gm/m^2" | ||
0 9 0 255 3 1 1 206 "EVP_OS" "Prelim: Evaporation over open sea" "kg/m^2" | ||
0 9 0 255 3 1 4 202 "SFC_SW_DIF" "Prelim: Surface shortwave diffuse radiation flux" "W/m^2" | ||
0 9 0 255 3 1 4 203 "SFC_SW_DIR" "Prelim: Surface shortwave direct radiation flux" "W/m^2" | ||
2 9 0 255 3 1 86 128 "SMOIST_TRANS" "Prelim: Soil moisture avilabile for transpiration" "gm/m^2" | ||
0 9 0 255 1 1 1 206 "EVP_OS" "Prelim Evaporation over open sea" "kg/m^2" | ||
0 9 0 255 1 1 4 202 "SFC_SW_DIF" "Prelim Surface shortwave diffuse radiation flux" "W/m^2" | ||
0 9 0 255 1 1 4 203 "SFC_SW_DIR" "Prelim Surface shortwave direct radiation flux" "W/m^2" | ||
2 9 0 255 1 1 86 128 "SMOIST_TRANS" "Prelim Soil moisture avilabile for transpiration" "gm/m^2" | ||
0 9 0 255 2 1 1 206 "EVP_OS" "Prelim Evaporation over open sea" "kg/m^2" | ||
0 9 0 255 2 1 4 202 "SFC_SW_DIF" "Prelim Surface shortwave diffuse radiation flux" "W/m^2" | ||
0 9 0 255 2 1 4 203 "SFC_SW_DIR" "Prelim Surface shortwave direct radiation flux" "W/m^2" | ||
2 9 0 255 2 1 86 128 "SMOIST_TRANS" "Prelim Soil moisture avilabile for transpiration" "gm/m^2" | ||
0 9 0 255 3 1 1 206 "EVP_OS" "Prelim Evaporation over open sea" "kg/m^2" | ||
0 9 0 255 3 1 4 202 "SFC_SW_DIF" "Prelim Surface shortwave diffuse radiation flux" "W/m^2" | ||
0 9 0 255 3 1 4 203 "SFC_SW_DIR" "Prelim Surface shortwave direct radiation flux" "W/m^2" | ||
2 9 0 255 3 1 86 128 "SMOIST_TRANS" "Prelim Soil moisture avilabile for transpiration" "gm/m^2" |