Skip to content

Commit

Permalink
Added rsdt, rtnt, and rtmt to CERES-EBAF CMORizer
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma committed Mar 6, 2024
1 parent 24659dd commit 2a98e2a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
11 changes: 10 additions & 1 deletion esmvaltool/cmorizers/data/cmor_config/CERES-EBAF.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Filename
filename: 'CERES_EBAF-TOA_Ed4.2_Subset_200003-202306.nc'
filename: 'CERES_EBAF-TOA_Ed4.2_Subset_200003-202311.nc'

# Common global attributes for Cmorizer output
attributes:
Expand All @@ -27,3 +27,12 @@ variables:
rlutcs:
mip: Amon
raw: toa_lw_clr_c_mon
rsdt:
mip: Amon
raw: solar_mon
rtmt:
mip: Amon
raw: toa_net_all_mon
rtnt:
mip: Amon
raw: toa_net_all_mon
12 changes: 7 additions & 5 deletions esmvaltool/cmorizers/data/formatters/datasets/ceres_ebaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
Tier 2: other freely-available dataset.
Source
https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA41Selection.jsp
https://ceres-tool.larc.nasa.gov/ord-tool/jsp/EBAFTOA42Selection.jsp
Last access
20220701
20240306
Download and processing instructions
Select: "TOA Fluxes" (all), "Monthly", "Regional" (0-360, -90-90)
Enter "Email Address" and click on "Get Data"
Wait for the processing to be finished and click on "Download"
- Select: "TOA Fluxes" (all), "Solar Flux", "Monthly", "Regional" (0-360,
-90-90)
- Enter "Email Address" and click on "Get Data"
- Wait for the processing to be finished and click on "Download"
"""

import logging
Expand Down

0 comments on commit 2a98e2a

Please sign in to comment.