Skip to content

Where are all the ocean variables? #34

@rabernat

Description

@rabernat

I started to look at the LENS AWS data. I discovered there is very little available

import intake_esm
import intake
url = 'https://raw.githubusercontent.com/NCAR/cesm-lens-aws/master/intake-catalogs/aws-cesm1-le.json'
col = intake.open_esm_datastore(url)
col.search(component='ocn').df
	component	frequency	experiment	variable	path
0	ocn	monthly	20C	SALT	s3://ncar-cesm-lens/ocn/monthly/cesmLE-20C-SAL...
1	ocn	monthly	20C	SSH	s3://ncar-cesm-lens/ocn/monthly/cesmLE-20C-SSH...
2	ocn	monthly	20C	SST	s3://ncar-cesm-lens/ocn/monthly/cesmLE-20C-SST...
3	ocn	monthly	CTRL	SALT	s3://ncar-cesm-lens/ocn/monthly/cesmLE-CTRL-SA...
4	ocn	monthly	CTRL	SSH	s3://ncar-cesm-lens/ocn/monthly/cesmLE-CTRL-SS...
5	ocn	monthly	CTRL	SST	s3://ncar-cesm-lens/ocn/monthly/cesmLE-CTRL-SS...
6	ocn	monthly	RCP85	SALT	s3://ncar-cesm-lens/ocn/monthly/cesmLE-RCP85-S...
7	ocn	monthly	RCP85	SSH	s3://ncar-cesm-lens/ocn/monthly/cesmLE-RCP85-S...
8	ocn	monthly	RCP85	SST	s3://ncar-cesm-lens/ocn/monthly/cesmLE-RCP85-S...

There are only 3 variables: SALT (3D), SSH (2D), and SST (2D).

At minimum, I would also like to have THETA (3D), UVEL (3D), VVEL (3D), and WVEL (3D), and all the surface fluxes of heat and freshwater. Beyond that, it would be ideal to also have the necessary variables to reconstruct the tracer and momentum budgets.

Are there plans to add more data?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions