Skip to content
Draft
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
8 changes: 8 additions & 0 deletions projects/EarthNow/src/earthnow/data_readers/conus2kmfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
"SUEXTTAU": "inst1_2d_asm_Nx",
"DUEXTTAU": "inst1_2d_asm_Nx",
"SSEXTTAU": "inst1_2d_asm_Nx",
"TBRB06RG": "inst1_2d_asm_Nx",
"SWTDN": "inst1_2d_asm_Nx",
"ISRB11RG": "inst1_2d_asm_Nx",
"ISRB10RG": "inst1_2d_asm_Nx",
"ISRB09RG": "inst1_2d_asm_Nx",
"OSRB11RG": "inst1_2d_asm_Nx",
"OSRB10RG": "inst1_2d_asm_Nx",
"OSRB09RG": "inst1_2d_asm_Nx",
}
)

Expand Down
52 changes: 52 additions & 0 deletions projects/EarthNow/src/earthnow/data_readers/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,55 @@ SLP:
inst1_2d_asm_Nx: SLP
hwt_15mn_slv_LCC: PRMSL
hwt_30mn_slv_LCC: PRMSL

TBRB06RG:
description: "Brightness temperature in RR LW Band 06"
collection:
inst1_2d_asm_Nx: TBRB06RG
hwt_15mn_slv_LCC: PRMSL
hwt_30mn_slv_LCC: PRMSL

SWTDN:
description: "TOA Incoming shortwave flux"
collection:
inst1_2d_asm_Nx: SWTDN
hwt_15mn_slv_LCC: PRMSL
hwt_30mn_slv_LCC: PRMSL

ISRB11RG:
description: "Downwelling shortwave flux at TOA in RR Band 11"
collection:
inst1_2d_asm_Nx: ISRB11RG
hwt_15mn_slv_LCC: PRMSL
hwt_30mn_slv_LCC: PRMSL
ISRB10RG:
description: "Downwelling shortwave flux at TOA in RR Band 10"
collection:
inst1_2d_asm_Nx: ISRB10RG
hwt_15mn_slv_LCC: PRMSL
hwt_30mn_slv_LCC: PRMSL
ISRB09RG:
description: "Downwelling shortwave flux at TOA in RR Band 09"
collection:
inst1_2d_asm_Nx: ISRB09RG
hwt_15mn_slv_LCC: PRMSL
hwt_30mn_slv_LCC: PRMSL
OSRB11RG:
description: "Upwelling shortwave flux at TOA in RR Band 11"
collection:
inst1_2d_asm_Nx: OSRB11RG
hwt_15mn_slv_LCC: PRMSL
hwt_30mn_slv_LCC: PRMSL
OSRB10RG:
description: "Upwelling shortwave flux at TOA in RR Band 10"
collection:
inst1_2d_asm_Nx: OSRB10RG
hwt_15mn_slv_LCC: PRMSL
hwt_30mn_slv_LCC: PRMSL
OSRB09RG:
description: "Upwelling shortwave flux at TOA in RR Band 09"
collection:
inst1_2d_asm_Nx: OSRB09RG
hwt_15mn_slv_LCC: PRMSL
hwt_30mn_slv_LCC: PRMSL

Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
from . import max_reflectivity
from . import cape
from . import aerosols
from . import geocolor_rgb
Loading
Loading