Skip to content

Commit

Permalink
Remove no-longer-valid assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Nov 8, 2024
1 parent 5d131bf commit 093d056
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions seaice_ecdr/nrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ def override_attrs_for_nrt(
f"This data set provides a near-real-time (NRT) passive microwave sea ice concentration climate data record (CDR) based on gridded brightness temperatures (TBs) from the Global Change Observation Mission 1st-Water (GCOM-W1) passive microwave radiometer: Advanced Microwave Scanning Radiometer 2 (AMSR2). The sea ice concentration CDR is an estimate of sea ice concentration that is produced by combining concentration estimates from two algorithms developed at the NASA Goddard Space Flight Center (GSFC): the NASA Team algorithm and the Bootstrap algorithm. The individual algorithms are used to process and combine brightness temperature data at NSIDC. This product is designed to provide an NRT time series of sea ice concentrations (the fraction, or percentage, of ocean area covered by sea ice). The data are gridded on the NSIDC polar stereographic grid with {resolution} x {resolution} km grid cells and are available in NetCDF file format. Each file contains a variable with the CDR concentration values as well as variables that hold the NASA Team and Bootstrap processed concentrations for reference. Variables containing standard deviation, quality flags, and projection information are also included."
)

# NOTE: this NRT summary is specific to either F17 or AMSR2
assert platform_id in override_for_nrt.attrs["summary"]

override_for_nrt.attrs["id"] = "https://doi.org/10.7265/j0z0-4h87"
link_to_dataproduct = f"https://nsidc.org/data/g10016/versions/{ECDR_NRT_PRODUCT_VERSION.major_version_number}"
override_for_nrt.attrs["metadata_link"] = link_to_dataproduct
Expand Down

0 comments on commit 093d056

Please sign in to comment.