Modeled ocean life and chemistry (monthly)
What it measures. Offers a monthly modeled picture of ocean life and chemistry, including several groups of phytoplankton and nutrients plus dissolved organic and inorganic carbon, across the open ocean.
How it's made. Produced by the NASA Ocean Biogeochemical Model, which couples ocean biology, circulation, and light, and is nudged toward reality using satellite chlorophyll observations.
How & where you'd use it. Helps researchers study how ocean ecosystems and the carbon cycle work and change over time on a global scale.
What's measured
Coverage & cadence
- Time span1998-01-01 → 2015-12-31
- Measured byNOBM (NOT APPLICABLE)
- Processing levelLevel 4
- Spatial extent-180, -84, 180, 72
- StatusCOMPLETE
What you can do with it
- Map vegetation, forests and biomass
- Monitor ecosystem productivity and carbon
- Support habitat and biodiversity studies
Official description
This is the assimilated monthly data from NASA Ocean Biogeochemical Model (NOBM). The NOBM is a comprehensive, interactive ocean biogeochemical model coupled with a circulation and radiative model in the global oceans (Gregg and Casey, 2007). It spans the domain from -84 to 72 degree latitude in increments of 1.25 degree longitude by 2/3 degree latitude, including only open ocean areas where bottom depth >200m. NOBM contains 4 phytoplankton groups, 4 nutrient groups, a single herbivore group, and 3 detrital pools, and the major ocean carbon components, dissolved organic and inorganic carbon (DOC and DIC).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="NOBM_MON",
version="R2017",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from GES_DISC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Access the data via HTTPS. GET DATA
- Access to the data via OPeNDAP protocol. USE SERVICE API
- README Document VIEW RELATED INFORMATION
- Data recipes for accessing and using data VIEW RELATED INFORMATION
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA