Project

General

Profile

Extracting ocean bottom data from 4d NetCDF files

Added by Matih Santoso almost 3 years ago

I have a NetCDF file for ocean temperature. It has 1 variable ('temp') and 4 dimensions (time, lon, lat, and depth). I would like to extract temperature only at maximum depth for each time, lon, and lat to obtain a bottom sea temperature


Replies (1)

RE: Extracting ocean bottom data from 4d NetCDF files - Added by Uwe Schulzweida almost 3 years ago

The operator bottomvalue was developed for this task. It is available since release 1.9.9 and documented since 2.0.0rc3.

    (1-1/1)