From 5bc3cddf57fab5cf80aa2ae2ea355a5edd48a49d Mon Sep 17 00:00:00 2001 From: anton-climate Date: Mon, 9 Oct 2023 13:56:54 +1100 Subject: [PATCH 01/10] Add tutoril on intake catalog --- Tutorials/Using_The_Intake_Catalog.ipynb | 1967 ++++++++++++++++++++++ 1 file changed, 1967 insertions(+) create mode 100644 Tutorials/Using_The_Intake_Catalog.ipynb diff --git a/Tutorials/Using_The_Intake_Catalog.ipynb b/Tutorials/Using_The_Intake_Catalog.ipynb new file mode 100644 index 00000000..7970ea39 --- /dev/null +++ b/Tutorials/Using_The_Intake_Catalog.ipynb @@ -0,0 +1,1967 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Using _Intake_ as an Alternative to the _COSIMA Cookbook_" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**This script shows how to move from the cosima_cookbook to intake** to load and plot sea ice concentration from CICE output.\n", + "\n", + "This is concise version of the longer [COSIMA training workshop](https://github.com/ACCESS-Hive/cosima-training-workshop-2023/blob/main/Intake.ipynb) on the Intake Catalog, and the [documentation](https://access-nri-intake-catalog.readthedocs.io/). At the time of writing (Oct 2023), the ACCESS-NRI Intake Catalog was under testing and feedback from users is requested.\n", + "\n", + "**Notes that are relevant to changing from the cookbook to intake are in BOLD**\n", + "\n", + "Requirements: The conda/analysis3 (tested on analysis3-23.04) module from /g/data/hh5/public/modules. " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**Firstly, load modules, using intake instead of cosima_cookbooks**:" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:48:12.849877Z", + "iopub.status.busy": "2023-10-09T02:48:12.849456Z", + "iopub.status.idle": "2023-10-09T02:48:17.857528Z", + "shell.execute_reply": "2023-10-09T02:48:17.856564Z", + "shell.execute_reply.started": "2023-10-09T02:48:12.849828Z" + } + }, + "outputs": [], + "source": [ + "import intake # instead of import cosima_cookbook as cc\n", + "import matplotlib.pyplot as plt\n", + "from dask.distributed import Client\n", + "from datetime import timedelta\n", + "import cf_xarray as cfxr\n", + "import cartopy.crs as ccrs" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "And start a dask client" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:48:17.859888Z", + "iopub.status.busy": "2023-10-09T02:48:17.859428Z", + "iopub.status.idle": "2023-10-09T02:48:20.839174Z", + "shell.execute_reply": "2023-10-09T02:48:20.838121Z", + "shell.execute_reply.started": "2023-10-09T02:48:17.859865Z" + } + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "
\n", + "
\n", + "

Client

\n", + "

Client-4ce4c6ed-664e-11ee-997d-00000190fe80

\n", + " \n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + "
Connection method: Cluster objectCluster type: distributed.LocalCluster
\n", + " Dashboard: /proxy/8787/status\n", + "
\n", + "\n", + " \n", + " \n", + " \n", + "\n", + " \n", + "
\n", + "

Cluster Info

\n", + "
\n", + "
\n", + "
\n", + "
\n", + "

LocalCluster

\n", + "

8995527c

\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + "\n", + " \n", + "
\n", + " Dashboard: /proxy/8787/status\n", + " \n", + " Workers: 4\n", + "
\n", + " Total threads: 12\n", + " \n", + " Total memory: 46.00 GiB\n", + "
Status: runningUsing processes: True
\n", + "\n", + "
\n", + " \n", + "

Scheduler Info

\n", + "
\n", + "\n", + "
\n", + "
\n", + "
\n", + "
\n", + "

Scheduler

\n", + "

Scheduler-dee7adfd-fa38-4276-acda-3ba8943f4e73

\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
\n", + " Comm: tcp://127.0.0.1:40381\n", + " \n", + " Workers: 4\n", + "
\n", + " Dashboard: /proxy/8787/status\n", + " \n", + " Total threads: 12\n", + "
\n", + " Started: Just now\n", + " \n", + " Total memory: 46.00 GiB\n", + "
\n", + "
\n", + "
\n", + "\n", + "
\n", + " \n", + "

Workers

\n", + "
\n", + "\n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 0

\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", + " Comm: tcp://127.0.0.1:41159\n", + " \n", + " Total threads: 3\n", + "
\n", + " Dashboard: /proxy/34643/status\n", + " \n", + " Memory: 11.50 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:45297\n", + "
\n", + " Local directory: /jobfs/97489313.gadi-pbs/dask-scratch-space/worker-otvlaj3u\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 1

\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", + " Comm: tcp://127.0.0.1:39241\n", + " \n", + " Total threads: 3\n", + "
\n", + " Dashboard: /proxy/42383/status\n", + " \n", + " Memory: 11.50 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:43155\n", + "
\n", + " Local directory: /jobfs/97489313.gadi-pbs/dask-scratch-space/worker-19d6yte4\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 2

\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", + " Comm: tcp://127.0.0.1:35975\n", + " \n", + " Total threads: 3\n", + "
\n", + " Dashboard: /proxy/33761/status\n", + " \n", + " Memory: 11.50 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:45433\n", + "
\n", + " Local directory: /jobfs/97489313.gadi-pbs/dask-scratch-space/worker-8bmhz_q0\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 3

\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", + " Comm: tcp://127.0.0.1:37341\n", + " \n", + " Total threads: 3\n", + "
\n", + " Dashboard: /proxy/41547/status\n", + " \n", + " Memory: 11.50 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:45769\n", + "
\n", + " Local directory: /jobfs/97489313.gadi-pbs/dask-scratch-space/worker-e63iu7kt\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "\n", + "
\n", + "
\n", + "\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "\n", + "
\n", + "
" + ], + "text/plain": [ + "" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "client = Client()\n", + "client" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**Open the catalog (similar to the old starting a database session)**" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:48:20.840141Z", + "iopub.status.busy": "2023-10-09T02:48:20.839975Z", + "iopub.status.idle": "2023-10-09T02:48:21.536190Z", + "shell.execute_reply": "2023-10-09T02:48:21.535366Z", + "shell.execute_reply.started": "2023-10-09T02:48:20.840123Z" + } + }, + "outputs": [], + "source": [ + "catalog = intake.cat.access_nri\n", + "# session = cc.database.create_session()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**You can browse the catalogue (instead of the database explorer, just run `catalog`) or browse the results of a search:**" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:48:21.537391Z", + "iopub.status.busy": "2023-10-09T02:48:21.537156Z", + "iopub.status.idle": "2023-10-09T02:48:21.620796Z", + "shell.execute_reply": "2023-10-09T02:48:21.620128Z", + "shell.execute_reply.started": "2023-10-09T02:48:21.537369Z" + } + }, + "outputs": [ + { + "data": { + "text/html": [ + "

Intake dataframe catalog with 68 source(s) across 294 rows:

\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
modeldescriptionrealmfrequencyvariable
name
01deg_jra55v13_ryf9091{ACCESS-OM2}{0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)}{seaIce, ocean}{1day, 1mon, fx, 3hr, 3mon}{temp_submeso, area_u, fprec_melt_heat, flatn_ai_m, TLAT, total_ocean_calving_melt_heat, dyu, v, ty_trans_rho, congel_m, fmelttn_ai_m, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, total_oc...
01deg_jra55v140_iaf{ACCESS-OM2}{Cycle 1/4 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1mon, 1day, fx}{area_u, fprec_melt_heat, flatn_ai_m, TLAT, total_ocean_calving_melt_heat, dyu, v, ty_trans_rho, congel_m, fmelttn_ai_m, dvidtt, vorticity_z, snoice_m, alvdf_ai_m, total_ocean_swflx_vis, temp_surf...
01deg_jra55v140_iaf_cycle2{ACCESS-OM2}{Cycle 2/4 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1mon, 1day, fx}{bottom_temp_max, dvirdgdt_m, area_u, fprec_melt_heat, flatn_ai_m, Tinz_m, TLAT, melts_m, dyu, v, ty_trans_rho, congel_m, fmelttn_ai_m, dvidtt, snoice_m, alvdf_ai_m, total_ocean_swflx_vis, meltb_m...
01deg_jra55v140_iaf_cycle3{ACCESS-OM2}{Cycle 3/4 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1mon, 1day, fx}{bottom_temp_max, dvirdgdt_m, area_u, fprec_melt_heat, flatn_ai_m, Tinz_m, TLAT, melts_m, dyu, v, ty_trans_rho, congel_m, fmelttn_ai_m, dvidtt, snoice_m, alvdf_ai_m, total_ocean_swflx_vis, meltb_m...
01deg_jra55v140_iaf_cycle4{ACCESS-OM2}{Cycle 4/4 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1day, 1mon, fx, 6hr, 3hr}{bottom_temp_max, dvirdgdt_m, area_u, Tinz_m, melts_m, v, radbio_intmld, alvdf_ai_m, det_intmld, meltb_m, ty_trans, kmu, tx_trans_int_z, uvel, dardg2dt_m, time_bounds, salt_surface_ave, surface_po...
01deg_jra55v140_iaf_cycle4_jra55v150_extension{ACCESS-OM2}{Extensions of cycle 4/4 of 0.1 degree ACCESS-OM2 + WOMBAT BGC global model configuration with JRA55-do v1.5.0 and v1.5.0.1 OMIP2 interannual forcing}{seaIce, ocean}{1mon, 0hr, 1day, fx}{bottom_temp_max, dvirdgdt_m, area_u, fprec_melt_heat, surface_no3, flatn_ai_m, no3, albsni, TLAT, dic_intmld, dyu, melts_m, v, radbio_intmld, ty_trans_rho, congel_m, fmelttn_ai_m, surface_phy, su...
01deg_jra55v150_iaf_cycle1{ACCESS-OM2}{Cycle 1/1 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do \\nv1.5.0 OMIP2 interannual forcing}{seaIce, ocean}{1mon, 1day, fx}{area_u, fprec_melt_heat, TLAT, dyu, v, ty_trans_rho, runoff, ty_trans, kmu, tx_trans_int_z, blkmask, sfc_salt_flux_restore, geolat_t, time_bounds, sens_heat, aice, tau_y, sfc_salt_flux_ice, surfa...
025deg_jra55_iaf_omip2_cycle1{ACCESS-OM2}{Cycle 1/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...
025deg_jra55_iaf_omip2_cycle2{ACCESS-OM2}{Cycle 1/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...
025deg_jra55_iaf_omip2_cycle3{ACCESS-OM2}{Cycle 3/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...
025deg_jra55_iaf_omip2_cycle4{ACCESS-OM2}{Cycle 4/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...
025deg_jra55_iaf_omip2_cycle5{ACCESS-OM2}{Cycle 5/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...
025deg_jra55_iaf_omip2_cycle6{ACCESS-OM2}{Cycle 6/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...
025deg_jra55_ryf9091_gadi{ACCESS-OM2}{0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)}{seaIce, ocean}{1mon, 1yr, fx}{area_u, flatn_ai_m, TLAT, total_ocean_calving_melt_heat, melts_m, dyu, v, ty_trans_rho, congel_m, fmelttn_ai_m, strcory_m, alvdf_ai_m, snoice_m, total_ocean_swflx_vis, meltb_m, temp_surface_ave, ...
1deg_jra55_iaf_omip2_cycle1{ACCESS-OM2}{Cycle 1/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...
1deg_jra55_iaf_omip2_cycle2{ACCESS-OM2}{Cycle 2/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...
1deg_jra55_iaf_omip2_cycle3{ACCESS-OM2}{Cycle 3/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...
1deg_jra55_iaf_omip2_cycle4{ACCESS-OM2}{Cycle 4/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...
1deg_jra55_iaf_omip2_cycle5{ACCESS-OM2}{Cycle 5/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...
1deg_jra55_iaf_omip2_cycle6{ACCESS-OM2}{Cycle 6/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...
1deg_jra55_iaf_omip2spunup_cycle1{ACCESS-OM2}{Cycle 1/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, phyos_raw, tx_tra...
1deg_jra55_iaf_omip2spunup_cycle10{ACCESS-OM2}{Cycle 10/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle11{ACCESS-OM2}{Cycle 11/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle12{ACCESS-OM2}{Cycle 12/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle13{ACCESS-OM2}{Cycle 13/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle14{ACCESS-OM2}{Cycle 14/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle15{ACCESS-OM2}{Cycle 15/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle16{ACCESS-OM2}{Cycle 16/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle17{ACCESS-OM2}{Cycle 17/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle18{ACCESS-OM2}{Cycle 18/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle19{ACCESS-OM2}{Cycle 19/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle2{ACCESS-OM2}{Cycle 2/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, phyos_raw, tx_tra...
1deg_jra55_iaf_omip2spunup_cycle20{ACCESS-OM2}{Cycle 20/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle21{ACCESS-OM2}{Cycle 21/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle22{ACCESS-OM2}{Cycle 22/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle23{ACCESS-OM2}{Cycle 23/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle24{ACCESS-OM2}{Cycle 24/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle25{ACCESS-OM2}{Cycle 25/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle26{ACCESS-OM2}{Cycle 26/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle27{ACCESS-OM2}{Cycle 27/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle28{ACCESS-OM2}{Cycle 28/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle29{ACCESS-OM2}{Cycle 29/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle3{ACCESS-OM2}{Cycle 3/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, phyos_raw, tx_tra...
1deg_jra55_iaf_omip2spunup_cycle30{ACCESS-OM2}{Cycle 30/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle31{ACCESS-OM2}{Cycle 31/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle32{ACCESS-OM2}{Cycle 32/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle33{ACCESS-OM2}{Cycle 33/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle34{ACCESS-OM2}{Cycle 34/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...
1deg_jra55_iaf_omip2spunup_cycle35{ACCESS-OM2}{Cycle 35/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...
1deg_jra55_iaf_omip2spunup_cycle36{ACCESS-OM2}{Cycle 36/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...
1deg_jra55_iaf_omip2spunup_cycle37{ACCESS-OM2}{Cycle 37/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...
1deg_jra55_iaf_omip2spunup_cycle38{ACCESS-OM2}{Cycle 38/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...
1deg_jra55_iaf_omip2spunup_cycle39{ACCESS-OM2}{Cycle 39/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...
1deg_jra55_iaf_omip2spunup_cycle4{ACCESS-OM2}{Cycle 4/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, phyos_raw, tx_tra...
1deg_jra55_iaf_omip2spunup_cycle40{ACCESS-OM2}{Cycle 40/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle41{ACCESS-OM2}{Cycle 41/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle42{ACCESS-OM2}{Cycle 42/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle43{ACCESS-OM2}{Cycle 43/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle44{ACCESS-OM2}{Cycle 44/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle45{ACCESS-OM2}{Cycle 45/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle5{ACCESS-OM2}{Cycle 5/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...
1deg_jra55_iaf_omip2spunup_cycle6{ACCESS-OM2}{Cycle 6/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...
1deg_jra55_iaf_omip2spunup_cycle7{ACCESS-OM2}{Cycle 7/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr}{flatn_ai_m, no3, TLAT, melts_m, dyu, total_volume_seawater, congel_m, fmelttn_ai_m, dvidtt, strcory_m, alvdf_ai_m, snoice_m, meltb_m, temp_surface_ave, hi, dvidtt_m, dic, aicen_m, blkmask, uvel, ...
1deg_jra55_iaf_omip2spunup_cycle8{ACCESS-OM2}{Cycle 8/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_iaf_omip2spunup_cycle9{ACCESS-OM2}{Cycle 9/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...
1deg_jra55_ryf9091_gadi{ACCESS-OM2}{1 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)}{seaIce, ocean}{1mon, 1yr, fx}{temp_submeso, area_u, flatn_ai_m, TLAT, total_ocean_calving_melt_heat, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m, strcory_m, alvdf_ai_m, snoice_m, total_ocean_s...
cmip6_fs38{ACCESS-OM2}{Australian CMIP6-era datasets catalogued by NCI}{ocnBgchem, seaIce, atmos, ocean}{1mon, 1day, 1yr, fx}{obvfsq, no3, dissicnatos, detocos, sosga, rlntds, hfrainds, difvso, ocontemppmdiff, detoc, uo, hfbasinpmadv, wfo, ocontemprmadvect, msftyrho, so, bigthetaoga, hfsifrazil, tauuo, pbo, wo, sftof, a...
cmip6_oi10{ACCESS-OM2}{Replicated CMIP6-era datasets catalogued by NCI}{ocean}{1mon}{thetao, uo, vo, tos, so, zos, sos}
\n", + "
" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "catalog.search(model='ACCESS-OM2')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We are going to load sea ice concentration (`aice_m`) from the Repeat-Year forcing experiment. \n", + "\n", + "These are the arguments used with 'getvar' from the cosima cookbook" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:48:21.621702Z", + "iopub.status.busy": "2023-10-09T02:48:21.621540Z", + "iopub.status.idle": "2023-10-09T02:48:21.625353Z", + "shell.execute_reply": "2023-10-09T02:48:21.624712Z", + "shell.execute_reply.started": "2023-10-09T02:48:21.621687Z" + } + }, + "outputs": [], + "source": [ + "sic_args = {\n", + " \"expt\": \"01deg_jra55v13_ryf9091\",\n", + " \"variable\": \"aice_m\",\n", + " \"start_time\": \"2090-02-01\",\n", + " \"end_time\":\"2100-01-01\",\n", + " \"decode_coords\":False\n", + "}" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**Instead of 'getvar' we use search, and specify the experiment name and the variable**" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:48:21.626181Z", + "iopub.status.busy": "2023-10-09T02:48:21.626029Z", + "iopub.status.idle": "2023-10-09T02:48:23.658082Z", + "shell.execute_reply": "2023-10-09T02:48:23.657017Z", + "shell.execute_reply.started": "2023-10-09T02:48:21.626168Z" + } + }, + "outputs": [], + "source": [ + "var=catalog[sic_args['expt']].search(variable=sic_args['variable'])\n", + "\n", + "# var = cc.querying.getvar(\n", + "# session=session, \n", + "# **sic_args\n", + "# )\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**At this point we don't have an xarray object yet, we just have a dataframe of entries in the catalog. We need to call 'to_dask()' to create the xarray dataset, which will attempt to merge and concatenate all the files relating to entries in the catalog.**\n", + "- For CICE data, its simpler to use `decode_coords:False` in both the cookbook and intake.\n", + "- To speed up the xarray combining of data files, we pass some extra `xarray_combine_by_coords_kwargs` arguments. This is safe because we are only using curated results from one model run. Be careful using these arguments if opening results from more than one model or dataset." + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:48:23.663832Z", + "iopub.status.busy": "2023-10-09T02:48:23.663129Z", + "iopub.status.idle": "2023-10-09T02:50:06.335488Z", + "shell.execute_reply": "2023-10-09T02:50:06.334237Z", + "shell.execute_reply.started": "2023-10-09T02:48:23.663787Z" + } + }, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.04/lib/python3.9/site-packages/distributed/client.py:3161: UserWarning: Sending large graph of size 10.56 MiB.\n", + "This may cause some slowdown.\n", + "Consider scattering data ahead of time and using futures.\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "CPU times: user 30.6 s, sys: 2.52 s, total: 33.1 s\n", + "Wall time: 1min 42s\n" + ] + } + ], + "source": [ + "%%time\n", + "sic=var.to_dask(\n", + " xarray_open_kwargs={\n", + " \"decode_coords\":False\n", + " },\n", + " xarray_combine_by_coords_kwargs={\n", + " 'compat':'override','data_vars':'minimal', 'coords':'minimal'\n", + " }\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**Intake has returned a dataset, when cosima cookbook would return a datarray, so select the dataarray for our variable:**" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:06.338067Z", + "iopub.status.busy": "2023-10-09T02:50:06.337142Z", + "iopub.status.idle": "2023-10-09T02:50:06.355486Z", + "shell.execute_reply": "2023-10-09T02:50:06.343023Z", + "shell.execute_reply.started": "2023-10-09T02:50:06.338021Z" + } + }, + "outputs": [], + "source": [ + "sic=sic.aice_m" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Per [other notebooks](https://cosima-recipes.readthedocs.io/en/latest/DocumentedExamples/IcePlottingExample.html), CICE thinks that monthly data for, say, January occurs at midnight on Jan 31 -- while xarray interprets this as the first milllisecond of February. \n", + " \n", + "To get around this and we now subtract 12 hours from the time dimension. This means that, at least data is sitting in the correct month, and really helps to compute monthly climatologies correctly." + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:06.377867Z", + "iopub.status.busy": "2023-10-09T02:50:06.377385Z", + "iopub.status.idle": "2023-10-09T02:50:06.481160Z", + "shell.execute_reply": "2023-10-09T02:50:06.480008Z", + "shell.execute_reply.started": "2023-10-09T02:50:06.377823Z" + } + }, + "outputs": [], + "source": [ + "sic['time'] = sic.time.to_pandas() - timedelta(hours = 12)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**Intake doesn't include filtering by time ranges in the 'search' command. As we have only lazy loaded the data so far, this is a good time to to subset to only use the years we are interested in (similar to start_time and end_time arguments in 'getvar')**" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:06.483898Z", + "iopub.status.busy": "2023-10-09T02:50:06.483006Z", + "iopub.status.idle": "2023-10-09T02:50:06.509564Z", + "shell.execute_reply": "2023-10-09T02:50:06.508648Z", + "shell.execute_reply.started": "2023-10-09T02:50:06.483853Z" + } + }, + "outputs": [], + "source": [ + "sic=sic.sel(time=slice('2090','2099'))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Note that `aice_m` is the monthly average of fractional ice area in each grid cell aka the concentration. To find the actual area of the ice we need to know the area of each cell. Unfortunately, CICE doesn't save this for us ... but the ocean model does. So, let's load `area_t` from the ocean model, and rename the coordinates in our ice variable to match the ocean model. Then we can multiply the ice concentration with the cell area to get a total ice area." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**There are many output files with the area field, and we only want one, so lets include the start date to force the catalog to only return one file to open. (We used _n=1_ in the cookbook, there is an [open issue](https://github.com/ACCESS-NRI/access-nri-intake-catalog/issues/117) to try and improve this.)**" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:06.510933Z", + "iopub.status.busy": "2023-10-09T02:50:06.510687Z", + "iopub.status.idle": "2023-10-09T02:50:07.546451Z", + "shell.execute_reply": "2023-10-09T02:50:07.545231Z", + "shell.execute_reply.started": "2023-10-09T02:50:06.510911Z" + } + }, + "outputs": [], + "source": [ + "# area_t = cc.querying.getvar(sic_args['expt'], 'area_t',session,n = 1)\n", + "area_t=catalog[sic_args['expt']].search(variable='area_t', start_date='2090-01-01,*').to_dask().load()" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:07.549184Z", + "iopub.status.busy": "2023-10-09T02:50:07.548087Z", + "iopub.status.idle": "2023-10-09T02:50:07.587698Z", + "shell.execute_reply": "2023-10-09T02:50:07.586025Z", + "shell.execute_reply.started": "2023-10-09T02:50:07.549138Z" + } + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
<xarray.Dataset>\n",
+       "Dimensions:   (yt_ocean: 2700, xt_ocean: 3600)\n",
+       "Coordinates:\n",
+       "  * xt_ocean  (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n",
+       "  * yt_ocean  (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n",
+       "    geolon_t  (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n",
+       "    geolat_t  (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n",
+       "Data variables:\n",
+       "    area_t    (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n",
+       "Attributes: (12/18)\n",
+       "    filename:                                 ocean_grid.nc\n",
+       "    title:                                    ACCESS-OM2-01\n",
+       "    grid_type:                                mosaic\n",
+       "    grid_tile:                                1\n",
+       "    intake_esm_vars:                          ['area_t']\n",
+       "    intake_esm_attrs:path:                    /g/data/ik11/outputs/access-om2...\n",
+       "    ...                                       ...\n",
+       "    intake_esm_attrs:variable_standard_name:  sea_floor_depth_below_geoid\n",
+       "    intake_esm_attrs:variable_cell_methods:   time: point,time: point,time: p...\n",
+       "    intake_esm_attrs:filename:                ocean_grid.nc\n",
+       "    intake_esm_attrs:file_id:                 ocean_grid\n",
+       "    intake_esm_attrs:_data_format_:           netcdf\n",
+       "    intake_esm_dataset_key:                   ocean_grid.fx
" + ], + "text/plain": [ + "\n", + "Dimensions: (yt_ocean: 2700, xt_ocean: 3600)\n", + "Coordinates:\n", + " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", + " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", + " geolon_t (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n", + " geolat_t (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n", + "Data variables:\n", + " area_t (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n", + "Attributes: (12/18)\n", + " filename: ocean_grid.nc\n", + " title: ACCESS-OM2-01\n", + " grid_type: mosaic\n", + " grid_tile: 1\n", + " intake_esm_vars: ['area_t']\n", + " intake_esm_attrs:path: /g/data/ik11/outputs/access-om2...\n", + " ... ...\n", + " intake_esm_attrs:variable_standard_name: sea_floor_depth_below_geoid\n", + " intake_esm_attrs:variable_cell_methods: time: point,time: point,time: p...\n", + " intake_esm_attrs:filename: ocean_grid.nc\n", + " intake_esm_attrs:file_id: ocean_grid\n", + " intake_esm_attrs:_data_format_: netcdf\n", + " intake_esm_dataset_key: ocean_grid.fx" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "area_t" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**There are no more changes to the notebook to use intake, we can plot the data, for example**" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Our CICE data is missing x&y coordinate values, so we can also get them from area_t" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:07.590336Z", + "iopub.status.busy": "2023-10-09T02:50:07.589276Z", + "iopub.status.idle": "2023-10-09T02:50:07.597913Z", + "shell.execute_reply": "2023-10-09T02:50:07.596679Z", + "shell.execute_reply.started": "2023-10-09T02:50:07.590290Z" + } + }, + "outputs": [], + "source": [ + "sic.coords['ni'] = area_t['xt_ocean'].values\n", + "sic.coords['nj'] = area_t['yt_ocean'].values" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "So that our new coordinates are recognised as cf standard, we also need to copy the attributes. This notebook is designed to use `cf-xarray`. This means the rest of the notebook is [Model Agnostic](https://cosima-recipes.readthedocs.io/en/latest/Tutorials/Model_Agnostic_Analysis.html)." + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:07.600464Z", + "iopub.status.busy": "2023-10-09T02:50:07.599343Z", + "iopub.status.idle": "2023-10-09T02:50:07.607627Z", + "shell.execute_reply": "2023-10-09T02:50:07.606484Z", + "shell.execute_reply.started": "2023-10-09T02:50:07.600420Z" + } + }, + "outputs": [], + "source": [ + "sic.ni.attrs=area_t.xt_ocean.attrs\n", + "sic.nj.attrs=area_t.yt_ocean.attrs" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:07.609605Z", + "iopub.status.busy": "2023-10-09T02:50:07.608935Z", + "iopub.status.idle": "2023-10-09T02:50:07.617393Z", + "shell.execute_reply": "2023-10-09T02:50:07.616301Z", + "shell.execute_reply.started": "2023-10-09T02:50:07.609567Z" + } + }, + "outputs": [], + "source": [ + "sic = sic.rename(({'ni':'xt_ocean', 'nj':'yt_ocean'}))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We need the geolon and geolat fields from area_t" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:07.619971Z", + "iopub.status.busy": "2023-10-09T02:50:07.619172Z", + "iopub.status.idle": "2023-10-09T02:50:07.629207Z", + "shell.execute_reply": "2023-10-09T02:50:07.628100Z", + "shell.execute_reply.started": "2023-10-09T02:50:07.619927Z" + } + }, + "outputs": [], + "source": [ + "sic=sic.assign_coords({\n", + " 'geolat_t':area_t.geolat_t,\n", + " 'geolon_t':area_t.geolon_t\n", + "})" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Using cartopy, we can make Polar Stereographic plots of sea ice concentration for a selected month, as follows:" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:07.631630Z", + "iopub.status.busy": "2023-10-09T02:50:07.630728Z", + "iopub.status.idle": "2023-10-09T02:50:07.639713Z", + "shell.execute_reply": "2023-10-09T02:50:07.638716Z", + "shell.execute_reply.started": "2023-10-09T02:50:07.631583Z" + } + }, + "outputs": [], + "source": [ + "def plot_si_conc(data):\n", + " \"\"\" A function for plotting tri-polar data\"\"\"\n", + " \n", + " data.plot.contourf(\n", + " transform=ccrs.PlateCarree(),\n", + " x='geolon_t', \n", + " y='geolat_t', \n", + " levels=33 ,\n", + " cbar_kwargs={\n", + " 'label':'Sea Ice Concentration'\n", + " }\n", + " )\n", + "\n", + " ax=plt.gca()\n", + " gl = ax.gridlines(\n", + " draw_labels=True, linewidth=1, color='gray', alpha=0.2, linestyle='--',\n", + " # xlocs=[-150,-120,-90,-60,-30,0,30,60,90,120,150,180], \n", + " #ylocs=[-50,-60,-70,-80]\n", + " )\n", + "\n", + " ax.coastlines()\n" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:07.641698Z", + "iopub.status.busy": "2023-10-09T02:50:07.641051Z", + "iopub.status.idle": "2023-10-09T02:50:36.792210Z", + "shell.execute_reply": "2023-10-09T02:50:36.791485Z", + "shell.execute_reply.started": "2023-10-09T02:50:07.641660Z" + } + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAe0AAAHZCAYAAACrX2NAAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8pXeV/AAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOydd5hcZdn/P6dPn+2bTbIpJIEkhBoCgRCKQhDpSBElgpQXXlFAfvi+ICKIr6AgCCIgRUAQJQICllCV0DF0FQgBQnrZPr2c9vvj7Ex2tmXb7M4k53NdcyV75pwzz5lyvs99P3cRbNu2cXFxcXFxcSl5xLEegIuLi4uLi8vAcEXbxcXFxcWlTHBF28XFxcXFpUxwRdvFxcXFxaVMcEXbxcXFxcWlTHBF28XFxcXFpUxwRdvFxcXFxaVMcEXbxcXFxcWlTHBF28XFxcXFpUxwRXuQvPbaa1x99dV0dHT0eO6QQw7hkEMOGfUxjQYrV67k0ksvZe7cuVRUVFBVVcWCBQt49NFHe92/qamJM888k5qaGnw+H/vvvz9///vfe+yXzWb54Q9/yNSpU1FVlcmTJ3P55ZeTSqUK9lu9ejWCIPT6ePjhhwd8HQMdVyaT4YYbbmDOnDn4/X7q6+s58sgjee211wb0OolEgq9+9avssssuBINB/H4/u+66K//3f/9HIpEo2Hf9+vVcfPHFHHzwwVRUVCAIAvfff/+Ar+mDDz7gW9/6Fvvvvz9+vx9BEFi2bFmP/TZt2sQPfvAD9t9/f2pqagiFQsydO5e77roL0zQH/HqrVq3ixBNPpKKigkAgwOGHH84777zT674PP/wwe+65Jx6Ph/Hjx3PxxRcTj8dL8rVcXMoC22VQ3HDDDTZgf/755z2e++CDD+wPPvhg9Ac1Ctx66632zJkz7Z/85Cf2s88+ay9dutQ+44wzbMD+0Y9+VLBvOp2258yZY0+cONH+3e9+Zz/77LP2cccdZ8uybC9btqxg3xNPPNH2eDz2tddeaz/33HP2NddcY6uqah9zzDEF+33++ec2YH/nO9+xX3/99YJHS0vLgK5hMONavHixLYqifcUVV9h///vf7UceecSeO3euLcuy/c9//nObr9Xe3m6fcsop9q9//Wv7mWeesZ977jn7yiuvtBVFsb/4xS8W7PvCCy/YNTU19mGHHWafdtppNmDfd999A7om27bt+++/325oaLC//OUv28ccc4wN2C+88EKP/f7yl7/YjY2N9hVXXGH/7W9/s5999ln7u9/9ri2Kov3Nb35zQK/V1NRkjx8/3t51113txx57zP7b3/5mH3jggXYwGLRXrFhRsO/vfvc7G7DPOecc+x//+If961//2g6Hw/bhhx9ecq/l4lIuuKI9SPoT7e2Z5uZm27KsHtuPOuoo2+fz2el0Or/ttttuswH7tddey2/Tdd2ePXu2ve++++a3vf766zZg33jjjQXnvPbaa23AfvbZZ/PbcqJ9ww03DPkaBjqudDptS5Jkn3766QXHb9y40QbsCy+8cMhj+J//+R8bsD/77LP8NtM08/9/8803By3aXY9/5JFH+hTttrY2O5vN9th+wQUX2IC9du3abb7W9773PVtRFHv16tX5bZFIxK6pqbFPOeWU/DbDMOyGhgZ70aJFBcc/9NBDNmAvXbq0pF7LxaVccN3jg+Dqq6/me9/7HgBTp07Nu2dzrsju7vGcS/eGG27gZz/7GVOmTMHr9XLIIYewcuVKdF3nsssuY/z48YTDYU444QSampp6vO6SJUvyrs9AIMARRxzBu+++OxqXnKempgZBEHps33fffUkmk7S1teW3Pf744+yyyy7sv//++W2yLHP66aezfPlyNmzYAMCrr74KwJe//OWCcx599NEAPPbYYyN6DQMdlyiKiKJIOBwuOD4UCiGKIh6PZ8hjqK2tzb9uDlEc3s9woMdXVlaiKEqP7fvuuy/guOm3xeOPP84XvvAFJk+enN8WCoU48cQT+ctf/oJhGAC88cYbbNq0iW9+85sFx5988skEAgEef/zxknotF5dywRXtQXDOOefwne98B4A//elPvP7667z++uvsvffe/R5322238eqrr3Lbbbdxzz33sGLFCo455hjOPvtsmpubuffee7n++ut5/vnnOeeccwqOvfbaaznttNOYPXs2f/zjH3nwwQeJxWIsXLiQDz/8cJtjNgxjQA97iM3eXnjhBWpra6mrq8tv+89//sPuu+/eY9/ctg8++ABw1rMBNE0r2C/397/+9a8e5/jpT3+Kqqr4fD4OPPBA/vznPw94rAMdl6IofOtb3+K3v/0tTzzxBNFolNWrV3PuuecSDoc599xzB/yatm1jGAbRaJSnn36aG2+8kdNOO41JkyYN+BzF5h//+AeyLLPzzjsXbBcEoWASmkql+Oyzz/p8D1OpFKtWrQKc9zq3vSuKojBz5sz882PxWi4u5Yy87V1cckycODF/s91rr72YMmXKgI6rqKjgiSeeyFtELS0tXHzxxcycOZMnn3wyv9+KFSu4+eabiUajhEIh1q1bx1VXXcW3v/1tfvnLX+b3O/zww5kxYwY/+tGPWLJkSZ+vu3r1aqZOnTqgMb7wwguDDqK75557WLZsGbfccguSJOW3t7a2UlVV1WP/3LbW1lYAZs+eDTgWd9dxvvLKKwX7gSPk5557LocffjgNDQ2sXbuWW2+9leOOO4677767x2SnNwY6LoBf/OIXhMNhvvKVr2BZFgCTJk3iH//4B9OnT9/ma+VYsmQJp512Wv7vb37zm9x1110DPr7YPPvsszz44INcdNFFVFdXFzwnSVLB59re3o5t2wN6D3P/9rXv6tWrx+y1XFzKGVe0R4Evf/nLBS7MWbNmAXDUUUcV7JfbvnbtWubMmcMzzzyDYRh84xvfyLsCATweDwcffDAvvPBCv687fvx43nzzzQGNcZdddhnQfjmeeuopLrjgAk466aS896ErvbnSuz935JFHMn36dP73f/+X+vp65s2bxxtvvMH3v/99JEkqeM8aGhp6iN3JJ5/Mfvvtx2WXXcaZZ56JLMvYtt0jErqrK3og4wL4yU9+ws9//nOuvvpqFi5cSDQa5Ve/+hWHH344zz77LHvttRdAwecCjvh0Pc8RRxzBm2++SSwW4/XXX+dnP/sZra2tPP7448N2iw+Xd955h1NOOYX58+dz3XXX9Xi++7XlGOh72N++3beP5mu5uJQzrmiPAt0tAFVV+92eTqcB2LJlCwDz5s3r9bzbuumrqsqee+45oDF2tXK2xTPPPMOJJ57I4YcfzkMPPdTjplhdXV1gtebIrXvnrltVVZ566ikWL17MokWLAPD7/Vx77bX8+Mc/ZsKECf2OQ1EUTj31VC677DI++eQTZs2axW9/+9sea5s51/9Ax/XRRx/xwx/+kOuvv55LL700v9+RRx7J7NmzueSSS/ITpu5rxPfddx9nnnlm/u/Kykr22WcfAA499FCmTZvGV7/6VZ588klOOOGEfq+vmLz77rt5j83SpUt7LFH0RmVlJYIgDOg9zFntra2t1NfX99i3N6t4rF7LxaWccEW7hKmpqQHg0UcfLQjGGSjFcI8/88wzHH/88Rx88ME89thj+YlGV3bbbTf+/e9/99ie2zZnzpz8tunTp/P666+zYcMG2tramDZtGpFIhIsuuoiDDjpom+PJCXJuAnPMMcf06V0Y6Ljef/99bNvuMVlSFIU99tiDF198Mb+t+2tt6/3OBX2tXLmy3/2Kybvvvsthhx3G5MmTefbZZ3sE3PWF1+tl+vTpfb6HXq+XnXbaCXDe69z23DIIOBb1ihUrCpYMxvq1XFzKCVe0B0nOIule/KMYHHHEEciyzGeffcZXvvKVQR8/0u7xZ599luOPP54DDzyQJ554ok/r7IQTTuBb3/oW//znP9lvv/0A5wb6u9/9jv3224/x48f3OGbChAl5y/oHP/gBfr+fs88+u9/x6LrOkiVLqKmpya8zV1dX91ibHey4cv++8cYbHHzwwfnjM5kM77zzDhMnTsxvy1nRAyVnoQ9mXXwkee+99zjssMOYOHEizz33HJWVlYM6/oQTTuDmm29m3bp1NDY2AhCLxfjTn/7Esccem1+K2G+//WhoaOD+++/n1FNPzR//6KOPEo/HOfHEE0vqtVxcygVXtAdJblZ/yy23cMYZZ6AoSr7q1UgzZcoUrrnmGq644gpWrVrFl770JSorK9myZQvLly/H7/fzox/9qM/jVVUdtKj0xSuvvMLxxx/PuHHj+P73v897771X8Pzs2bMJhUIAnHXWWdx2222cfPLJ/PSnP6Wuro7bb7+djz/+mOeff77guOuvv55x48YxadIktmzZwh//+EeeeOIJHnzwwQL3+CWXXIKu6yxYsIBx48axbt06br31Vt577z3uu+++Abn3BzquAw88kHnz5nH11VeTTCY56KCDiEQi3HrrrXz++ec8+OCD23ytO++8k5dffplFixbR2NhIIpHg5Zdf5tZbb+WAAw7guOOOK9g/V1kuFxH91ltvEQgEADjppJP6fa1kMsnSpUsBZ6IB8OKLL9LS0oLf7+fII48E4OOPP+awww4DnDX7Tz75hE8++SR/nmnTpuVT0sCJBTj44IMLKsZdeumlPPjggxx11FFcc801aJrGT3/6U9LpNFdffXV+P0mSuP7661m8eDHnnXcep512Gp988gn/8z//w+GHH86XvvSlgmsYzddycSlrxi5FvHy5/PLL7fHjx9uiKBYUsjj44IPtgw8+OL9fXwVBXnjhBRuwH3nkkYLt9913nw3Yb775ZsH2J554wj700EPtUChka5pmT5482T7ppJPs559/vijX1xtXXXWVDfT56F7MY/PmzfY3vvENu6qqyvZ4PPb8+fPt5557rsd5f/SjH9nTpk2zNU2zKyoq7C996Uv2Sy+91GO/3/zmN/a+++5rV1VV2bIs25WVlfYRRxxhP/PMM4O6joGOq6Ojw77iiivsWbNm2T6fz66rq7MPOeSQARfqePXVV+2jjz7aHj9+vK2qqu3z+ew99tjD/vGPf2wnEoke+/f33m6L3Pest8fkyZPz++W+X309uhd0AQq+zzk+/fRT+/jjj7dDoZDt8/nsL37xi/bbb7/d69h+//vf27vvvrutqqo9btw4+8ILL7RjsViv1z9ar+XiUs4Itj3EBF0XFxcXFxeXUcUtruLi4uLi4lImuKLt4uLi4uJSJrii7eLi4uLiUia4ou3i4uLi4lImuKLt4uLi4uJSJrii7eLi4uLiUia4ou3i4uLi4lImuKLt4uLi4uJSJrii7eLi4uLiUia4ou3i4uLi4lImuKLtskPyhz/8gV//+tckk8mxHoqLi4vLgHFrj7vscHz729/m888/Z+rUqbz33nu88sorYz0kFxcXlwHhirbLDseECRN4+umnmTNnDpqmsX79eurq6sZ6WC4uLi7bxO2n7bLDsccee/DYY4+xYsUKqqqqqKmpGeshubi4uAwId03bZYfjvvvuY8OGDfzxj3/kb3/7G6Lo/gxcXFzKA9c97uLi4uLiUia47nGXHZL169dzxx138Nprr7F582YEQaC+vp4DDjiA888/n8bGxrEeoouLi0sPXEvbZYfjlVde4cgjj6SxsZFFixZRX1+Pbds0NTXx3HPPsW7dOp566ikWLFgw1kN1cXFxKcAVbZcdjnnz5nHggQfyi1/8otfnv/vd7/LKK6/w5ptvjvLIXFxcXPrHFW2XHQ6v18t7773HLrvs0uvzK1asYK+99iKVSo3yyFxcXFz6xw2bddnhaGho4LXXXuvz+ddff52GhoZRHJGLi4vLwHAD0Vx2OC699FLOP/983n77bQ4//HDq6+sRBIHNmzfz3HPPcc8993DzzTeP9TBdXFxceuC6x112SJYsWcIvfvEL3n77bUzTBECSJObOncsll1zCKaecMsYjdHFxcemJK9ouOzS6rtPS0gJATU0NiqKM8YhcXFxc+sYV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bNLtWdKtWRAEvDUqir80qoWN9u9MkiQkScKyLDo6Otyo8hJiyZIlXHzxxVxxxRW8++67LFy4kCOPPJK1a9f2uv8rr7zCN77xDc4++2w++OADHnnkEd58803OOeecHvuuWbOGSy+9lIULFxb7MgbEiIv2ySefzPjx47n55ptH+tQDJpvN0tbWhqZpVFRUjOprl4Jg54KqPJUqlmGTbHEjX7eFZdpk2nUs00YKh/MPF4dck5JMh46Zcbw0pRC0NxYeLdM0SafTtLe3Y49lL1eXPDfddBNnn30255xzDrNmzeLmm2+msbGRO+64o9f933jjDaZMmcKFF17I1KlTOfDAAznvvPN46623CvYzTZOvf/3r/OhHP2KnnXYajUvZJiMu2qqqctppp/H000+P9KkHhGmatLW1oSjKqPfJLQXBBvBUKAiiQLo16xTT2MGDzLaFFA4jhcLY06fDfnuQ2XdG/sH8PXoV7x1V0I2Umc9lzxVoKQWX+Wj+9hRFoaqqimw26wp3kYlGowWP3lLvstksb7/9NosWLSrYvmjRoj6rdB5wwAGsX7+epUuXYts2W7Zs4dFHH+Woo44q2O+aa66htraWs88+e+QuapgUxc+VyWTGbO1HkiSCwSBer3eHEmxREcB28m/T7foOURBlOEjhMEI4iB1yghOzDQH0BhndErC75jrVK4SYgryxFTvkR4gm8k/J4WDBOe1ILP9/MxIp7gWUAOn2LJ4KBW+NipEwycT0Ma1DP5rdwlRVpbKykvb2diKRyKh79EqZDUYVHn140pLujNJvbGws2H7VVVdx9dVXF2xraWnBNE3q6+sLttfX17N58+Zez3/AAQfw0EMPceqpp5JOpzEMg2OPPZZbb701v8+rr77Kb37zG957771hXctIUxTRbmpqora2thin7hPLsshms3g8nlGPEh9rwVZDCopfwkiaZCKuYPeHFA5D4zjMgIdUg4fIFCe1ScImKFqkLQGzi2j7mm1SDR6U4DhnQ4Mj1HpAQolvDeaTYzpSp6jbkRhSOLzdC7dt2qRas8g+CS2kICoCqdax7ek9msLt8XioqKhwLe0ism7duoJS05qm9blvdyPNtu0+DbcPP/yQCy+8kB/+8IccccQRbNq0ie9973ucf/75/OY3vyEWi3H66adz9913U1NTMzIXM0IURbSbm5t7zHqKiW3btLe3o+s6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aqi0q9N5KlQ8FSM/xpF2kRfLS1oqLFmyhIsvvpgrrriCd999l4ULF3LkkUeydu3aPo855ZRT+Pvf/85vfvMbPv74Y/7whz8wc+bM/POvv/46p556KosXL+b9999n8eLFnHLKKfzzn/8c0Ji+/vWvc+aZZwKw1157sXr1at58803WrVtXULNksJScaANMY1f24zDqaQRAFET2ZiHjmMRFF13E3Llzeemll3pEQ0qSRH19fa+WdvcfgW3bPPzww8yYMYPvfOc7xGIxTj/9dC644AImN0xlPauYzm7sw6H4hOCIXZvil/q9Edkhf68R5L0xTgowNRDkjFND3HZfBzuFv80nn3zCCy+8wPnnn8+LL76YX6PN1eyuDscIBRKkMyrN7RXEk72vd2uqQW1lB5paGu6/TMZi5cqVBT+qkUQQBDwezw5RoCW39BONRns8Z5ombW1ttLa20tbWxmuvvcaRX+jZprO3/w+EnJco5yafoLUzs3EzbXsbfPZVL8bh++RL/OpJE0kTS3pt20ibiKrICPcPGnFEUaS2tnash1E0brrpJs4++2zOOeccZs2axc0330xjYyN33HFHr/s//fTTvPjiiyxdupTDDjuMKVOmsO+++xYEtt58880cfvjhXH755cycOZPLL7+cL37xi9x8883bHI+u6+y00058+OGH+W0+n4+9996bmprhxUSVpGgLgkBQqCi4gSqCyixhb+bxBVb/ax0HH3wwqqixaNEirrjiCp544gkWCkflj0+n07z11lusWrWqh2AnEgnOOOMMTjvtNNatXQfAwoUL+dPvnuC//uu/qKCaAziCKcIuI34TV/zbLoCiJGy0ZpFUS+HCdizlTEa6RpEDXPX/qpnYILPo1A0kEgkOOeQQ/H4/VVVVPcYvNawkOPXf1FV14PVkyGSVHuPJZJ1lEFkunaCsD1dmyWazRaugJ8syVVVVI74EVIqIokg4HCaVSvXoumdZFrquU1lZyapVq9B1nXl79r3c1N3q3paIdy+20qi08qW6Dzh4jxVojXHWHCXnLW4jbYLt9LEuVcys8xuR1JK8lRawvX63s9ksb7/9NosWLSrYvmjRIl577bVej/nzn//MPvvsw/XXX8+ECRPYeeedufTSSwvSIl9//fUe5zziiCP6PGdXFEUhk8kUxQgYs09xqO6fsFDFPPsLtLGFCG28+9x/ePG5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4uGHH+bvf/87Dz74IB999BF//etfueGGG/jrX//KTTfdxM4772w/twVr4IcgCDZ5Wi1u1dXVXZ7v6quvpr6+njvuuIPp06dzxx13MHXqVFsX0FfIskxFRQWSJKHrOo2NjQVZoiaTSTKZTNEOaB6Phx/84Afc9Q8XqSIIqzvtRbZyvMYVtTeoviYd1tXnLSOVBAxIR9UBd0MbUY4PX1x00UVcddVVLF68OKd183vf+x7vvvtun9f9TpC2VUcq1WhbV42iduBaKAR19Vl2pgZy3Jz0lYw7ukz7Guts7XbiVz6XtM4XS6czjSga3abINU0kHPYTCgfMlLozySjJx4SxZv/4rrNdTAw+xG233cZ9993HE088MahpcoDp06cTi8Voa2uz26A2bdrUo8K8J1he27qu86tf/YqLLrqIE044ge22246TTjopJ8KeNm0aABs3biSZTNLc3ExTUxMbN26ktrYWWZYLaukKBoMcd9xx3HjjjSxfvpwxY8Zwww039On888FyV0skEr1aokYiEdtcpliceuqpbNiwgSUf5278ukuN5+vN7ilTZMRlqjfEkY3BaXEbCEiO0tXVjGDz4LPPPsvbp11dXU1zc/cTGntDabJckdBVAz2t92gWsrkhOUQcvsLr7hZxOzdG8GzK4Gk0KF8uIq91kWjysKa5koakj7HOwlTS2aKffAKgZNJJW1t5F+LWdZHW1goyGQW/L0J5eRvjXWYqffvpTj57bQKvPTmOX13RxBVXXMHee+/Nscceyy233DKontlz5syhoqKCo446iqamJmpra+30NphtZ/F4vOCIP5lM8sUXX5BMJonH411S61bkCtiR9qOPPkpLSwuGYeD1ennnnXfYbbfd+vR6HA4HU6ZM6fOmIx8EQcDr9VJTU2Or7/Olv60ou7MPfKFYsmQJLpeLWdt1kHEhtex8AsrOiCSceNdKOFpCqKnS7RJxBhRkT2nqakaweVBeXs7GjRu73L506VLGjh3b53U3C2kPRson0ZwuaWWpIAkoftPStKjHhWPIkQyeTRkCX6epXG6gNMm2irwz8l0IC1HpyrKKqsl2bTuVMgeKiKKO3x+hsrIFl6vrOtO3cSLLAl6PuWN6+umnWbBgAV9++SUvvvhiEa+0OJSXl/Pee++hqiqHHHIITU1N+P1+3G43jY2NLF++nKamJurr62lqarLdxArB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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "def plot_sh_si_conc():\n", + " ax=plt.subplot(projection=ccrs.SouthPolarStereo())\n", + " plot_si_conc(\n", + " sic.cf.sel(latitude=slice(-90,-45), time='2095-08')[0]\n", + " )\n", + "\n", + "plot_sh_si_conc()" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-09T02:50:36.793145Z", + "iopub.status.busy": "2023-10-09T02:50:36.792975Z", + "iopub.status.idle": "2023-10-09T02:51:07.450903Z", + "shell.execute_reply": "2023-10-09T02:51:07.450134Z", + "shell.execute_reply.started": "2023-10-09T02:50:36.793129Z" + } + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAg0AAAH5CAYAAAAC8w0GAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8pXeV/AAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOydd3gUdf7HX7OzvSabnhCKdCmiNBEVUIGzoIBiPewKggWxcjbUs5x66ukPPFDEhoqCip54gAI2RBDRExRQBEFKymZLtu/Ozu+PdVdCAiQhm+yGeT3PPoTZ2ZnvzM7O9z2fKsiyLKOgoKCgoKCgcAhULT0ABQUFBQUFhcxAEQ0KCgoKCgoK9UIRDQoKCgoKCgr1QhENCgoKCgoKCvVCEQ0KCgoKCgoK9UIRDQoKCgoKCgr1QhENCgoKCgoKCvVCEQ0KCgoKCgoK9UIRDQoKCgoKCgr1QhENGciqVauYPn06Lper1ntDhw5l6NChzT6m5mDLli3ceuut9O3bl6ysLOx2O4MHD2bBggV1rl9eXs7ll19Obm4uRqORQYMG8cknn9RaLxwOc++999KhQwe0Wi3t2rVj2rRpBAKBGutt374dQRDqfL355pv1Po76jMvj8fDQQw8xdOhQCgsLMZvN9OrVi3/84x8Eg8F67aeh52vFihUMHz6c/Px8zGYzvXv35plnnkGSpEPua+PGjUyaNIlBgwZhMpkQBIGVK1fWWm/Pnj3cfffdDBo0iNzcXKxWK3379mX27Nn12k+CX3/9lbFjx5KVlYXZbGb48OF8++23da775ptv0qdPH/R6PcXFxUyZMgWv15uW+1JQSHtkhYzj8ccflwF527Zttd7buHGjvHHjxuYfVDPw7LPPyt26dZMfeugheenSpfLixYvlyy67TAbk+++/v8a6wWBQ7tmzp9ymTRv5tddek5cuXSqfc845slqtlleuXFlj3bFjx8p6vV5++OGH5WXLlskPPPCArNVq5VGjRtVYb9u2bTIg33DDDfJXX31V41VZWVmvY6jvuH744Qc5NzdXvvnmm+VFixbJn3zyiTx9+nRZr9fLp556qhyLxZr0fC1btkxWqVTy0KFD5ffee09etmyZfMMNN8iAfOONNx5yXy+99JJcVFQkn3HGGfKoUaNkQF6xYkWt9T744AO5tLRUvuuuu+QPP/xQXrp0qXzzzTfLKpVKvuKKKw59AmVZLi8vl4uLi+UePXrICxculD/88EP5xBNPlC0Wi7xp06Ya67722msyIF999dXy8uXL5X//+9+yzWaThw8fnnb7UlDIBBTRkIEcTDS0ZioqKuqcLM8880zZaDTKwWAwuWzGjBkyIK9atSq5LBKJyEcffbQ8YMCA5LKvvvpKBuR//vOfNbb58MMPy4C8dOnS5LKEaHj88ccbfQz1HZfX65W9Xm+tzye++88///yQ+2rI+brkkktknU5Xa58jRoyQrVbrIfclSVLy77fffvuAoqGqqkoOh8O1lk+ePFkG5B07dhxyX7fddpus0Wjk7du3J5e53W45NzdXPv/885PLotGoXFRUJI8YMaLG5+fNmycD8uLFi9NqXwoKmYDinsgwpk+fzm233QZAhw4dkubxhCl4f/dEwqT++OOP849//IP27dtjMBgYOnQoW7ZsIRKJcOedd1JcXIzNZmPMmDGUl5fX2u/8+fOTpmez2czIkSNZv359cxxyktzcXARBqLV8wIAB+P1+qqqqksveffddunbtyqBBg5LL1Go1f/3rX1mzZg27du0C4MsvvwTgjDPOqLHNs846C4CFCxc26THUd1wmkwmTyVTr8wMGDABg586dh9xXQ86XRqNBq9ViMBhqrJuVlYVerz/kvlSq+t1KsrOz0Wg0dY4J4Pfffz/kNt59911OOeUU2rVrl1xmtVoZO3YsH3zwAdFoFIDVq1ezZ88errjiihqfHzduHGazmXfffTet9qWgkAkooiHDuPrqq7nhhhsAeOedd/jqq6/46quvOO644w76uRkzZvDll18yY8YMXnjhBTZt2sSoUaO46qqrqKio4MUXX+Sxxx7j448/5uqrr67x2YcffpiLLrqIo48+mrfeeotXX32V6upqTjrpJH788cdDjjkajdbrJTey4eqKFSvIy8sjPz8/uWzDhg307t271rqJZRs3bgTi8QwAOp2uxnqJ///vf/+rtY1HH30UrVaL0WjkxBNP5P3336/3WOs7rgOxfPlyAHr06FHvfe5PXedr4sSJhMNhbrzxRnbv3o3L5eLVV1/l3Xff5fbbb2/0vurL8uXLUavVdOnSpcZyQRBqiOBAIMDWrVsPeA4DgQC//vorED/XieX7otFo6NatW/L9ltiXgkKmom7pASg0jDZt2tC2bVsAjj32WNq3b1+vz2VlZfHee+8lnwgrKyuZMmUK3bp1Y9GiRcn1Nm3axNNPP43H48FqtbJz507uu+8+rr/+ep555pnkesOHD6dz587cf//9zJ8//4D73b59Ox06dKjXGFesWNHgIM4XXniBlStX8q9//QtRFJPLHQ4Hdru91vqJZQ6HA4Cjjz4aiFsc9h3nF198UWM9iAuJa665huHDh1NUVMSOHTt49tlnOeecc3j++edria26qO+46uJ///sfjz32GGPGjKlzIqsPBzpfAwcOZPny5YwbN44ZM2YAIIoijzzyCLfcckuj9lVfli5dyquvvspNN91ETk5OjfdEUawxTqfTiSzL9TqHiX8PtO727dtbbF8KCpmKIhqOEM4444waJuTu3bsDcOaZZ9ZYL7F8x44d9OzZkyVLlhCNRrn00kuTplgAvV7PkCFDWLFixUH3W1xczNq1a+s1xq5du9ZrvQQfffQRkydP5rzzzktaX/alLtP8/u+dfvrpdOrUiTvuuIOCggL69+/P6tWr+dvf/oYoijXOWVFREbNnz66xnXHjxjFw4EDuvPNOLr/8ctRqNbIs18oEUKv//KnVZ1z7s337ds466yxKS0t54YUXary37/cC8cmvru0c7HytW7eOMWPGMHDgQGbNmoXJZGL58uXcfffdBINB7rnnngOO+XD49ttvOf/88zn++ON55JFHar2//7ElaMg5PNC6+y9vzn0pKGQqimg4Qtj/CUir1R50eSKtr6ysDID+/fvXud1D+bK1Wi19+vSp1xj3fco7FEuWLGHs2LEMHz6cefPm1bop5+Tk1PnUnvDjJ45bq9Xy0UcfMX78eEaMGAHE4wkefvhhHnzwQUpKSg46Do1GwwUXXMCdd97Jzz//TPfu3Xn55Zdr+bYTrpf6jmtffvvtN4YNG4ZareaTTz6ptc7+MQJz587l8ssvr7HsUOdr8uTJFBQU8O677ya/h2HDhqFSqZg+fTqXXHIJRx111EHPRUNZv3590mK1ePHiWi6iusjOzkYQhHqdw4TVwuFwUFBQUGvdus51S+1LQSFTUESDwkHJzc0FYMGCBTWCwepLKtwTS5YsYfTo0QwZMoSFCxcmhc6+9OrVix9++KHW8sSynj17Jpd16tSJr776il27dlFVVUXHjh1xu93cdNNNnHzyyYccT0IQJATUqFGjDmhdaci4IC4Yhg4diizLrFy5kjZt2tT67P772v981+d8fffdd1x00UW1hFv//v2JxWL89NNPTSoa1q9fz2mnnUa7du1YunQpNputXp8zGAx06tTpgOfQYDAkx9mrV6/k8oQbCuIWhU2bNnHRRRelzb4UFDIFRTRkIIknsv2LD6WCkSNHolar2bp1K+eee26DP9/U7omlS5cyevRoTjzxRN57770DPp2OGTOGSZMm8fXXXzNw4EAgfgN/7bXXGDhwIMXFxbU+U1JSkrQs3H333ZhMJq666qqDjicSiTB//nxyc3Pp1KkTEH/q3N8335hx7dixg6FDhyJJEitXrjygaOvXr98Bx1ff81VcXMw333yDJEk1hMNXX30FUKdYaSzfffcdp512Gm3atGHZsmVkZ2c36PNjxozh6aefZufOnZSWlgJQXV3NO++8w9lnn510BQ0cOJCioiJeeuklLrjgguTnFyxYgNfrZezYsWm1LwWFjKAF0z0VGsmKFStkQJ4wYYK8atUqee3atbLH45FlWZaHDBkiDxkyJLnugWoLJLbx9ttv11g+d+5cGZDXrl2bXPbwww/LarVanjBhgvzuu+/KK1eulOfPny/fcsst8r333pu6A92Pzz//XDYYDHL79u3l5cuX1yqw5Ha7k+sGg0G5R48ecmlpqTxv3jx52bJl8pgxY+os7vSPf/xDfvnll+UVK1bIb775pjx27FhZpVLJ8+bNq7HezTffLF9//fXyG2+8Ia9YsUJ+5ZVX5P79+8uAPHfu3HodQ33HVVZWJh911FGyTqeTX3vttVrHunPnziY9X88884wMyKeffrr83nvvyUuXLpXvuOMOWa1Wy6eddtoh9+Xz+eS3335bfvvtt+VbbrlFBuTp06fLb7/9do0aBZs2bZJzcnJku90uf/DBB7XGVF5eXmO7oijKp5xySo1l5eXlclFRkdyrVy/53XfflRcvXiyffPLJssVikX/66aca67766qsyIF977bXyihUr5NmzZ8tZWVl1Flxqzn0pKGQqimjIUKZNmyYXFxfLKpWqRiGdVIgGWZbl9957Tx42bJhstVplnU4nt2vXTj7vvPPkjz/+OCXHVxf33XefDBzwtX8xob1798qXXnqpbLfbZb1eLx9//PHysmXLam33/vvvlzt27CjrdDo5KytL/stf/iJ/9tlntdabM2eOPGDAANlut8tqtVrOzs6WR44cKS9ZsqRBx1Gf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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "def plot_nh_si_conc():\n", + " crs=ccrs.NorthPolarStereo(central_longitude=-45,true_scale_latitude=70)\n", + " ax=plt.subplot(projection=crs)\n", + " plot_si_conc(\n", + " sic.cf.sel(latitude=slice(45,90), time='2095-02')[0]\n", + " )\n", + "\n", + "plot_nh_si_conc()" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.17" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} From 49f4797a8e932518ed2b226eaf020cd5b5280a55 Mon Sep 17 00:00:00 2001 From: anton-climate Date: Mon, 9 Oct 2023 14:07:30 +1100 Subject: [PATCH 02/10] Add intake notebook to tests --- test/test_notebooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_notebooks.py b/test/test_notebooks.py index b4770984..8603e39e 100644 --- a/test/test_notebooks.py +++ b/test/test_notebooks.py @@ -39,6 +39,7 @@ def run_notebook(notebook_filename): ("Submitting_analysis_jobs_to_gadi.ipynb"), ("Template_For_Notebooks.ipynb"), # ("Using_Explorer_tools.ipynb"), # Does not run + ("Using_The_Intake_Catalog.ipynb"), ]) def test_Tutorials(notebook_filename): run_notebook("Tutorials/" + notebook_filename) From 6a2700466b307dfb45017e9ddfb8ca13618300a4 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:49:29 +1000 Subject: [PATCH 03/10] Rename Using_The_Intake_Catalog.ipynb to Using_Intake_Catalog.ipynb --- ...{Using_The_Intake_Catalog.ipynb => Using_Intake_Catalog.ipynb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Tutorials/{Using_The_Intake_Catalog.ipynb => Using_Intake_Catalog.ipynb} (100%) diff --git a/Tutorials/Using_The_Intake_Catalog.ipynb b/Tutorials/Using_Intake_Catalog.ipynb similarity index 100% rename from Tutorials/Using_The_Intake_Catalog.ipynb rename to Tutorials/Using_Intake_Catalog.ipynb From cc96d672fd8fe3981d4ebf8967e098210a18e39a Mon Sep 17 00:00:00 2001 From: anton-climate Date: Thu, 19 Oct 2023 15:10:53 +1100 Subject: [PATCH 04/10] Shorten and tidy up intake example --- Tutorials/Using_Intake_Catalog.ipynb | 26831 ++++++++++++++++++++++++- 1 file changed, 26237 insertions(+), 594 deletions(-) diff --git a/Tutorials/Using_Intake_Catalog.ipynb b/Tutorials/Using_Intake_Catalog.ipynb index 7970ea39..3ba37c41 100644 --- a/Tutorials/Using_Intake_Catalog.ipynb +++ b/Tutorials/Using_Intake_Catalog.ipynb @@ -11,11 +11,96 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**This script shows how to move from the cosima_cookbook to intake** to load and plot sea ice concentration from CICE output.\n", + "This notebook shows how to move from the cosima_cookbook to intake" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Too Long; Didn't Read:" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The cosima cookbook version:" + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "import cosima_cookbook as cc\n", + "\n", + "session = cc.database.create_session()\n", + "\n", + "da = cc.querying.getvar(\n", + " expt=\"expt0\", \n", + " variable=\"var0\", \n", + " session=session, \n", + " frequency=\"1 monthly\"\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "translates to this in intake" + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "import intake\n", + "\n", + "catalog = intake.cat.access_nri\n", + "\n", + "ds = catalog[\"expt0\"].search(\n", + " variable=\"var0\", \n", + " frequency=\"1mon\"\n", + ").to_dask(\n", + " xarray_combine_by_coords_kwargs={\n", + " 'compat':'override','data_vars':'minimal', 'coords':'minimal'\n", + " }\n", + ")\n", "\n", - "This is concise version of the longer [COSIMA training workshop](https://github.com/ACCESS-Hive/cosima-training-workshop-2023/blob/main/Intake.ipynb) on the Intake Catalog, and the [documentation](https://access-nri-intake-catalog.readthedocs.io/). At the time of writing (Oct 2023), the ACCESS-NRI Intake Catalog was under testing and feedback from users is requested.\n", + "da=ds[var0]" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-17T05:08:26.798834Z", + "iopub.status.busy": "2023-10-17T05:08:26.797949Z", + "iopub.status.idle": "2023-10-17T05:08:26.815228Z", + "shell.execute_reply": "2023-10-17T05:08:26.813996Z", + "shell.execute_reply.started": "2023-10-17T05:08:26.798785Z" + } + }, + "source": [ + "# Opening the catalog" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-17T05:08:33.157661Z", + "iopub.status.busy": "2023-10-17T05:08:33.156981Z", + "iopub.status.idle": "2023-10-17T05:08:33.166567Z", + "shell.execute_reply": "2023-10-17T05:08:33.165239Z", + "shell.execute_reply.started": "2023-10-17T05:08:33.157616Z" + } + }, + "source": [ + "This notebook is concise version of the longer [COSIMA training workshop](https://github.com/ACCESS-Hive/cosima-training-workshop-2023/blob/main/Intake.ipynb) on the Intake Catalog, and the [documentation](https://access-nri-intake-catalog.readthedocs.io/). At the time of writing (Oct 2023), the ACCESS-NRI Intake Catalog is under testing and feedback from users is requested.\n", "\n", - "**Notes that are relevant to changing from the cookbook to intake are in BOLD**\n", + "**Notes that are unique to changing from the cookbook to intake are in BOLD**\n", "\n", "Requirements: The conda/analysis3 (tested on analysis3-23.04) module from /g/data/hh5/public/modules. " ] @@ -32,21 +117,17 @@ "execution_count": 1, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:48:12.849877Z", - "iopub.status.busy": "2023-10-09T02:48:12.849456Z", - "iopub.status.idle": "2023-10-09T02:48:17.857528Z", - "shell.execute_reply": "2023-10-09T02:48:17.856564Z", - "shell.execute_reply.started": "2023-10-09T02:48:12.849828Z" + "iopub.status.idle": "2023-10-19T04:02:18.952683Z", + "shell.execute_reply": "2023-10-19T04:02:18.951478Z", + "shell.execute_reply.started": "2023-10-19T04:02:13.482762Z" } }, "outputs": [], "source": [ "import intake # instead of import cosima_cookbook as cc\n", - "import matplotlib.pyplot as plt\n", + "\n", "from dask.distributed import Client\n", - "from datetime import timedelta\n", - "import cf_xarray as cfxr\n", - "import cartopy.crs as ccrs" + "from datetime import timedelta" ] }, { @@ -61,11 +142,11 @@ "execution_count": 2, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:48:17.859888Z", - "iopub.status.busy": "2023-10-09T02:48:17.859428Z", - "iopub.status.idle": "2023-10-09T02:48:20.839174Z", - "shell.execute_reply": "2023-10-09T02:48:20.838121Z", - "shell.execute_reply.started": "2023-10-09T02:48:17.859865Z" + "iopub.execute_input": "2023-10-19T04:02:18.955235Z", + "iopub.status.busy": "2023-10-19T04:02:18.954965Z", + "iopub.status.idle": "2023-10-19T04:02:21.419705Z", + "shell.execute_reply": "2023-10-19T04:02:21.418555Z", + "shell.execute_reply.started": "2023-10-19T04:02:18.955211Z" } }, "outputs": [ @@ -76,7 +157,7 @@ "
\n", "
\n", "

Client

\n", - "

Client-4ce4c6ed-664e-11ee-997d-00000190fe80

\n", + "

Client-4c1fa9fd-6e34-11ee-88ef-00000081fe80

\n", " \n", "\n", " \n", @@ -111,22 +192,22 @@ " \n", "
\n", "

LocalCluster

\n", - "

8995527c

\n", + "

96c34029

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", @@ -148,14 +229,14 @@ "
\n", "
\n", "

Scheduler

\n", - "

Scheduler-dee7adfd-fa38-4276-acda-3ba8943f4e73

\n", + "

Scheduler-42d00596-c8ef-4c8f-b5a5-4ba9c75524eb

\n", "
\n", " Dashboard: /proxy/8787/status\n", " \n", - " Workers: 4\n", + " Workers: 8\n", "
\n", - " Total threads: 12\n", + " Total threads: 48\n", " \n", - " Total memory: 46.00 GiB\n", + " Total memory: 188.56 GiB\n", "
\n", " \n", " \n", " \n", " \n", " \n", @@ -163,7 +244,7 @@ " Dashboard:/proxy/8787/status\n", " \n", " \n", " \n", " \n", @@ -171,7 +252,7 @@ " Started: Just now\n", " \n", " \n", " \n", "
\n", - " Comm: tcp://127.0.0.1:40381\n", + " Comm: tcp://127.0.0.1:39307\n", " \n", - " Workers: 4\n", + " Workers: 8\n", "
\n", - " Total threads: 12\n", + " Total threads: 48\n", "
\n", - " Total memory: 46.00 GiB\n", + " Total memory: 188.56 GiB\n", "
\n", @@ -194,29 +275,29 @@ " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -239,29 +320,29 @@ "
\n", - " Comm: tcp://127.0.0.1:41159\n", + " Comm: tcp://127.0.0.1:36465\n", " \n", - " Total threads: 3\n", + " Total threads: 6\n", "
\n", - " Dashboard: /proxy/34643/status\n", + " Dashboard: /proxy/46333/status\n", " \n", - " Memory: 11.50 GiB\n", + " Memory: 23.57 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:45297\n", + " Nanny: tcp://127.0.0.1:40545\n", "
\n", - " Local directory: /jobfs/97489313.gadi-pbs/dask-scratch-space/worker-otvlaj3u\n", + " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-1yut9h5j\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -284,29 +365,29 @@ "
\n", - " Comm: tcp://127.0.0.1:39241\n", + " Comm: tcp://127.0.0.1:41981\n", " \n", - " Total threads: 3\n", + " Total threads: 6\n", "
\n", - " Dashboard: /proxy/42383/status\n", + " Dashboard: /proxy/36613/status\n", " \n", - " Memory: 11.50 GiB\n", + " Memory: 23.57 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:43155\n", + " Nanny: tcp://127.0.0.1:37635\n", "
\n", - " Local directory: /jobfs/97489313.gadi-pbs/dask-scratch-space/worker-19d6yte4\n", + " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-xfkimd8u\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -329,29 +410,209 @@ "
\n", - " Comm: tcp://127.0.0.1:35975\n", + " Comm: tcp://127.0.0.1:35171\n", " \n", - " Total threads: 3\n", + " Total threads: 6\n", "
\n", - " Dashboard: /proxy/33761/status\n", + " Dashboard: /proxy/42797/status\n", " \n", - " Memory: 11.50 GiB\n", + " Memory: 23.57 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:45433\n", + " Nanny: tcp://127.0.0.1:38933\n", "
\n", - " Local directory: /jobfs/97489313.gadi-pbs/dask-scratch-space/worker-8bmhz_q0\n", + " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-gbch_vue\n", "
\n", " \n", " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", - " Comm: tcp://127.0.0.1:37341\n", + " Comm: tcp://127.0.0.1:41895\n", + " \n", + " Total threads: 6\n", + "
\n", + " Dashboard: /proxy/45445/status\n", + " \n", + " Memory: 23.57 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:33813\n", + "
\n", + " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-vl55ywcv\n", + "
\n", + " \n", + "
\n", + " \n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 4

\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", + " Comm: tcp://127.0.0.1:35181\n", + " \n", + " Total threads: 6\n", + "
\n", + " Dashboard: /proxy/39981/status\n", + " \n", + " Memory: 23.57 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:43889\n", + "
\n", + " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-_6z6i1ng\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 5

\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", + " Comm: tcp://127.0.0.1:34063\n", + " \n", + " Total threads: 6\n", + "
\n", + " Dashboard: /proxy/35719/status\n", + " \n", + " Memory: 23.57 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:45835\n", + "
\n", + " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-vncezhts\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 6

\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", + " Comm: tcp://127.0.0.1:45267\n", + " \n", + " Total threads: 6\n", + "
\n", + " Dashboard: /proxy/44115/status\n", + " \n", + " Memory: 23.57 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:38991\n", + "
\n", + " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-jktm0e41\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 7

\n", + "
\n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -378,7 +639,7 @@ "" ], "text/plain": [ - "" + "" ] }, "execution_count": 2, @@ -395,7 +656,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**Open the catalog (similar to the old starting a database session)**" + "**Open the catalog (similar to starting a database session)**" ] }, { @@ -403,11 +664,11 @@ "execution_count": 3, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:48:20.840141Z", - "iopub.status.busy": "2023-10-09T02:48:20.839975Z", - "iopub.status.idle": "2023-10-09T02:48:21.536190Z", - "shell.execute_reply": "2023-10-09T02:48:21.535366Z", - "shell.execute_reply.started": "2023-10-09T02:48:20.840123Z" + "iopub.execute_input": "2023-10-19T04:02:21.426487Z", + "iopub.status.busy": "2023-10-19T04:02:21.425557Z", + "iopub.status.idle": "2023-10-19T04:02:22.222897Z", + "shell.execute_reply": "2023-10-19T04:02:22.222069Z", + "shell.execute_reply.started": "2023-10-19T04:02:21.426436Z" } }, "outputs": [], @@ -428,11 +689,11 @@ "execution_count": 4, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:48:21.537391Z", - "iopub.status.busy": "2023-10-09T02:48:21.537156Z", - "iopub.status.idle": "2023-10-09T02:48:21.620796Z", - "shell.execute_reply": "2023-10-09T02:48:21.620128Z", - "shell.execute_reply.started": "2023-10-09T02:48:21.537369Z" + "iopub.execute_input": "2023-10-19T04:02:22.224159Z", + "iopub.status.busy": "2023-10-19T04:02:22.223901Z", + "iopub.status.idle": "2023-10-19T04:02:22.314510Z", + "shell.execute_reply": "2023-10-19T04:02:22.313470Z", + "shell.execute_reply.started": "2023-10-19T04:02:22.224136Z" } }, "outputs": [ @@ -477,537 +738,537 @@ " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", @@ -1015,7 +1276,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", "
\n", + " Comm: tcp://127.0.0.1:34489\n", " \n", - " Total threads: 3\n", + " Total threads: 6\n", "
\n", - " Dashboard: /proxy/41547/status\n", + " Dashboard: /proxy/45263/status\n", " \n", - " Memory: 11.50 GiB\n", + " Memory: 23.57 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:45769\n", + " Nanny: tcp://127.0.0.1:46429\n", "
\n", - " Local directory: /jobfs/97489313.gadi-pbs/dask-scratch-space/worker-e63iu7kt\n", + " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-a4cx4q1g\n", "
01deg_jra55v13_ryf9091{ACCESS-OM2}{0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)}{seaIce, ocean}{1day, 1mon, fx, 3hr, 3mon}{temp_submeso, area_u, fprec_melt_heat, flatn_ai_m, TLAT, total_ocean_calving_melt_heat, dyu, v, ty_trans_rho, congel_m, fmelttn_ai_m, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, total_oc...{ocean, seaIce}{1mon, 3mon, 3hr, 1day, fx}{alidr_ai_m, melt, total_ocean_lw_heat, frazil_m, pe_tot, temp_vdiffuse_impl, area_u, ty_trans, surface_salt, hu, passive_weddell, total_ocean_fprec, temp_surface_ave, ULON, vsurf, temp_yflux_adv,...
01deg_jra55v140_iaf{ACCESS-OM2}{Cycle 1/4 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1mon, 1day, fx}{area_u, fprec_melt_heat, flatn_ai_m, TLAT, total_ocean_calving_melt_heat, dyu, v, ty_trans_rho, congel_m, fmelttn_ai_m, dvidtt, vorticity_z, snoice_m, alvdf_ai_m, total_ocean_swflx_vis, temp_surf...{ocean, seaIce}{1mon, fx, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, frazil_m, temp_int_rhodz, pe_tot, area_u, ty_trans, surface_salt, hu, total_ocean_fprec, temp_surface_ave, vvel, ULON, daidtt_m, temp_yflux_adv, opening_m, ...
01deg_jra55v140_iaf_cycle2{ACCESS-OM2}{Cycle 2/4 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1mon, 1day, fx}{bottom_temp_max, dvirdgdt_m, area_u, fprec_melt_heat, flatn_ai_m, Tinz_m, TLAT, melts_m, dyu, v, ty_trans_rho, congel_m, fmelttn_ai_m, dvidtt, snoice_m, alvdf_ai_m, total_ocean_swflx_vis, meltb_m...{ocean, seaIce}{1mon, fx, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, frazil_m, temp_int_rhodz, pe_tot, area_u, ty_trans, surface_salt, surface_temp_max, hu, total_ocean_fprec, temp_surface_ave, vvel, ULON, vsurf, daidtt_m, te...
01deg_jra55v140_iaf_cycle3{ACCESS-OM2}{Cycle 3/4 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1mon, 1day, fx}{bottom_temp_max, dvirdgdt_m, area_u, fprec_melt_heat, flatn_ai_m, Tinz_m, TLAT, melts_m, dyu, v, ty_trans_rho, congel_m, fmelttn_ai_m, dvidtt, snoice_m, alvdf_ai_m, total_ocean_swflx_vis, meltb_m...{ocean, seaIce}{1mon, fx, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, frazil_m, temp_int_rhodz, pe_tot, area_u, ty_trans, surface_salt, hu, total_ocean_fprec, temp_surface_ave, vvel, ULON, vsurf, daidtt_m, temp_yflux_adv, open...
01deg_jra55v140_iaf_cycle4{ACCESS-OM2}{Cycle 4/4 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1day, 1mon, fx, 6hr, 3hr}{bottom_temp_max, dvirdgdt_m, area_u, Tinz_m, melts_m, v, radbio_intmld, alvdf_ai_m, det_intmld, meltb_m, ty_trans, kmu, tx_trans_int_z, uvel, dardg2dt_m, time_bounds, salt_surface_ave, surface_po...{ocean, seaIce}{1mon, 6hr, 3hr, 1day, fx}{melt, temp_int_rhodz, radbio3d, hu, fswup, total_ocean_fprec, temp_surface_ave, ULON, opening_m, stf09, alk, Sinz_m, dic_intmld, pbot_t, total_ocean_hflux_coupler, pprod_gross, surface_pot_temp, ...
01deg_jra55v140_iaf_cycle4_jra55v150_extension{ACCESS-OM2}{Extensions of cycle 4/4 of 0.1 degree ACCESS-OM2 + WOMBAT BGC global model configuration with JRA55-do v1.5.0 and v1.5.0.1 OMIP2 interannual forcing}{seaIce, ocean}{1mon, 0hr, 1day, fx}{bottom_temp_max, dvirdgdt_m, area_u, fprec_melt_heat, surface_no3, flatn_ai_m, no3, albsni, TLAT, dic_intmld, dyu, melts_m, v, radbio_intmld, ty_trans_rho, congel_m, fmelttn_ai_m, surface_phy, su...{ocean, seaIce}{1mon, fx, 0hr, 1day}{fswabs_ai_m, alidr_ai_m, total_ocean_lw_heat, melt, surface_caco3, temp_int_rhodz, frazil_m, o2_xflux_adv, pe_tot, o2_intmld, area_u, stf03, ty_trans, adic_int100, npp3d, radbio3d, surface_salt, ...
01deg_jra55v150_iaf_cycle1{ACCESS-OM2}{Cycle 1/1 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do \\nv1.5.0 OMIP2 interannual forcing}{seaIce, ocean}{1mon, 1day, fx}{area_u, fprec_melt_heat, TLAT, dyu, v, ty_trans_rho, runoff, ty_trans, kmu, tx_trans_int_z, blkmask, sfc_salt_flux_restore, geolat_t, time_bounds, sens_heat, aice, tau_y, sfc_salt_flux_ice, surfa...{ocean, seaIce}{1mon, fx, 1day}{melt, temp_int_rhodz, area_u, ty_trans, surface_salt, hu, ULON, pbot_t, sfc_salt_flux_ice, age_global, surface_pot_temp, lprec, fprec_melt_heat, sfc_hflux_from_runoff, sens_heat, aice_m, wfiform,...
025deg_jra55_iaf_omip2_cycle1{ACCESS-OM2}{Cycle 1/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...{ocean, seaIce}{1mon, fx, 1yr, 1day}{fswabs_ai_m, alidr_ai_m, total_ocean_lw_heat, melt, frazil_m, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, sice_m, flwdn_m, hu, total_ocean_fprec, ty_trans_gm, ps...
025deg_jra55_iaf_omip2_cycle2{ACCESS-OM2}{Cycle 1/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...{ocean, seaIce}{1mon, fx, 1yr, 1day}{fswabs_ai_m, alidr_ai_m, total_ocean_lw_heat, melt, frazil_m, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, sice_m, flwdn_m, hu, total_ocean_fprec, ty_trans_gm, ps...
025deg_jra55_iaf_omip2_cycle3{ACCESS-OM2}{Cycle 3/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...{ocean, seaIce}{1mon, fx, 1yr, 1day}{fswabs_ai_m, alidr_ai_m, total_ocean_lw_heat, melt, frazil_m, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, sice_m, flwdn_m, hu, total_ocean_fprec, ty_trans_gm, ps...
025deg_jra55_iaf_omip2_cycle4{ACCESS-OM2}{Cycle 4/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...{ocean, seaIce}{1mon, fx, 1yr, 1day}{fswabs_ai_m, alidr_ai_m, total_ocean_lw_heat, melt, frazil_m, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, sice_m, flwdn_m, hu, total_ocean_fprec, ty_trans_gm, ps...
025deg_jra55_iaf_omip2_cycle5{ACCESS-OM2}{Cycle 5/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...{ocean, seaIce}{1mon, fx, 1yr, 1day}{fswabs_ai_m, alidr_ai_m, total_ocean_lw_heat, melt, frazil_m, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, sice_m, flwdn_m, hu, total_ocean_fprec, ty_trans_gm, ps...
025deg_jra55_iaf_omip2_cycle6{ACCESS-OM2}{Cycle 6/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, fx}{bottom_temp_max, temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, dvirdgdt_m, flatn_ai_m, mld_sq, TLAT, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m,...{ocean, seaIce}{1mon, fx, 1day}{fswabs_ai_m, alidr_ai_m, total_ocean_lw_heat, melt, frazil_m, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, sice_m, flwdn_m, hu, total_ocean_fprec, ty_trans_gm, ps...
025deg_jra55_ryf9091_gadi{ACCESS-OM2}{0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)}{seaIce, ocean}{1mon, 1yr, fx}{area_u, flatn_ai_m, TLAT, total_ocean_calving_melt_heat, melts_m, dyu, v, ty_trans_rho, congel_m, fmelttn_ai_m, strcory_m, alvdf_ai_m, snoice_m, total_ocean_swflx_vis, meltb_m, temp_surface_ave, ...{ocean, seaIce}{1mon, fx, 1yr}{fswabs_ai_m, alidr_ai_m, total_ocean_lw_heat, frazil_m, pe_tot, area_u, ty_trans, sice_m, flwdn_m, hu, total_ocean_fprec, rain_ai_m, temp_surface_ave, ULON, albsni_m, daidtt_m, vatm_m, total_ocea...
1deg_jra55_iaf_omip2_cycle1{ACCESS-OM2}{Cycle 1/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...{ocean, seaIce}{1mon, fx, 1yr, 1day}{melt, temp_int_rhodz, hu, total_ocean_fprec, temp_surface_ave, ULON, fgco2nat_raw, opening_m, alk, usq, stf09, pbot_t, total_ocean_hflux_coupler, sss_sq, talkos_raw, ice_present_m, alvdf_ai_m, fp...
1deg_jra55_iaf_omip2_cycle2{ACCESS-OM2}{Cycle 2/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...{ocean, seaIce}{1mon, fx, 1yr, 1day}{melt, temp_int_rhodz, hu, total_ocean_fprec, temp_surface_ave, ULON, fgco2nat_raw, opening_m, alk, usq, stf09, pbot_t, total_ocean_hflux_coupler, sss_sq, talkos_raw, ice_present_m, alvdf_ai_m, fp...
1deg_jra55_iaf_omip2_cycle3{ACCESS-OM2}{Cycle 3/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...{ocean, seaIce}{1mon, fx, 1yr, 1day}{melt, temp_int_rhodz, hu, total_ocean_fprec, temp_surface_ave, ULON, fgco2nat_raw, opening_m, alk, usq, stf09, pbot_t, total_ocean_hflux_coupler, sss_sq, talkos_raw, ice_present_m, alvdf_ai_m, fp...
1deg_jra55_iaf_omip2_cycle4{ACCESS-OM2}{Cycle 4/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...{ocean, seaIce}{1mon, fx, 1yr, 1day}{melt, temp_int_rhodz, hu, total_ocean_fprec, temp_surface_ave, ULON, fgco2nat_raw, opening_m, alk, usq, stf09, pbot_t, total_ocean_hflux_coupler, sss_sq, talkos_raw, ice_present_m, alvdf_ai_m, fp...
1deg_jra55_iaf_omip2_cycle5{ACCESS-OM2}{Cycle 5/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...{ocean, seaIce}{1mon, fx, 1yr, 1day}{melt, temp_int_rhodz, hu, total_ocean_fprec, temp_surface_ave, ULON, fgco2nat_raw, opening_m, alk, usq, stf09, pbot_t, total_ocean_hflux_coupler, sss_sq, talkos_raw, ice_present_m, alvdf_ai_m, fp...
1deg_jra55_iaf_omip2_cycle6{ACCESS-OM2}{Cycle 6/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{bottom_temp_max, temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, ...{ocean, seaIce}{1mon, fx, 1yr, 1day}{melt, temp_int_rhodz, hu, total_ocean_fprec, temp_surface_ave, ULON, fgco2nat_raw, opening_m, alk, usq, stf09, pbot_t, total_ocean_hflux_coupler, sss_sq, talkos_raw, ice_present_m, alvdf_ai_m, fp...
1deg_jra55_iaf_omip2spunup_cycle1{ACCESS-OM2}{Cycle 1/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, phyos_raw, tx_tra...{ocean, seaIce}{1mon, fx, 1yr, 1day}{melt, temp_int_rhodz, hu, total_ocean_fprec, temp_surface_ave, ULON, fgco2nat_raw, opening_m, alk, usq, stf09, pbot_t, total_ocean_hflux_coupler, sss_sq, talkos_raw, ice_present_m, alvdf_ai_m, fp...
1deg_jra55_iaf_omip2spunup_cycle10{ACCESS-OM2}{Cycle 10/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle11{ACCESS-OM2}{Cycle 11/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle12{ACCESS-OM2}{Cycle 12/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle13{ACCESS-OM2}{Cycle 13/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle14{ACCESS-OM2}{Cycle 14/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle15{ACCESS-OM2}{Cycle 15/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle16{ACCESS-OM2}{Cycle 16/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle17{ACCESS-OM2}{Cycle 17/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle18{ACCESS-OM2}{Cycle 18/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle19{ACCESS-OM2}{Cycle 19/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle2{ACCESS-OM2}{Cycle 2/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, phyos_raw, tx_tra...{ocean, seaIce}{1mon, fx, 1yr, 1day}{melt, temp_int_rhodz, hu, total_ocean_fprec, temp_surface_ave, ULON, fgco2nat_raw, opening_m, alk, usq, stf09, pbot_t, total_ocean_hflux_coupler, sss_sq, talkos_raw, ice_present_m, alvdf_ai_m, fp...
1deg_jra55_iaf_omip2spunup_cycle20{ACCESS-OM2}{Cycle 20/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle21{ACCESS-OM2}{Cycle 21/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle22{ACCESS-OM2}{Cycle 22/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle23{ACCESS-OM2}{Cycle 23/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle24{ACCESS-OM2}{Cycle 24/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle25{ACCESS-OM2}{Cycle 25/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle26{ACCESS-OM2}{Cycle 26/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle27{ACCESS-OM2}{Cycle 27/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle28{ACCESS-OM2}{Cycle 28/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle29{ACCESS-OM2}{Cycle 29/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle3{ACCESS-OM2}{Cycle 3/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, phyos_raw, tx_tra...{ocean, seaIce}{1mon, fx, 1yr, 1day}{melt, temp_int_rhodz, hu, total_ocean_fprec, temp_surface_ave, ULON, fgco2nat_raw, opening_m, alk, usq, stf09, pbot_t, total_ocean_hflux_coupler, sss_sq, talkos_raw, ice_present_m, alvdf_ai_m, fp...
1deg_jra55_iaf_omip2spunup_cycle30{ACCESS-OM2}{Cycle 30/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle31{ACCESS-OM2}{Cycle 31/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle32{ACCESS-OM2}{Cycle 32/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle33{ACCESS-OM2}{Cycle 33/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle34{ACCESS-OM2}{Cycle 34/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...{ocean, seaIce}{1mon, fx, 1yr, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, temp_sigma_diff, hu, total_ocean_fprec, ty_trans_gm, psiu, temp_surface_ave, U...
1deg_jra55_iaf_omip2spunup_cycle35{ACCESS-OM2}{Cycle 35/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...{ocean, seaIce}{1mon, fx, 1yr, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, temp_sigma_diff, hu, total_ocean_fprec, ty_trans_gm, psiu, temp_surface_ave, U...
1deg_jra55_iaf_omip2spunup_cycle36{ACCESS-OM2}{Cycle 36/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...{ocean, seaIce}{1mon, fx, 1yr, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, temp_sigma_diff, hu, total_ocean_fprec, ty_trans_gm, psiu, temp_surface_ave, U...
1deg_jra55_iaf_omip2spunup_cycle37{ACCESS-OM2}{Cycle 37/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...{ocean, seaIce}{1mon, fx, 1yr, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, temp_sigma_diff, hu, total_ocean_fprec, ty_trans_gm, psiu, temp_surface_ave, U...
1deg_jra55_iaf_omip2spunup_cycle38{ACCESS-OM2}{Cycle 38/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...{ocean, seaIce}{1mon, fx, 1yr, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, temp_sigma_diff, hu, total_ocean_fprec, ty_trans_gm, psiu, temp_surface_ave, U...
1deg_jra55_iaf_omip2spunup_cycle39{ACCESS-OM2}{Cycle 39/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...{ocean, seaIce}{1mon, fx, 1yr, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, temp_sigma_diff, hu, total_ocean_fprec, ty_trans_gm, psiu, temp_surface_ave, U...
1deg_jra55_iaf_omip2spunup_cycle4{ACCESS-OM2}{Cycle 4/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, mld_min, horz_bih_diss, mld_sq, melts_m, v, total_volume_seawater, alvdf_ai_m, meltb_m, neutral_diffusion_salt, ty_trans, temp_vdiffuse_diff_cbt_conv, kmu, phyos_raw, tx_tra...{ocean, seaIce}{1mon, fx, 1yr, 1day}{melt, temp_int_rhodz, hu, total_ocean_fprec, temp_surface_ave, ULON, fgco2nat_raw, opening_m, alk, usq, stf09, pbot_t, total_ocean_hflux_coupler, sss_sq, talkos_raw, ice_present_m, alvdf_ai_m, fp...
1deg_jra55_iaf_omip2spunup_cycle40{ACCESS-OM2}{Cycle 40/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle41{ACCESS-OM2}{Cycle 41/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle42{ACCESS-OM2}{Cycle 42/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle43{ACCESS-OM2}{Cycle 43/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle44{ACCESS-OM2}{Cycle 44/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle45{ACCESS-OM2}{Cycle 45/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle5{ACCESS-OM2}{Cycle 5/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...{ocean, seaIce}{1mon, fx, 1yr, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, temp_sigma_diff, hu, total_ocean_fprec, ty_trans_gm, psiu, temp_surface_ave, U...
1deg_jra55_iaf_omip2spunup_cycle6{ACCESS-OM2}{Cycle 6/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr, fx}{temp_submeso, area_u, fprec_melt_heat, mld_min, horz_bih_diss, no3, mld_sq, TLAT, dyu, fgco2nat_raw, total_volume_seawater, v, ty_trans_rho, alvdf_ai_m, total_ocean_swflx_vis, temp_surface_ave, t...{ocean, seaIce}{1mon, fx, 1yr, 1day}{alidr_ai_m, total_ocean_lw_heat, melt, temp_int_rhodz, pe_tot, salt_rivermix, area_u, ty_trans, temp_yflux_gm_int_z, temp_sigma_diff, hu, total_ocean_fprec, ty_trans_gm, psiu, temp_surface_ave, U...
1deg_jra55_iaf_omip2spunup_cycle7{ACCESS-OM2}{Cycle 7/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1mon, 1day, 1yr}{flatn_ai_m, no3, TLAT, melts_m, dyu, total_volume_seawater, congel_m, fmelttn_ai_m, dvidtt, strcory_m, alvdf_ai_m, snoice_m, meltb_m, temp_surface_ave, hi, dvidtt_m, dic, aicen_m, blkmask, uvel, ...{ocean, seaIce}{1mon, 1yr, 1day}{fswabs_ai_m, alidr_ai_m, frazil_m, sice_m, flwdn_m, rain_ai_m, temp_surface_ave, vvel, ULON, albsni_m, daidtt_m, opening_m, stf09, alk, vatm_m, tmask, fresh_ai_m, HTE, ice_present_m, age_global, ...
1deg_jra55_iaf_omip2spunup_cycle8{ACCESS-OM2}{Cycle 8/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_iaf_omip2spunup_cycle9{ACCESS-OM2}{Cycle 9/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{ocean, seaIce}{1mon, 1yr}{stf07, HTN, no3, salt_global_ave, TLAT, caco3, dyu, sea_level, total_volume_seawater, alidf_ai_m, temp_global_ave, average_T2, uatm_m, alvdf_ai_m, ANGLE, fswup_m, temp_surface_ave, salt, ANGLET, ...{alidr_ai_m, HTN, tarea, stf07, salt_surface_ave, phy, dic, dyu, adic, eta_global, temp_global_ave, TLON, ANGLET, fswup_m, temp_surface_ave, ULON, dyt, zoo, salt_global_ave, dxt, fe, stf09, alk, v...
1deg_jra55_ryf9091_gadi{ACCESS-OM2}{1 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)}{seaIce, ocean}{1mon, 1yr, fx}{temp_submeso, area_u, flatn_ai_m, TLAT, total_ocean_calving_melt_heat, melts_m, dyu, v, total_volume_seawater, ty_trans_rho, congel_m, fmelttn_ai_m, strcory_m, alvdf_ai_m, snoice_m, total_ocean_s...{ocean, seaIce}{1mon, fx, 1yr}{fswabs_ai_m, alidr_ai_m, total_ocean_lw_heat, melt, frazil_m, pe_tot, ice_calving, temp_xflux_gm, area_u, ty_trans, sice_m, flwdn_m, temp_sigma_diff, temp_yflux_submeso, hu, temp_vdiffuse_k33_on_...
cmip6_fs38{ACCESS-OM2}{Australian CMIP6-era datasets catalogued by NCI}{ocnBgchem, seaIce, atmos, ocean}{1mon, 1day, 1yr, fx}{obvfsq, no3, dissicnatos, detocos, sosga, rlntds, hfrainds, difvso, ocontemppmdiff, detoc, uo, hfbasinpmadv, wfo, ocontemprmadvect, msftyrho, so, bigthetaoga, hfsifrazil, tauuo, pbo, wo, sftof, a...{atmos, ocean, ocnBgchem, seaIce}{1mon, fx, 1yr, 1day}{volo, ocontempmint, talkos, siareaacrossline, umo, areacello, bigthetaoga, ocontemppadvect, opottempmint, thkcello, zostoga, dfe, detocos, sivol, msftmrho, mfo, ocontemptend, agessc, wmo, siareas...
cmip6_oi10{Replicated CMIP6-era datasets catalogued by NCI}{ocean}{1mon}{thetao, uo, vo, tos, so, zos, sos}{thetao, vo, sos, zos, so, uo, tos}
\n", @@ -1033,11 +1294,26 @@ "catalog.search(model='ACCESS-OM2')" ] }, + { + "cell_type": "markdown", + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-17T05:28:12.243671Z", + "iopub.status.busy": "2023-10-17T05:28:12.242971Z", + "iopub.status.idle": "2023-10-17T05:28:12.248842Z", + "shell.execute_reply": "2023-10-17T05:28:12.247916Z", + "shell.execute_reply.started": "2023-10-17T05:28:12.243636Z" + } + }, + "source": [ + "# Finding data" + ] + }, { "cell_type": "markdown", "metadata": {}, "source": [ - "We are going to load sea ice concentration (`aice_m`) from the Repeat-Year forcing experiment. \n", + "In this example, we load sea ice concentration (`aice_m`) from a Repeat-Year forcing experiment. \n", "\n", "These are the arguments used with 'getvar' from the cosima cookbook" ] @@ -1047,22 +1323,17 @@ "execution_count": 5, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:48:21.621702Z", - "iopub.status.busy": "2023-10-09T02:48:21.621540Z", - "iopub.status.idle": "2023-10-09T02:48:21.625353Z", - "shell.execute_reply": "2023-10-09T02:48:21.624712Z", - "shell.execute_reply.started": "2023-10-09T02:48:21.621687Z" + "iopub.execute_input": "2023-10-19T04:02:22.315244Z", + "iopub.status.busy": "2023-10-19T04:02:22.315094Z", + "iopub.status.idle": "2023-10-19T04:02:22.318680Z", + "shell.execute_reply": "2023-10-19T04:02:22.317868Z", + "shell.execute_reply.started": "2023-10-19T04:02:22.315230Z" } }, "outputs": [], "source": [ - "sic_args = {\n", - " \"expt\": \"01deg_jra55v13_ryf9091\",\n", - " \"variable\": \"aice_m\",\n", - " \"start_time\": \"2090-02-01\",\n", - " \"end_time\":\"2100-01-01\",\n", - " \"decode_coords\":False\n", - "}" + "expt=\"01deg_jra55v13_ryf9091\"\n", + "variable=\"aice_m\"" ] }, { @@ -1077,23 +1348,32 @@ "execution_count": 6, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:48:21.626181Z", - "iopub.status.busy": "2023-10-09T02:48:21.626029Z", - "iopub.status.idle": "2023-10-09T02:48:23.658082Z", - "shell.execute_reply": "2023-10-09T02:48:23.657017Z", - "shell.execute_reply.started": "2023-10-09T02:48:21.626168Z" + "iopub.execute_input": "2023-10-19T04:02:22.321245Z", + "iopub.status.busy": "2023-10-19T04:02:22.321092Z", + "iopub.status.idle": "2023-10-19T04:02:25.010330Z", + "shell.execute_reply": "2023-10-19T04:02:25.009340Z", + "shell.execute_reply.started": "2023-10-19T04:02:22.321231Z" } }, "outputs": [], "source": [ - "var=catalog[sic_args['expt']].search(variable=sic_args['variable'])\n", + "var=catalog[expt].search(variable=variable)\n", "\n", "# var = cc.querying.getvar(\n", + "# expt=expt,\n", + "# variable=variable,\n", "# session=session, \n", - "# **sic_args\n", + "# decode_coords=False\n", "# )\n" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Loading Data" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -1108,11 +1388,11 @@ "execution_count": 7, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:48:23.663832Z", - "iopub.status.busy": "2023-10-09T02:48:23.663129Z", - "iopub.status.idle": "2023-10-09T02:50:06.335488Z", - "shell.execute_reply": "2023-10-09T02:50:06.334237Z", - "shell.execute_reply.started": "2023-10-09T02:48:23.663787Z" + "iopub.execute_input": "2023-10-19T04:02:25.011181Z", + "iopub.status.busy": "2023-10-19T04:02:25.010999Z", + "iopub.status.idle": "2023-10-19T04:04:15.272132Z", + "shell.execute_reply": "2023-10-19T04:04:15.270763Z", + "shell.execute_reply.started": "2023-10-19T04:02:25.011165Z" } }, "outputs": [ @@ -1130,8 +1410,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "CPU times: user 30.6 s, sys: 2.52 s, total: 33.1 s\n", - "Wall time: 1min 42s\n" + "CPU times: user 42.1 s, sys: 3.29 s, total: 45.4 s\n", + "Wall time: 1min 50s\n" ] } ], @@ -1149,26 +1429,24 @@ }, { "cell_type": "markdown", - "metadata": {}, - "source": [ - "**Intake has returned a dataset, when cosima cookbook would return a datarray, so select the dataarray for our variable:**" - ] - }, - { - "cell_type": "code", - "execution_count": 8, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:50:06.338067Z", - "iopub.status.busy": "2023-10-09T02:50:06.337142Z", - "iopub.status.idle": "2023-10-09T02:50:06.355486Z", - "shell.execute_reply": "2023-10-09T02:50:06.343023Z", - "shell.execute_reply.started": "2023-10-09T02:50:06.338021Z" + "iopub.execute_input": "2023-10-17T05:28:41.403256Z", + "iopub.status.busy": "2023-10-17T05:28:41.402118Z", + "iopub.status.idle": "2023-10-17T05:28:41.410631Z", + "shell.execute_reply": "2023-10-17T05:28:41.408824Z", + "shell.execute_reply.started": "2023-10-17T05:28:41.403191Z" } }, - "outputs": [], "source": [ - "sic=sic.aice_m" + "# Filtering by time" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**In the cosima_cookbook, we might have filtered by time using _start_date_ and _end_date_ arguments to _get_var_. Intake doesn't include filtering by time ranges in the 'search' function, but as we haven't loaded the dataset in to memory yet, we can filter by time before loading the data.**" ] }, { @@ -1182,14 +1460,14 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 8, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:50:06.377867Z", - "iopub.status.busy": "2023-10-09T02:50:06.377385Z", - "iopub.status.idle": "2023-10-09T02:50:06.481160Z", - "shell.execute_reply": "2023-10-09T02:50:06.480008Z", - "shell.execute_reply.started": "2023-10-09T02:50:06.377823Z" + "iopub.execute_input": "2023-10-19T04:04:15.275947Z", + "iopub.status.busy": "2023-10-19T04:04:15.275311Z", + "iopub.status.idle": "2023-10-19T04:04:15.308820Z", + "shell.execute_reply": "2023-10-19T04:04:15.307948Z", + "shell.execute_reply.started": "2023-10-19T04:04:15.275904Z" } }, "outputs": [], @@ -1201,19 +1479,19 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**Intake doesn't include filtering by time ranges in the 'search' command. As we have only lazy loaded the data so far, this is a good time to to subset to only use the years we are interested in (similar to start_time and end_time arguments in 'getvar')**" + "**As we have only lazy loaded the data so far, this is a good time to subset to only use the years we are interested in**" ] }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 9, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:50:06.483898Z", - "iopub.status.busy": "2023-10-09T02:50:06.483006Z", - "iopub.status.idle": "2023-10-09T02:50:06.509564Z", - "shell.execute_reply": "2023-10-09T02:50:06.508648Z", - "shell.execute_reply.started": "2023-10-09T02:50:06.483853Z" + "iopub.execute_input": "2023-10-19T04:04:15.309544Z", + "iopub.status.busy": "2023-10-19T04:04:15.309377Z", + "iopub.status.idle": "2023-10-19T04:04:15.467438Z", + "shell.execute_reply": "2023-10-19T04:04:15.431450Z", + "shell.execute_reply.started": "2023-10-19T04:04:15.309529Z" } }, "outputs": [], @@ -1232,38 +1510,25423 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**There are many output files with the area field, and we only want one, so lets include the start date to force the catalog to only return one file to open. (We used _n=1_ in the cookbook, there is an [open issue](https://github.com/ACCESS-NRI/access-nri-intake-catalog/issues/117) to try and improve this.)**" + "**There are many output files with the area field, however we only want one (as they are all the same)**" ] }, { "cell_type": "code", - "execution_count": 11, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-09T02:50:06.510933Z", - "iopub.status.busy": "2023-10-09T02:50:06.510687Z", - "iopub.status.idle": "2023-10-09T02:50:07.546451Z", - "shell.execute_reply": "2023-10-09T02:50:07.545231Z", - "shell.execute_reply.started": "2023-10-09T02:50:06.510911Z" - } - }, - "outputs": [], - "source": [ - "# area_t = cc.querying.getvar(sic_args['expt'], 'area_t',session,n = 1)\n", - "area_t=catalog[sic_args['expt']].search(variable='area_t', start_date='2090-01-01,*').to_dask().load()" - ] - }, - { - "cell_type": "code", - "execution_count": 12, + "execution_count": 10, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:50:07.549184Z", - "iopub.status.busy": "2023-10-09T02:50:07.548087Z", - "iopub.status.idle": "2023-10-09T02:50:07.587698Z", - "shell.execute_reply": "2023-10-09T02:50:07.586025Z", - "shell.execute_reply.started": "2023-10-09T02:50:07.549138Z" - } + "iopub.execute_input": "2023-10-19T04:04:15.471540Z", + "iopub.status.busy": "2023-10-19T04:04:15.470868Z", + "iopub.status.idle": "2023-10-19T04:04:16.477495Z", + "shell.execute_reply": "2023-10-19T04:04:16.476618Z", + "shell.execute_reply.started": "2023-10-19T04:04:15.471498Z" + }, + "scrolled": true + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
pathrealmvariablefrequencystart_dateend_datevariable_long_namevariable_standard_namevariable_cell_methodsfilenamefile_id
0/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1900-04-01, 00:00:001900-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output001/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1900-07-01, 00:00:001900-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
2/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output002/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1900-10-01, 00:00:001900-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
3/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output003/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1901-01-01, 00:00:001901-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
4/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output004/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1901-07-01, 00:00:001901-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
5/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output005/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1902-01-01, 00:00:001902-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
6/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output006/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1902-07-01, 00:00:001902-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
7/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output007/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1902-10-01, 00:00:001902-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
8/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output008/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1903-01-01, 00:00:001903-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
9/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output009/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1903-04-01, 00:00:001903-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
10/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output010/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1903-07-01, 00:00:001903-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
11/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output011/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1903-10-01, 00:00:001903-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
12/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output012/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1904-01-01, 00:00:001904-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
13/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output013/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1904-04-01, 00:00:001904-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
14/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output014/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1904-07-01, 00:00:001904-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
15/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output015/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1904-10-01, 00:00:001904-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
16/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output016/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1905-01-01, 00:00:001905-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
17/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output017/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1905-04-01, 00:00:001905-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
18/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output018/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1905-07-01, 00:00:001905-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
19/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output019/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1905-10-01, 00:00:001905-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
20/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output020/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1906-01-01, 00:00:001906-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
21/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output021/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1906-04-01, 00:00:001906-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
22/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output022/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1906-07-01, 00:00:001906-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
23/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output023/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1906-10-01, 00:00:001906-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
24/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output024/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1907-01-01, 00:00:001907-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
25/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output025/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1907-04-01, 00:00:001907-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
26/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output026/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1907-07-01, 00:00:001907-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
27/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output027/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1907-10-01, 00:00:001907-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
28/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output028/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1908-01-01, 00:00:001908-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
29/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output029/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1908-07-01, 00:00:001908-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
30/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output030/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1908-10-01, 00:00:001908-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
31/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output031/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1909-01-01, 00:00:001909-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
32/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output032/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1909-04-01, 00:00:001909-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
33/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output033/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1909-07-01, 00:00:001909-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
34/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output034/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1909-10-01, 00:00:001909-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
35/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output035/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1910-01-01, 00:00:001910-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
36/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output036/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1910-04-01, 00:00:001910-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
37/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output037/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1910-07-01, 00:00:001910-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
38/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output038/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1910-10-01, 00:00:001910-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
39/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output039/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1911-01-01, 00:00:001911-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
40/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output040/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1911-04-01, 00:00:001911-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
41/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output041/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1911-07-01, 00:00:001911-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
42/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output042/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1911-10-01, 00:00:001911-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
43/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output043/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1912-01-01, 00:00:001912-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
44/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output044/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1912-04-01, 00:00:001912-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
45/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output045/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1912-07-01, 00:00:001912-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
46/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output046/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1912-10-01, 00:00:001912-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
47/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output047/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1913-01-01, 00:00:001913-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
48/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output048/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1913-04-01, 00:00:001913-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
49/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output049/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1913-07-01, 00:00:001913-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
50/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output050/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1913-10-01, 00:00:001913-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
51/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output051/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1914-01-01, 00:00:001914-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
52/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output052/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1914-04-01, 00:00:001914-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
53/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output053/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1914-07-01, 00:00:001914-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
54/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output054/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1914-10-01, 00:00:001914-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
55/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output055/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1915-01-01, 00:00:001915-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
56/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output056/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1915-04-01, 00:00:001915-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
57/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output057/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1915-07-01, 00:00:001915-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
58/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output058/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1915-10-01, 00:00:001915-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
59/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output059/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1916-01-01, 00:00:001916-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
60/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output060/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1916-04-01, 00:00:001916-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
61/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output061/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1916-07-01, 00:00:001916-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
62/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output062/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1916-10-01, 00:00:001916-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
63/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output063/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1917-01-01, 00:00:001917-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
64/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output064/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1917-04-01, 00:00:001917-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
65/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output065/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1917-07-01, 00:00:001917-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
66/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output066/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1917-10-01, 00:00:001917-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
67/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output067/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1918-01-01, 00:00:001918-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
68/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output068/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1918-04-01, 00:00:001918-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
69/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output069/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1918-07-01, 00:00:001918-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
70/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output070/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1918-10-01, 00:00:001918-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
71/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output071/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1919-01-01, 00:00:001919-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
72/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output072/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1919-04-01, 00:00:001919-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
73/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output073/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1919-07-01, 00:00:001919-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
74/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output074/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1919-10-01, 00:00:001919-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
75/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output075/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1920-01-01, 00:00:001920-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
76/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output076/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1920-04-01, 00:00:001920-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
77/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output077/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1920-07-01, 00:00:001920-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
78/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output078/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1920-10-01, 00:00:001920-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
79/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output079/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1921-01-01, 00:00:001921-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
80/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output080/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1921-04-01, 00:00:001921-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
81/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output081/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1921-07-01, 00:00:001921-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
82/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output082/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1921-10-01, 00:00:001921-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
83/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output083/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1922-01-01, 00:00:001922-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
84/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output084/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1922-04-01, 00:00:001922-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
85/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output085/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1922-07-01, 00:00:001922-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
86/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output086/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1922-10-01, 00:00:001922-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
87/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output087/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1923-01-01, 00:00:001923-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
88/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output088/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1923-04-01, 00:00:001923-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
89/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output089/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1923-07-01, 00:00:001923-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
90/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output090/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1923-10-01, 00:00:001923-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
91/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output091/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1924-01-01, 00:00:001924-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
92/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output092/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1924-04-01, 00:00:001924-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
93/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output093/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1924-07-01, 00:00:001924-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
94/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output094/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1924-10-01, 00:00:001924-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
95/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output095/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1925-01-01, 00:00:001925-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
96/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output096/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1925-04-01, 00:00:001925-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
97/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output097/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1925-07-01, 00:00:001925-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
98/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output098/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1925-10-01, 00:00:001925-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
99/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output099/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1926-01-01, 00:00:001926-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
100/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output100/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1926-04-01, 00:00:001926-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
101/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1000/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2151-04-01, 00:00:002151-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
102/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1001/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2151-07-01, 00:00:002151-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
103/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1002/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2151-10-01, 00:00:002151-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
104/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1003/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2152-01-01, 00:00:002152-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
105/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1004/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2152-04-01, 00:00:002152-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
106/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1005/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2152-07-01, 00:00:002152-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
107/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1006/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2152-10-01, 00:00:002152-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
108/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1007/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2153-01-01, 00:00:002153-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
109/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1008/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2153-04-01, 00:00:002153-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
110/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1009/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2153-07-01, 00:00:002153-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
111/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output101/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1926-07-01, 00:00:001926-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
112/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1010/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2153-10-01, 00:00:002153-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
113/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1011/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2154-01-01, 00:00:002154-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
114/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1012/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2154-04-01, 00:00:002154-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
115/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1013/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2154-07-01, 00:00:002154-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
116/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1014/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2154-10-01, 00:00:002154-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
117/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1015/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2155-01-01, 00:00:002155-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
118/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1016/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2155-04-01, 00:00:002155-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
119/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1017/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2155-07-01, 00:00:002155-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
120/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1018/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2155-10-01, 00:00:002155-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
121/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1019/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2156-01-01, 00:00:002156-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
122/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output102/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1926-10-01, 00:00:001926-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
123/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1020/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2156-04-01, 00:00:002156-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
124/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1021/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2156-07-01, 00:00:002156-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
125/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1022/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2156-10-01, 00:00:002156-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
126/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1023/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2157-01-01, 00:00:002157-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
127/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1024/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2157-04-01, 00:00:002157-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
128/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1025/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2157-07-01, 00:00:002157-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
129/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1026/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2157-10-01, 00:00:002157-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
130/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1027/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2158-01-01, 00:00:002158-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
131/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1028/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2158-04-01, 00:00:002158-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
132/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1029/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2158-07-01, 00:00:002158-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
133/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output103/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1927-01-01, 00:00:001927-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
134/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1030/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2158-10-01, 00:00:002158-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
135/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1031/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2159-01-01, 00:00:002159-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
136/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1032/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2159-04-01, 00:00:002159-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
137/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1033/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2159-07-01, 00:00:002159-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
138/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1034/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2159-10-01, 00:00:002159-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
139/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1035/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2160-01-01, 00:00:002160-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
140/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1036/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2160-04-01, 00:00:002160-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
141/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1037/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2160-07-01, 00:00:002160-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
142/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1038/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2160-10-01, 00:00:002160-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
143/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1039/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2161-01-01, 00:00:002161-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
144/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output104/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1927-04-01, 00:00:001927-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
145/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1040/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2161-04-01, 00:00:002161-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
146/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1041/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2161-07-01, 00:00:002161-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
147/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1042/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2161-10-01, 00:00:002161-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
148/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1043/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2162-01-01, 00:00:002162-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
149/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1044/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2162-04-01, 00:00:002162-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
150/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1045/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2162-07-01, 00:00:002162-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
151/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1046/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2162-10-01, 00:00:002162-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
152/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1047/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2163-01-01, 00:00:002163-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
153/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1048/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2163-04-01, 00:00:002163-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
154/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1049/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2163-07-01, 00:00:002163-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
155/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output105/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1927-07-01, 00:00:001927-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
156/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1050/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2163-10-01, 00:00:002163-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
157/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1051/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2164-01-01, 00:00:002164-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
158/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1052/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2164-04-01, 00:00:002164-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
159/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1053/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2164-07-01, 00:00:002164-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
160/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1054/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2164-10-01, 00:00:002164-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
161/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1055/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2165-01-01, 00:00:002165-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
162/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1056/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2165-04-01, 00:00:002165-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
163/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1057/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2165-07-01, 00:00:002165-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
164/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1058/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2165-10-01, 00:00:002165-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
165/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1059/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2166-01-01, 00:00:002166-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
166/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output106/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1927-10-01, 00:00:001927-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
167/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1060/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2166-04-01, 00:00:002166-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
168/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1061/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2166-07-01, 00:00:002166-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
169/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1062/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2166-10-01, 00:00:002166-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
170/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1063/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2167-01-01, 00:00:002167-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
171/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1064/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2167-04-01, 00:00:002167-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
172/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1065/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2167-07-01, 00:00:002167-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
173/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1066/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2167-10-01, 00:00:002167-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
174/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1067/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2168-01-01, 00:00:002168-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
175/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1068/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2168-04-01, 00:00:002168-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
176/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1069/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2168-07-01, 00:00:002168-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
177/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output107/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1928-01-01, 00:00:001928-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
178/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1070/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2168-10-01, 00:00:002168-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
179/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1071/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2169-01-01, 00:00:002169-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
180/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1072/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2169-04-01, 00:00:002169-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
181/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1073/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2169-07-01, 00:00:002169-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
182/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1074/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2169-10-01, 00:00:002169-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
183/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1075/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2170-01-01, 00:00:002170-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
184/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1076/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2170-04-01, 00:00:002170-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
185/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1077/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2170-07-01, 00:00:002170-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
186/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1078/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2170-10-01, 00:00:002170-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
187/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1079/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2171-01-01, 00:00:002171-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
188/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output108/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1928-04-01, 00:00:001928-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
189/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1080/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2171-04-01, 00:00:002171-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
190/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1081/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2171-07-01, 00:00:002171-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
191/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1082/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2171-10-01, 00:00:002171-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
192/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1083/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2172-01-01, 00:00:002172-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
193/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1084/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2172-04-01, 00:00:002172-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
194/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1085/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2172-07-01, 00:00:002172-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
195/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1086/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2172-10-01, 00:00:002172-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
196/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1087/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2173-01-01, 00:00:002173-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
197/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1088/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2173-04-01, 00:00:002173-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
198/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1089/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2173-07-01, 00:00:002173-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
199/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output109/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1928-07-01, 00:00:001928-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
200/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1090/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2173-10-01, 00:00:002173-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
201/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1091/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2174-01-01, 00:00:002174-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
202/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1092/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2174-04-01, 00:00:002174-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
203/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1093/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2174-07-01, 00:00:002174-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
204/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1094/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2174-10-01, 00:00:002174-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
205/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1095/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2175-01-01, 00:00:002175-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
206/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1096/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2175-04-01, 00:00:002175-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
207/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1097/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2175-07-01, 00:00:002175-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
208/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1098/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2175-10-01, 00:00:002175-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
209/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1099/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2176-01-01, 00:00:002176-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
210/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output110/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1928-10-01, 00:00:001928-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
211/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1100/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2176-04-01, 00:00:002176-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
212/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1101/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2176-07-01, 00:00:002176-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
213/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1102/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2176-10-01, 00:00:002176-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
214/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1103/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2177-01-01, 00:00:002177-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
215/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1104/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2177-04-01, 00:00:002177-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
216/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1105/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2177-07-01, 00:00:002177-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
217/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1106/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2177-10-01, 00:00:002177-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
218/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1107/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2178-01-01, 00:00:002178-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
219/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1108/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2178-04-01, 00:00:002178-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
220/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1109/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2178-07-01, 00:00:002178-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
221/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output111/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1929-01-01, 00:00:001929-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
222/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1110/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2178-10-01, 00:00:002178-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
223/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1111/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2179-01-01, 00:00:002179-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
224/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1112/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2179-04-01, 00:00:002179-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
225/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1113/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2179-07-01, 00:00:002179-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
226/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1114/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2179-10-01, 00:00:002179-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
227/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1115/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2180-01-01, 00:00:002180-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
228/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output112/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1929-04-01, 00:00:001929-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
229/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output113/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1929-07-01, 00:00:001929-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
230/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output114/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1929-10-01, 00:00:001929-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
231/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output115/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1930-01-01, 00:00:001930-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
232/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output116/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1930-04-01, 00:00:001930-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
233/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output117/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1930-07-01, 00:00:001930-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
234/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output118/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1930-10-01, 00:00:001930-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
235/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output119/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1931-01-01, 00:00:001931-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
236/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output120/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1931-04-01, 00:00:001931-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
237/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output121/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1931-07-01, 00:00:001931-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
238/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output122/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1931-10-01, 00:00:001931-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
239/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output123/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1932-01-01, 00:00:001932-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
240/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output124/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1932-04-01, 00:00:001932-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
241/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output125/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1932-07-01, 00:00:001932-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
242/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output126/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1932-10-01, 00:00:001932-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
243/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output127/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1933-01-01, 00:00:001933-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
244/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output128/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1933-04-01, 00:00:001933-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
245/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output129/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1933-07-01, 00:00:001933-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
246/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output130/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1933-10-01, 00:00:001933-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
247/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output131/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1934-01-01, 00:00:001934-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
248/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output132/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1934-04-01, 00:00:001934-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
249/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output133/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1934-07-01, 00:00:001934-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
250/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output134/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1934-10-01, 00:00:001934-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
251/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output135/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1935-01-01, 00:00:001935-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
252/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output136/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1935-04-01, 00:00:001935-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
253/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output137/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1935-07-01, 00:00:001935-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
254/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output138/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1935-10-01, 00:00:001935-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
255/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output139/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1936-01-01, 00:00:001936-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
256/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output140/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1936-04-01, 00:00:001936-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
257/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output141/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1936-07-01, 00:00:001936-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
258/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output142/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1936-10-01, 00:00:001936-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
259/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output143/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1937-01-01, 00:00:001937-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
260/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output144/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1937-04-01, 00:00:001937-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
261/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output145/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1937-07-01, 00:00:001937-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
262/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output146/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1937-10-01, 00:00:001937-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
263/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output147/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1938-01-01, 00:00:001938-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
264/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output148/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1938-04-01, 00:00:001938-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
265/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output149/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1938-07-01, 00:00:001938-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
266/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output150/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1938-10-01, 00:00:001938-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
267/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output151/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1939-01-01, 00:00:001939-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
268/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output152/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1939-04-01, 00:00:001939-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
269/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output153/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1939-07-01, 00:00:001939-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
270/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output154/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1939-10-01, 00:00:001939-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
271/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output155/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1940-01-01, 00:00:001940-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
272/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output156/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1940-04-01, 00:00:001940-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
273/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output157/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1940-07-01, 00:00:001940-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
274/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output158/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1940-10-01, 00:00:001940-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
275/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output159/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1941-01-01, 00:00:001941-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
276/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output160/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1941-04-01, 00:00:001941-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
277/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output161/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1941-07-01, 00:00:001941-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
278/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output162/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1941-10-01, 00:00:001941-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
279/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output163/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1942-01-01, 00:00:001942-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
280/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output164/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1942-04-01, 00:00:001942-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
281/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output165/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1942-07-01, 00:00:001942-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
282/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output166/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1942-10-01, 00:00:001942-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
283/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output167/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1943-01-01, 00:00:001943-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
284/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output168/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1943-04-01, 00:00:001943-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
285/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output169/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1943-07-01, 00:00:001943-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
286/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output170/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1943-10-01, 00:00:001943-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
287/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output171/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1944-01-01, 00:00:001944-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
288/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output172/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1944-04-01, 00:00:001944-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
289/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output173/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1944-07-01, 00:00:001944-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
290/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output174/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1944-10-01, 00:00:001944-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
291/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output175/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1945-01-01, 00:00:001945-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
292/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output176/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1945-04-01, 00:00:001945-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
293/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output177/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1945-07-01, 00:00:001945-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
294/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output178/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1945-10-01, 00:00:001945-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
295/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output179/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1946-01-01, 00:00:001946-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
296/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output180/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1946-04-01, 00:00:001946-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
297/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output181/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1946-07-01, 00:00:001946-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
298/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output182/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1946-10-01, 00:00:001946-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
299/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output183/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1947-01-01, 00:00:001947-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
300/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output184/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1947-04-01, 00:00:001947-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
301/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output185/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1947-07-01, 00:00:001947-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
302/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output186/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1947-10-01, 00:00:001947-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
303/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output187/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1948-01-01, 00:00:001948-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
304/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output188/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1948-04-01, 00:00:001948-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
305/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output189/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1948-07-01, 00:00:001948-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
306/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output190/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1948-10-01, 00:00:001948-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
307/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output191/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1949-01-01, 00:00:001949-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
308/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output192/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1949-04-01, 00:00:001949-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
309/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output193/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1949-07-01, 00:00:001949-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
310/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output194/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1949-10-01, 00:00:001949-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
311/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output195/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1950-01-01, 00:00:001950-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
312/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output196/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1950-04-01, 00:00:001950-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
313/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output197/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1950-07-01, 00:00:001950-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
314/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output198/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1950-10-01, 00:00:001950-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
315/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output199/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1951-01-01, 00:00:001951-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
316/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output200/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1951-04-01, 00:00:001951-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
317/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output201/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1951-07-01, 00:00:001951-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
318/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output202/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1951-10-01, 00:00:001951-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
319/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output203/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1952-01-01, 00:00:001952-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
320/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output204/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1952-04-01, 00:00:001952-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
321/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output205/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1952-07-01, 00:00:001952-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
322/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output206/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1952-10-01, 00:00:001952-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
323/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output207/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1953-01-01, 00:00:001953-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
324/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output208/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1953-04-01, 00:00:001953-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
325/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output209/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1953-07-01, 00:00:001953-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
326/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output210/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1953-10-01, 00:00:001953-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
327/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output211/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1954-01-01, 00:00:001954-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
328/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output212/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1954-04-01, 00:00:001954-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
329/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output213/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1954-07-01, 00:00:001954-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
330/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output214/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1954-10-01, 00:00:001954-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
331/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output215/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1955-01-01, 00:00:001955-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
332/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output216/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1955-04-01, 00:00:001955-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
333/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output217/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1955-07-01, 00:00:001955-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
334/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output218/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1955-10-01, 00:00:001955-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
335/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output219/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1956-01-01, 00:00:001956-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
336/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output220/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1956-04-01, 00:00:001956-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
337/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output221/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1956-07-01, 00:00:001956-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
338/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output222/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1956-10-01, 00:00:001956-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
339/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output223/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1957-01-01, 00:00:001957-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
340/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output224/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1957-04-01, 00:00:001957-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
341/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output225/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1957-07-01, 00:00:001957-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
342/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output226/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1957-10-01, 00:00:001957-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
343/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output227/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1958-01-01, 00:00:001958-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
344/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output228/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1958-04-01, 00:00:001958-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
345/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output229/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1958-07-01, 00:00:001958-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
346/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output230/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1958-10-01, 00:00:001958-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
347/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output231/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1959-01-01, 00:00:001959-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
348/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output232/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1959-04-01, 00:00:001959-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
349/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output233/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1959-07-01, 00:00:001959-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
350/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output234/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1959-10-01, 00:00:001959-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
351/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output235/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1960-01-01, 00:00:001960-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
352/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output236/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1960-04-01, 00:00:001960-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
353/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output237/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1960-07-01, 00:00:001960-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
354/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output238/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1960-10-01, 00:00:001960-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
355/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output239/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1961-01-01, 00:00:001961-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
356/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output240/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1961-04-01, 00:00:001961-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
357/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output241/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1961-07-01, 00:00:001961-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
358/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output242/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1961-10-01, 00:00:001961-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
359/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output243/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1962-01-01, 00:00:001962-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
360/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output244/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1962-04-01, 00:00:001962-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
361/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output245/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1962-07-01, 00:00:001962-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
362/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output246/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1962-10-01, 00:00:001962-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
363/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output247/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1963-01-01, 00:00:001963-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
364/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output248/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1963-04-01, 00:00:001963-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
365/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output249/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1963-07-01, 00:00:001963-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
366/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output250/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1963-10-01, 00:00:001963-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
367/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output251/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1964-01-01, 00:00:001964-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
368/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output252/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1964-04-01, 00:00:001964-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
369/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output253/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1964-07-01, 00:00:001964-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
370/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output254/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1964-10-01, 00:00:001964-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
371/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output255/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1965-01-01, 00:00:001965-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
372/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output256/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1965-04-01, 00:00:001965-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
373/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output257/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1965-07-01, 00:00:001965-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
374/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output258/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1965-10-01, 00:00:001965-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
375/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output259/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1966-01-01, 00:00:001966-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
376/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output260/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1966-04-01, 00:00:001966-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
377/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output261/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1966-07-01, 00:00:001966-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
378/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output262/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1966-10-01, 00:00:001966-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
379/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output263/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1967-01-01, 00:00:001967-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
380/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output264/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1967-04-01, 00:00:001967-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
381/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output265/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1967-07-01, 00:00:001967-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
382/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output266/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1967-10-01, 00:00:001967-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
383/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output267/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1968-01-01, 00:00:001968-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
384/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output268/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1968-04-01, 00:00:001968-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
385/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output269/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1968-07-01, 00:00:001968-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
386/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output270/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1968-10-01, 00:00:001968-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
387/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output271/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1969-01-01, 00:00:001969-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
388/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output272/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1969-04-01, 00:00:001969-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
389/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output273/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1969-07-01, 00:00:001969-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
390/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output274/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1969-10-01, 00:00:001969-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
391/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output275/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1970-01-01, 00:00:001970-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
392/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output276/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1970-04-01, 00:00:001970-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
393/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output277/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1970-07-01, 00:00:001970-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
394/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output278/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1970-10-01, 00:00:001970-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
395/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output279/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1971-01-01, 00:00:001971-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
396/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output280/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1971-04-01, 00:00:001971-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
397/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output281/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1971-07-01, 00:00:001971-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
398/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output282/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1971-10-01, 00:00:001971-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
399/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output283/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1972-01-01, 00:00:001972-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
400/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output284/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1972-04-01, 00:00:001972-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
401/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output285/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1972-07-01, 00:00:001972-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
402/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output286/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1972-10-01, 00:00:001972-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
403/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output287/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1973-01-01, 00:00:001973-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
404/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output288/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1973-04-01, 00:00:001973-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
405/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output289/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1973-07-01, 00:00:001973-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
406/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output290/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1973-10-01, 00:00:001973-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
407/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output291/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1974-01-01, 00:00:001974-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
408/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output292/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1974-04-01, 00:00:001974-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
409/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output293/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1974-07-01, 00:00:001974-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
410/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output294/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1974-10-01, 00:00:001974-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
411/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output295/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1975-01-01, 00:00:001975-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
412/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output296/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1975-04-01, 00:00:001975-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
413/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output297/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1975-07-01, 00:00:001975-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
414/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output298/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1975-10-01, 00:00:001975-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
415/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output299/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1976-01-01, 00:00:001976-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
416/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output300/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1976-04-01, 00:00:001976-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
417/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output301/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1976-07-01, 00:00:001976-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
418/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output302/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1976-10-01, 00:00:001976-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
419/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output303/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1977-01-01, 00:00:001977-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
420/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output304/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1977-04-01, 00:00:001977-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
421/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output305/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1977-07-01, 00:00:001977-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
422/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output306/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1977-10-01, 00:00:001977-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
423/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output307/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1978-01-01, 00:00:001978-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
424/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output308/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1978-04-01, 00:00:001978-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
425/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output309/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1978-07-01, 00:00:001978-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
426/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output310/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1978-10-01, 00:00:001978-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
427/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output311/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1979-01-01, 00:00:001979-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
428/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output312/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1979-04-01, 00:00:001979-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
429/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output313/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1979-07-01, 00:00:001979-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
430/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output314/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1979-10-01, 00:00:001979-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
431/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output315/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1980-01-01, 00:00:001980-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
432/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output316/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1980-04-01, 00:00:001980-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
433/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output317/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1980-07-01, 00:00:001980-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
434/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output318/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1980-10-01, 00:00:001980-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
435/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output319/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1981-01-01, 00:00:001981-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
436/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output320/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1981-04-01, 00:00:001981-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
437/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output321/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1981-07-01, 00:00:001981-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
438/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output322/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1981-10-01, 00:00:001981-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
439/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output323/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1982-01-01, 00:00:001982-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
440/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output324/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1982-04-01, 00:00:001982-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
441/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output325/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1982-07-01, 00:00:001982-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
442/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output326/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1982-10-01, 00:00:001982-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
443/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output327/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1983-01-01, 00:00:001983-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
444/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output328/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1983-04-01, 00:00:001983-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
445/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output329/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1983-07-01, 00:00:001983-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
446/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output330/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1983-10-01, 00:00:001983-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
447/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output331/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1984-01-01, 00:00:001984-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
448/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output332/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1984-04-01, 00:00:001984-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
449/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output333/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1984-07-01, 00:00:001984-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
450/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output334/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1984-10-01, 00:00:001984-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
451/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output335/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1985-01-01, 00:00:001985-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
452/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output336/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1985-04-01, 00:00:001985-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
453/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output337/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1985-07-01, 00:00:001985-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
454/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output338/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1985-10-01, 00:00:001985-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
455/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output339/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1986-01-01, 00:00:001986-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
456/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output340/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1986-04-01, 00:00:001986-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
457/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output341/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1986-07-01, 00:00:001986-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
458/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output342/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1986-10-01, 00:00:001986-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
459/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output343/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1987-01-01, 00:00:001987-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
460/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output344/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1987-04-01, 00:00:001987-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
461/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output345/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1987-07-01, 00:00:001987-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
462/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output346/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1987-10-01, 00:00:001987-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
463/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output347/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1988-01-01, 00:00:001988-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
464/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output348/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1988-04-01, 00:00:001988-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
465/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output349/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1988-07-01, 00:00:001988-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
466/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output350/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1988-10-01, 00:00:001988-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
467/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output351/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1989-01-01, 00:00:001989-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
468/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output352/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1989-04-01, 00:00:001989-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
469/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output353/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1989-07-01, 00:00:001989-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
470/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output354/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1989-10-01, 00:00:001989-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
471/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output355/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1990-01-01, 00:00:001990-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
472/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output356/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1990-04-01, 00:00:001990-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
473/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output357/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1990-07-01, 00:00:001990-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
474/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output358/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1990-10-01, 00:00:001990-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
475/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output359/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1991-01-01, 00:00:001991-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
476/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output360/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1991-04-01, 00:00:001991-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
477/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output361/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1991-07-01, 00:00:001991-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
478/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output362/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1991-10-01, 00:00:001991-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
479/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output363/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1992-01-01, 00:00:001992-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
480/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output364/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1992-04-01, 00:00:001992-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
481/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output365/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1992-07-01, 00:00:001992-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
482/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output366/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1992-10-01, 00:00:001992-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
483/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output367/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1993-01-01, 00:00:001993-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
484/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output368/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1993-04-01, 00:00:001993-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
485/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output369/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1993-07-01, 00:00:001993-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
486/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output370/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1993-10-01, 00:00:001993-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
487/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output371/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1994-01-01, 00:00:001994-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
488/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output372/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1994-04-01, 00:00:001994-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
489/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output373/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1994-07-01, 00:00:001994-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
490/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output374/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1994-10-01, 00:00:001994-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
491/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output375/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1995-01-01, 00:00:001995-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
492/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output376/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1995-04-01, 00:00:001995-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
493/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output377/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1995-07-01, 00:00:001995-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
494/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output378/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1995-10-01, 00:00:001995-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
495/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output379/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1996-01-01, 00:00:001996-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
496/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output380/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1996-04-01, 00:00:001996-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
497/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output381/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1996-07-01, 00:00:001996-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
498/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output382/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1996-10-01, 00:00:001996-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
499/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output383/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1997-01-01, 00:00:001997-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
500/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output384/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1997-04-01, 00:00:001997-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
501/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output385/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1997-07-01, 00:00:001997-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
502/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output386/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1997-10-01, 00:00:001997-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
503/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output387/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1998-01-01, 00:00:001998-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
504/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output388/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1998-04-01, 00:00:001998-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
505/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output389/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1998-07-01, 00:00:001998-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
506/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output390/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1998-10-01, 00:00:001998-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
507/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output391/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1999-01-01, 00:00:001999-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
508/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output392/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1999-04-01, 00:00:001999-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
509/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output393/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1999-07-01, 00:00:001999-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
510/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output394/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1999-10-01, 00:00:001999-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
511/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output395/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2000-01-01, 00:00:002000-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
512/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output396/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2000-04-01, 00:00:002000-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
513/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output397/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2000-07-01, 00:00:002000-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
514/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output398/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2000-10-01, 00:00:002000-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
515/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output399/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2001-01-01, 00:00:002001-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
516/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output400/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2001-04-01, 00:00:002001-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
517/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output401/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2001-07-01, 00:00:002001-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
518/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output402/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2001-10-01, 00:00:002001-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
519/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output403/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2002-01-01, 00:00:002002-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
520/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output404/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2002-04-01, 00:00:002002-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
521/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output405/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2002-07-01, 00:00:002002-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
522/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output406/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2002-10-01, 00:00:002002-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
523/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output407/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2003-01-01, 00:00:002003-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
524/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output408/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2003-04-01, 00:00:002003-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
525/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output409/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2003-07-01, 00:00:002003-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
526/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output410/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2003-10-01, 00:00:002003-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
527/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output411/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2004-01-01, 00:00:002004-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
528/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output412/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2004-04-01, 00:00:002004-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
529/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output413/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2004-07-01, 00:00:002004-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
530/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output414/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2004-10-01, 00:00:002004-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
531/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output415/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2005-01-01, 00:00:002005-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
532/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output416/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2005-04-01, 00:00:002005-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
533/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output417/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2005-07-01, 00:00:002005-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
534/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output418/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2005-10-01, 00:00:002005-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
535/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output419/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2006-01-01, 00:00:002006-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
536/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output420/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2006-04-01, 00:00:002006-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
537/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output421/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2006-07-01, 00:00:002006-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
538/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output422/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2006-10-01, 00:00:002006-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
539/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output423/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2007-01-01, 00:00:002007-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
540/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output424/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2007-04-01, 00:00:002007-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
541/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output425/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2007-07-01, 00:00:002007-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
542/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output426/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2007-10-01, 00:00:002007-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
543/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output427/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2008-01-01, 00:00:002008-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
544/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output428/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2008-04-01, 00:00:002008-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
545/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output429/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2008-07-01, 00:00:002008-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
546/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output430/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2008-10-01, 00:00:002008-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
547/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output431/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2009-01-01, 00:00:002009-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
548/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output432/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2009-04-01, 00:00:002009-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
549/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output433/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2009-07-01, 00:00:002009-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
550/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output434/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2009-10-01, 00:00:002009-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
551/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output435/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2010-01-01, 00:00:002010-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
552/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output436/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2010-04-01, 00:00:002010-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
553/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output437/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2010-07-01, 00:00:002010-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
554/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output438/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2010-10-01, 00:00:002010-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
555/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output439/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2011-01-01, 00:00:002011-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
556/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output440/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2011-04-01, 00:00:002011-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
557/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output441/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2011-07-01, 00:00:002011-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
558/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output442/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2011-10-01, 00:00:002011-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
559/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output443/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2012-01-01, 00:00:002012-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
560/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output444/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2012-04-01, 00:00:002012-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
561/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output445/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2012-07-01, 00:00:002012-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
562/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output446/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2012-10-01, 00:00:002012-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
563/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output447/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2013-01-01, 00:00:002013-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
564/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output448/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2013-04-01, 00:00:002013-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
565/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output449/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2013-07-01, 00:00:002013-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
566/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output450/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2013-10-01, 00:00:002013-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
567/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output451/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2014-01-01, 00:00:002014-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
568/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output452/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2014-04-01, 00:00:002014-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
569/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output453/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2014-07-01, 00:00:002014-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
570/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output454/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2014-10-01, 00:00:002014-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
571/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output455/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2015-01-01, 00:00:002015-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
572/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output456/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2015-04-01, 00:00:002015-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
573/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output457/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2015-07-01, 00:00:002015-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
574/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output458/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2015-10-01, 00:00:002015-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
575/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output459/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2016-01-01, 00:00:002016-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
576/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output460/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2016-04-01, 00:00:002016-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
577/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output461/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2016-07-01, 00:00:002016-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
578/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output462/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2016-10-01, 00:00:002016-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
579/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output463/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2017-01-01, 00:00:002017-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
580/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output464/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2017-04-01, 00:00:002017-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
581/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output465/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2017-07-01, 00:00:002017-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
582/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output466/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2017-10-01, 00:00:002017-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
583/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output467/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2018-01-01, 00:00:002018-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
584/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output468/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2018-04-01, 00:00:002018-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
585/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output469/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2018-07-01, 00:00:002018-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
586/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output470/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2018-10-01, 00:00:002018-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
587/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output471/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2019-01-01, 00:00:002019-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
588/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output472/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2019-04-01, 00:00:002019-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
589/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output473/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2019-07-01, 00:00:002019-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
590/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output474/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2019-10-01, 00:00:002019-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
591/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output475/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2020-01-01, 00:00:002020-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
592/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output476/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2020-04-01, 00:00:002020-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
593/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output477/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2020-07-01, 00:00:002020-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
594/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output478/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2020-10-01, 00:00:002020-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
595/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output479/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2021-01-01, 00:00:002021-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
596/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output480/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2021-04-01, 00:00:002021-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
597/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output481/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2021-07-01, 00:00:002021-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
598/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output482/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2021-10-01, 00:00:002021-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
599/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output483/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2022-01-01, 00:00:002022-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
600/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output484/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2022-04-01, 00:00:002022-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
601/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output485/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2022-07-01, 00:00:002022-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
602/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output486/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2022-10-01, 00:00:002022-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
603/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output487/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2023-01-01, 00:00:002023-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
604/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output488/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2023-04-01, 00:00:002023-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
605/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output489/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2023-07-01, 00:00:002023-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
606/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output490/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2023-10-01, 00:00:002023-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
607/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output491/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2024-01-01, 00:00:002024-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
608/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output492/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2024-04-01, 00:00:002024-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
609/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output493/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2024-07-01, 00:00:002024-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
610/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output494/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2024-10-01, 00:00:002024-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
611/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output495/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2025-01-01, 00:00:002025-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
612/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output496/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2025-04-01, 00:00:002025-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
613/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output497/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2025-07-01, 00:00:002025-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
614/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output498/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2025-10-01, 00:00:002025-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
615/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output499/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2026-01-01, 00:00:002026-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
616/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output500/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2026-04-01, 00:00:002026-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
617/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output501/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2026-07-01, 00:00:002026-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
618/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output502/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2026-10-01, 00:00:002026-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
619/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output503/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2027-01-01, 00:00:002027-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
620/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output504/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2027-04-01, 00:00:002027-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
621/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output505/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2027-07-01, 00:00:002027-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
622/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output506/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2027-10-01, 00:00:002027-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
623/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output507/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2028-01-01, 00:00:002028-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
624/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output508/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2028-04-01, 00:00:002028-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
625/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output509/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2028-07-01, 00:00:002028-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
626/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output510/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2028-10-01, 00:00:002028-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
627/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output511/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2029-01-01, 00:00:002029-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
628/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output512/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2029-04-01, 00:00:002029-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
629/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output513/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2029-07-01, 00:00:002029-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
630/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output514/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2029-10-01, 00:00:002029-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
631/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output515/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2030-01-01, 00:00:002030-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
632/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output516/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2030-04-01, 00:00:002030-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
633/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output517/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2030-07-01, 00:00:002030-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
634/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output518/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2030-10-01, 00:00:002030-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
635/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output519/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2031-01-01, 00:00:002031-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
636/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output520/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2031-04-01, 00:00:002031-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
637/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output521/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2031-07-01, 00:00:002031-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
638/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output522/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2031-10-01, 00:00:002031-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
639/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output523/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2032-01-01, 00:00:002032-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
640/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output524/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2032-04-01, 00:00:002032-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
641/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output525/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2032-07-01, 00:00:002032-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
642/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output526/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2032-10-01, 00:00:002032-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
643/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output527/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2033-01-01, 00:00:002033-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
644/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output528/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2033-04-01, 00:00:002033-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
645/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output529/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2033-07-01, 00:00:002033-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
646/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output530/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2033-10-01, 00:00:002033-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
647/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output531/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2034-01-01, 00:00:002034-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
648/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output532/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2034-04-01, 00:00:002034-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
649/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output533/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2034-07-01, 00:00:002034-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
650/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output534/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2034-10-01, 00:00:002034-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
651/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output535/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2035-01-01, 00:00:002035-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
652/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output536/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2035-04-01, 00:00:002035-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
653/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output537/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2035-07-01, 00:00:002035-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
654/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output538/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2035-10-01, 00:00:002035-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
655/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output539/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2036-01-01, 00:00:002036-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
656/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output540/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2036-04-01, 00:00:002036-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
657/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output541/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2036-07-01, 00:00:002036-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
658/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output542/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2036-10-01, 00:00:002036-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
659/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output543/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2037-01-01, 00:00:002037-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
660/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output544/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2037-04-01, 00:00:002037-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
661/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output545/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2037-07-01, 00:00:002037-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
662/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output546/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2037-10-01, 00:00:002037-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
663/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output547/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2038-01-01, 00:00:002038-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
664/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output548/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2038-04-01, 00:00:002038-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
665/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output549/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2038-07-01, 00:00:002038-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
666/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output550/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2038-10-01, 00:00:002038-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
667/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output551/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2039-01-01, 00:00:002039-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
668/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output552/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2039-04-01, 00:00:002039-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
669/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output553/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2039-07-01, 00:00:002039-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
670/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output554/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2039-10-01, 00:00:002039-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
671/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output555/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2040-01-01, 00:00:002040-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
672/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output556/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2040-04-01, 00:00:002040-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
673/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output557/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2040-07-01, 00:00:002040-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
674/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output558/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2040-10-01, 00:00:002040-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
675/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output559/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2041-01-01, 00:00:002041-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
676/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output560/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2041-04-01, 00:00:002041-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
677/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output561/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2041-07-01, 00:00:002041-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
678/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output562/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2041-10-01, 00:00:002041-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
679/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output563/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2042-01-01, 00:00:002042-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
680/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output564/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2042-04-01, 00:00:002042-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
681/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output565/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2042-07-01, 00:00:002042-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
682/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output566/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2042-10-01, 00:00:002042-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
683/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output567/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2043-01-01, 00:00:002043-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
684/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output568/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2043-04-01, 00:00:002043-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
685/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output569/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2043-07-01, 00:00:002043-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
686/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output570/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2043-10-01, 00:00:002043-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
687/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output571/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2044-01-01, 00:00:002044-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
688/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output572/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2044-04-01, 00:00:002044-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
689/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output573/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2044-07-01, 00:00:002044-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
690/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output574/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2044-10-01, 00:00:002044-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
691/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output575/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2045-01-01, 00:00:002045-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
692/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output576/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2045-04-01, 00:00:002045-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
693/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output577/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2045-07-01, 00:00:002045-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
694/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output578/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2045-10-01, 00:00:002045-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
695/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output579/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2046-01-01, 00:00:002046-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
696/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output580/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2046-04-01, 00:00:002046-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
697/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output581/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2046-07-01, 00:00:002046-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
698/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output582/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2046-10-01, 00:00:002046-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
699/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output583/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2047-01-01, 00:00:002047-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
700/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output584/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2047-04-01, 00:00:002047-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
701/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output585/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2047-07-01, 00:00:002047-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
702/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output586/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2047-10-01, 00:00:002047-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
703/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output587/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2048-01-01, 00:00:002048-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
704/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output588/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2048-04-01, 00:00:002048-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
705/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output589/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2048-07-01, 00:00:002048-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
706/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output590/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2048-10-01, 00:00:002048-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
707/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output591/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2049-01-01, 00:00:002049-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
708/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output592/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2049-04-01, 00:00:002049-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
709/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output593/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2049-07-01, 00:00:002049-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
710/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output594/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2049-10-01, 00:00:002049-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
711/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output595/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2050-01-01, 00:00:002050-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
712/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output596/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2050-04-01, 00:00:002050-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
713/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output597/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2050-07-01, 00:00:002050-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
714/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output598/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2050-10-01, 00:00:002050-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
715/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output599/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2051-01-01, 00:00:002051-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
716/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output600/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2051-04-01, 00:00:002051-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
717/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output601/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2051-07-01, 00:00:002051-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
718/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output602/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2051-10-01, 00:00:002051-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
719/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output603/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2052-01-01, 00:00:002052-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
720/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output604/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2052-04-01, 00:00:002052-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
721/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output605/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2052-07-01, 00:00:002052-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
722/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output606/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2052-10-01, 00:00:002052-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
723/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output607/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2053-01-01, 00:00:002053-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
724/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output608/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2053-04-01, 00:00:002053-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
725/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output609/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2053-07-01, 00:00:002053-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
726/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output610/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2053-10-01, 00:00:002053-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
727/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output611/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2054-01-01, 00:00:002054-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
728/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output612/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2054-04-01, 00:00:002054-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
729/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output613/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2054-07-01, 00:00:002054-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
730/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output614/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2054-10-01, 00:00:002054-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
731/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output615/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2055-01-01, 00:00:002055-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
732/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output616/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2055-04-01, 00:00:002055-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
733/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output617/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2055-07-01, 00:00:002055-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
734/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output618/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2055-10-01, 00:00:002055-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
735/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output619/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2056-01-01, 00:00:002056-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
736/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output620/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2056-04-01, 00:00:002056-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
737/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output621/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2056-07-01, 00:00:002056-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
738/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output622/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2056-10-01, 00:00:002056-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
739/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output623/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2057-01-01, 00:00:002057-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
740/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output624/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2057-04-01, 00:00:002057-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
741/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output625/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2057-07-01, 00:00:002057-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
742/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output626/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2057-10-01, 00:00:002057-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
743/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output627/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2058-01-01, 00:00:002058-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
744/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output628/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2058-04-01, 00:00:002058-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
745/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output629/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2058-07-01, 00:00:002058-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
746/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output630/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2058-10-01, 00:00:002058-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
747/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output631/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2059-01-01, 00:00:002059-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
748/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output632/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2059-04-01, 00:00:002059-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
749/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output633/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2059-07-01, 00:00:002059-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
750/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output634/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2059-10-01, 00:00:002059-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
751/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output635/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2060-01-01, 00:00:002060-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
752/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output636/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2060-04-01, 00:00:002060-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
753/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output637/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2060-07-01, 00:00:002060-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
754/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output638/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2060-10-01, 00:00:002060-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
755/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output639/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2061-01-01, 00:00:002061-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
756/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output640/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2061-04-01, 00:00:002061-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
757/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output641/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2061-07-01, 00:00:002061-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
758/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output642/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2061-10-01, 00:00:002061-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
759/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output643/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2062-01-01, 00:00:002062-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
760/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output644/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2062-04-01, 00:00:002062-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
761/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output645/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2062-07-01, 00:00:002062-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
762/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output646/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2062-10-01, 00:00:002062-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
763/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output647/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2063-01-01, 00:00:002063-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
764/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output648/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2063-04-01, 00:00:002063-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
765/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output649/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2063-07-01, 00:00:002063-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
766/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output650/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2063-10-01, 00:00:002063-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
767/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output651/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2064-01-01, 00:00:002064-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
768/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output652/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2064-04-01, 00:00:002064-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
769/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output653/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2064-07-01, 00:00:002064-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
770/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output654/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2064-10-01, 00:00:002064-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
771/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output655/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2065-01-01, 00:00:002065-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
772/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output656/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2065-04-01, 00:00:002065-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
773/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output657/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2065-07-01, 00:00:002065-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
774/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output658/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2065-10-01, 00:00:002065-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
775/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output659/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2066-01-01, 00:00:002066-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
776/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output660/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2066-04-01, 00:00:002066-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
777/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output661/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2066-07-01, 00:00:002066-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
778/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output662/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2066-10-01, 00:00:002066-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
779/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output663/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2067-01-01, 00:00:002067-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
780/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output664/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2067-04-01, 00:00:002067-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
781/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output665/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2067-07-01, 00:00:002067-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
782/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output666/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2067-10-01, 00:00:002067-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
783/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output667/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2068-01-01, 00:00:002068-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
784/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output668/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2068-04-01, 00:00:002068-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
785/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output669/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2068-07-01, 00:00:002068-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
786/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output670/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2068-10-01, 00:00:002068-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
787/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output671/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2069-01-01, 00:00:002069-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
788/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output672/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2069-04-01, 00:00:002069-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
789/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output673/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2069-07-01, 00:00:002069-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
790/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output674/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2069-10-01, 00:00:002069-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
791/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output675/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2070-01-01, 00:00:002070-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
792/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output676/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2070-04-01, 00:00:002070-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
793/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output677/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2070-07-01, 00:00:002070-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
794/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output678/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2070-10-01, 00:00:002070-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
795/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output679/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2071-01-01, 00:00:002071-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
796/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output680/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2071-04-01, 00:00:002071-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
797/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output681/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2071-07-01, 00:00:002071-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
798/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output682/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2071-10-01, 00:00:002071-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
799/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output683/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2072-01-01, 00:00:002072-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
800/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output684/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2072-04-01, 00:00:002072-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
801/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output685/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2072-07-01, 00:00:002072-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
802/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output686/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2072-10-01, 00:00:002072-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
803/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output687/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2073-01-01, 00:00:002073-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
804/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output688/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2073-04-01, 00:00:002073-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
805/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output689/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2073-07-01, 00:00:002073-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
806/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output690/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2073-10-01, 00:00:002073-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
807/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output691/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2074-01-01, 00:00:002074-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
808/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output692/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2074-04-01, 00:00:002074-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
809/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output693/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2074-07-01, 00:00:002074-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
810/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output694/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2074-10-01, 00:00:002074-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
811/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output695/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2075-01-01, 00:00:002075-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
812/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output696/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2075-04-01, 00:00:002075-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
813/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output697/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2075-07-01, 00:00:002075-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
814/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output698/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2075-10-01, 00:00:002075-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
815/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output699/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2076-01-01, 00:00:002076-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
816/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output700/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2076-04-01, 00:00:002076-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
817/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output701/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2076-07-01, 00:00:002076-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
818/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output702/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2076-10-01, 00:00:002076-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
819/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output703/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2077-01-01, 00:00:002077-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
820/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output704/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2077-04-01, 00:00:002077-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
821/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output705/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2077-07-01, 00:00:002077-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
822/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output706/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2077-10-01, 00:00:002077-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
823/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output707/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2078-01-01, 00:00:002078-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
824/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output708/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2078-04-01, 00:00:002078-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
825/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output709/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2078-07-01, 00:00:002078-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
826/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output710/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2078-10-01, 00:00:002078-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
827/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output711/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2079-01-01, 00:00:002079-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
828/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output712/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2079-04-01, 00:00:002079-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
829/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output713/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2079-07-01, 00:00:002079-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
830/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output714/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2079-10-01, 00:00:002079-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
831/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output715/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2080-01-01, 00:00:002080-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
832/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output716/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2080-04-01, 00:00:002080-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
833/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output717/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2080-07-01, 00:00:002080-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
834/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output718/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2080-10-01, 00:00:002080-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
835/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output719/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2081-01-01, 00:00:002081-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
836/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output720/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2081-04-01, 00:00:002081-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
837/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output721/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2081-07-01, 00:00:002081-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
838/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output722/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2081-10-01, 00:00:002081-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
839/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output723/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2082-01-01, 00:00:002082-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
840/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output724/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2082-04-01, 00:00:002082-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
841/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output725/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2082-07-01, 00:00:002082-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
842/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output726/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2082-10-01, 00:00:002082-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
843/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output727/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2083-01-01, 00:00:002083-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
844/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output728/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2083-04-01, 00:00:002083-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
845/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output729/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2083-07-01, 00:00:002083-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
846/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output730/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2083-10-01, 00:00:002083-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
847/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output731/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2084-01-01, 00:00:002084-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
848/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output732/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2084-04-01, 00:00:002084-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
849/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output733/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2084-07-01, 00:00:002084-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
850/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output734/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2084-10-01, 00:00:002084-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
851/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output735/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2085-01-01, 00:00:002085-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
852/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output736/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2085-04-01, 00:00:002085-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
853/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output737/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2085-07-01, 00:00:002085-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
854/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output738/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2085-10-01, 00:00:002085-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
855/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output739/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2086-01-01, 00:00:002086-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
856/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output740/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2086-04-01, 00:00:002086-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
857/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output741/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2086-07-01, 00:00:002086-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
858/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output742/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2086-10-01, 00:00:002086-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
859/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output743/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2087-01-01, 00:00:002087-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
860/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output744/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2087-04-01, 00:00:002087-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
861/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output745/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2087-07-01, 00:00:002087-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
862/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output746/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2087-10-01, 00:00:002087-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
863/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output747/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2088-01-01, 00:00:002088-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
864/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output748/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2088-04-01, 00:00:002088-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
865/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output749/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2088-07-01, 00:00:002088-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
866/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output750/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2088-10-01, 00:00:002088-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
867/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output751/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2089-01-01, 00:00:002089-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
868/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output752/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2089-04-01, 00:00:002089-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
869/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output753/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2089-07-01, 00:00:002089-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
870/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output754/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2089-10-01, 00:00:002089-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
871/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output755/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2090-01-01, 00:00:002090-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
872/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output756/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2090-04-01, 00:00:002090-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
873/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output757/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2090-07-01, 00:00:002090-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
874/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output758/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2090-10-01, 00:00:002090-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
875/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output759/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2091-01-01, 00:00:002091-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
876/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output760/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2091-04-01, 00:00:002091-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
877/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output761/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2091-07-01, 00:00:002091-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
878/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output762/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2091-10-01, 00:00:002091-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
879/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output763/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2092-01-01, 00:00:002092-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
880/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output764/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2092-04-01, 00:00:002092-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
881/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output765/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2092-07-01, 00:00:002092-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
882/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output766/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2092-10-01, 00:00:002092-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
883/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output767/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2093-01-01, 00:00:002093-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
884/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output768/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2093-04-01, 00:00:002093-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
885/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output769/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2093-07-01, 00:00:002093-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
886/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output770/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2093-10-01, 00:00:002093-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
887/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output771/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2094-01-01, 00:00:002094-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
888/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output772/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2094-04-01, 00:00:002094-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
889/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output773/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2094-07-01, 00:00:002094-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
890/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output774/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2094-10-01, 00:00:002094-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
891/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output775/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2095-01-01, 00:00:002095-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
892/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output776/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2095-04-01, 00:00:002095-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
893/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output777/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2095-07-01, 00:00:002095-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
894/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output778/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2095-10-01, 00:00:002095-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
895/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output779/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2096-01-01, 00:00:002096-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
896/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output780/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2096-04-01, 00:00:002096-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
897/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output781/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2096-07-01, 00:00:002096-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
898/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output782/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2096-10-01, 00:00:002096-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
899/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output783/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2097-01-01, 00:00:002097-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
900/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output784/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2097-04-01, 00:00:002097-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
901/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output785/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2097-07-01, 00:00:002097-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
902/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output786/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2097-10-01, 00:00:002097-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
903/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output787/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2098-01-01, 00:00:002098-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
904/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output788/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2098-04-01, 00:00:002098-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
905/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output789/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2098-07-01, 00:00:002098-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
906/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output790/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2098-10-01, 00:00:002098-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
907/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output791/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2099-01-01, 00:00:002099-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
908/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output792/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2099-04-01, 00:00:002099-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
909/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output793/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2099-07-01, 00:00:002099-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
910/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output794/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2099-10-01, 00:00:002099-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
911/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output795/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2100-01-01, 00:00:002100-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
912/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output796/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2100-04-01, 00:00:002100-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
913/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output797/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2100-07-01, 00:00:002100-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
914/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output798/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2100-10-01, 00:00:002100-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
915/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output799/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2101-01-01, 00:00:002101-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
916/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output800/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2101-04-01, 00:00:002101-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
917/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output801/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2101-07-01, 00:00:002101-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
918/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output802/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2101-10-01, 00:00:002101-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
919/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output803/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2102-01-01, 00:00:002102-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
920/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output804/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2102-04-01, 00:00:002102-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
921/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output805/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2102-07-01, 00:00:002102-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
922/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output806/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2102-10-01, 00:00:002102-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
923/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output807/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2103-01-01, 00:00:002103-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
924/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output808/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2103-04-01, 00:00:002103-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
925/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output809/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2103-07-01, 00:00:002103-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
926/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output810/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2103-10-01, 00:00:002103-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
927/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output811/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2104-01-01, 00:00:002104-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
928/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output812/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2104-04-01, 00:00:002104-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
929/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output813/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2104-07-01, 00:00:002104-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
930/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output814/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2104-10-01, 00:00:002104-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
931/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output815/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2105-01-01, 00:00:002105-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
932/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output816/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2105-04-01, 00:00:002105-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
933/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output817/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2105-07-01, 00:00:002105-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
934/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output818/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2105-10-01, 00:00:002105-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
935/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output819/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2106-01-01, 00:00:002106-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
936/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output820/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2106-04-01, 00:00:002106-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
937/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output821/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2106-07-01, 00:00:002106-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
938/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output822/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2106-10-01, 00:00:002106-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
939/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output823/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2107-01-01, 00:00:002107-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
940/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output824/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2107-04-01, 00:00:002107-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
941/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output825/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2107-07-01, 00:00:002107-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
942/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output826/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2107-10-01, 00:00:002107-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
943/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output827/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2108-01-01, 00:00:002108-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
944/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output828/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2108-04-01, 00:00:002108-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
945/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output829/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2108-07-01, 00:00:002108-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
946/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output830/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2108-10-01, 00:00:002108-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
947/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output831/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2109-01-01, 00:00:002109-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
948/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output832/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2109-04-01, 00:00:002109-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
949/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output833/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2109-07-01, 00:00:002109-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
950/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output834/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2109-10-01, 00:00:002109-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
951/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output835/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2110-01-01, 00:00:002110-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
952/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output836/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2110-04-01, 00:00:002110-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
953/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output837/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2110-07-01, 00:00:002110-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
954/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output838/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2110-10-01, 00:00:002110-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
955/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output839/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2111-01-01, 00:00:002111-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
956/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output840/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2111-04-01, 00:00:002111-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
957/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output841/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2111-07-01, 00:00:002111-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
958/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output842/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2111-10-01, 00:00:002111-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
959/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output843/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2112-01-01, 00:00:002112-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
960/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output844/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2112-04-01, 00:00:002112-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
961/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output845/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2112-07-01, 00:00:002112-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
962/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output846/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2112-10-01, 00:00:002112-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
963/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output847/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2113-01-01, 00:00:002113-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
964/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output848/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2113-04-01, 00:00:002113-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
965/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output849/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2113-07-01, 00:00:002113-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
966/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output850/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2113-10-01, 00:00:002113-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
967/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output851/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2114-01-01, 00:00:002114-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
968/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output852/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2114-04-01, 00:00:002114-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
969/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output853/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2114-07-01, 00:00:002114-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
970/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output854/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2114-10-01, 00:00:002114-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
971/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output855/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2115-01-01, 00:00:002115-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
972/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output856/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2115-04-01, 00:00:002115-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
973/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output857/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2115-07-01, 00:00:002115-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
974/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output858/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2115-10-01, 00:00:002115-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
975/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output859/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2116-01-01, 00:00:002116-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
976/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output860/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2116-04-01, 00:00:002116-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
977/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output861/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2116-07-01, 00:00:002116-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
978/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output862/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2116-10-01, 00:00:002116-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
979/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output863/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2117-01-01, 00:00:002117-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
980/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output864/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2117-04-01, 00:00:002117-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
981/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output865/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2117-07-01, 00:00:002117-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
982/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output866/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2117-10-01, 00:00:002117-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
983/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output867/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2118-01-01, 00:00:002118-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
984/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output868/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2118-04-01, 00:00:002118-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
985/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output869/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2118-07-01, 00:00:002118-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
986/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output870/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2118-10-01, 00:00:002118-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
987/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output871/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2119-01-01, 00:00:002119-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
988/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output872/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2119-04-01, 00:00:002119-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
989/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output873/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2119-07-01, 00:00:002119-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
990/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output874/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2119-10-01, 00:00:002119-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
991/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output875/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2120-01-01, 00:00:002120-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
992/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output876/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2120-04-01, 00:00:002120-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
993/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output877/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2120-07-01, 00:00:002120-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
994/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output878/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2120-10-01, 00:00:002120-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
995/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output879/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2121-01-01, 00:00:002121-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
996/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output880/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2121-04-01, 00:00:002121-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
997/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output881/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2121-07-01, 00:00:002121-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
998/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output882/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2121-10-01, 00:00:002121-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
999/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output883/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2122-01-01, 00:00:002122-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1000/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output884/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2122-04-01, 00:00:002122-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1001/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output885/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2122-07-01, 00:00:002122-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1002/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output886/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2122-10-01, 00:00:002122-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1003/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output887/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2123-01-01, 00:00:002123-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1004/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output888/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2123-04-01, 00:00:002123-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1005/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output889/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2123-07-01, 00:00:002123-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1006/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output890/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2123-10-01, 00:00:002123-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1007/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output891/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2124-01-01, 00:00:002124-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1008/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output892/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2124-04-01, 00:00:002124-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1009/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output893/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2124-07-01, 00:00:002124-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1010/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output894/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2124-10-01, 00:00:002124-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1011/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output895/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2125-01-01, 00:00:002125-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1012/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output896/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2125-04-01, 00:00:002125-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1013/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output897/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2125-07-01, 00:00:002125-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1014/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output898/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2125-10-01, 00:00:002125-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1015/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output899/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2126-01-01, 00:00:002126-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1016/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output900/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2126-04-01, 00:00:002126-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1017/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output901/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2126-07-01, 00:00:002126-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1018/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output902/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2126-10-01, 00:00:002126-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1019/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output903/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2127-01-01, 00:00:002127-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1020/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output904/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2127-04-01, 00:00:002127-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1021/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output905/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2127-07-01, 00:00:002127-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1022/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output906/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2127-10-01, 00:00:002127-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1023/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output907/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2128-01-01, 00:00:002128-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1024/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output908/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2128-04-01, 00:00:002128-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1025/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output909/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2128-07-01, 00:00:002128-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1026/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output910/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2128-10-01, 00:00:002128-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1027/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output911/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2129-01-01, 00:00:002129-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1028/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output912/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2129-04-01, 00:00:002129-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1029/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output913/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2129-07-01, 00:00:002129-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1030/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output914/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2129-10-01, 00:00:002129-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1031/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output915/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2130-01-01, 00:00:002130-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1032/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output916/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2130-04-01, 00:00:002130-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1033/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output917/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2130-07-01, 00:00:002130-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1034/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output918/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2130-10-01, 00:00:002130-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1035/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output919/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2131-01-01, 00:00:002131-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1036/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output920/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2131-04-01, 00:00:002131-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1037/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output921/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2131-07-01, 00:00:002131-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1038/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output922/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2131-10-01, 00:00:002131-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1039/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output923/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2132-01-01, 00:00:002132-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1040/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output924/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2132-04-01, 00:00:002132-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1041/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output925/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2132-07-01, 00:00:002132-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1042/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output926/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2132-10-01, 00:00:002132-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1043/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output927/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2133-01-01, 00:00:002133-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1044/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output928/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2133-04-01, 00:00:002133-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1045/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output929/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2133-07-01, 00:00:002133-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1046/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output930/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2133-10-01, 00:00:002133-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1047/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output931/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2134-01-01, 00:00:002134-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1048/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output932/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2134-04-01, 00:00:002134-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1049/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output933/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2134-07-01, 00:00:002134-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1050/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output934/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2134-10-01, 00:00:002134-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1051/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output935/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2135-01-01, 00:00:002135-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1052/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output936/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2135-04-01, 00:00:002135-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1053/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output937/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2135-07-01, 00:00:002135-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1054/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output938/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2135-10-01, 00:00:002135-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1055/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output939/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2136-01-01, 00:00:002136-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1056/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output940/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2136-04-01, 00:00:002136-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1057/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output941/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2136-07-01, 00:00:002136-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1058/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output942/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2136-10-01, 00:00:002136-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1059/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output943/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2137-01-01, 00:00:002137-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1060/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output944/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2137-04-01, 00:00:002137-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1061/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output945/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2137-07-01, 00:00:002137-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1062/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output946/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2137-10-01, 00:00:002137-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1063/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output947/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2138-01-01, 00:00:002138-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1064/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output948/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2138-04-01, 00:00:002138-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1065/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output949/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2138-07-01, 00:00:002138-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1066/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output950/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2138-10-01, 00:00:002138-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1067/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output951/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2139-01-01, 00:00:002139-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1068/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output952/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2139-04-01, 00:00:002139-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1069/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output953/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2139-07-01, 00:00:002139-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1070/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output954/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2139-10-01, 00:00:002139-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1071/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output955/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2140-01-01, 00:00:002140-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1072/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output956/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2140-04-01, 00:00:002140-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1073/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output957/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2140-07-01, 00:00:002140-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1074/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output958/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2140-10-01, 00:00:002140-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1075/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output959/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2141-01-01, 00:00:002141-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1076/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output960/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2141-04-01, 00:00:002141-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1077/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output961/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2141-07-01, 00:00:002141-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1078/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output962/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2141-10-01, 00:00:002141-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1079/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output963/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2142-01-01, 00:00:002142-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1080/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output964/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2142-04-01, 00:00:002142-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1081/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output965/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2142-07-01, 00:00:002142-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1082/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output966/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2142-10-01, 00:00:002142-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1083/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output967/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2143-01-01, 00:00:002143-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1084/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output968/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2143-04-01, 00:00:002143-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1085/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output969/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2143-07-01, 00:00:002143-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1086/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output970/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2143-10-01, 00:00:002143-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1087/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output971/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2144-01-01, 00:00:002144-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1088/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output972/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2144-04-01, 00:00:002144-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1089/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output973/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2144-07-01, 00:00:002144-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1090/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output974/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2144-10-01, 00:00:002144-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1091/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output975/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2145-01-01, 00:00:002145-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1092/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output976/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2145-04-01, 00:00:002145-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1093/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output977/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2145-07-01, 00:00:002145-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1094/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output978/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2145-10-01, 00:00:002145-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1095/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output979/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2146-01-01, 00:00:002146-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1096/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output980/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2146-04-01, 00:00:002146-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1097/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output981/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2146-07-01, 00:00:002146-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1098/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output982/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2146-10-01, 00:00:002146-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1099/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output983/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2147-01-01, 00:00:002147-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1100/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output984/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2147-04-01, 00:00:002147-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1101/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output985/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2147-07-01, 00:00:002147-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1102/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output986/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2147-10-01, 00:00:002147-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1103/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output987/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2148-01-01, 00:00:002148-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1104/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output988/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2148-04-01, 00:00:002148-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1105/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output989/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2148-07-01, 00:00:002148-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1106/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output990/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2148-10-01, 00:00:002148-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1107/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output991/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2149-01-01, 00:00:002149-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1108/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output992/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2149-04-01, 00:00:002149-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1109/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output993/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2149-07-01, 00:00:002149-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1110/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output994/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2149-10-01, 00:00:002149-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1111/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output995/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2150-01-01, 00:00:002150-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1112/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output996/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2150-04-01, 00:00:002150-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1113/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output997/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2150-07-01, 00:00:002150-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1114/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output998/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2150-10-01, 00:00:002150-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1115/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output999/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx2151-01-01, 00:00:002151-01-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
\n", + "
" + ], + "text/plain": [ + " path \\\n", + "0 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean_grid.nc \n", + "1 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output001/ocean/ocean_grid.nc \n", + "2 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output002/ocean/ocean_grid.nc \n", + "3 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output003/ocean/ocean_grid.nc \n", + "4 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output004/ocean/ocean_grid.nc \n", + "5 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output005/ocean/ocean_grid.nc \n", + "6 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output006/ocean/ocean_grid.nc \n", + "7 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output007/ocean/ocean_grid.nc \n", + "8 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output008/ocean/ocean_grid.nc \n", + "9 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output009/ocean/ocean_grid.nc \n", + "10 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output010/ocean/ocean_grid.nc \n", + "11 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output011/ocean/ocean_grid.nc \n", + "12 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output012/ocean/ocean_grid.nc \n", + "13 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output013/ocean/ocean_grid.nc \n", + "14 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output014/ocean/ocean_grid.nc \n", + "15 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output015/ocean/ocean_grid.nc \n", + "16 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output016/ocean/ocean_grid.nc \n", + "17 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output017/ocean/ocean_grid.nc \n", + "18 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output018/ocean/ocean_grid.nc \n", + "19 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output019/ocean/ocean_grid.nc \n", + "20 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output020/ocean/ocean_grid.nc \n", + "21 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output021/ocean/ocean_grid.nc \n", + "22 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output022/ocean/ocean_grid.nc \n", + "23 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output023/ocean/ocean_grid.nc \n", + "24 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output024/ocean/ocean_grid.nc \n", + "25 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output025/ocean/ocean_grid.nc \n", + "26 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output026/ocean/ocean_grid.nc \n", + "27 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output027/ocean/ocean_grid.nc \n", + "28 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output028/ocean/ocean_grid.nc \n", + "29 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output029/ocean/ocean_grid.nc \n", + "30 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output030/ocean/ocean_grid.nc \n", + "31 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output031/ocean/ocean_grid.nc \n", + "32 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output032/ocean/ocean_grid.nc \n", + "33 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output033/ocean/ocean_grid.nc \n", + "34 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output034/ocean/ocean_grid.nc \n", + "35 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output035/ocean/ocean_grid.nc \n", + "36 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output036/ocean/ocean_grid.nc \n", + "37 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output037/ocean/ocean_grid.nc \n", + "38 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output038/ocean/ocean_grid.nc \n", + "39 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output039/ocean/ocean_grid.nc \n", + "40 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output040/ocean/ocean_grid.nc \n", + "41 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output041/ocean/ocean_grid.nc \n", + "42 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output042/ocean/ocean_grid.nc \n", + "43 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output043/ocean/ocean_grid.nc \n", + "44 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output044/ocean/ocean_grid.nc \n", + "45 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output045/ocean/ocean_grid.nc \n", + "46 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output046/ocean/ocean_grid.nc \n", + "47 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output047/ocean/ocean_grid.nc \n", + "48 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output048/ocean/ocean_grid.nc \n", + "49 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output049/ocean/ocean_grid.nc \n", + "50 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output050/ocean/ocean_grid.nc \n", + "51 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output051/ocean/ocean_grid.nc \n", + "52 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output052/ocean/ocean_grid.nc \n", + "53 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output053/ocean/ocean_grid.nc \n", + "54 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output054/ocean/ocean_grid.nc \n", + "55 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output055/ocean/ocean_grid.nc \n", + "56 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output056/ocean/ocean_grid.nc \n", + "57 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output057/ocean/ocean_grid.nc \n", + "58 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output058/ocean/ocean_grid.nc \n", + "59 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output059/ocean/ocean_grid.nc \n", + "60 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output060/ocean/ocean_grid.nc \n", + "61 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output061/ocean/ocean_grid.nc \n", + "62 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output062/ocean/ocean_grid.nc \n", + "63 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output063/ocean/ocean_grid.nc \n", + "64 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output064/ocean/ocean_grid.nc \n", + "65 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output065/ocean/ocean_grid.nc \n", + "66 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output066/ocean/ocean_grid.nc \n", + "67 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output067/ocean/ocean_grid.nc \n", + "68 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output068/ocean/ocean_grid.nc \n", + "69 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output069/ocean/ocean_grid.nc \n", + "70 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output070/ocean/ocean_grid.nc \n", + "71 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output071/ocean/ocean_grid.nc \n", + "72 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output072/ocean/ocean_grid.nc \n", + "73 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output073/ocean/ocean_grid.nc \n", + "74 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output074/ocean/ocean_grid.nc \n", + "75 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output075/ocean/ocean_grid.nc \n", + "76 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output076/ocean/ocean_grid.nc \n", + "77 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output077/ocean/ocean_grid.nc \n", + "78 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output078/ocean/ocean_grid.nc \n", + "79 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output079/ocean/ocean_grid.nc \n", + "80 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output080/ocean/ocean_grid.nc \n", + "81 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output081/ocean/ocean_grid.nc \n", + "82 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output082/ocean/ocean_grid.nc \n", + "83 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output083/ocean/ocean_grid.nc \n", + "84 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output084/ocean/ocean_grid.nc \n", + "85 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output085/ocean/ocean_grid.nc \n", + "86 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output086/ocean/ocean_grid.nc \n", + "87 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output087/ocean/ocean_grid.nc \n", + "88 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output088/ocean/ocean_grid.nc \n", + "89 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output089/ocean/ocean_grid.nc \n", + "90 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output090/ocean/ocean_grid.nc \n", + "91 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output091/ocean/ocean_grid.nc \n", + "92 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output092/ocean/ocean_grid.nc \n", + "93 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output093/ocean/ocean_grid.nc \n", + "94 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output094/ocean/ocean_grid.nc \n", + "95 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output095/ocean/ocean_grid.nc \n", + "96 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output096/ocean/ocean_grid.nc \n", + "97 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output097/ocean/ocean_grid.nc \n", + "98 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output098/ocean/ocean_grid.nc \n", + "99 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output099/ocean/ocean_grid.nc \n", + "100 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output100/ocean/ocean_grid.nc \n", + "101 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1000/ocean/ocean_grid.nc \n", + "102 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1001/ocean/ocean_grid.nc \n", + "103 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1002/ocean/ocean_grid.nc \n", + "104 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1003/ocean/ocean_grid.nc \n", + "105 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1004/ocean/ocean_grid.nc \n", + "106 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1005/ocean/ocean_grid.nc \n", + "107 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1006/ocean/ocean_grid.nc \n", + "108 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1007/ocean/ocean_grid.nc \n", + "109 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1008/ocean/ocean_grid.nc \n", + "110 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1009/ocean/ocean_grid.nc \n", + "111 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output101/ocean/ocean_grid.nc \n", + "112 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1010/ocean/ocean_grid.nc \n", + "113 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1011/ocean/ocean_grid.nc \n", + "114 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1012/ocean/ocean_grid.nc \n", + "115 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1013/ocean/ocean_grid.nc \n", + "116 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1014/ocean/ocean_grid.nc \n", + "117 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1015/ocean/ocean_grid.nc \n", + "118 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1016/ocean/ocean_grid.nc \n", + "119 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1017/ocean/ocean_grid.nc \n", + "120 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1018/ocean/ocean_grid.nc \n", + "121 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1019/ocean/ocean_grid.nc \n", + "122 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output102/ocean/ocean_grid.nc \n", + "123 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1020/ocean/ocean_grid.nc \n", + "124 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1021/ocean/ocean_grid.nc \n", + "125 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1022/ocean/ocean_grid.nc \n", + "126 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1023/ocean/ocean_grid.nc \n", + "127 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1024/ocean/ocean_grid.nc \n", + "128 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1025/ocean/ocean_grid.nc \n", + "129 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1026/ocean/ocean_grid.nc \n", + "130 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1027/ocean/ocean_grid.nc \n", + "131 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1028/ocean/ocean_grid.nc \n", + "132 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1029/ocean/ocean_grid.nc \n", + "133 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output103/ocean/ocean_grid.nc \n", + "134 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1030/ocean/ocean_grid.nc \n", + "135 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1031/ocean/ocean_grid.nc \n", + "136 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1032/ocean/ocean_grid.nc \n", + "137 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1033/ocean/ocean_grid.nc \n", + "138 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1034/ocean/ocean_grid.nc \n", + "139 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1035/ocean/ocean_grid.nc \n", + "140 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1036/ocean/ocean_grid.nc \n", + "141 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1037/ocean/ocean_grid.nc \n", + "142 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1038/ocean/ocean_grid.nc \n", + "143 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1039/ocean/ocean_grid.nc \n", + "144 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output104/ocean/ocean_grid.nc \n", + "145 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1040/ocean/ocean_grid.nc \n", + "146 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1041/ocean/ocean_grid.nc \n", + "147 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1042/ocean/ocean_grid.nc \n", + "148 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1043/ocean/ocean_grid.nc \n", + "149 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1044/ocean/ocean_grid.nc \n", + "150 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1045/ocean/ocean_grid.nc \n", + "151 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1046/ocean/ocean_grid.nc \n", + "152 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1047/ocean/ocean_grid.nc \n", + "153 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1048/ocean/ocean_grid.nc \n", + "154 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1049/ocean/ocean_grid.nc \n", + "155 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output105/ocean/ocean_grid.nc \n", + "156 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1050/ocean/ocean_grid.nc \n", + "157 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1051/ocean/ocean_grid.nc \n", + "158 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1052/ocean/ocean_grid.nc \n", + "159 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1053/ocean/ocean_grid.nc \n", + "160 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1054/ocean/ocean_grid.nc \n", + "161 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1055/ocean/ocean_grid.nc \n", + "162 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1056/ocean/ocean_grid.nc \n", + "163 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1057/ocean/ocean_grid.nc \n", + "164 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1058/ocean/ocean_grid.nc \n", + "165 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1059/ocean/ocean_grid.nc \n", + "166 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output106/ocean/ocean_grid.nc \n", + "167 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1060/ocean/ocean_grid.nc \n", + "168 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1061/ocean/ocean_grid.nc \n", + "169 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1062/ocean/ocean_grid.nc \n", + "170 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1063/ocean/ocean_grid.nc \n", + "171 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1064/ocean/ocean_grid.nc \n", + "172 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1065/ocean/ocean_grid.nc \n", + "173 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1066/ocean/ocean_grid.nc \n", + "174 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1067/ocean/ocean_grid.nc \n", + "175 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1068/ocean/ocean_grid.nc \n", + "176 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1069/ocean/ocean_grid.nc \n", + "177 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output107/ocean/ocean_grid.nc \n", + "178 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1070/ocean/ocean_grid.nc \n", + "179 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1071/ocean/ocean_grid.nc \n", + "180 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1072/ocean/ocean_grid.nc \n", + "181 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1073/ocean/ocean_grid.nc \n", + "182 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1074/ocean/ocean_grid.nc \n", + "183 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1075/ocean/ocean_grid.nc \n", + "184 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1076/ocean/ocean_grid.nc \n", + "185 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1077/ocean/ocean_grid.nc \n", + "186 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1078/ocean/ocean_grid.nc \n", + "187 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1079/ocean/ocean_grid.nc \n", + "188 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output108/ocean/ocean_grid.nc \n", + "189 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1080/ocean/ocean_grid.nc \n", + "190 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1081/ocean/ocean_grid.nc \n", + "191 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1082/ocean/ocean_grid.nc \n", + "192 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1083/ocean/ocean_grid.nc \n", + "193 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1084/ocean/ocean_grid.nc \n", + "194 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1085/ocean/ocean_grid.nc \n", + "195 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1086/ocean/ocean_grid.nc \n", + "196 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1087/ocean/ocean_grid.nc \n", + "197 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1088/ocean/ocean_grid.nc \n", + "198 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1089/ocean/ocean_grid.nc \n", + "199 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output109/ocean/ocean_grid.nc \n", + "200 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1090/ocean/ocean_grid.nc \n", + "201 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1091/ocean/ocean_grid.nc \n", + "202 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1092/ocean/ocean_grid.nc \n", + "203 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1093/ocean/ocean_grid.nc \n", + "204 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1094/ocean/ocean_grid.nc \n", + "205 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1095/ocean/ocean_grid.nc \n", + "206 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1096/ocean/ocean_grid.nc \n", + "207 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1097/ocean/ocean_grid.nc \n", + "208 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1098/ocean/ocean_grid.nc \n", + "209 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1099/ocean/ocean_grid.nc \n", + "210 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output110/ocean/ocean_grid.nc \n", + "211 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1100/ocean/ocean_grid.nc \n", + "212 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1101/ocean/ocean_grid.nc \n", + "213 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1102/ocean/ocean_grid.nc \n", + "214 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1103/ocean/ocean_grid.nc \n", + "215 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1104/ocean/ocean_grid.nc \n", + "216 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1105/ocean/ocean_grid.nc \n", + "217 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1106/ocean/ocean_grid.nc \n", + "218 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1107/ocean/ocean_grid.nc \n", + "219 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1108/ocean/ocean_grid.nc \n", + "220 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1109/ocean/ocean_grid.nc \n", + "221 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output111/ocean/ocean_grid.nc \n", + "222 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1110/ocean/ocean_grid.nc \n", + "223 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1111/ocean/ocean_grid.nc \n", + "224 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1112/ocean/ocean_grid.nc \n", + "225 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1113/ocean/ocean_grid.nc \n", + "226 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1114/ocean/ocean_grid.nc \n", + "227 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1115/ocean/ocean_grid.nc \n", + "228 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output112/ocean/ocean_grid.nc \n", + "229 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output113/ocean/ocean_grid.nc \n", + "230 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output114/ocean/ocean_grid.nc \n", + "231 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output115/ocean/ocean_grid.nc \n", + "232 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output116/ocean/ocean_grid.nc \n", + "233 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output117/ocean/ocean_grid.nc \n", + "234 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output118/ocean/ocean_grid.nc \n", + "235 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output119/ocean/ocean_grid.nc \n", + "236 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output120/ocean/ocean_grid.nc \n", + "237 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output121/ocean/ocean_grid.nc \n", + "238 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output122/ocean/ocean_grid.nc \n", + "239 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output123/ocean/ocean_grid.nc \n", + "240 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output124/ocean/ocean_grid.nc \n", + "241 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output125/ocean/ocean_grid.nc \n", + "242 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output126/ocean/ocean_grid.nc \n", + "243 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output127/ocean/ocean_grid.nc \n", + "244 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output128/ocean/ocean_grid.nc \n", + "245 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output129/ocean/ocean_grid.nc \n", + "246 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output130/ocean/ocean_grid.nc \n", + "247 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output131/ocean/ocean_grid.nc \n", + "248 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output132/ocean/ocean_grid.nc \n", + "249 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output133/ocean/ocean_grid.nc \n", + "250 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output134/ocean/ocean_grid.nc \n", + "251 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output135/ocean/ocean_grid.nc \n", + "252 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output136/ocean/ocean_grid.nc \n", + "253 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output137/ocean/ocean_grid.nc \n", + "254 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output138/ocean/ocean_grid.nc \n", + "255 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output139/ocean/ocean_grid.nc \n", + "256 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output140/ocean/ocean_grid.nc \n", + "257 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output141/ocean/ocean_grid.nc \n", + "258 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output142/ocean/ocean_grid.nc \n", + "259 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output143/ocean/ocean_grid.nc \n", + "260 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output144/ocean/ocean_grid.nc \n", + "261 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output145/ocean/ocean_grid.nc \n", + "262 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output146/ocean/ocean_grid.nc \n", + "263 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output147/ocean/ocean_grid.nc \n", + "264 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output148/ocean/ocean_grid.nc \n", + "265 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output149/ocean/ocean_grid.nc \n", + "266 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output150/ocean/ocean_grid.nc \n", + "267 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output151/ocean/ocean_grid.nc \n", + "268 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output152/ocean/ocean_grid.nc \n", + "269 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output153/ocean/ocean_grid.nc \n", + "270 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output154/ocean/ocean_grid.nc \n", + "271 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output155/ocean/ocean_grid.nc \n", + "272 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output156/ocean/ocean_grid.nc \n", + "273 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output157/ocean/ocean_grid.nc \n", + "274 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output158/ocean/ocean_grid.nc \n", + "275 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output159/ocean/ocean_grid.nc \n", + "276 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output160/ocean/ocean_grid.nc \n", + "277 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output161/ocean/ocean_grid.nc \n", + "278 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output162/ocean/ocean_grid.nc \n", + "279 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output163/ocean/ocean_grid.nc \n", + "280 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output164/ocean/ocean_grid.nc \n", + "281 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output165/ocean/ocean_grid.nc \n", + "282 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output166/ocean/ocean_grid.nc \n", + "283 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output167/ocean/ocean_grid.nc \n", + "284 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output168/ocean/ocean_grid.nc \n", + "285 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output169/ocean/ocean_grid.nc \n", + "286 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output170/ocean/ocean_grid.nc \n", + "287 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output171/ocean/ocean_grid.nc \n", + "288 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output172/ocean/ocean_grid.nc \n", + "289 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output173/ocean/ocean_grid.nc \n", + "290 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output174/ocean/ocean_grid.nc \n", + "291 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output175/ocean/ocean_grid.nc \n", + "292 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output176/ocean/ocean_grid.nc \n", + "293 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output177/ocean/ocean_grid.nc \n", + "294 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output178/ocean/ocean_grid.nc \n", + "295 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output179/ocean/ocean_grid.nc \n", + "296 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output180/ocean/ocean_grid.nc \n", + "297 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output181/ocean/ocean_grid.nc \n", + "298 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output182/ocean/ocean_grid.nc \n", + "299 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output183/ocean/ocean_grid.nc \n", + "300 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output184/ocean/ocean_grid.nc \n", + "301 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output185/ocean/ocean_grid.nc \n", + "302 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output186/ocean/ocean_grid.nc \n", + "303 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output187/ocean/ocean_grid.nc \n", + "304 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output188/ocean/ocean_grid.nc \n", + "305 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output189/ocean/ocean_grid.nc \n", + "306 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output190/ocean/ocean_grid.nc \n", + "307 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output191/ocean/ocean_grid.nc \n", + "308 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output192/ocean/ocean_grid.nc \n", + "309 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output193/ocean/ocean_grid.nc \n", + "310 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output194/ocean/ocean_grid.nc \n", + "311 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output195/ocean/ocean_grid.nc \n", + "312 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output196/ocean/ocean_grid.nc \n", + "313 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output197/ocean/ocean_grid.nc \n", + "314 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output198/ocean/ocean_grid.nc \n", + "315 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output199/ocean/ocean_grid.nc \n", + "316 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output200/ocean/ocean_grid.nc \n", + "317 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output201/ocean/ocean_grid.nc \n", + "318 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output202/ocean/ocean_grid.nc \n", + "319 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output203/ocean/ocean_grid.nc \n", + "320 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output204/ocean/ocean_grid.nc \n", + "321 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output205/ocean/ocean_grid.nc \n", + "322 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output206/ocean/ocean_grid.nc \n", + "323 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output207/ocean/ocean_grid.nc \n", + "324 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output208/ocean/ocean_grid.nc \n", + "325 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output209/ocean/ocean_grid.nc \n", + "326 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output210/ocean/ocean_grid.nc \n", + "327 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output211/ocean/ocean_grid.nc \n", + "328 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output212/ocean/ocean_grid.nc \n", + "329 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output213/ocean/ocean_grid.nc \n", + "330 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output214/ocean/ocean_grid.nc \n", + "331 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output215/ocean/ocean_grid.nc \n", + "332 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output216/ocean/ocean_grid.nc \n", + "333 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output217/ocean/ocean_grid.nc \n", + "334 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output218/ocean/ocean_grid.nc \n", + "335 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output219/ocean/ocean_grid.nc \n", + "336 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output220/ocean/ocean_grid.nc \n", + "337 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output221/ocean/ocean_grid.nc \n", + "338 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output222/ocean/ocean_grid.nc \n", + "339 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output223/ocean/ocean_grid.nc \n", + "340 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output224/ocean/ocean_grid.nc \n", + "341 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output225/ocean/ocean_grid.nc \n", + "342 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output226/ocean/ocean_grid.nc \n", + "343 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output227/ocean/ocean_grid.nc \n", + "344 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output228/ocean/ocean_grid.nc \n", + "345 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output229/ocean/ocean_grid.nc \n", + "346 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output230/ocean/ocean_grid.nc \n", + "347 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output231/ocean/ocean_grid.nc \n", + "348 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output232/ocean/ocean_grid.nc \n", + "349 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output233/ocean/ocean_grid.nc \n", + "350 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output234/ocean/ocean_grid.nc \n", + "351 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output235/ocean/ocean_grid.nc \n", + "352 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output236/ocean/ocean_grid.nc \n", + "353 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output237/ocean/ocean_grid.nc \n", + "354 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output238/ocean/ocean_grid.nc \n", + "355 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output239/ocean/ocean_grid.nc \n", + "356 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output240/ocean/ocean_grid.nc \n", + "357 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output241/ocean/ocean_grid.nc \n", + "358 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output242/ocean/ocean_grid.nc \n", + "359 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output243/ocean/ocean_grid.nc \n", + "360 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output244/ocean/ocean_grid.nc \n", + "361 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output245/ocean/ocean_grid.nc \n", + "362 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output246/ocean/ocean_grid.nc \n", + "363 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output247/ocean/ocean_grid.nc \n", + "364 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output248/ocean/ocean_grid.nc \n", + "365 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output249/ocean/ocean_grid.nc \n", + "366 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output250/ocean/ocean_grid.nc \n", + "367 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output251/ocean/ocean_grid.nc \n", + "368 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output252/ocean/ocean_grid.nc \n", + "369 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output253/ocean/ocean_grid.nc \n", + "370 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output254/ocean/ocean_grid.nc \n", + "371 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output255/ocean/ocean_grid.nc \n", + "372 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output256/ocean/ocean_grid.nc \n", + "373 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output257/ocean/ocean_grid.nc \n", + "374 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output258/ocean/ocean_grid.nc \n", + "375 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output259/ocean/ocean_grid.nc \n", + "376 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output260/ocean/ocean_grid.nc \n", + "377 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output261/ocean/ocean_grid.nc \n", + "378 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output262/ocean/ocean_grid.nc \n", + "379 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output263/ocean/ocean_grid.nc \n", + "380 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output264/ocean/ocean_grid.nc \n", + "381 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output265/ocean/ocean_grid.nc \n", + "382 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output266/ocean/ocean_grid.nc \n", + "383 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output267/ocean/ocean_grid.nc \n", + "384 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output268/ocean/ocean_grid.nc \n", + "385 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output269/ocean/ocean_grid.nc \n", + "386 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output270/ocean/ocean_grid.nc \n", + "387 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output271/ocean/ocean_grid.nc \n", + "388 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output272/ocean/ocean_grid.nc \n", + "389 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output273/ocean/ocean_grid.nc \n", + "390 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output274/ocean/ocean_grid.nc \n", + "391 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output275/ocean/ocean_grid.nc \n", + "392 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output276/ocean/ocean_grid.nc \n", + "393 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output277/ocean/ocean_grid.nc \n", + "394 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output278/ocean/ocean_grid.nc \n", + "395 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output279/ocean/ocean_grid.nc \n", + "396 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output280/ocean/ocean_grid.nc \n", + "397 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output281/ocean/ocean_grid.nc \n", + "398 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output282/ocean/ocean_grid.nc \n", + "399 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output283/ocean/ocean_grid.nc \n", + "400 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output284/ocean/ocean_grid.nc \n", + "401 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output285/ocean/ocean_grid.nc \n", + "402 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output286/ocean/ocean_grid.nc \n", + "403 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output287/ocean/ocean_grid.nc \n", + "404 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output288/ocean/ocean_grid.nc \n", + "405 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output289/ocean/ocean_grid.nc \n", + "406 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output290/ocean/ocean_grid.nc \n", + "407 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output291/ocean/ocean_grid.nc \n", + "408 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output292/ocean/ocean_grid.nc \n", + "409 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output293/ocean/ocean_grid.nc \n", + "410 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output294/ocean/ocean_grid.nc \n", + "411 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output295/ocean/ocean_grid.nc \n", + "412 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output296/ocean/ocean_grid.nc \n", + "413 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output297/ocean/ocean_grid.nc \n", + "414 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output298/ocean/ocean_grid.nc \n", + "415 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output299/ocean/ocean_grid.nc \n", + "416 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output300/ocean/ocean_grid.nc \n", + "417 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output301/ocean/ocean_grid.nc \n", + "418 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output302/ocean/ocean_grid.nc \n", + "419 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output303/ocean/ocean_grid.nc \n", + "420 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output304/ocean/ocean_grid.nc \n", + "421 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output305/ocean/ocean_grid.nc \n", + "422 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output306/ocean/ocean_grid.nc \n", + "423 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output307/ocean/ocean_grid.nc \n", + "424 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output308/ocean/ocean_grid.nc \n", + "425 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output309/ocean/ocean_grid.nc \n", + "426 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output310/ocean/ocean_grid.nc \n", + "427 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output311/ocean/ocean_grid.nc \n", + "428 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output312/ocean/ocean_grid.nc \n", + "429 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output313/ocean/ocean_grid.nc \n", + "430 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output314/ocean/ocean_grid.nc \n", + "431 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output315/ocean/ocean_grid.nc \n", + "432 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output316/ocean/ocean_grid.nc \n", + "433 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output317/ocean/ocean_grid.nc \n", + "434 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output318/ocean/ocean_grid.nc \n", + "435 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output319/ocean/ocean_grid.nc \n", + "436 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output320/ocean/ocean_grid.nc \n", + "437 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output321/ocean/ocean_grid.nc \n", + "438 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output322/ocean/ocean_grid.nc \n", + "439 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output323/ocean/ocean_grid.nc \n", + "440 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output324/ocean/ocean_grid.nc \n", + "441 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output325/ocean/ocean_grid.nc \n", + "442 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output326/ocean/ocean_grid.nc \n", + "443 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output327/ocean/ocean_grid.nc \n", + "444 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output328/ocean/ocean_grid.nc \n", + "445 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output329/ocean/ocean_grid.nc \n", + "446 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output330/ocean/ocean_grid.nc \n", + "447 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output331/ocean/ocean_grid.nc \n", + "448 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output332/ocean/ocean_grid.nc \n", + "449 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output333/ocean/ocean_grid.nc \n", + "450 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output334/ocean/ocean_grid.nc \n", + "451 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output335/ocean/ocean_grid.nc \n", + "452 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output336/ocean/ocean_grid.nc \n", + "453 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output337/ocean/ocean_grid.nc \n", + "454 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output338/ocean/ocean_grid.nc \n", + "455 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output339/ocean/ocean_grid.nc \n", + "456 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output340/ocean/ocean_grid.nc \n", + "457 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output341/ocean/ocean_grid.nc \n", + "458 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output342/ocean/ocean_grid.nc \n", + "459 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output343/ocean/ocean_grid.nc \n", + "460 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output344/ocean/ocean_grid.nc \n", + "461 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output345/ocean/ocean_grid.nc \n", + "462 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output346/ocean/ocean_grid.nc \n", + "463 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output347/ocean/ocean_grid.nc \n", + "464 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output348/ocean/ocean_grid.nc \n", + "465 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output349/ocean/ocean_grid.nc \n", + "466 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output350/ocean/ocean_grid.nc \n", + "467 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output351/ocean/ocean_grid.nc \n", + "468 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output352/ocean/ocean_grid.nc \n", + "469 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output353/ocean/ocean_grid.nc \n", + "470 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output354/ocean/ocean_grid.nc \n", + "471 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output355/ocean/ocean_grid.nc \n", + "472 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output356/ocean/ocean_grid.nc \n", + "473 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output357/ocean/ocean_grid.nc \n", + "474 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output358/ocean/ocean_grid.nc \n", + "475 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output359/ocean/ocean_grid.nc \n", + "476 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output360/ocean/ocean_grid.nc \n", + "477 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output361/ocean/ocean_grid.nc \n", + "478 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output362/ocean/ocean_grid.nc \n", + "479 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output363/ocean/ocean_grid.nc \n", + "480 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output364/ocean/ocean_grid.nc \n", + "481 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output365/ocean/ocean_grid.nc \n", + "482 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output366/ocean/ocean_grid.nc \n", + "483 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output367/ocean/ocean_grid.nc \n", + "484 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output368/ocean/ocean_grid.nc \n", + "485 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output369/ocean/ocean_grid.nc \n", + "486 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output370/ocean/ocean_grid.nc \n", + "487 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output371/ocean/ocean_grid.nc \n", + "488 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output372/ocean/ocean_grid.nc \n", + "489 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output373/ocean/ocean_grid.nc \n", + "490 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output374/ocean/ocean_grid.nc \n", + "491 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output375/ocean/ocean_grid.nc \n", + "492 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output376/ocean/ocean_grid.nc \n", + "493 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output377/ocean/ocean_grid.nc \n", + "494 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output378/ocean/ocean_grid.nc \n", + "495 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output379/ocean/ocean_grid.nc \n", + "496 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output380/ocean/ocean_grid.nc \n", + "497 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output381/ocean/ocean_grid.nc \n", + "498 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output382/ocean/ocean_grid.nc \n", + "499 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output383/ocean/ocean_grid.nc \n", + "500 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output384/ocean/ocean_grid.nc \n", + "501 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output385/ocean/ocean_grid.nc \n", + "502 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output386/ocean/ocean_grid.nc \n", + "503 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output387/ocean/ocean_grid.nc \n", + "504 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output388/ocean/ocean_grid.nc \n", + "505 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output389/ocean/ocean_grid.nc \n", + "506 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output390/ocean/ocean_grid.nc \n", + "507 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output391/ocean/ocean_grid.nc \n", + "508 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output392/ocean/ocean_grid.nc \n", + "509 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output393/ocean/ocean_grid.nc \n", + "510 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output394/ocean/ocean_grid.nc \n", + "511 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output395/ocean/ocean_grid.nc \n", + "512 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output396/ocean/ocean_grid.nc \n", + "513 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output397/ocean/ocean_grid.nc \n", + "514 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output398/ocean/ocean_grid.nc \n", + "515 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output399/ocean/ocean_grid.nc \n", + "516 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output400/ocean/ocean_grid.nc \n", + "517 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output401/ocean/ocean_grid.nc \n", + "518 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output402/ocean/ocean_grid.nc \n", + "519 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output403/ocean/ocean_grid.nc \n", + "520 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output404/ocean/ocean_grid.nc \n", + "521 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output405/ocean/ocean_grid.nc \n", + "522 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output406/ocean/ocean_grid.nc \n", + "523 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output407/ocean/ocean_grid.nc \n", + "524 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output408/ocean/ocean_grid.nc \n", + "525 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output409/ocean/ocean_grid.nc \n", + "526 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output410/ocean/ocean_grid.nc \n", + "527 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output411/ocean/ocean_grid.nc \n", + "528 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output412/ocean/ocean_grid.nc \n", + "529 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output413/ocean/ocean_grid.nc \n", + "530 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output414/ocean/ocean_grid.nc \n", + "531 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output415/ocean/ocean_grid.nc \n", + "532 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output416/ocean/ocean_grid.nc \n", + "533 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output417/ocean/ocean_grid.nc \n", + "534 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output418/ocean/ocean_grid.nc \n", + "535 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output419/ocean/ocean_grid.nc \n", + "536 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output420/ocean/ocean_grid.nc \n", + "537 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output421/ocean/ocean_grid.nc \n", + "538 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output422/ocean/ocean_grid.nc \n", + "539 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output423/ocean/ocean_grid.nc \n", + "540 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output424/ocean/ocean_grid.nc \n", + "541 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output425/ocean/ocean_grid.nc \n", + "542 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output426/ocean/ocean_grid.nc \n", + "543 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output427/ocean/ocean_grid.nc \n", + "544 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output428/ocean/ocean_grid.nc \n", + "545 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output429/ocean/ocean_grid.nc \n", + "546 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output430/ocean/ocean_grid.nc \n", + "547 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output431/ocean/ocean_grid.nc \n", + "548 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output432/ocean/ocean_grid.nc \n", + "549 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output433/ocean/ocean_grid.nc \n", + "550 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output434/ocean/ocean_grid.nc \n", + "551 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output435/ocean/ocean_grid.nc \n", + "552 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output436/ocean/ocean_grid.nc \n", + "553 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output437/ocean/ocean_grid.nc \n", + "554 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output438/ocean/ocean_grid.nc \n", + "555 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output439/ocean/ocean_grid.nc \n", + "556 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output440/ocean/ocean_grid.nc \n", + "557 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output441/ocean/ocean_grid.nc \n", + "558 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output442/ocean/ocean_grid.nc \n", + "559 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output443/ocean/ocean_grid.nc \n", + "560 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output444/ocean/ocean_grid.nc \n", + "561 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output445/ocean/ocean_grid.nc \n", + "562 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output446/ocean/ocean_grid.nc \n", + "563 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output447/ocean/ocean_grid.nc \n", + "564 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output448/ocean/ocean_grid.nc \n", + "565 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output449/ocean/ocean_grid.nc \n", + "566 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output450/ocean/ocean_grid.nc \n", + "567 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output451/ocean/ocean_grid.nc \n", + "568 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output452/ocean/ocean_grid.nc \n", + "569 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output453/ocean/ocean_grid.nc \n", + "570 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output454/ocean/ocean_grid.nc \n", + "571 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output455/ocean/ocean_grid.nc \n", + "572 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output456/ocean/ocean_grid.nc \n", + "573 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output457/ocean/ocean_grid.nc \n", + "574 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output458/ocean/ocean_grid.nc \n", + "575 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output459/ocean/ocean_grid.nc \n", + "576 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output460/ocean/ocean_grid.nc \n", + "577 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output461/ocean/ocean_grid.nc \n", + "578 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output462/ocean/ocean_grid.nc \n", + "579 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output463/ocean/ocean_grid.nc \n", + "580 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output464/ocean/ocean_grid.nc \n", + "581 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output465/ocean/ocean_grid.nc \n", + "582 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output466/ocean/ocean_grid.nc \n", + "583 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output467/ocean/ocean_grid.nc \n", + "584 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output468/ocean/ocean_grid.nc \n", + "585 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output469/ocean/ocean_grid.nc \n", + "586 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output470/ocean/ocean_grid.nc \n", + "587 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output471/ocean/ocean_grid.nc \n", + "588 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output472/ocean/ocean_grid.nc \n", + "589 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output473/ocean/ocean_grid.nc \n", + "590 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output474/ocean/ocean_grid.nc \n", + "591 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output475/ocean/ocean_grid.nc \n", + "592 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output476/ocean/ocean_grid.nc \n", + "593 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output477/ocean/ocean_grid.nc \n", + "594 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output478/ocean/ocean_grid.nc \n", + "595 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output479/ocean/ocean_grid.nc \n", + "596 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output480/ocean/ocean_grid.nc \n", + "597 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output481/ocean/ocean_grid.nc \n", + "598 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output482/ocean/ocean_grid.nc \n", + "599 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output483/ocean/ocean_grid.nc \n", + "600 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output484/ocean/ocean_grid.nc \n", + "601 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output485/ocean/ocean_grid.nc \n", + "602 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output486/ocean/ocean_grid.nc \n", + "603 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output487/ocean/ocean_grid.nc \n", + "604 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output488/ocean/ocean_grid.nc \n", + "605 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output489/ocean/ocean_grid.nc \n", + "606 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output490/ocean/ocean_grid.nc \n", + "607 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output491/ocean/ocean_grid.nc \n", + "608 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output492/ocean/ocean_grid.nc \n", + "609 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output493/ocean/ocean_grid.nc \n", + "610 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output494/ocean/ocean_grid.nc \n", + "611 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output495/ocean/ocean_grid.nc \n", + "612 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output496/ocean/ocean_grid.nc \n", + "613 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output497/ocean/ocean_grid.nc \n", + "614 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output498/ocean/ocean_grid.nc \n", + "615 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output499/ocean/ocean_grid.nc \n", + "616 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output500/ocean/ocean_grid.nc \n", + "617 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output501/ocean/ocean_grid.nc \n", + "618 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output502/ocean/ocean_grid.nc \n", + "619 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output503/ocean/ocean_grid.nc \n", + "620 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output504/ocean/ocean_grid.nc \n", + "621 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output505/ocean/ocean_grid.nc \n", + "622 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output506/ocean/ocean_grid.nc \n", + "623 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output507/ocean/ocean_grid.nc \n", + "624 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output508/ocean/ocean_grid.nc \n", + "625 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output509/ocean/ocean_grid.nc \n", + "626 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output510/ocean/ocean_grid.nc \n", + "627 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output511/ocean/ocean_grid.nc \n", + "628 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output512/ocean/ocean_grid.nc \n", + "629 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output513/ocean/ocean_grid.nc \n", + "630 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output514/ocean/ocean_grid.nc \n", + "631 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output515/ocean/ocean_grid.nc \n", + "632 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output516/ocean/ocean_grid.nc \n", + "633 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output517/ocean/ocean_grid.nc \n", + "634 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output518/ocean/ocean_grid.nc \n", + "635 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output519/ocean/ocean_grid.nc \n", + "636 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output520/ocean/ocean_grid.nc \n", + "637 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output521/ocean/ocean_grid.nc \n", + "638 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output522/ocean/ocean_grid.nc \n", + "639 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output523/ocean/ocean_grid.nc \n", + "640 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output524/ocean/ocean_grid.nc \n", + "641 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output525/ocean/ocean_grid.nc \n", + "642 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output526/ocean/ocean_grid.nc \n", + "643 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output527/ocean/ocean_grid.nc \n", + "644 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output528/ocean/ocean_grid.nc \n", + "645 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output529/ocean/ocean_grid.nc \n", + "646 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output530/ocean/ocean_grid.nc \n", + "647 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output531/ocean/ocean_grid.nc \n", + "648 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output532/ocean/ocean_grid.nc \n", + "649 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output533/ocean/ocean_grid.nc \n", + "650 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output534/ocean/ocean_grid.nc \n", + "651 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output535/ocean/ocean_grid.nc \n", + "652 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output536/ocean/ocean_grid.nc \n", + "653 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output537/ocean/ocean_grid.nc \n", + "654 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output538/ocean/ocean_grid.nc \n", + "655 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output539/ocean/ocean_grid.nc \n", + "656 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output540/ocean/ocean_grid.nc \n", + "657 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output541/ocean/ocean_grid.nc \n", + "658 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output542/ocean/ocean_grid.nc \n", + "659 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output543/ocean/ocean_grid.nc \n", + "660 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output544/ocean/ocean_grid.nc \n", + "661 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output545/ocean/ocean_grid.nc \n", + "662 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output546/ocean/ocean_grid.nc \n", + "663 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output547/ocean/ocean_grid.nc \n", + "664 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output548/ocean/ocean_grid.nc \n", + "665 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output549/ocean/ocean_grid.nc \n", + "666 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output550/ocean/ocean_grid.nc \n", + "667 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output551/ocean/ocean_grid.nc \n", + "668 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output552/ocean/ocean_grid.nc \n", + "669 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output553/ocean/ocean_grid.nc \n", + "670 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output554/ocean/ocean_grid.nc \n", + "671 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output555/ocean/ocean_grid.nc \n", + "672 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output556/ocean/ocean_grid.nc \n", + "673 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output557/ocean/ocean_grid.nc \n", + "674 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output558/ocean/ocean_grid.nc \n", + "675 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output559/ocean/ocean_grid.nc \n", + "676 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output560/ocean/ocean_grid.nc \n", + "677 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output561/ocean/ocean_grid.nc \n", + "678 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output562/ocean/ocean_grid.nc \n", + "679 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output563/ocean/ocean_grid.nc \n", + "680 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output564/ocean/ocean_grid.nc \n", + "681 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output565/ocean/ocean_grid.nc \n", + "682 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output566/ocean/ocean_grid.nc \n", + "683 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output567/ocean/ocean_grid.nc \n", + "684 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output568/ocean/ocean_grid.nc \n", + "685 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output569/ocean/ocean_grid.nc \n", + "686 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output570/ocean/ocean_grid.nc \n", + "687 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output571/ocean/ocean_grid.nc \n", + "688 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output572/ocean/ocean_grid.nc \n", + "689 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output573/ocean/ocean_grid.nc \n", + "690 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output574/ocean/ocean_grid.nc \n", + "691 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output575/ocean/ocean_grid.nc \n", + "692 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output576/ocean/ocean_grid.nc \n", + "693 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output577/ocean/ocean_grid.nc \n", + "694 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output578/ocean/ocean_grid.nc \n", + "695 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output579/ocean/ocean_grid.nc \n", + "696 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output580/ocean/ocean_grid.nc \n", + "697 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output581/ocean/ocean_grid.nc \n", + "698 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output582/ocean/ocean_grid.nc \n", + "699 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output583/ocean/ocean_grid.nc \n", + "700 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output584/ocean/ocean_grid.nc \n", + "701 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output585/ocean/ocean_grid.nc \n", + "702 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output586/ocean/ocean_grid.nc \n", + "703 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output587/ocean/ocean_grid.nc \n", + "704 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output588/ocean/ocean_grid.nc \n", + "705 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output589/ocean/ocean_grid.nc \n", + "706 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output590/ocean/ocean_grid.nc \n", + "707 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output591/ocean/ocean_grid.nc \n", + "708 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output592/ocean/ocean_grid.nc \n", + "709 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output593/ocean/ocean_grid.nc \n", + "710 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output594/ocean/ocean_grid.nc \n", + "711 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output595/ocean/ocean_grid.nc \n", + "712 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output596/ocean/ocean_grid.nc \n", + "713 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output597/ocean/ocean_grid.nc \n", + "714 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output598/ocean/ocean_grid.nc \n", + "715 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output599/ocean/ocean_grid.nc \n", + "716 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output600/ocean/ocean_grid.nc \n", + "717 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output601/ocean/ocean_grid.nc \n", + "718 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output602/ocean/ocean_grid.nc \n", + "719 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output603/ocean/ocean_grid.nc \n", + "720 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output604/ocean/ocean_grid.nc \n", + "721 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output605/ocean/ocean_grid.nc \n", + "722 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output606/ocean/ocean_grid.nc \n", + "723 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output607/ocean/ocean_grid.nc \n", + "724 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output608/ocean/ocean_grid.nc \n", + "725 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output609/ocean/ocean_grid.nc \n", + "726 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output610/ocean/ocean_grid.nc \n", + "727 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output611/ocean/ocean_grid.nc \n", + "728 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output612/ocean/ocean_grid.nc \n", + "729 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output613/ocean/ocean_grid.nc \n", + "730 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output614/ocean/ocean_grid.nc \n", + "731 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output615/ocean/ocean_grid.nc \n", + "732 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output616/ocean/ocean_grid.nc \n", + "733 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output617/ocean/ocean_grid.nc \n", + "734 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output618/ocean/ocean_grid.nc \n", + "735 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output619/ocean/ocean_grid.nc \n", + "736 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output620/ocean/ocean_grid.nc \n", + "737 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output621/ocean/ocean_grid.nc \n", + "738 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output622/ocean/ocean_grid.nc \n", + "739 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output623/ocean/ocean_grid.nc \n", + "740 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output624/ocean/ocean_grid.nc \n", + "741 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output625/ocean/ocean_grid.nc \n", + "742 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output626/ocean/ocean_grid.nc \n", + "743 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output627/ocean/ocean_grid.nc \n", + "744 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output628/ocean/ocean_grid.nc \n", + "745 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output629/ocean/ocean_grid.nc \n", + "746 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output630/ocean/ocean_grid.nc \n", + "747 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output631/ocean/ocean_grid.nc \n", + "748 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output632/ocean/ocean_grid.nc \n", + "749 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output633/ocean/ocean_grid.nc \n", + "750 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output634/ocean/ocean_grid.nc \n", + "751 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output635/ocean/ocean_grid.nc \n", + "752 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output636/ocean/ocean_grid.nc \n", + "753 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output637/ocean/ocean_grid.nc \n", + "754 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output638/ocean/ocean_grid.nc \n", + "755 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output639/ocean/ocean_grid.nc \n", + "756 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output640/ocean/ocean_grid.nc \n", + "757 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output641/ocean/ocean_grid.nc \n", + "758 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output642/ocean/ocean_grid.nc \n", + "759 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output643/ocean/ocean_grid.nc \n", + "760 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output644/ocean/ocean_grid.nc \n", + "761 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output645/ocean/ocean_grid.nc \n", + "762 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output646/ocean/ocean_grid.nc \n", + "763 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output647/ocean/ocean_grid.nc \n", + "764 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output648/ocean/ocean_grid.nc \n", + "765 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output649/ocean/ocean_grid.nc \n", + "766 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output650/ocean/ocean_grid.nc \n", + "767 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output651/ocean/ocean_grid.nc \n", + "768 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output652/ocean/ocean_grid.nc \n", + "769 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output653/ocean/ocean_grid.nc \n", + "770 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output654/ocean/ocean_grid.nc \n", + "771 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output655/ocean/ocean_grid.nc \n", + "772 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output656/ocean/ocean_grid.nc \n", + "773 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output657/ocean/ocean_grid.nc \n", + "774 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output658/ocean/ocean_grid.nc \n", + "775 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output659/ocean/ocean_grid.nc \n", + "776 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output660/ocean/ocean_grid.nc \n", + "777 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output661/ocean/ocean_grid.nc \n", + "778 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output662/ocean/ocean_grid.nc \n", + "779 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output663/ocean/ocean_grid.nc \n", + "780 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output664/ocean/ocean_grid.nc \n", + "781 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output665/ocean/ocean_grid.nc \n", + "782 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output666/ocean/ocean_grid.nc \n", + "783 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output667/ocean/ocean_grid.nc \n", + "784 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output668/ocean/ocean_grid.nc \n", + "785 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output669/ocean/ocean_grid.nc \n", + "786 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output670/ocean/ocean_grid.nc \n", + "787 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output671/ocean/ocean_grid.nc \n", + "788 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output672/ocean/ocean_grid.nc \n", + "789 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output673/ocean/ocean_grid.nc \n", + "790 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output674/ocean/ocean_grid.nc \n", + "791 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output675/ocean/ocean_grid.nc \n", + "792 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output676/ocean/ocean_grid.nc \n", + "793 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output677/ocean/ocean_grid.nc \n", + "794 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output678/ocean/ocean_grid.nc \n", + "795 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output679/ocean/ocean_grid.nc \n", + "796 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output680/ocean/ocean_grid.nc \n", + "797 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output681/ocean/ocean_grid.nc \n", + "798 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output682/ocean/ocean_grid.nc \n", + "799 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output683/ocean/ocean_grid.nc \n", + "800 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output684/ocean/ocean_grid.nc \n", + "801 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output685/ocean/ocean_grid.nc \n", + "802 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output686/ocean/ocean_grid.nc \n", + "803 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output687/ocean/ocean_grid.nc \n", + "804 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output688/ocean/ocean_grid.nc \n", + "805 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output689/ocean/ocean_grid.nc \n", + "806 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output690/ocean/ocean_grid.nc \n", + "807 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output691/ocean/ocean_grid.nc \n", + "808 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output692/ocean/ocean_grid.nc \n", + "809 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output693/ocean/ocean_grid.nc \n", + "810 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output694/ocean/ocean_grid.nc \n", + "811 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output695/ocean/ocean_grid.nc \n", + "812 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output696/ocean/ocean_grid.nc \n", + "813 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output697/ocean/ocean_grid.nc \n", + "814 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output698/ocean/ocean_grid.nc \n", + "815 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output699/ocean/ocean_grid.nc \n", + "816 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output700/ocean/ocean_grid.nc \n", + "817 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output701/ocean/ocean_grid.nc \n", + "818 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output702/ocean/ocean_grid.nc \n", + "819 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output703/ocean/ocean_grid.nc \n", + "820 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output704/ocean/ocean_grid.nc \n", + "821 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output705/ocean/ocean_grid.nc \n", + "822 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output706/ocean/ocean_grid.nc \n", + "823 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output707/ocean/ocean_grid.nc \n", + "824 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output708/ocean/ocean_grid.nc \n", + "825 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output709/ocean/ocean_grid.nc \n", + "826 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output710/ocean/ocean_grid.nc \n", + "827 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output711/ocean/ocean_grid.nc \n", + "828 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output712/ocean/ocean_grid.nc \n", + "829 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output713/ocean/ocean_grid.nc \n", + "830 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output714/ocean/ocean_grid.nc \n", + "831 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output715/ocean/ocean_grid.nc \n", + "832 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output716/ocean/ocean_grid.nc \n", + "833 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output717/ocean/ocean_grid.nc \n", + "834 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output718/ocean/ocean_grid.nc \n", + "835 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output719/ocean/ocean_grid.nc \n", + "836 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output720/ocean/ocean_grid.nc \n", + "837 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output721/ocean/ocean_grid.nc \n", + "838 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output722/ocean/ocean_grid.nc \n", + "839 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output723/ocean/ocean_grid.nc \n", + "840 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output724/ocean/ocean_grid.nc \n", + "841 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output725/ocean/ocean_grid.nc \n", + "842 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output726/ocean/ocean_grid.nc \n", + "843 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output727/ocean/ocean_grid.nc \n", + "844 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output728/ocean/ocean_grid.nc \n", + "845 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output729/ocean/ocean_grid.nc \n", + "846 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output730/ocean/ocean_grid.nc \n", + "847 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output731/ocean/ocean_grid.nc \n", + "848 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output732/ocean/ocean_grid.nc \n", + "849 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output733/ocean/ocean_grid.nc \n", + "850 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output734/ocean/ocean_grid.nc \n", + "851 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output735/ocean/ocean_grid.nc \n", + "852 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output736/ocean/ocean_grid.nc \n", + "853 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output737/ocean/ocean_grid.nc \n", + "854 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output738/ocean/ocean_grid.nc \n", + "855 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output739/ocean/ocean_grid.nc \n", + "856 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output740/ocean/ocean_grid.nc \n", + "857 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output741/ocean/ocean_grid.nc \n", + "858 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output742/ocean/ocean_grid.nc \n", + "859 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output743/ocean/ocean_grid.nc \n", + "860 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output744/ocean/ocean_grid.nc \n", + "861 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output745/ocean/ocean_grid.nc \n", + "862 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output746/ocean/ocean_grid.nc \n", + "863 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output747/ocean/ocean_grid.nc \n", + "864 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output748/ocean/ocean_grid.nc \n", + "865 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output749/ocean/ocean_grid.nc \n", + "866 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output750/ocean/ocean_grid.nc \n", + "867 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output751/ocean/ocean_grid.nc \n", + "868 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output752/ocean/ocean_grid.nc \n", + "869 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output753/ocean/ocean_grid.nc \n", + "870 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output754/ocean/ocean_grid.nc \n", + "871 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output755/ocean/ocean_grid.nc \n", + "872 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output756/ocean/ocean_grid.nc \n", + "873 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output757/ocean/ocean_grid.nc \n", + "874 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output758/ocean/ocean_grid.nc \n", + "875 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output759/ocean/ocean_grid.nc \n", + "876 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output760/ocean/ocean_grid.nc \n", + "877 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output761/ocean/ocean_grid.nc \n", + "878 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output762/ocean/ocean_grid.nc \n", + "879 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output763/ocean/ocean_grid.nc \n", + "880 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output764/ocean/ocean_grid.nc \n", + "881 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output765/ocean/ocean_grid.nc \n", + "882 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output766/ocean/ocean_grid.nc \n", + "883 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output767/ocean/ocean_grid.nc \n", + "884 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output768/ocean/ocean_grid.nc \n", + "885 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output769/ocean/ocean_grid.nc \n", + "886 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output770/ocean/ocean_grid.nc \n", + "887 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output771/ocean/ocean_grid.nc \n", + "888 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output772/ocean/ocean_grid.nc \n", + "889 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output773/ocean/ocean_grid.nc \n", + "890 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output774/ocean/ocean_grid.nc \n", + "891 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output775/ocean/ocean_grid.nc \n", + "892 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output776/ocean/ocean_grid.nc \n", + "893 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output777/ocean/ocean_grid.nc \n", + "894 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output778/ocean/ocean_grid.nc \n", + "895 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output779/ocean/ocean_grid.nc \n", + "896 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output780/ocean/ocean_grid.nc \n", + "897 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output781/ocean/ocean_grid.nc \n", + "898 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output782/ocean/ocean_grid.nc \n", + "899 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output783/ocean/ocean_grid.nc \n", + "900 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output784/ocean/ocean_grid.nc \n", + "901 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output785/ocean/ocean_grid.nc \n", + "902 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output786/ocean/ocean_grid.nc \n", + "903 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output787/ocean/ocean_grid.nc \n", + "904 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output788/ocean/ocean_grid.nc \n", + "905 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output789/ocean/ocean_grid.nc \n", + "906 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output790/ocean/ocean_grid.nc \n", + "907 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output791/ocean/ocean_grid.nc \n", + "908 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output792/ocean/ocean_grid.nc \n", + "909 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output793/ocean/ocean_grid.nc \n", + "910 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output794/ocean/ocean_grid.nc \n", + "911 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output795/ocean/ocean_grid.nc \n", + "912 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output796/ocean/ocean_grid.nc \n", + "913 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output797/ocean/ocean_grid.nc \n", + "914 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output798/ocean/ocean_grid.nc \n", + "915 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output799/ocean/ocean_grid.nc \n", + "916 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output800/ocean/ocean_grid.nc \n", + "917 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output801/ocean/ocean_grid.nc \n", + "918 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output802/ocean/ocean_grid.nc \n", + "919 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output803/ocean/ocean_grid.nc \n", + "920 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output804/ocean/ocean_grid.nc \n", + "921 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output805/ocean/ocean_grid.nc \n", + "922 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output806/ocean/ocean_grid.nc \n", + "923 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output807/ocean/ocean_grid.nc \n", + "924 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output808/ocean/ocean_grid.nc \n", + "925 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output809/ocean/ocean_grid.nc \n", + "926 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output810/ocean/ocean_grid.nc \n", + "927 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output811/ocean/ocean_grid.nc \n", + "928 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output812/ocean/ocean_grid.nc \n", + "929 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output813/ocean/ocean_grid.nc \n", + "930 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output814/ocean/ocean_grid.nc \n", + "931 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output815/ocean/ocean_grid.nc \n", + "932 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output816/ocean/ocean_grid.nc \n", + "933 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output817/ocean/ocean_grid.nc \n", + "934 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output818/ocean/ocean_grid.nc \n", + "935 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output819/ocean/ocean_grid.nc \n", + "936 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output820/ocean/ocean_grid.nc \n", + "937 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output821/ocean/ocean_grid.nc \n", + "938 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output822/ocean/ocean_grid.nc \n", + "939 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output823/ocean/ocean_grid.nc \n", + "940 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output824/ocean/ocean_grid.nc \n", + "941 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output825/ocean/ocean_grid.nc \n", + "942 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output826/ocean/ocean_grid.nc \n", + "943 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output827/ocean/ocean_grid.nc \n", + "944 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output828/ocean/ocean_grid.nc \n", + "945 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output829/ocean/ocean_grid.nc \n", + "946 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output830/ocean/ocean_grid.nc \n", + "947 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output831/ocean/ocean_grid.nc \n", + "948 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output832/ocean/ocean_grid.nc \n", + "949 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output833/ocean/ocean_grid.nc \n", + "950 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output834/ocean/ocean_grid.nc \n", + "951 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output835/ocean/ocean_grid.nc \n", + "952 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output836/ocean/ocean_grid.nc \n", + "953 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output837/ocean/ocean_grid.nc \n", + "954 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output838/ocean/ocean_grid.nc \n", + "955 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output839/ocean/ocean_grid.nc \n", + "956 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output840/ocean/ocean_grid.nc \n", + "957 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output841/ocean/ocean_grid.nc \n", + "958 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output842/ocean/ocean_grid.nc \n", + "959 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output843/ocean/ocean_grid.nc \n", + "960 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output844/ocean/ocean_grid.nc \n", + "961 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output845/ocean/ocean_grid.nc \n", + "962 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output846/ocean/ocean_grid.nc \n", + "963 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output847/ocean/ocean_grid.nc \n", + "964 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output848/ocean/ocean_grid.nc \n", + "965 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output849/ocean/ocean_grid.nc \n", + "966 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output850/ocean/ocean_grid.nc \n", + "967 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output851/ocean/ocean_grid.nc \n", + "968 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output852/ocean/ocean_grid.nc \n", + "969 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output853/ocean/ocean_grid.nc \n", + "970 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output854/ocean/ocean_grid.nc \n", + "971 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output855/ocean/ocean_grid.nc \n", + "972 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output856/ocean/ocean_grid.nc \n", + "973 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output857/ocean/ocean_grid.nc \n", + "974 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output858/ocean/ocean_grid.nc \n", + "975 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output859/ocean/ocean_grid.nc \n", + "976 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output860/ocean/ocean_grid.nc \n", + "977 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output861/ocean/ocean_grid.nc \n", + "978 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output862/ocean/ocean_grid.nc \n", + "979 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output863/ocean/ocean_grid.nc \n", + "980 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output864/ocean/ocean_grid.nc \n", + "981 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output865/ocean/ocean_grid.nc \n", + "982 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output866/ocean/ocean_grid.nc \n", + "983 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output867/ocean/ocean_grid.nc \n", + "984 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output868/ocean/ocean_grid.nc \n", + "985 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output869/ocean/ocean_grid.nc \n", + "986 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output870/ocean/ocean_grid.nc \n", + "987 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output871/ocean/ocean_grid.nc \n", + "988 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output872/ocean/ocean_grid.nc \n", + "989 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output873/ocean/ocean_grid.nc \n", + "990 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output874/ocean/ocean_grid.nc \n", + "991 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output875/ocean/ocean_grid.nc \n", + "992 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output876/ocean/ocean_grid.nc \n", + "993 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output877/ocean/ocean_grid.nc \n", + "994 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output878/ocean/ocean_grid.nc \n", + "995 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output879/ocean/ocean_grid.nc \n", + "996 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output880/ocean/ocean_grid.nc \n", + "997 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output881/ocean/ocean_grid.nc \n", + "998 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output882/ocean/ocean_grid.nc \n", + "999 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output883/ocean/ocean_grid.nc \n", + "1000 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output884/ocean/ocean_grid.nc \n", + "1001 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output885/ocean/ocean_grid.nc \n", + "1002 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output886/ocean/ocean_grid.nc \n", + "1003 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output887/ocean/ocean_grid.nc \n", + "1004 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output888/ocean/ocean_grid.nc \n", + "1005 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output889/ocean/ocean_grid.nc \n", + "1006 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output890/ocean/ocean_grid.nc \n", + "1007 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output891/ocean/ocean_grid.nc \n", + "1008 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output892/ocean/ocean_grid.nc \n", + "1009 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output893/ocean/ocean_grid.nc \n", + "1010 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output894/ocean/ocean_grid.nc \n", + "1011 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output895/ocean/ocean_grid.nc \n", + "1012 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output896/ocean/ocean_grid.nc \n", + "1013 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output897/ocean/ocean_grid.nc \n", + "1014 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output898/ocean/ocean_grid.nc \n", + "1015 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output899/ocean/ocean_grid.nc \n", + "1016 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output900/ocean/ocean_grid.nc \n", + "1017 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output901/ocean/ocean_grid.nc \n", + "1018 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output902/ocean/ocean_grid.nc \n", + "1019 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output903/ocean/ocean_grid.nc \n", + "1020 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output904/ocean/ocean_grid.nc \n", + "1021 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output905/ocean/ocean_grid.nc \n", + "1022 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output906/ocean/ocean_grid.nc \n", + "1023 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output907/ocean/ocean_grid.nc \n", + "1024 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output908/ocean/ocean_grid.nc \n", + "1025 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output909/ocean/ocean_grid.nc \n", + "1026 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output910/ocean/ocean_grid.nc \n", + "1027 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output911/ocean/ocean_grid.nc \n", + "1028 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output912/ocean/ocean_grid.nc \n", + "1029 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output913/ocean/ocean_grid.nc \n", + "1030 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output914/ocean/ocean_grid.nc \n", + "1031 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output915/ocean/ocean_grid.nc \n", + "1032 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output916/ocean/ocean_grid.nc \n", + "1033 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output917/ocean/ocean_grid.nc \n", + "1034 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output918/ocean/ocean_grid.nc \n", + "1035 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output919/ocean/ocean_grid.nc \n", + "1036 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output920/ocean/ocean_grid.nc \n", + "1037 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output921/ocean/ocean_grid.nc \n", + "1038 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output922/ocean/ocean_grid.nc \n", + "1039 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output923/ocean/ocean_grid.nc \n", + "1040 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output924/ocean/ocean_grid.nc \n", + "1041 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output925/ocean/ocean_grid.nc \n", + "1042 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output926/ocean/ocean_grid.nc \n", + "1043 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output927/ocean/ocean_grid.nc \n", + "1044 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output928/ocean/ocean_grid.nc \n", + "1045 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output929/ocean/ocean_grid.nc \n", + "1046 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output930/ocean/ocean_grid.nc \n", + "1047 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output931/ocean/ocean_grid.nc \n", + "1048 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output932/ocean/ocean_grid.nc \n", + "1049 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output933/ocean/ocean_grid.nc \n", + "1050 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output934/ocean/ocean_grid.nc \n", + "1051 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output935/ocean/ocean_grid.nc \n", + "1052 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output936/ocean/ocean_grid.nc \n", + "1053 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output937/ocean/ocean_grid.nc \n", + "1054 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output938/ocean/ocean_grid.nc \n", + "1055 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output939/ocean/ocean_grid.nc \n", + "1056 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output940/ocean/ocean_grid.nc \n", + "1057 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output941/ocean/ocean_grid.nc \n", + "1058 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output942/ocean/ocean_grid.nc \n", + "1059 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output943/ocean/ocean_grid.nc \n", + "1060 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output944/ocean/ocean_grid.nc \n", + "1061 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output945/ocean/ocean_grid.nc \n", + "1062 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output946/ocean/ocean_grid.nc \n", + "1063 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output947/ocean/ocean_grid.nc \n", + "1064 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output948/ocean/ocean_grid.nc \n", + "1065 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output949/ocean/ocean_grid.nc \n", + "1066 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output950/ocean/ocean_grid.nc \n", + "1067 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output951/ocean/ocean_grid.nc \n", + "1068 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output952/ocean/ocean_grid.nc \n", + "1069 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output953/ocean/ocean_grid.nc \n", + "1070 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output954/ocean/ocean_grid.nc \n", + "1071 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output955/ocean/ocean_grid.nc \n", + "1072 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output956/ocean/ocean_grid.nc \n", + "1073 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output957/ocean/ocean_grid.nc \n", + "1074 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output958/ocean/ocean_grid.nc \n", + "1075 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output959/ocean/ocean_grid.nc \n", + "1076 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output960/ocean/ocean_grid.nc \n", + "1077 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output961/ocean/ocean_grid.nc \n", + "1078 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output962/ocean/ocean_grid.nc \n", + "1079 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output963/ocean/ocean_grid.nc \n", + "1080 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output964/ocean/ocean_grid.nc \n", + "1081 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output965/ocean/ocean_grid.nc \n", + "1082 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output966/ocean/ocean_grid.nc \n", + "1083 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output967/ocean/ocean_grid.nc \n", + "1084 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output968/ocean/ocean_grid.nc \n", + "1085 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output969/ocean/ocean_grid.nc \n", + "1086 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output970/ocean/ocean_grid.nc \n", + "1087 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output971/ocean/ocean_grid.nc \n", + "1088 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output972/ocean/ocean_grid.nc \n", + "1089 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output973/ocean/ocean_grid.nc \n", + "1090 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output974/ocean/ocean_grid.nc \n", + "1091 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output975/ocean/ocean_grid.nc \n", + "1092 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output976/ocean/ocean_grid.nc \n", + "1093 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output977/ocean/ocean_grid.nc \n", + "1094 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output978/ocean/ocean_grid.nc \n", + "1095 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output979/ocean/ocean_grid.nc \n", + "1096 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output980/ocean/ocean_grid.nc \n", + "1097 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output981/ocean/ocean_grid.nc \n", + "1098 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output982/ocean/ocean_grid.nc \n", + "1099 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output983/ocean/ocean_grid.nc \n", + "1100 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output984/ocean/ocean_grid.nc \n", + "1101 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output985/ocean/ocean_grid.nc \n", + "1102 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output986/ocean/ocean_grid.nc \n", + "1103 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output987/ocean/ocean_grid.nc \n", + "1104 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output988/ocean/ocean_grid.nc \n", + "1105 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output989/ocean/ocean_grid.nc \n", + "1106 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output990/ocean/ocean_grid.nc \n", + "1107 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output991/ocean/ocean_grid.nc \n", + "1108 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output992/ocean/ocean_grid.nc \n", + "1109 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output993/ocean/ocean_grid.nc \n", + "1110 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output994/ocean/ocean_grid.nc \n", + "1111 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output995/ocean/ocean_grid.nc \n", + "1112 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output996/ocean/ocean_grid.nc \n", + "1113 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output997/ocean/ocean_grid.nc \n", + "1114 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output998/ocean/ocean_grid.nc \n", + "1115 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output999/ocean/ocean_grid.nc \n", + "\n", + " realm \\\n", + "0 ocean \n", + "1 ocean \n", + "2 ocean \n", + "3 ocean \n", + "4 ocean \n", + "5 ocean \n", + "6 ocean \n", + "7 ocean \n", + "8 ocean \n", + "9 ocean \n", + "10 ocean \n", + "11 ocean \n", + "12 ocean \n", + "13 ocean \n", + "14 ocean \n", + "15 ocean \n", + "16 ocean \n", + "17 ocean \n", + "18 ocean \n", + "19 ocean \n", + "20 ocean \n", + "21 ocean \n", + "22 ocean \n", + "23 ocean \n", + "24 ocean \n", + "25 ocean \n", + "26 ocean \n", + "27 ocean \n", + "28 ocean \n", + "29 ocean \n", + "30 ocean \n", + "31 ocean \n", + "32 ocean \n", + "33 ocean \n", + "34 ocean \n", + "35 ocean \n", + "36 ocean \n", + "37 ocean \n", + "38 ocean \n", + "39 ocean \n", + "40 ocean \n", + "41 ocean \n", + "42 ocean \n", + "43 ocean \n", + "44 ocean \n", + "45 ocean \n", + "46 ocean \n", + "47 ocean \n", + "48 ocean \n", + "49 ocean \n", + "50 ocean \n", + "51 ocean \n", + "52 ocean \n", + "53 ocean \n", + "54 ocean \n", + "55 ocean \n", + "56 ocean \n", + "57 ocean \n", + "58 ocean \n", + "59 ocean \n", + "60 ocean \n", + "61 ocean \n", + "62 ocean \n", + "63 ocean \n", + "64 ocean \n", + "65 ocean \n", + "66 ocean \n", + "67 ocean \n", + "68 ocean \n", + "69 ocean \n", + "70 ocean \n", + "71 ocean \n", + "72 ocean \n", + "73 ocean \n", + "74 ocean \n", + "75 ocean \n", + "76 ocean \n", + "77 ocean \n", + "78 ocean \n", + "79 ocean \n", + "80 ocean \n", + "81 ocean \n", + "82 ocean \n", + "83 ocean \n", + "84 ocean \n", + "85 ocean \n", + "86 ocean \n", + "87 ocean \n", + "88 ocean \n", + "89 ocean \n", + "90 ocean \n", + "91 ocean \n", + "92 ocean \n", + "93 ocean \n", + "94 ocean \n", + "95 ocean \n", + "96 ocean \n", + "97 ocean \n", + "98 ocean \n", + "99 ocean \n", + "100 ocean \n", + "101 ocean \n", + "102 ocean \n", + "103 ocean \n", + "104 ocean \n", + "105 ocean \n", + "106 ocean \n", + "107 ocean \n", + "108 ocean \n", + "109 ocean \n", + "110 ocean \n", + "111 ocean \n", + "112 ocean \n", + "113 ocean \n", + "114 ocean \n", + "115 ocean \n", + "116 ocean \n", + "117 ocean \n", + "118 ocean \n", + "119 ocean \n", + "120 ocean \n", + "121 ocean \n", + "122 ocean \n", + "123 ocean \n", + "124 ocean \n", + "125 ocean \n", + "126 ocean \n", + "127 ocean \n", + "128 ocean \n", + "129 ocean \n", + "130 ocean \n", + "131 ocean \n", + "132 ocean \n", + "133 ocean \n", + "134 ocean \n", + "135 ocean \n", + "136 ocean \n", + "137 ocean \n", + "138 ocean \n", + "139 ocean \n", + "140 ocean \n", + "141 ocean \n", + "142 ocean \n", + "143 ocean \n", + "144 ocean \n", + "145 ocean \n", + "146 ocean \n", + "147 ocean \n", + "148 ocean \n", + "149 ocean \n", + "150 ocean \n", + "151 ocean \n", + "152 ocean \n", + "153 ocean \n", + "154 ocean \n", + "155 ocean \n", + "156 ocean \n", + "157 ocean \n", + "158 ocean \n", + "159 ocean \n", + "160 ocean \n", + "161 ocean \n", + "162 ocean \n", + "163 ocean \n", + "164 ocean \n", + "165 ocean \n", + "166 ocean \n", + "167 ocean \n", + "168 ocean \n", + "169 ocean \n", + "170 ocean \n", + "171 ocean \n", + "172 ocean \n", + "173 ocean \n", + "174 ocean \n", + "175 ocean \n", + "176 ocean \n", + "177 ocean \n", + "178 ocean \n", + "179 ocean \n", + "180 ocean \n", + "181 ocean \n", + "182 ocean \n", + "183 ocean \n", + "184 ocean \n", + "185 ocean \n", + "186 ocean \n", + "187 ocean \n", + "188 ocean \n", + "189 ocean \n", + "190 ocean \n", + "191 ocean \n", + "192 ocean \n", + "193 ocean \n", + "194 ocean \n", + "195 ocean \n", + "196 ocean \n", + "197 ocean \n", + "198 ocean \n", + "199 ocean \n", + "200 ocean \n", + "201 ocean \n", + "202 ocean \n", + "203 ocean \n", + "204 ocean \n", + "205 ocean \n", + "206 ocean \n", + "207 ocean \n", + "208 ocean \n", + "209 ocean \n", + "210 ocean \n", + "211 ocean \n", + "212 ocean \n", + "213 ocean \n", + "214 ocean \n", + "215 ocean \n", + "216 ocean \n", + "217 ocean \n", + "218 ocean \n", + "219 ocean \n", + "220 ocean \n", + "221 ocean \n", + "222 ocean \n", + "223 ocean \n", + "224 ocean \n", + "225 ocean \n", + "226 ocean \n", + "227 ocean \n", + "228 ocean \n", + "229 ocean \n", + "230 ocean \n", + "231 ocean \n", + "232 ocean \n", + "233 ocean \n", + "234 ocean \n", + "235 ocean \n", + "236 ocean \n", + "237 ocean \n", + "238 ocean \n", + "239 ocean \n", + "240 ocean \n", + "241 ocean \n", + "242 ocean \n", + "243 ocean \n", + "244 ocean \n", + "245 ocean \n", + "246 ocean \n", + "247 ocean \n", + "248 ocean \n", + "249 ocean \n", + "250 ocean \n", + "251 ocean \n", + "252 ocean \n", + "253 ocean \n", + "254 ocean \n", + "255 ocean \n", + "256 ocean \n", + "257 ocean \n", + "258 ocean \n", + "259 ocean \n", + "260 ocean \n", + "261 ocean \n", + "262 ocean \n", + "263 ocean \n", + "264 ocean \n", + "265 ocean \n", + "266 ocean \n", + "267 ocean \n", + "268 ocean \n", + "269 ocean \n", + "270 ocean \n", + "271 ocean \n", + "272 ocean \n", + "273 ocean \n", + "274 ocean \n", + "275 ocean \n", + "276 ocean \n", + "277 ocean \n", + "278 ocean \n", + "279 ocean \n", + "280 ocean \n", + "281 ocean \n", + "282 ocean \n", + "283 ocean \n", + "284 ocean \n", + "285 ocean \n", + "286 ocean \n", + "287 ocean \n", + "288 ocean \n", + "289 ocean \n", + "290 ocean \n", + "291 ocean \n", + "292 ocean \n", + "293 ocean \n", + "294 ocean \n", + "295 ocean \n", + "296 ocean \n", + "297 ocean \n", + "298 ocean \n", + "299 ocean \n", + "300 ocean \n", + "301 ocean \n", + "302 ocean \n", + "303 ocean \n", + "304 ocean \n", + "305 ocean \n", + "306 ocean \n", + "307 ocean \n", + "308 ocean \n", + "309 ocean \n", + "310 ocean \n", + "311 ocean \n", + "312 ocean \n", + "313 ocean \n", + "314 ocean \n", + "315 ocean \n", + "316 ocean \n", + "317 ocean \n", + "318 ocean \n", + "319 ocean \n", + "320 ocean \n", + "321 ocean \n", + "322 ocean \n", + "323 ocean \n", + "324 ocean \n", + "325 ocean \n", + "326 ocean \n", + "327 ocean \n", + "328 ocean \n", + "329 ocean \n", + "330 ocean \n", + "331 ocean \n", + "332 ocean \n", + "333 ocean \n", + "334 ocean \n", + "335 ocean \n", + "336 ocean \n", + "337 ocean \n", + "338 ocean \n", + "339 ocean \n", + "340 ocean \n", + "341 ocean \n", + "342 ocean \n", + "343 ocean \n", + "344 ocean \n", + "345 ocean \n", + "346 ocean \n", + "347 ocean \n", + "348 ocean \n", + "349 ocean \n", + "350 ocean \n", + "351 ocean \n", + "352 ocean \n", + "353 ocean \n", + "354 ocean \n", + "355 ocean \n", + "356 ocean \n", + "357 ocean \n", + "358 ocean \n", + "359 ocean \n", + "360 ocean \n", + "361 ocean \n", + "362 ocean \n", + "363 ocean \n", + "364 ocean \n", + "365 ocean \n", + "366 ocean \n", + "367 ocean \n", + "368 ocean \n", + "369 ocean \n", + "370 ocean \n", + "371 ocean \n", + "372 ocean \n", + "373 ocean \n", + "374 ocean \n", + "375 ocean \n", + "376 ocean \n", + "377 ocean \n", + "378 ocean \n", + "379 ocean \n", + "380 ocean \n", + "381 ocean \n", + "382 ocean \n", + "383 ocean \n", + "384 ocean \n", + "385 ocean \n", + "386 ocean \n", + "387 ocean \n", + "388 ocean \n", + "389 ocean \n", + "390 ocean \n", + "391 ocean \n", + "392 ocean \n", + "393 ocean \n", + "394 ocean \n", + "395 ocean \n", + "396 ocean \n", + "397 ocean \n", + "398 ocean \n", + "399 ocean \n", + "400 ocean \n", + "401 ocean \n", + "402 ocean \n", + "403 ocean \n", + "404 ocean \n", + "405 ocean \n", + "406 ocean \n", + "407 ocean \n", + "408 ocean \n", + "409 ocean \n", + "410 ocean \n", + "411 ocean \n", + "412 ocean \n", + "413 ocean \n", + "414 ocean \n", + "415 ocean \n", + "416 ocean \n", + "417 ocean \n", + "418 ocean \n", + "419 ocean \n", + "420 ocean \n", + "421 ocean \n", + "422 ocean \n", + "423 ocean \n", + "424 ocean \n", + "425 ocean \n", + "426 ocean \n", + "427 ocean \n", + "428 ocean \n", + "429 ocean \n", + "430 ocean \n", + "431 ocean \n", + "432 ocean \n", + "433 ocean \n", + "434 ocean \n", + "435 ocean \n", + "436 ocean \n", + "437 ocean \n", + "438 ocean \n", + "439 ocean \n", + "440 ocean \n", + "441 ocean \n", + "442 ocean \n", + "443 ocean \n", + "444 ocean \n", + "445 ocean \n", + "446 ocean \n", + "447 ocean \n", + "448 ocean \n", + "449 ocean \n", + "450 ocean \n", + "451 ocean \n", + "452 ocean \n", + "453 ocean \n", + "454 ocean \n", + "455 ocean \n", + "456 ocean \n", + "457 ocean \n", + "458 ocean \n", + "459 ocean \n", + "460 ocean \n", + "461 ocean \n", + "462 ocean \n", + "463 ocean \n", + "464 ocean \n", + "465 ocean \n", + "466 ocean \n", + "467 ocean \n", + "468 ocean \n", + "469 ocean \n", + "470 ocean \n", + "471 ocean \n", + "472 ocean \n", + "473 ocean \n", + "474 ocean \n", + "475 ocean \n", + "476 ocean \n", + "477 ocean \n", + "478 ocean \n", + "479 ocean \n", + "480 ocean \n", + "481 ocean \n", + "482 ocean \n", + "483 ocean \n", + "484 ocean \n", + "485 ocean \n", + "486 ocean \n", + "487 ocean \n", + "488 ocean \n", + "489 ocean \n", + "490 ocean \n", + "491 ocean \n", + "492 ocean \n", + "493 ocean \n", + "494 ocean \n", + "495 ocean \n", + "496 ocean \n", + "497 ocean \n", + "498 ocean \n", + "499 ocean \n", + "500 ocean \n", + "501 ocean \n", + "502 ocean \n", + "503 ocean \n", + "504 ocean \n", + "505 ocean \n", + "506 ocean \n", + "507 ocean \n", + "508 ocean \n", + "509 ocean \n", + "510 ocean \n", + "511 ocean \n", + "512 ocean \n", + "513 ocean \n", + "514 ocean \n", + "515 ocean \n", + "516 ocean \n", + "517 ocean \n", + "518 ocean \n", + "519 ocean \n", + "520 ocean \n", + "521 ocean \n", + "522 ocean \n", + "523 ocean \n", + "524 ocean \n", + "525 ocean \n", + "526 ocean \n", + "527 ocean \n", + "528 ocean \n", + "529 ocean \n", + "530 ocean \n", + "531 ocean \n", + "532 ocean \n", + "533 ocean \n", + "534 ocean \n", + "535 ocean \n", + "536 ocean \n", + "537 ocean \n", + "538 ocean \n", + "539 ocean \n", + "540 ocean \n", + "541 ocean \n", + "542 ocean \n", + "543 ocean \n", + "544 ocean \n", + "545 ocean \n", + "546 ocean \n", + "547 ocean \n", + "548 ocean \n", + "549 ocean \n", + "550 ocean \n", + "551 ocean \n", + "552 ocean \n", + "553 ocean \n", + "554 ocean \n", + "555 ocean \n", + "556 ocean \n", + "557 ocean \n", + "558 ocean \n", + "559 ocean \n", + "560 ocean \n", + "561 ocean \n", + "562 ocean \n", + "563 ocean \n", + "564 ocean \n", + "565 ocean \n", + "566 ocean \n", + "567 ocean \n", + "568 ocean \n", + "569 ocean \n", + "570 ocean \n", + "571 ocean \n", + "572 ocean \n", + "573 ocean \n", + "574 ocean \n", + "575 ocean \n", + "576 ocean \n", + "577 ocean \n", + "578 ocean \n", + "579 ocean \n", + "580 ocean \n", + "581 ocean \n", + "582 ocean \n", + "583 ocean \n", + "584 ocean \n", + "585 ocean \n", + "586 ocean \n", + "587 ocean \n", + "588 ocean \n", + "589 ocean \n", + "590 ocean \n", + "591 ocean \n", + "592 ocean \n", + "593 ocean \n", + "594 ocean \n", + "595 ocean \n", + "596 ocean \n", + "597 ocean \n", + "598 ocean \n", + "599 ocean \n", + "600 ocean \n", + "601 ocean \n", + "602 ocean \n", + "603 ocean \n", + "604 ocean \n", + "605 ocean \n", + "606 ocean \n", + "607 ocean \n", + "608 ocean \n", + "609 ocean \n", + "610 ocean \n", + "611 ocean \n", + "612 ocean \n", + "613 ocean \n", + "614 ocean \n", + "615 ocean \n", + "616 ocean \n", + "617 ocean \n", + "618 ocean \n", + "619 ocean \n", + "620 ocean \n", + "621 ocean \n", + "622 ocean \n", + "623 ocean \n", + "624 ocean \n", + "625 ocean \n", + "626 ocean \n", + "627 ocean \n", + "628 ocean \n", + "629 ocean \n", + "630 ocean \n", + "631 ocean \n", + "632 ocean \n", + "633 ocean \n", + "634 ocean \n", + "635 ocean \n", + "636 ocean \n", + "637 ocean \n", + "638 ocean \n", + "639 ocean \n", + "640 ocean \n", + "641 ocean \n", + "642 ocean \n", + "643 ocean \n", + "644 ocean \n", + "645 ocean \n", + "646 ocean \n", + "647 ocean \n", + "648 ocean \n", + "649 ocean \n", + "650 ocean \n", + "651 ocean \n", + "652 ocean \n", + "653 ocean \n", + "654 ocean \n", + "655 ocean \n", + "656 ocean \n", + "657 ocean \n", + "658 ocean \n", + "659 ocean \n", + "660 ocean \n", + "661 ocean \n", + "662 ocean \n", + "663 ocean \n", + "664 ocean \n", + "665 ocean \n", + "666 ocean \n", + "667 ocean \n", + "668 ocean \n", + "669 ocean \n", + "670 ocean \n", + "671 ocean \n", + "672 ocean \n", + "673 ocean \n", + "674 ocean \n", + "675 ocean \n", + "676 ocean \n", + "677 ocean \n", + "678 ocean \n", + "679 ocean \n", + "680 ocean \n", + "681 ocean \n", + "682 ocean \n", + "683 ocean \n", + "684 ocean \n", + "685 ocean \n", + "686 ocean \n", + "687 ocean \n", + "688 ocean \n", + "689 ocean \n", + "690 ocean \n", + "691 ocean \n", + "692 ocean \n", + "693 ocean \n", + "694 ocean \n", + "695 ocean \n", + "696 ocean \n", + "697 ocean \n", + "698 ocean \n", + "699 ocean \n", + "700 ocean \n", + "701 ocean \n", + "702 ocean \n", + "703 ocean \n", + "704 ocean \n", + "705 ocean \n", + "706 ocean \n", + "707 ocean \n", + "708 ocean \n", + "709 ocean \n", + "710 ocean \n", + "711 ocean \n", + "712 ocean \n", + "713 ocean \n", + "714 ocean \n", + "715 ocean \n", + "716 ocean \n", + "717 ocean \n", + "718 ocean \n", + "719 ocean \n", + "720 ocean \n", + "721 ocean \n", + "722 ocean \n", + "723 ocean \n", + "724 ocean \n", + "725 ocean \n", + "726 ocean \n", + "727 ocean \n", + "728 ocean \n", + "729 ocean \n", + "730 ocean \n", + "731 ocean \n", + "732 ocean \n", + "733 ocean \n", + "734 ocean \n", + "735 ocean \n", + "736 ocean \n", + "737 ocean \n", + "738 ocean \n", + "739 ocean \n", + "740 ocean \n", + "741 ocean \n", + "742 ocean \n", + "743 ocean \n", + "744 ocean \n", + "745 ocean \n", + "746 ocean \n", + "747 ocean \n", + "748 ocean \n", + "749 ocean \n", + "750 ocean \n", + "751 ocean \n", + "752 ocean \n", + "753 ocean \n", + "754 ocean \n", + "755 ocean \n", + "756 ocean \n", + "757 ocean \n", + "758 ocean \n", + "759 ocean \n", + "760 ocean \n", + "761 ocean \n", + "762 ocean \n", + "763 ocean \n", + "764 ocean \n", + "765 ocean \n", + "766 ocean \n", + "767 ocean \n", + "768 ocean \n", + "769 ocean \n", + "770 ocean \n", + "771 ocean \n", + "772 ocean \n", + "773 ocean \n", + "774 ocean \n", + "775 ocean \n", + "776 ocean \n", + "777 ocean \n", + "778 ocean \n", + "779 ocean \n", + "780 ocean \n", + "781 ocean \n", + "782 ocean \n", + "783 ocean \n", + "784 ocean \n", + "785 ocean \n", + "786 ocean \n", + "787 ocean \n", + "788 ocean \n", + "789 ocean \n", + "790 ocean \n", + "791 ocean \n", + "792 ocean \n", + "793 ocean \n", + "794 ocean \n", + "795 ocean \n", + "796 ocean \n", + "797 ocean \n", + "798 ocean \n", + "799 ocean \n", + "800 ocean \n", + "801 ocean \n", + "802 ocean \n", + "803 ocean \n", + "804 ocean \n", + "805 ocean \n", + "806 ocean \n", + "807 ocean \n", + "808 ocean \n", + "809 ocean \n", + "810 ocean \n", + "811 ocean \n", + "812 ocean \n", + "813 ocean \n", + "814 ocean \n", + "815 ocean \n", + "816 ocean \n", + "817 ocean \n", + "818 ocean \n", + "819 ocean \n", + "820 ocean \n", + "821 ocean \n", + "822 ocean \n", + "823 ocean \n", + "824 ocean \n", + "825 ocean \n", + "826 ocean \n", + "827 ocean \n", + "828 ocean \n", + "829 ocean \n", + "830 ocean \n", + "831 ocean \n", + "832 ocean \n", + "833 ocean \n", + "834 ocean \n", + "835 ocean \n", + "836 ocean \n", + "837 ocean \n", + "838 ocean \n", + "839 ocean \n", + "840 ocean \n", + "841 ocean \n", + "842 ocean \n", + "843 ocean \n", + "844 ocean \n", + "845 ocean \n", + "846 ocean \n", + "847 ocean \n", + "848 ocean \n", + "849 ocean \n", + "850 ocean \n", + "851 ocean \n", + "852 ocean \n", + "853 ocean \n", + "854 ocean \n", + "855 ocean \n", + "856 ocean \n", + "857 ocean \n", + "858 ocean \n", + "859 ocean \n", + "860 ocean \n", + "861 ocean \n", + "862 ocean \n", + "863 ocean \n", + "864 ocean \n", + "865 ocean \n", + "866 ocean \n", + "867 ocean \n", + "868 ocean \n", + "869 ocean \n", + "870 ocean \n", + "871 ocean \n", + "872 ocean \n", + "873 ocean \n", + "874 ocean \n", + "875 ocean \n", + "876 ocean \n", + "877 ocean \n", + "878 ocean \n", + "879 ocean \n", + "880 ocean \n", + "881 ocean \n", + "882 ocean \n", + "883 ocean \n", + "884 ocean \n", + "885 ocean \n", + "886 ocean \n", + "887 ocean \n", + "888 ocean \n", + "889 ocean \n", + "890 ocean \n", + "891 ocean \n", + "892 ocean \n", + "893 ocean \n", + "894 ocean \n", + "895 ocean \n", + "896 ocean \n", + "897 ocean \n", + "898 ocean \n", + "899 ocean \n", + "900 ocean \n", + "901 ocean \n", + "902 ocean \n", + "903 ocean \n", + "904 ocean \n", + "905 ocean \n", + "906 ocean \n", + "907 ocean \n", + "908 ocean \n", + "909 ocean \n", + "910 ocean \n", + "911 ocean \n", + "912 ocean \n", + "913 ocean \n", + "914 ocean \n", + "915 ocean \n", + "916 ocean \n", + "917 ocean \n", + "918 ocean \n", + "919 ocean \n", + "920 ocean \n", + "921 ocean \n", + "922 ocean \n", + "923 ocean \n", + "924 ocean \n", + "925 ocean \n", + "926 ocean \n", + "927 ocean \n", + "928 ocean \n", + "929 ocean \n", + "930 ocean \n", + "931 ocean \n", + "932 ocean \n", + "933 ocean \n", + "934 ocean \n", + "935 ocean \n", + "936 ocean \n", + "937 ocean \n", + "938 ocean \n", + "939 ocean \n", + "940 ocean \n", + "941 ocean \n", + "942 ocean \n", + "943 ocean \n", + "944 ocean \n", + "945 ocean \n", + "946 ocean \n", + "947 ocean \n", + "948 ocean \n", + "949 ocean \n", + "950 ocean \n", + "951 ocean \n", + "952 ocean \n", + "953 ocean \n", + "954 ocean \n", + "955 ocean \n", + "956 ocean \n", + "957 ocean \n", + "958 ocean \n", + "959 ocean \n", + "960 ocean \n", + "961 ocean \n", + "962 ocean \n", + "963 ocean \n", + "964 ocean \n", + "965 ocean \n", + "966 ocean \n", + "967 ocean \n", + "968 ocean \n", + "969 ocean \n", + "970 ocean \n", + "971 ocean \n", + "972 ocean \n", + "973 ocean \n", + "974 ocean \n", + "975 ocean \n", + "976 ocean \n", + "977 ocean \n", + "978 ocean \n", + "979 ocean \n", + "980 ocean \n", + "981 ocean \n", + "982 ocean \n", + "983 ocean \n", + "984 ocean \n", + "985 ocean \n", + "986 ocean \n", + "987 ocean \n", + "988 ocean \n", + "989 ocean \n", + "990 ocean \n", + "991 ocean \n", + "992 ocean \n", + "993 ocean \n", + "994 ocean \n", + "995 ocean \n", + "996 ocean \n", + "997 ocean \n", + "998 ocean \n", + "999 ocean \n", + "1000 ocean \n", + "1001 ocean \n", + "1002 ocean \n", + "1003 ocean \n", + "1004 ocean \n", + "1005 ocean \n", + "1006 ocean \n", + "1007 ocean \n", + "1008 ocean \n", + "1009 ocean \n", + "1010 ocean \n", + "1011 ocean \n", + "1012 ocean \n", + "1013 ocean \n", + "1014 ocean \n", + "1015 ocean \n", + "1016 ocean \n", + "1017 ocean \n", + "1018 ocean \n", + "1019 ocean \n", + "1020 ocean \n", + "1021 ocean \n", + "1022 ocean \n", + "1023 ocean \n", + "1024 ocean \n", + "1025 ocean \n", + "1026 ocean \n", + "1027 ocean \n", + "1028 ocean \n", + "1029 ocean \n", + "1030 ocean \n", + "1031 ocean \n", + "1032 ocean \n", + "1033 ocean \n", + "1034 ocean \n", + "1035 ocean \n", + "1036 ocean \n", + "1037 ocean \n", + "1038 ocean \n", + "1039 ocean \n", + "1040 ocean \n", + "1041 ocean \n", + "1042 ocean \n", + "1043 ocean \n", + "1044 ocean \n", + "1045 ocean \n", + "1046 ocean \n", + "1047 ocean \n", + "1048 ocean \n", + "1049 ocean \n", + "1050 ocean \n", + "1051 ocean \n", + "1052 ocean \n", + "1053 ocean \n", + "1054 ocean \n", + "1055 ocean \n", + "1056 ocean \n", + "1057 ocean \n", + "1058 ocean \n", + "1059 ocean \n", + "1060 ocean \n", + "1061 ocean \n", + "1062 ocean \n", + "1063 ocean \n", + "1064 ocean \n", + "1065 ocean \n", + "1066 ocean \n", + "1067 ocean \n", + "1068 ocean \n", + "1069 ocean \n", + "1070 ocean \n", + "1071 ocean \n", + "1072 ocean \n", + "1073 ocean \n", + "1074 ocean \n", + "1075 ocean \n", + "1076 ocean \n", + "1077 ocean \n", + "1078 ocean \n", + "1079 ocean \n", + "1080 ocean \n", + "1081 ocean \n", + "1082 ocean \n", + "1083 ocean \n", + "1084 ocean \n", + "1085 ocean \n", + "1086 ocean \n", + "1087 ocean \n", + "1088 ocean \n", + "1089 ocean \n", + "1090 ocean \n", + "1091 ocean \n", + "1092 ocean \n", + "1093 ocean \n", + "1094 ocean \n", + "1095 ocean \n", + "1096 ocean \n", + "1097 ocean \n", + "1098 ocean \n", + "1099 ocean \n", + "1100 ocean \n", + "1101 ocean \n", + "1102 ocean \n", + "1103 ocean \n", + "1104 ocean \n", + "1105 ocean \n", + "1106 ocean \n", + "1107 ocean \n", + "1108 ocean \n", + "1109 ocean \n", + "1110 ocean \n", + "1111 ocean \n", + "1112 ocean \n", + "1113 ocean \n", + "1114 ocean \n", + "1115 ocean \n", + "\n", + " variable \\\n", + "0 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "2 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "3 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "4 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "5 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "6 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "7 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "8 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "9 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "10 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "11 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "12 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "13 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "14 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "15 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "16 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "17 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "18 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "19 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "20 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "21 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "22 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "23 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "24 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "25 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "26 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "27 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "28 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "29 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "30 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "31 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "32 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "33 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "34 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "35 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "36 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "37 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "38 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "39 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "40 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "41 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "42 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "43 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "44 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "45 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "46 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "47 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "48 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "49 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "50 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "51 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "52 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "53 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "54 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "55 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "56 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "57 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "58 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "59 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "60 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "61 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "62 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "63 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "64 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "65 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "66 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "67 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "68 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "69 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "70 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "71 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "72 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "73 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "74 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "75 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "76 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "77 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "78 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "79 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "80 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "81 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "82 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "83 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "84 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "85 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "86 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "87 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "88 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "89 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "90 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "91 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "92 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "93 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "94 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "95 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "96 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "97 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "98 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "99 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "100 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "101 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "102 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "103 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "104 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "105 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "106 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "107 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "108 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "109 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "110 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "111 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "112 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "113 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "114 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "115 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "116 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "117 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "118 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "119 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "120 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "121 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "122 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "123 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "124 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "125 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "126 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "127 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "128 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "129 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "130 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "131 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "132 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "133 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "134 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "135 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "136 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "137 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "138 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "139 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "140 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "141 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "142 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "143 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "144 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "145 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "146 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "147 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "148 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "149 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "150 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "151 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "152 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "153 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "154 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "155 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "156 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "157 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "158 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "159 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "160 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "161 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "162 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "163 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "164 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "165 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "166 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "167 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "168 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "169 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "170 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "171 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "172 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "173 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "174 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "175 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "176 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "177 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "178 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "179 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "180 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "181 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "182 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "183 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "184 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "185 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "186 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "187 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "188 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "189 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "190 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "191 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "192 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "193 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "194 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "195 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "196 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "197 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "198 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "199 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "200 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "201 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "202 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "203 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "204 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "205 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "206 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "207 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "208 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "209 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "210 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "211 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "212 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "213 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "214 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "215 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "216 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "217 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "218 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "219 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "220 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "221 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "222 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "223 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "224 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "225 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "226 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "227 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "228 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "229 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "230 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "231 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "232 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "233 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "234 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "235 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "236 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "237 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "238 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "239 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "240 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "241 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "242 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "243 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "244 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "245 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "246 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "247 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "248 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "249 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "250 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "251 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "252 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "253 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "254 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "255 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "256 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "257 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "258 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "259 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "260 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "261 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "262 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "263 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "264 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "265 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "266 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "267 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "268 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "269 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "270 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "271 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "272 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "273 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "274 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "275 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "276 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "277 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "278 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "279 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "280 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "281 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "282 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "283 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "284 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "285 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "286 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "287 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "288 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "289 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "290 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "291 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "292 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "293 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "294 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "295 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "296 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "297 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "298 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "299 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "300 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "301 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "302 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "303 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "304 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "305 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "306 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "307 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "308 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "309 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "310 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "311 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "312 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "313 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "314 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "315 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "316 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "317 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "318 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "319 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "320 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "321 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "322 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "323 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "324 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "325 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "326 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "327 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "328 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "329 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "330 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "331 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "332 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "333 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "334 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "335 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "336 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "337 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "338 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "339 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "340 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "341 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "342 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "343 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "344 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "345 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "346 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "347 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "348 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "349 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "350 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "351 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "352 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "353 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "354 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "355 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "356 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "357 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "358 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "359 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "360 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "361 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "362 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "363 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "364 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "365 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "366 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "367 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "368 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "369 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "370 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "371 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "372 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "373 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "374 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "375 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "376 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "377 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "378 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "379 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "380 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "381 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "382 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "383 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "384 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "385 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "386 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "387 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "388 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "389 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "390 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "391 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "392 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "393 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "394 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "395 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "396 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "397 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "398 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "399 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "400 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "401 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "402 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "403 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "404 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "405 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "406 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "407 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "408 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "409 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "410 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "411 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "412 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "413 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "414 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "415 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "416 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "417 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "418 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "419 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "420 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "421 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "422 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "423 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "424 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "425 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "426 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "427 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "428 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "429 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "430 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "431 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "432 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "433 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "434 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "435 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "436 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "437 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "438 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "439 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "440 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "441 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "442 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "443 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "444 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "445 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "446 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "447 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "448 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "449 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "450 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "451 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "452 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "453 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "454 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "455 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "456 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "457 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "458 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "459 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "460 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "461 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "462 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "463 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "464 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "465 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "466 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "467 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "468 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "469 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "470 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "471 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "472 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "473 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "474 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "475 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "476 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "477 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "478 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "479 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "480 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "481 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "482 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "483 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "484 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "485 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "486 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "487 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "488 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "489 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "490 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "491 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "492 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "493 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "494 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "495 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "496 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "497 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "498 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "499 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "500 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "501 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "502 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "503 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "504 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "505 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "506 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "507 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "508 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "509 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "510 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "511 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "512 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "513 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "514 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "515 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "516 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "517 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "518 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "519 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "520 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "521 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "522 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "523 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "524 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "525 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "526 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "527 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "528 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "529 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "530 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "531 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "532 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "533 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "534 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "535 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "536 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "537 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "538 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "539 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "540 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "541 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "542 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "543 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "544 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "545 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "546 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "547 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "548 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "549 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "550 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "551 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "552 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "553 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "554 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "555 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "556 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "557 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "558 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "559 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "560 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "561 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "562 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "563 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "564 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "565 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "566 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "567 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "568 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "569 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "570 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "571 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "572 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "573 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "574 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "575 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "576 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "577 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "578 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "579 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "580 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "581 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "582 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "583 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "584 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "585 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "586 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "587 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "588 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "589 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "590 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "591 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "592 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "593 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "594 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "595 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "596 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "597 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "598 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "599 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "600 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "601 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "602 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "603 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "604 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "605 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "606 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "607 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "608 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "609 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "610 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "611 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "612 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "613 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "614 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "615 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "616 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "617 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "618 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "619 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "620 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "621 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "622 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "623 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "624 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "625 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "626 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "627 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "628 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "629 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "630 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "631 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "632 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "633 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "634 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "635 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "636 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "637 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "638 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "639 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "640 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "641 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "642 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "643 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "644 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "645 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "646 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "647 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "648 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "649 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "650 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "651 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "652 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "653 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "654 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "655 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "656 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "657 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "658 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "659 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "660 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "661 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "662 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "663 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "664 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "665 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "666 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "667 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "668 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "669 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "670 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "671 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "672 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "673 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "674 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "675 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "676 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "677 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "678 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "679 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "680 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "681 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "682 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "683 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "684 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "685 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "686 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "687 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "688 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "689 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "690 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "691 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "692 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "693 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "694 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "695 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "696 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "697 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "698 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "699 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "700 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "701 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "702 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "703 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "704 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "705 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "706 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "707 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "708 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "709 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "710 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "711 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "712 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "713 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "714 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "715 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "716 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "717 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "718 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "719 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "720 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "721 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "722 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "723 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "724 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "725 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "726 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "727 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "728 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "729 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "730 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "731 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "732 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "733 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "734 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "735 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "736 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "737 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "738 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "739 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "740 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "741 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "742 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "743 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "744 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "745 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "746 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "747 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "748 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "749 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "750 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "751 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "752 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "753 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "754 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "755 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "756 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "757 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "758 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "759 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "760 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "761 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "762 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "763 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "764 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "765 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "766 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "767 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "768 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "769 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "770 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "771 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "772 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "773 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "774 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "775 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "776 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "777 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "778 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "779 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "780 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "781 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "782 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "783 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "784 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "785 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "786 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "787 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "788 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "789 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "790 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "791 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "792 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "793 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "794 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "795 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "796 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "797 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "798 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "799 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "800 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "801 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "802 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "803 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "804 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "805 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "806 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "807 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "808 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "809 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "810 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "811 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "812 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "813 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "814 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "815 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "816 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "817 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "818 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "819 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "820 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "821 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "822 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "823 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "824 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "825 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "826 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "827 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "828 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "829 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "830 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "831 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "832 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "833 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "834 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "835 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "836 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "837 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "838 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "839 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "840 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "841 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "842 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "843 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "844 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "845 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "846 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "847 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "848 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "849 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "850 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "851 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "852 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "853 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "854 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "855 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "856 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "857 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "858 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "859 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "860 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "861 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "862 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "863 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "864 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "865 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "866 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "867 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "868 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "869 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "870 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "871 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "872 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "873 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "874 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "875 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "876 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "877 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "878 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "879 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "880 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "881 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "882 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "883 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "884 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "885 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "886 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "887 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "888 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "889 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "890 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "891 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "892 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "893 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "894 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "895 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "896 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "897 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "898 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "899 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "900 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "901 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "902 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "903 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "904 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "905 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "906 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "907 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "908 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "909 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "910 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "911 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "912 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "913 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "914 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "915 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "916 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "917 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "918 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "919 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "920 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "921 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "922 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "923 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "924 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "925 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "926 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "927 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "928 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "929 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "930 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "931 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "932 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "933 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "934 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "935 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "936 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "937 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "938 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "939 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "940 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "941 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "942 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "943 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "944 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "945 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "946 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "947 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "948 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "949 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "950 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "951 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "952 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "953 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "954 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "955 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "956 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "957 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "958 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "959 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "960 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "961 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "962 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "963 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "964 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "965 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "966 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "967 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "968 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "969 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "970 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "971 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "972 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "973 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "974 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "975 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "976 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "977 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "978 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "979 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "980 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "981 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "982 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "983 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "984 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "985 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "986 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "987 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "988 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "989 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "990 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "991 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "992 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "993 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "994 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "995 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "996 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "997 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "998 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "999 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1000 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1001 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1002 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1003 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1004 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1005 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1006 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1007 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1008 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1009 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1010 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1011 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1012 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1013 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1014 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1015 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1016 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1017 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1018 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1019 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1020 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1021 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1022 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1023 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1024 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1025 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1026 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1027 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1028 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1029 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1030 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1031 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1032 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1033 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1034 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1035 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1036 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1037 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1038 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1039 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1040 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1041 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1042 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1043 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1044 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1045 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1046 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1047 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1048 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1049 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1050 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1051 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1052 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1053 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1054 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1055 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1056 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1057 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1058 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1059 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1060 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1061 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1062 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1063 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1064 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1065 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1066 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1067 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1068 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1069 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1070 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1071 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1072 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1073 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1074 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1075 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1076 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1077 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1078 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1079 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1080 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1081 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1082 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1083 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1084 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1085 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1086 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1087 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1088 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1089 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1090 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1091 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1092 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1093 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1094 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1095 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1096 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1097 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1098 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1099 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1100 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1101 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1102 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1103 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1104 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1105 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1106 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1107 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1108 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1109 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1110 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1111 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1112 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1113 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1114 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1115 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "\n", + " frequency start_date end_date \\\n", + "0 fx 1900-04-01, 00:00:00 1900-04-01, 00:00:00 \n", + "1 fx 1900-07-01, 00:00:00 1900-07-01, 00:00:00 \n", + "2 fx 1900-10-01, 00:00:00 1900-10-01, 00:00:00 \n", + "3 fx 1901-01-01, 00:00:00 1901-01-01, 00:00:00 \n", + "4 fx 1901-07-01, 00:00:00 1901-07-01, 00:00:00 \n", + "5 fx 1902-01-01, 00:00:00 1902-01-01, 00:00:00 \n", + "6 fx 1902-07-01, 00:00:00 1902-07-01, 00:00:00 \n", + "7 fx 1902-10-01, 00:00:00 1902-10-01, 00:00:00 \n", + "8 fx 1903-01-01, 00:00:00 1903-01-01, 00:00:00 \n", + "9 fx 1903-04-01, 00:00:00 1903-04-01, 00:00:00 \n", + "10 fx 1903-07-01, 00:00:00 1903-07-01, 00:00:00 \n", + "11 fx 1903-10-01, 00:00:00 1903-10-01, 00:00:00 \n", + "12 fx 1904-01-01, 00:00:00 1904-01-01, 00:00:00 \n", + "13 fx 1904-04-01, 00:00:00 1904-04-01, 00:00:00 \n", + "14 fx 1904-07-01, 00:00:00 1904-07-01, 00:00:00 \n", + "15 fx 1904-10-01, 00:00:00 1904-10-01, 00:00:00 \n", + "16 fx 1905-01-01, 00:00:00 1905-01-01, 00:00:00 \n", + "17 fx 1905-04-01, 00:00:00 1905-04-01, 00:00:00 \n", + "18 fx 1905-07-01, 00:00:00 1905-07-01, 00:00:00 \n", + "19 fx 1905-10-01, 00:00:00 1905-10-01, 00:00:00 \n", + "20 fx 1906-01-01, 00:00:00 1906-01-01, 00:00:00 \n", + "21 fx 1906-04-01, 00:00:00 1906-04-01, 00:00:00 \n", + "22 fx 1906-07-01, 00:00:00 1906-07-01, 00:00:00 \n", + "23 fx 1906-10-01, 00:00:00 1906-10-01, 00:00:00 \n", + "24 fx 1907-01-01, 00:00:00 1907-01-01, 00:00:00 \n", + "25 fx 1907-04-01, 00:00:00 1907-04-01, 00:00:00 \n", + "26 fx 1907-07-01, 00:00:00 1907-07-01, 00:00:00 \n", + "27 fx 1907-10-01, 00:00:00 1907-10-01, 00:00:00 \n", + "28 fx 1908-01-01, 00:00:00 1908-01-01, 00:00:00 \n", + "29 fx 1908-07-01, 00:00:00 1908-07-01, 00:00:00 \n", + "30 fx 1908-10-01, 00:00:00 1908-10-01, 00:00:00 \n", + "31 fx 1909-01-01, 00:00:00 1909-01-01, 00:00:00 \n", + "32 fx 1909-04-01, 00:00:00 1909-04-01, 00:00:00 \n", + "33 fx 1909-07-01, 00:00:00 1909-07-01, 00:00:00 \n", + "34 fx 1909-10-01, 00:00:00 1909-10-01, 00:00:00 \n", + "35 fx 1910-01-01, 00:00:00 1910-01-01, 00:00:00 \n", + "36 fx 1910-04-01, 00:00:00 1910-04-01, 00:00:00 \n", + "37 fx 1910-07-01, 00:00:00 1910-07-01, 00:00:00 \n", + "38 fx 1910-10-01, 00:00:00 1910-10-01, 00:00:00 \n", + "39 fx 1911-01-01, 00:00:00 1911-01-01, 00:00:00 \n", + "40 fx 1911-04-01, 00:00:00 1911-04-01, 00:00:00 \n", + "41 fx 1911-07-01, 00:00:00 1911-07-01, 00:00:00 \n", + "42 fx 1911-10-01, 00:00:00 1911-10-01, 00:00:00 \n", + "43 fx 1912-01-01, 00:00:00 1912-01-01, 00:00:00 \n", + "44 fx 1912-04-01, 00:00:00 1912-04-01, 00:00:00 \n", + "45 fx 1912-07-01, 00:00:00 1912-07-01, 00:00:00 \n", + "46 fx 1912-10-01, 00:00:00 1912-10-01, 00:00:00 \n", + "47 fx 1913-01-01, 00:00:00 1913-01-01, 00:00:00 \n", + "48 fx 1913-04-01, 00:00:00 1913-04-01, 00:00:00 \n", + "49 fx 1913-07-01, 00:00:00 1913-07-01, 00:00:00 \n", + "50 fx 1913-10-01, 00:00:00 1913-10-01, 00:00:00 \n", + "51 fx 1914-01-01, 00:00:00 1914-01-01, 00:00:00 \n", + "52 fx 1914-04-01, 00:00:00 1914-04-01, 00:00:00 \n", + "53 fx 1914-07-01, 00:00:00 1914-07-01, 00:00:00 \n", + "54 fx 1914-10-01, 00:00:00 1914-10-01, 00:00:00 \n", + "55 fx 1915-01-01, 00:00:00 1915-01-01, 00:00:00 \n", + "56 fx 1915-04-01, 00:00:00 1915-04-01, 00:00:00 \n", + "57 fx 1915-07-01, 00:00:00 1915-07-01, 00:00:00 \n", + "58 fx 1915-10-01, 00:00:00 1915-10-01, 00:00:00 \n", + "59 fx 1916-01-01, 00:00:00 1916-01-01, 00:00:00 \n", + "60 fx 1916-04-01, 00:00:00 1916-04-01, 00:00:00 \n", + "61 fx 1916-07-01, 00:00:00 1916-07-01, 00:00:00 \n", + "62 fx 1916-10-01, 00:00:00 1916-10-01, 00:00:00 \n", + "63 fx 1917-01-01, 00:00:00 1917-01-01, 00:00:00 \n", + "64 fx 1917-04-01, 00:00:00 1917-04-01, 00:00:00 \n", + "65 fx 1917-07-01, 00:00:00 1917-07-01, 00:00:00 \n", + "66 fx 1917-10-01, 00:00:00 1917-10-01, 00:00:00 \n", + "67 fx 1918-01-01, 00:00:00 1918-01-01, 00:00:00 \n", + "68 fx 1918-04-01, 00:00:00 1918-04-01, 00:00:00 \n", + "69 fx 1918-07-01, 00:00:00 1918-07-01, 00:00:00 \n", + "70 fx 1918-10-01, 00:00:00 1918-10-01, 00:00:00 \n", + "71 fx 1919-01-01, 00:00:00 1919-01-01, 00:00:00 \n", + "72 fx 1919-04-01, 00:00:00 1919-04-01, 00:00:00 \n", + "73 fx 1919-07-01, 00:00:00 1919-07-01, 00:00:00 \n", + "74 fx 1919-10-01, 00:00:00 1919-10-01, 00:00:00 \n", + "75 fx 1920-01-01, 00:00:00 1920-01-01, 00:00:00 \n", + "76 fx 1920-04-01, 00:00:00 1920-04-01, 00:00:00 \n", + "77 fx 1920-07-01, 00:00:00 1920-07-01, 00:00:00 \n", + "78 fx 1920-10-01, 00:00:00 1920-10-01, 00:00:00 \n", + "79 fx 1921-01-01, 00:00:00 1921-01-01, 00:00:00 \n", + "80 fx 1921-04-01, 00:00:00 1921-04-01, 00:00:00 \n", + "81 fx 1921-07-01, 00:00:00 1921-07-01, 00:00:00 \n", + "82 fx 1921-10-01, 00:00:00 1921-10-01, 00:00:00 \n", + "83 fx 1922-01-01, 00:00:00 1922-01-01, 00:00:00 \n", + "84 fx 1922-04-01, 00:00:00 1922-04-01, 00:00:00 \n", + "85 fx 1922-07-01, 00:00:00 1922-07-01, 00:00:00 \n", + "86 fx 1922-10-01, 00:00:00 1922-10-01, 00:00:00 \n", + "87 fx 1923-01-01, 00:00:00 1923-01-01, 00:00:00 \n", + "88 fx 1923-04-01, 00:00:00 1923-04-01, 00:00:00 \n", + "89 fx 1923-07-01, 00:00:00 1923-07-01, 00:00:00 \n", + "90 fx 1923-10-01, 00:00:00 1923-10-01, 00:00:00 \n", + "91 fx 1924-01-01, 00:00:00 1924-01-01, 00:00:00 \n", + "92 fx 1924-04-01, 00:00:00 1924-04-01, 00:00:00 \n", + "93 fx 1924-07-01, 00:00:00 1924-07-01, 00:00:00 \n", + "94 fx 1924-10-01, 00:00:00 1924-10-01, 00:00:00 \n", + "95 fx 1925-01-01, 00:00:00 1925-01-01, 00:00:00 \n", + "96 fx 1925-04-01, 00:00:00 1925-04-01, 00:00:00 \n", + "97 fx 1925-07-01, 00:00:00 1925-07-01, 00:00:00 \n", + "98 fx 1925-10-01, 00:00:00 1925-10-01, 00:00:00 \n", + "99 fx 1926-01-01, 00:00:00 1926-01-01, 00:00:00 \n", + "100 fx 1926-04-01, 00:00:00 1926-04-01, 00:00:00 \n", + "101 fx 2151-04-01, 00:00:00 2151-04-01, 00:00:00 \n", + "102 fx 2151-07-01, 00:00:00 2151-07-01, 00:00:00 \n", + "103 fx 2151-10-01, 00:00:00 2151-10-01, 00:00:00 \n", + "104 fx 2152-01-01, 00:00:00 2152-01-01, 00:00:00 \n", + "105 fx 2152-04-01, 00:00:00 2152-04-01, 00:00:00 \n", + "106 fx 2152-07-01, 00:00:00 2152-07-01, 00:00:00 \n", + "107 fx 2152-10-01, 00:00:00 2152-10-01, 00:00:00 \n", + "108 fx 2153-01-01, 00:00:00 2153-01-01, 00:00:00 \n", + "109 fx 2153-04-01, 00:00:00 2153-04-01, 00:00:00 \n", + "110 fx 2153-07-01, 00:00:00 2153-07-01, 00:00:00 \n", + "111 fx 1926-07-01, 00:00:00 1926-07-01, 00:00:00 \n", + "112 fx 2153-10-01, 00:00:00 2153-10-01, 00:00:00 \n", + "113 fx 2154-01-01, 00:00:00 2154-01-01, 00:00:00 \n", + "114 fx 2154-04-01, 00:00:00 2154-04-01, 00:00:00 \n", + "115 fx 2154-07-01, 00:00:00 2154-07-01, 00:00:00 \n", + "116 fx 2154-10-01, 00:00:00 2154-10-01, 00:00:00 \n", + "117 fx 2155-01-01, 00:00:00 2155-01-01, 00:00:00 \n", + "118 fx 2155-04-01, 00:00:00 2155-04-01, 00:00:00 \n", + "119 fx 2155-07-01, 00:00:00 2155-07-01, 00:00:00 \n", + "120 fx 2155-10-01, 00:00:00 2155-10-01, 00:00:00 \n", + "121 fx 2156-01-01, 00:00:00 2156-01-01, 00:00:00 \n", + "122 fx 1926-10-01, 00:00:00 1926-10-01, 00:00:00 \n", + "123 fx 2156-04-01, 00:00:00 2156-04-01, 00:00:00 \n", + "124 fx 2156-07-01, 00:00:00 2156-07-01, 00:00:00 \n", + "125 fx 2156-10-01, 00:00:00 2156-10-01, 00:00:00 \n", + "126 fx 2157-01-01, 00:00:00 2157-01-01, 00:00:00 \n", + "127 fx 2157-04-01, 00:00:00 2157-04-01, 00:00:00 \n", + "128 fx 2157-07-01, 00:00:00 2157-07-01, 00:00:00 \n", + "129 fx 2157-10-01, 00:00:00 2157-10-01, 00:00:00 \n", + "130 fx 2158-01-01, 00:00:00 2158-01-01, 00:00:00 \n", + "131 fx 2158-04-01, 00:00:00 2158-04-01, 00:00:00 \n", + "132 fx 2158-07-01, 00:00:00 2158-07-01, 00:00:00 \n", + "133 fx 1927-01-01, 00:00:00 1927-01-01, 00:00:00 \n", + "134 fx 2158-10-01, 00:00:00 2158-10-01, 00:00:00 \n", + "135 fx 2159-01-01, 00:00:00 2159-01-01, 00:00:00 \n", + "136 fx 2159-04-01, 00:00:00 2159-04-01, 00:00:00 \n", + "137 fx 2159-07-01, 00:00:00 2159-07-01, 00:00:00 \n", + "138 fx 2159-10-01, 00:00:00 2159-10-01, 00:00:00 \n", + "139 fx 2160-01-01, 00:00:00 2160-01-01, 00:00:00 \n", + "140 fx 2160-04-01, 00:00:00 2160-04-01, 00:00:00 \n", + "141 fx 2160-07-01, 00:00:00 2160-07-01, 00:00:00 \n", + "142 fx 2160-10-01, 00:00:00 2160-10-01, 00:00:00 \n", + "143 fx 2161-01-01, 00:00:00 2161-01-01, 00:00:00 \n", + "144 fx 1927-04-01, 00:00:00 1927-04-01, 00:00:00 \n", + "145 fx 2161-04-01, 00:00:00 2161-04-01, 00:00:00 \n", + "146 fx 2161-07-01, 00:00:00 2161-07-01, 00:00:00 \n", + "147 fx 2161-10-01, 00:00:00 2161-10-01, 00:00:00 \n", + "148 fx 2162-01-01, 00:00:00 2162-01-01, 00:00:00 \n", + "149 fx 2162-04-01, 00:00:00 2162-04-01, 00:00:00 \n", + "150 fx 2162-07-01, 00:00:00 2162-07-01, 00:00:00 \n", + "151 fx 2162-10-01, 00:00:00 2162-10-01, 00:00:00 \n", + "152 fx 2163-01-01, 00:00:00 2163-01-01, 00:00:00 \n", + "153 fx 2163-04-01, 00:00:00 2163-04-01, 00:00:00 \n", + "154 fx 2163-07-01, 00:00:00 2163-07-01, 00:00:00 \n", + "155 fx 1927-07-01, 00:00:00 1927-07-01, 00:00:00 \n", + "156 fx 2163-10-01, 00:00:00 2163-10-01, 00:00:00 \n", + "157 fx 2164-01-01, 00:00:00 2164-01-01, 00:00:00 \n", + "158 fx 2164-04-01, 00:00:00 2164-04-01, 00:00:00 \n", + "159 fx 2164-07-01, 00:00:00 2164-07-01, 00:00:00 \n", + "160 fx 2164-10-01, 00:00:00 2164-10-01, 00:00:00 \n", + "161 fx 2165-01-01, 00:00:00 2165-01-01, 00:00:00 \n", + "162 fx 2165-04-01, 00:00:00 2165-04-01, 00:00:00 \n", + "163 fx 2165-07-01, 00:00:00 2165-07-01, 00:00:00 \n", + "164 fx 2165-10-01, 00:00:00 2165-10-01, 00:00:00 \n", + "165 fx 2166-01-01, 00:00:00 2166-01-01, 00:00:00 \n", + "166 fx 1927-10-01, 00:00:00 1927-10-01, 00:00:00 \n", + "167 fx 2166-04-01, 00:00:00 2166-04-01, 00:00:00 \n", + "168 fx 2166-07-01, 00:00:00 2166-07-01, 00:00:00 \n", + "169 fx 2166-10-01, 00:00:00 2166-10-01, 00:00:00 \n", + "170 fx 2167-01-01, 00:00:00 2167-01-01, 00:00:00 \n", + "171 fx 2167-04-01, 00:00:00 2167-04-01, 00:00:00 \n", + "172 fx 2167-07-01, 00:00:00 2167-07-01, 00:00:00 \n", + "173 fx 2167-10-01, 00:00:00 2167-10-01, 00:00:00 \n", + "174 fx 2168-01-01, 00:00:00 2168-01-01, 00:00:00 \n", + "175 fx 2168-04-01, 00:00:00 2168-04-01, 00:00:00 \n", + "176 fx 2168-07-01, 00:00:00 2168-07-01, 00:00:00 \n", + "177 fx 1928-01-01, 00:00:00 1928-01-01, 00:00:00 \n", + "178 fx 2168-10-01, 00:00:00 2168-10-01, 00:00:00 \n", + "179 fx 2169-01-01, 00:00:00 2169-01-01, 00:00:00 \n", + "180 fx 2169-04-01, 00:00:00 2169-04-01, 00:00:00 \n", + "181 fx 2169-07-01, 00:00:00 2169-07-01, 00:00:00 \n", + "182 fx 2169-10-01, 00:00:00 2169-10-01, 00:00:00 \n", + "183 fx 2170-01-01, 00:00:00 2170-01-01, 00:00:00 \n", + "184 fx 2170-04-01, 00:00:00 2170-04-01, 00:00:00 \n", + "185 fx 2170-07-01, 00:00:00 2170-07-01, 00:00:00 \n", + "186 fx 2170-10-01, 00:00:00 2170-10-01, 00:00:00 \n", + "187 fx 2171-01-01, 00:00:00 2171-01-01, 00:00:00 \n", + "188 fx 1928-04-01, 00:00:00 1928-04-01, 00:00:00 \n", + "189 fx 2171-04-01, 00:00:00 2171-04-01, 00:00:00 \n", + "190 fx 2171-07-01, 00:00:00 2171-07-01, 00:00:00 \n", + "191 fx 2171-10-01, 00:00:00 2171-10-01, 00:00:00 \n", + "192 fx 2172-01-01, 00:00:00 2172-01-01, 00:00:00 \n", + "193 fx 2172-04-01, 00:00:00 2172-04-01, 00:00:00 \n", + "194 fx 2172-07-01, 00:00:00 2172-07-01, 00:00:00 \n", + "195 fx 2172-10-01, 00:00:00 2172-10-01, 00:00:00 \n", + "196 fx 2173-01-01, 00:00:00 2173-01-01, 00:00:00 \n", + "197 fx 2173-04-01, 00:00:00 2173-04-01, 00:00:00 \n", + "198 fx 2173-07-01, 00:00:00 2173-07-01, 00:00:00 \n", + "199 fx 1928-07-01, 00:00:00 1928-07-01, 00:00:00 \n", + "200 fx 2173-10-01, 00:00:00 2173-10-01, 00:00:00 \n", + "201 fx 2174-01-01, 00:00:00 2174-01-01, 00:00:00 \n", + "202 fx 2174-04-01, 00:00:00 2174-04-01, 00:00:00 \n", + "203 fx 2174-07-01, 00:00:00 2174-07-01, 00:00:00 \n", + "204 fx 2174-10-01, 00:00:00 2174-10-01, 00:00:00 \n", + "205 fx 2175-01-01, 00:00:00 2175-01-01, 00:00:00 \n", + "206 fx 2175-04-01, 00:00:00 2175-04-01, 00:00:00 \n", + "207 fx 2175-07-01, 00:00:00 2175-07-01, 00:00:00 \n", + "208 fx 2175-10-01, 00:00:00 2175-10-01, 00:00:00 \n", + "209 fx 2176-01-01, 00:00:00 2176-01-01, 00:00:00 \n", + "210 fx 1928-10-01, 00:00:00 1928-10-01, 00:00:00 \n", + "211 fx 2176-04-01, 00:00:00 2176-04-01, 00:00:00 \n", + "212 fx 2176-07-01, 00:00:00 2176-07-01, 00:00:00 \n", + "213 fx 2176-10-01, 00:00:00 2176-10-01, 00:00:00 \n", + "214 fx 2177-01-01, 00:00:00 2177-01-01, 00:00:00 \n", + "215 fx 2177-04-01, 00:00:00 2177-04-01, 00:00:00 \n", + "216 fx 2177-07-01, 00:00:00 2177-07-01, 00:00:00 \n", + "217 fx 2177-10-01, 00:00:00 2177-10-01, 00:00:00 \n", + "218 fx 2178-01-01, 00:00:00 2178-01-01, 00:00:00 \n", + "219 fx 2178-04-01, 00:00:00 2178-04-01, 00:00:00 \n", + "220 fx 2178-07-01, 00:00:00 2178-07-01, 00:00:00 \n", + "221 fx 1929-01-01, 00:00:00 1929-01-01, 00:00:00 \n", + "222 fx 2178-10-01, 00:00:00 2178-10-01, 00:00:00 \n", + "223 fx 2179-01-01, 00:00:00 2179-01-01, 00:00:00 \n", + "224 fx 2179-04-01, 00:00:00 2179-04-01, 00:00:00 \n", + "225 fx 2179-07-01, 00:00:00 2179-07-01, 00:00:00 \n", + "226 fx 2179-10-01, 00:00:00 2179-10-01, 00:00:00 \n", + "227 fx 2180-01-01, 00:00:00 2180-01-01, 00:00:00 \n", + "228 fx 1929-04-01, 00:00:00 1929-04-01, 00:00:00 \n", + "229 fx 1929-07-01, 00:00:00 1929-07-01, 00:00:00 \n", + "230 fx 1929-10-01, 00:00:00 1929-10-01, 00:00:00 \n", + "231 fx 1930-01-01, 00:00:00 1930-01-01, 00:00:00 \n", + "232 fx 1930-04-01, 00:00:00 1930-04-01, 00:00:00 \n", + "233 fx 1930-07-01, 00:00:00 1930-07-01, 00:00:00 \n", + "234 fx 1930-10-01, 00:00:00 1930-10-01, 00:00:00 \n", + "235 fx 1931-01-01, 00:00:00 1931-01-01, 00:00:00 \n", + "236 fx 1931-04-01, 00:00:00 1931-04-01, 00:00:00 \n", + "237 fx 1931-07-01, 00:00:00 1931-07-01, 00:00:00 \n", + "238 fx 1931-10-01, 00:00:00 1931-10-01, 00:00:00 \n", + "239 fx 1932-01-01, 00:00:00 1932-01-01, 00:00:00 \n", + "240 fx 1932-04-01, 00:00:00 1932-04-01, 00:00:00 \n", + "241 fx 1932-07-01, 00:00:00 1932-07-01, 00:00:00 \n", + "242 fx 1932-10-01, 00:00:00 1932-10-01, 00:00:00 \n", + "243 fx 1933-01-01, 00:00:00 1933-01-01, 00:00:00 \n", + "244 fx 1933-04-01, 00:00:00 1933-04-01, 00:00:00 \n", + "245 fx 1933-07-01, 00:00:00 1933-07-01, 00:00:00 \n", + "246 fx 1933-10-01, 00:00:00 1933-10-01, 00:00:00 \n", + "247 fx 1934-01-01, 00:00:00 1934-01-01, 00:00:00 \n", + "248 fx 1934-04-01, 00:00:00 1934-04-01, 00:00:00 \n", + "249 fx 1934-07-01, 00:00:00 1934-07-01, 00:00:00 \n", + "250 fx 1934-10-01, 00:00:00 1934-10-01, 00:00:00 \n", + "251 fx 1935-01-01, 00:00:00 1935-01-01, 00:00:00 \n", + "252 fx 1935-04-01, 00:00:00 1935-04-01, 00:00:00 \n", + "253 fx 1935-07-01, 00:00:00 1935-07-01, 00:00:00 \n", + "254 fx 1935-10-01, 00:00:00 1935-10-01, 00:00:00 \n", + "255 fx 1936-01-01, 00:00:00 1936-01-01, 00:00:00 \n", + "256 fx 1936-04-01, 00:00:00 1936-04-01, 00:00:00 \n", + "257 fx 1936-07-01, 00:00:00 1936-07-01, 00:00:00 \n", + "258 fx 1936-10-01, 00:00:00 1936-10-01, 00:00:00 \n", + "259 fx 1937-01-01, 00:00:00 1937-01-01, 00:00:00 \n", + "260 fx 1937-04-01, 00:00:00 1937-04-01, 00:00:00 \n", + "261 fx 1937-07-01, 00:00:00 1937-07-01, 00:00:00 \n", + "262 fx 1937-10-01, 00:00:00 1937-10-01, 00:00:00 \n", + "263 fx 1938-01-01, 00:00:00 1938-01-01, 00:00:00 \n", + "264 fx 1938-04-01, 00:00:00 1938-04-01, 00:00:00 \n", + "265 fx 1938-07-01, 00:00:00 1938-07-01, 00:00:00 \n", + "266 fx 1938-10-01, 00:00:00 1938-10-01, 00:00:00 \n", + "267 fx 1939-01-01, 00:00:00 1939-01-01, 00:00:00 \n", + "268 fx 1939-04-01, 00:00:00 1939-04-01, 00:00:00 \n", + "269 fx 1939-07-01, 00:00:00 1939-07-01, 00:00:00 \n", + "270 fx 1939-10-01, 00:00:00 1939-10-01, 00:00:00 \n", + "271 fx 1940-01-01, 00:00:00 1940-01-01, 00:00:00 \n", + "272 fx 1940-04-01, 00:00:00 1940-04-01, 00:00:00 \n", + "273 fx 1940-07-01, 00:00:00 1940-07-01, 00:00:00 \n", + "274 fx 1940-10-01, 00:00:00 1940-10-01, 00:00:00 \n", + "275 fx 1941-01-01, 00:00:00 1941-01-01, 00:00:00 \n", + "276 fx 1941-04-01, 00:00:00 1941-04-01, 00:00:00 \n", + "277 fx 1941-07-01, 00:00:00 1941-07-01, 00:00:00 \n", + "278 fx 1941-10-01, 00:00:00 1941-10-01, 00:00:00 \n", + "279 fx 1942-01-01, 00:00:00 1942-01-01, 00:00:00 \n", + "280 fx 1942-04-01, 00:00:00 1942-04-01, 00:00:00 \n", + "281 fx 1942-07-01, 00:00:00 1942-07-01, 00:00:00 \n", + "282 fx 1942-10-01, 00:00:00 1942-10-01, 00:00:00 \n", + "283 fx 1943-01-01, 00:00:00 1943-01-01, 00:00:00 \n", + "284 fx 1943-04-01, 00:00:00 1943-04-01, 00:00:00 \n", + "285 fx 1943-07-01, 00:00:00 1943-07-01, 00:00:00 \n", + "286 fx 1943-10-01, 00:00:00 1943-10-01, 00:00:00 \n", + "287 fx 1944-01-01, 00:00:00 1944-01-01, 00:00:00 \n", + "288 fx 1944-04-01, 00:00:00 1944-04-01, 00:00:00 \n", + "289 fx 1944-07-01, 00:00:00 1944-07-01, 00:00:00 \n", + "290 fx 1944-10-01, 00:00:00 1944-10-01, 00:00:00 \n", + "291 fx 1945-01-01, 00:00:00 1945-01-01, 00:00:00 \n", + "292 fx 1945-04-01, 00:00:00 1945-04-01, 00:00:00 \n", + "293 fx 1945-07-01, 00:00:00 1945-07-01, 00:00:00 \n", + "294 fx 1945-10-01, 00:00:00 1945-10-01, 00:00:00 \n", + "295 fx 1946-01-01, 00:00:00 1946-01-01, 00:00:00 \n", + "296 fx 1946-04-01, 00:00:00 1946-04-01, 00:00:00 \n", + "297 fx 1946-07-01, 00:00:00 1946-07-01, 00:00:00 \n", + "298 fx 1946-10-01, 00:00:00 1946-10-01, 00:00:00 \n", + "299 fx 1947-01-01, 00:00:00 1947-01-01, 00:00:00 \n", + "300 fx 1947-04-01, 00:00:00 1947-04-01, 00:00:00 \n", + "301 fx 1947-07-01, 00:00:00 1947-07-01, 00:00:00 \n", + "302 fx 1947-10-01, 00:00:00 1947-10-01, 00:00:00 \n", + "303 fx 1948-01-01, 00:00:00 1948-01-01, 00:00:00 \n", + "304 fx 1948-04-01, 00:00:00 1948-04-01, 00:00:00 \n", + "305 fx 1948-07-01, 00:00:00 1948-07-01, 00:00:00 \n", + "306 fx 1948-10-01, 00:00:00 1948-10-01, 00:00:00 \n", + "307 fx 1949-01-01, 00:00:00 1949-01-01, 00:00:00 \n", + "308 fx 1949-04-01, 00:00:00 1949-04-01, 00:00:00 \n", + "309 fx 1949-07-01, 00:00:00 1949-07-01, 00:00:00 \n", + "310 fx 1949-10-01, 00:00:00 1949-10-01, 00:00:00 \n", + "311 fx 1950-01-01, 00:00:00 1950-01-01, 00:00:00 \n", + "312 fx 1950-04-01, 00:00:00 1950-04-01, 00:00:00 \n", + "313 fx 1950-07-01, 00:00:00 1950-07-01, 00:00:00 \n", + "314 fx 1950-10-01, 00:00:00 1950-10-01, 00:00:00 \n", + "315 fx 1951-01-01, 00:00:00 1951-01-01, 00:00:00 \n", + "316 fx 1951-04-01, 00:00:00 1951-04-01, 00:00:00 \n", + "317 fx 1951-07-01, 00:00:00 1951-07-01, 00:00:00 \n", + "318 fx 1951-10-01, 00:00:00 1951-10-01, 00:00:00 \n", + "319 fx 1952-01-01, 00:00:00 1952-01-01, 00:00:00 \n", + "320 fx 1952-04-01, 00:00:00 1952-04-01, 00:00:00 \n", + "321 fx 1952-07-01, 00:00:00 1952-07-01, 00:00:00 \n", + "322 fx 1952-10-01, 00:00:00 1952-10-01, 00:00:00 \n", + "323 fx 1953-01-01, 00:00:00 1953-01-01, 00:00:00 \n", + "324 fx 1953-04-01, 00:00:00 1953-04-01, 00:00:00 \n", + "325 fx 1953-07-01, 00:00:00 1953-07-01, 00:00:00 \n", + "326 fx 1953-10-01, 00:00:00 1953-10-01, 00:00:00 \n", + "327 fx 1954-01-01, 00:00:00 1954-01-01, 00:00:00 \n", + "328 fx 1954-04-01, 00:00:00 1954-04-01, 00:00:00 \n", + "329 fx 1954-07-01, 00:00:00 1954-07-01, 00:00:00 \n", + "330 fx 1954-10-01, 00:00:00 1954-10-01, 00:00:00 \n", + "331 fx 1955-01-01, 00:00:00 1955-01-01, 00:00:00 \n", + "332 fx 1955-04-01, 00:00:00 1955-04-01, 00:00:00 \n", + "333 fx 1955-07-01, 00:00:00 1955-07-01, 00:00:00 \n", + "334 fx 1955-10-01, 00:00:00 1955-10-01, 00:00:00 \n", + "335 fx 1956-01-01, 00:00:00 1956-01-01, 00:00:00 \n", + "336 fx 1956-04-01, 00:00:00 1956-04-01, 00:00:00 \n", + "337 fx 1956-07-01, 00:00:00 1956-07-01, 00:00:00 \n", + "338 fx 1956-10-01, 00:00:00 1956-10-01, 00:00:00 \n", + "339 fx 1957-01-01, 00:00:00 1957-01-01, 00:00:00 \n", + "340 fx 1957-04-01, 00:00:00 1957-04-01, 00:00:00 \n", + "341 fx 1957-07-01, 00:00:00 1957-07-01, 00:00:00 \n", + "342 fx 1957-10-01, 00:00:00 1957-10-01, 00:00:00 \n", + "343 fx 1958-01-01, 00:00:00 1958-01-01, 00:00:00 \n", + "344 fx 1958-04-01, 00:00:00 1958-04-01, 00:00:00 \n", + "345 fx 1958-07-01, 00:00:00 1958-07-01, 00:00:00 \n", + "346 fx 1958-10-01, 00:00:00 1958-10-01, 00:00:00 \n", + "347 fx 1959-01-01, 00:00:00 1959-01-01, 00:00:00 \n", + "348 fx 1959-04-01, 00:00:00 1959-04-01, 00:00:00 \n", + "349 fx 1959-07-01, 00:00:00 1959-07-01, 00:00:00 \n", + "350 fx 1959-10-01, 00:00:00 1959-10-01, 00:00:00 \n", + "351 fx 1960-01-01, 00:00:00 1960-01-01, 00:00:00 \n", + "352 fx 1960-04-01, 00:00:00 1960-04-01, 00:00:00 \n", + "353 fx 1960-07-01, 00:00:00 1960-07-01, 00:00:00 \n", + "354 fx 1960-10-01, 00:00:00 1960-10-01, 00:00:00 \n", + "355 fx 1961-01-01, 00:00:00 1961-01-01, 00:00:00 \n", + "356 fx 1961-04-01, 00:00:00 1961-04-01, 00:00:00 \n", + "357 fx 1961-07-01, 00:00:00 1961-07-01, 00:00:00 \n", + "358 fx 1961-10-01, 00:00:00 1961-10-01, 00:00:00 \n", + "359 fx 1962-01-01, 00:00:00 1962-01-01, 00:00:00 \n", + "360 fx 1962-04-01, 00:00:00 1962-04-01, 00:00:00 \n", + "361 fx 1962-07-01, 00:00:00 1962-07-01, 00:00:00 \n", + "362 fx 1962-10-01, 00:00:00 1962-10-01, 00:00:00 \n", + "363 fx 1963-01-01, 00:00:00 1963-01-01, 00:00:00 \n", + "364 fx 1963-04-01, 00:00:00 1963-04-01, 00:00:00 \n", + "365 fx 1963-07-01, 00:00:00 1963-07-01, 00:00:00 \n", + "366 fx 1963-10-01, 00:00:00 1963-10-01, 00:00:00 \n", + "367 fx 1964-01-01, 00:00:00 1964-01-01, 00:00:00 \n", + "368 fx 1964-04-01, 00:00:00 1964-04-01, 00:00:00 \n", + "369 fx 1964-07-01, 00:00:00 1964-07-01, 00:00:00 \n", + "370 fx 1964-10-01, 00:00:00 1964-10-01, 00:00:00 \n", + "371 fx 1965-01-01, 00:00:00 1965-01-01, 00:00:00 \n", + "372 fx 1965-04-01, 00:00:00 1965-04-01, 00:00:00 \n", + "373 fx 1965-07-01, 00:00:00 1965-07-01, 00:00:00 \n", + "374 fx 1965-10-01, 00:00:00 1965-10-01, 00:00:00 \n", + "375 fx 1966-01-01, 00:00:00 1966-01-01, 00:00:00 \n", + "376 fx 1966-04-01, 00:00:00 1966-04-01, 00:00:00 \n", + "377 fx 1966-07-01, 00:00:00 1966-07-01, 00:00:00 \n", + "378 fx 1966-10-01, 00:00:00 1966-10-01, 00:00:00 \n", + "379 fx 1967-01-01, 00:00:00 1967-01-01, 00:00:00 \n", + "380 fx 1967-04-01, 00:00:00 1967-04-01, 00:00:00 \n", + "381 fx 1967-07-01, 00:00:00 1967-07-01, 00:00:00 \n", + "382 fx 1967-10-01, 00:00:00 1967-10-01, 00:00:00 \n", + "383 fx 1968-01-01, 00:00:00 1968-01-01, 00:00:00 \n", + "384 fx 1968-04-01, 00:00:00 1968-04-01, 00:00:00 \n", + "385 fx 1968-07-01, 00:00:00 1968-07-01, 00:00:00 \n", + "386 fx 1968-10-01, 00:00:00 1968-10-01, 00:00:00 \n", + "387 fx 1969-01-01, 00:00:00 1969-01-01, 00:00:00 \n", + "388 fx 1969-04-01, 00:00:00 1969-04-01, 00:00:00 \n", + "389 fx 1969-07-01, 00:00:00 1969-07-01, 00:00:00 \n", + "390 fx 1969-10-01, 00:00:00 1969-10-01, 00:00:00 \n", + "391 fx 1970-01-01, 00:00:00 1970-01-01, 00:00:00 \n", + "392 fx 1970-04-01, 00:00:00 1970-04-01, 00:00:00 \n", + "393 fx 1970-07-01, 00:00:00 1970-07-01, 00:00:00 \n", + "394 fx 1970-10-01, 00:00:00 1970-10-01, 00:00:00 \n", + "395 fx 1971-01-01, 00:00:00 1971-01-01, 00:00:00 \n", + "396 fx 1971-04-01, 00:00:00 1971-04-01, 00:00:00 \n", + "397 fx 1971-07-01, 00:00:00 1971-07-01, 00:00:00 \n", + "398 fx 1971-10-01, 00:00:00 1971-10-01, 00:00:00 \n", + "399 fx 1972-01-01, 00:00:00 1972-01-01, 00:00:00 \n", + "400 fx 1972-04-01, 00:00:00 1972-04-01, 00:00:00 \n", + "401 fx 1972-07-01, 00:00:00 1972-07-01, 00:00:00 \n", + "402 fx 1972-10-01, 00:00:00 1972-10-01, 00:00:00 \n", + "403 fx 1973-01-01, 00:00:00 1973-01-01, 00:00:00 \n", + "404 fx 1973-04-01, 00:00:00 1973-04-01, 00:00:00 \n", + "405 fx 1973-07-01, 00:00:00 1973-07-01, 00:00:00 \n", + "406 fx 1973-10-01, 00:00:00 1973-10-01, 00:00:00 \n", + "407 fx 1974-01-01, 00:00:00 1974-01-01, 00:00:00 \n", + "408 fx 1974-04-01, 00:00:00 1974-04-01, 00:00:00 \n", + "409 fx 1974-07-01, 00:00:00 1974-07-01, 00:00:00 \n", + "410 fx 1974-10-01, 00:00:00 1974-10-01, 00:00:00 \n", + "411 fx 1975-01-01, 00:00:00 1975-01-01, 00:00:00 \n", + "412 fx 1975-04-01, 00:00:00 1975-04-01, 00:00:00 \n", + "413 fx 1975-07-01, 00:00:00 1975-07-01, 00:00:00 \n", + "414 fx 1975-10-01, 00:00:00 1975-10-01, 00:00:00 \n", + "415 fx 1976-01-01, 00:00:00 1976-01-01, 00:00:00 \n", + "416 fx 1976-04-01, 00:00:00 1976-04-01, 00:00:00 \n", + "417 fx 1976-07-01, 00:00:00 1976-07-01, 00:00:00 \n", + "418 fx 1976-10-01, 00:00:00 1976-10-01, 00:00:00 \n", + "419 fx 1977-01-01, 00:00:00 1977-01-01, 00:00:00 \n", + "420 fx 1977-04-01, 00:00:00 1977-04-01, 00:00:00 \n", + "421 fx 1977-07-01, 00:00:00 1977-07-01, 00:00:00 \n", + "422 fx 1977-10-01, 00:00:00 1977-10-01, 00:00:00 \n", + "423 fx 1978-01-01, 00:00:00 1978-01-01, 00:00:00 \n", + "424 fx 1978-04-01, 00:00:00 1978-04-01, 00:00:00 \n", + "425 fx 1978-07-01, 00:00:00 1978-07-01, 00:00:00 \n", + "426 fx 1978-10-01, 00:00:00 1978-10-01, 00:00:00 \n", + "427 fx 1979-01-01, 00:00:00 1979-01-01, 00:00:00 \n", + "428 fx 1979-04-01, 00:00:00 1979-04-01, 00:00:00 \n", + "429 fx 1979-07-01, 00:00:00 1979-07-01, 00:00:00 \n", + "430 fx 1979-10-01, 00:00:00 1979-10-01, 00:00:00 \n", + "431 fx 1980-01-01, 00:00:00 1980-01-01, 00:00:00 \n", + "432 fx 1980-04-01, 00:00:00 1980-04-01, 00:00:00 \n", + "433 fx 1980-07-01, 00:00:00 1980-07-01, 00:00:00 \n", + "434 fx 1980-10-01, 00:00:00 1980-10-01, 00:00:00 \n", + "435 fx 1981-01-01, 00:00:00 1981-01-01, 00:00:00 \n", + "436 fx 1981-04-01, 00:00:00 1981-04-01, 00:00:00 \n", + "437 fx 1981-07-01, 00:00:00 1981-07-01, 00:00:00 \n", + "438 fx 1981-10-01, 00:00:00 1981-10-01, 00:00:00 \n", + "439 fx 1982-01-01, 00:00:00 1982-01-01, 00:00:00 \n", + "440 fx 1982-04-01, 00:00:00 1982-04-01, 00:00:00 \n", + "441 fx 1982-07-01, 00:00:00 1982-07-01, 00:00:00 \n", + "442 fx 1982-10-01, 00:00:00 1982-10-01, 00:00:00 \n", + "443 fx 1983-01-01, 00:00:00 1983-01-01, 00:00:00 \n", + "444 fx 1983-04-01, 00:00:00 1983-04-01, 00:00:00 \n", + "445 fx 1983-07-01, 00:00:00 1983-07-01, 00:00:00 \n", + "446 fx 1983-10-01, 00:00:00 1983-10-01, 00:00:00 \n", + "447 fx 1984-01-01, 00:00:00 1984-01-01, 00:00:00 \n", + "448 fx 1984-04-01, 00:00:00 1984-04-01, 00:00:00 \n", + "449 fx 1984-07-01, 00:00:00 1984-07-01, 00:00:00 \n", + "450 fx 1984-10-01, 00:00:00 1984-10-01, 00:00:00 \n", + "451 fx 1985-01-01, 00:00:00 1985-01-01, 00:00:00 \n", + "452 fx 1985-04-01, 00:00:00 1985-04-01, 00:00:00 \n", + "453 fx 1985-07-01, 00:00:00 1985-07-01, 00:00:00 \n", + "454 fx 1985-10-01, 00:00:00 1985-10-01, 00:00:00 \n", + "455 fx 1986-01-01, 00:00:00 1986-01-01, 00:00:00 \n", + "456 fx 1986-04-01, 00:00:00 1986-04-01, 00:00:00 \n", + "457 fx 1986-07-01, 00:00:00 1986-07-01, 00:00:00 \n", + "458 fx 1986-10-01, 00:00:00 1986-10-01, 00:00:00 \n", + "459 fx 1987-01-01, 00:00:00 1987-01-01, 00:00:00 \n", + "460 fx 1987-04-01, 00:00:00 1987-04-01, 00:00:00 \n", + "461 fx 1987-07-01, 00:00:00 1987-07-01, 00:00:00 \n", + "462 fx 1987-10-01, 00:00:00 1987-10-01, 00:00:00 \n", + "463 fx 1988-01-01, 00:00:00 1988-01-01, 00:00:00 \n", + "464 fx 1988-04-01, 00:00:00 1988-04-01, 00:00:00 \n", + "465 fx 1988-07-01, 00:00:00 1988-07-01, 00:00:00 \n", + "466 fx 1988-10-01, 00:00:00 1988-10-01, 00:00:00 \n", + "467 fx 1989-01-01, 00:00:00 1989-01-01, 00:00:00 \n", + "468 fx 1989-04-01, 00:00:00 1989-04-01, 00:00:00 \n", + "469 fx 1989-07-01, 00:00:00 1989-07-01, 00:00:00 \n", + "470 fx 1989-10-01, 00:00:00 1989-10-01, 00:00:00 \n", + "471 fx 1990-01-01, 00:00:00 1990-01-01, 00:00:00 \n", + "472 fx 1990-04-01, 00:00:00 1990-04-01, 00:00:00 \n", + "473 fx 1990-07-01, 00:00:00 1990-07-01, 00:00:00 \n", + "474 fx 1990-10-01, 00:00:00 1990-10-01, 00:00:00 \n", + "475 fx 1991-01-01, 00:00:00 1991-01-01, 00:00:00 \n", + "476 fx 1991-04-01, 00:00:00 1991-04-01, 00:00:00 \n", + "477 fx 1991-07-01, 00:00:00 1991-07-01, 00:00:00 \n", + "478 fx 1991-10-01, 00:00:00 1991-10-01, 00:00:00 \n", + "479 fx 1992-01-01, 00:00:00 1992-01-01, 00:00:00 \n", + "480 fx 1992-04-01, 00:00:00 1992-04-01, 00:00:00 \n", + "481 fx 1992-07-01, 00:00:00 1992-07-01, 00:00:00 \n", + "482 fx 1992-10-01, 00:00:00 1992-10-01, 00:00:00 \n", + "483 fx 1993-01-01, 00:00:00 1993-01-01, 00:00:00 \n", + "484 fx 1993-04-01, 00:00:00 1993-04-01, 00:00:00 \n", + "485 fx 1993-07-01, 00:00:00 1993-07-01, 00:00:00 \n", + "486 fx 1993-10-01, 00:00:00 1993-10-01, 00:00:00 \n", + "487 fx 1994-01-01, 00:00:00 1994-01-01, 00:00:00 \n", + "488 fx 1994-04-01, 00:00:00 1994-04-01, 00:00:00 \n", + "489 fx 1994-07-01, 00:00:00 1994-07-01, 00:00:00 \n", + "490 fx 1994-10-01, 00:00:00 1994-10-01, 00:00:00 \n", + "491 fx 1995-01-01, 00:00:00 1995-01-01, 00:00:00 \n", + "492 fx 1995-04-01, 00:00:00 1995-04-01, 00:00:00 \n", + "493 fx 1995-07-01, 00:00:00 1995-07-01, 00:00:00 \n", + "494 fx 1995-10-01, 00:00:00 1995-10-01, 00:00:00 \n", + "495 fx 1996-01-01, 00:00:00 1996-01-01, 00:00:00 \n", + "496 fx 1996-04-01, 00:00:00 1996-04-01, 00:00:00 \n", + "497 fx 1996-07-01, 00:00:00 1996-07-01, 00:00:00 \n", + "498 fx 1996-10-01, 00:00:00 1996-10-01, 00:00:00 \n", + "499 fx 1997-01-01, 00:00:00 1997-01-01, 00:00:00 \n", + "500 fx 1997-04-01, 00:00:00 1997-04-01, 00:00:00 \n", + "501 fx 1997-07-01, 00:00:00 1997-07-01, 00:00:00 \n", + "502 fx 1997-10-01, 00:00:00 1997-10-01, 00:00:00 \n", + "503 fx 1998-01-01, 00:00:00 1998-01-01, 00:00:00 \n", + "504 fx 1998-04-01, 00:00:00 1998-04-01, 00:00:00 \n", + "505 fx 1998-07-01, 00:00:00 1998-07-01, 00:00:00 \n", + "506 fx 1998-10-01, 00:00:00 1998-10-01, 00:00:00 \n", + "507 fx 1999-01-01, 00:00:00 1999-01-01, 00:00:00 \n", + "508 fx 1999-04-01, 00:00:00 1999-04-01, 00:00:00 \n", + "509 fx 1999-07-01, 00:00:00 1999-07-01, 00:00:00 \n", + "510 fx 1999-10-01, 00:00:00 1999-10-01, 00:00:00 \n", + "511 fx 2000-01-01, 00:00:00 2000-01-01, 00:00:00 \n", + "512 fx 2000-04-01, 00:00:00 2000-04-01, 00:00:00 \n", + "513 fx 2000-07-01, 00:00:00 2000-07-01, 00:00:00 \n", + "514 fx 2000-10-01, 00:00:00 2000-10-01, 00:00:00 \n", + "515 fx 2001-01-01, 00:00:00 2001-01-01, 00:00:00 \n", + "516 fx 2001-04-01, 00:00:00 2001-04-01, 00:00:00 \n", + "517 fx 2001-07-01, 00:00:00 2001-07-01, 00:00:00 \n", + "518 fx 2001-10-01, 00:00:00 2001-10-01, 00:00:00 \n", + "519 fx 2002-01-01, 00:00:00 2002-01-01, 00:00:00 \n", + "520 fx 2002-04-01, 00:00:00 2002-04-01, 00:00:00 \n", + "521 fx 2002-07-01, 00:00:00 2002-07-01, 00:00:00 \n", + "522 fx 2002-10-01, 00:00:00 2002-10-01, 00:00:00 \n", + "523 fx 2003-01-01, 00:00:00 2003-01-01, 00:00:00 \n", + "524 fx 2003-04-01, 00:00:00 2003-04-01, 00:00:00 \n", + "525 fx 2003-07-01, 00:00:00 2003-07-01, 00:00:00 \n", + "526 fx 2003-10-01, 00:00:00 2003-10-01, 00:00:00 \n", + "527 fx 2004-01-01, 00:00:00 2004-01-01, 00:00:00 \n", + "528 fx 2004-04-01, 00:00:00 2004-04-01, 00:00:00 \n", + "529 fx 2004-07-01, 00:00:00 2004-07-01, 00:00:00 \n", + "530 fx 2004-10-01, 00:00:00 2004-10-01, 00:00:00 \n", + "531 fx 2005-01-01, 00:00:00 2005-01-01, 00:00:00 \n", + "532 fx 2005-04-01, 00:00:00 2005-04-01, 00:00:00 \n", + "533 fx 2005-07-01, 00:00:00 2005-07-01, 00:00:00 \n", + "534 fx 2005-10-01, 00:00:00 2005-10-01, 00:00:00 \n", + "535 fx 2006-01-01, 00:00:00 2006-01-01, 00:00:00 \n", + "536 fx 2006-04-01, 00:00:00 2006-04-01, 00:00:00 \n", + "537 fx 2006-07-01, 00:00:00 2006-07-01, 00:00:00 \n", + "538 fx 2006-10-01, 00:00:00 2006-10-01, 00:00:00 \n", + "539 fx 2007-01-01, 00:00:00 2007-01-01, 00:00:00 \n", + "540 fx 2007-04-01, 00:00:00 2007-04-01, 00:00:00 \n", + "541 fx 2007-07-01, 00:00:00 2007-07-01, 00:00:00 \n", + "542 fx 2007-10-01, 00:00:00 2007-10-01, 00:00:00 \n", + "543 fx 2008-01-01, 00:00:00 2008-01-01, 00:00:00 \n", + "544 fx 2008-04-01, 00:00:00 2008-04-01, 00:00:00 \n", + "545 fx 2008-07-01, 00:00:00 2008-07-01, 00:00:00 \n", + "546 fx 2008-10-01, 00:00:00 2008-10-01, 00:00:00 \n", + "547 fx 2009-01-01, 00:00:00 2009-01-01, 00:00:00 \n", + "548 fx 2009-04-01, 00:00:00 2009-04-01, 00:00:00 \n", + "549 fx 2009-07-01, 00:00:00 2009-07-01, 00:00:00 \n", + "550 fx 2009-10-01, 00:00:00 2009-10-01, 00:00:00 \n", + "551 fx 2010-01-01, 00:00:00 2010-01-01, 00:00:00 \n", + "552 fx 2010-04-01, 00:00:00 2010-04-01, 00:00:00 \n", + "553 fx 2010-07-01, 00:00:00 2010-07-01, 00:00:00 \n", + "554 fx 2010-10-01, 00:00:00 2010-10-01, 00:00:00 \n", + "555 fx 2011-01-01, 00:00:00 2011-01-01, 00:00:00 \n", + "556 fx 2011-04-01, 00:00:00 2011-04-01, 00:00:00 \n", + "557 fx 2011-07-01, 00:00:00 2011-07-01, 00:00:00 \n", + "558 fx 2011-10-01, 00:00:00 2011-10-01, 00:00:00 \n", + "559 fx 2012-01-01, 00:00:00 2012-01-01, 00:00:00 \n", + "560 fx 2012-04-01, 00:00:00 2012-04-01, 00:00:00 \n", + "561 fx 2012-07-01, 00:00:00 2012-07-01, 00:00:00 \n", + "562 fx 2012-10-01, 00:00:00 2012-10-01, 00:00:00 \n", + "563 fx 2013-01-01, 00:00:00 2013-01-01, 00:00:00 \n", + "564 fx 2013-04-01, 00:00:00 2013-04-01, 00:00:00 \n", + "565 fx 2013-07-01, 00:00:00 2013-07-01, 00:00:00 \n", + "566 fx 2013-10-01, 00:00:00 2013-10-01, 00:00:00 \n", + "567 fx 2014-01-01, 00:00:00 2014-01-01, 00:00:00 \n", + "568 fx 2014-04-01, 00:00:00 2014-04-01, 00:00:00 \n", + "569 fx 2014-07-01, 00:00:00 2014-07-01, 00:00:00 \n", + "570 fx 2014-10-01, 00:00:00 2014-10-01, 00:00:00 \n", + "571 fx 2015-01-01, 00:00:00 2015-01-01, 00:00:00 \n", + "572 fx 2015-04-01, 00:00:00 2015-04-01, 00:00:00 \n", + "573 fx 2015-07-01, 00:00:00 2015-07-01, 00:00:00 \n", + "574 fx 2015-10-01, 00:00:00 2015-10-01, 00:00:00 \n", + "575 fx 2016-01-01, 00:00:00 2016-01-01, 00:00:00 \n", + "576 fx 2016-04-01, 00:00:00 2016-04-01, 00:00:00 \n", + "577 fx 2016-07-01, 00:00:00 2016-07-01, 00:00:00 \n", + "578 fx 2016-10-01, 00:00:00 2016-10-01, 00:00:00 \n", + "579 fx 2017-01-01, 00:00:00 2017-01-01, 00:00:00 \n", + "580 fx 2017-04-01, 00:00:00 2017-04-01, 00:00:00 \n", + "581 fx 2017-07-01, 00:00:00 2017-07-01, 00:00:00 \n", + "582 fx 2017-10-01, 00:00:00 2017-10-01, 00:00:00 \n", + "583 fx 2018-01-01, 00:00:00 2018-01-01, 00:00:00 \n", + "584 fx 2018-04-01, 00:00:00 2018-04-01, 00:00:00 \n", + "585 fx 2018-07-01, 00:00:00 2018-07-01, 00:00:00 \n", + "586 fx 2018-10-01, 00:00:00 2018-10-01, 00:00:00 \n", + "587 fx 2019-01-01, 00:00:00 2019-01-01, 00:00:00 \n", + "588 fx 2019-04-01, 00:00:00 2019-04-01, 00:00:00 \n", + "589 fx 2019-07-01, 00:00:00 2019-07-01, 00:00:00 \n", + "590 fx 2019-10-01, 00:00:00 2019-10-01, 00:00:00 \n", + "591 fx 2020-01-01, 00:00:00 2020-01-01, 00:00:00 \n", + "592 fx 2020-04-01, 00:00:00 2020-04-01, 00:00:00 \n", + "593 fx 2020-07-01, 00:00:00 2020-07-01, 00:00:00 \n", + "594 fx 2020-10-01, 00:00:00 2020-10-01, 00:00:00 \n", + "595 fx 2021-01-01, 00:00:00 2021-01-01, 00:00:00 \n", + "596 fx 2021-04-01, 00:00:00 2021-04-01, 00:00:00 \n", + "597 fx 2021-07-01, 00:00:00 2021-07-01, 00:00:00 \n", + "598 fx 2021-10-01, 00:00:00 2021-10-01, 00:00:00 \n", + "599 fx 2022-01-01, 00:00:00 2022-01-01, 00:00:00 \n", + "600 fx 2022-04-01, 00:00:00 2022-04-01, 00:00:00 \n", + "601 fx 2022-07-01, 00:00:00 2022-07-01, 00:00:00 \n", + "602 fx 2022-10-01, 00:00:00 2022-10-01, 00:00:00 \n", + "603 fx 2023-01-01, 00:00:00 2023-01-01, 00:00:00 \n", + "604 fx 2023-04-01, 00:00:00 2023-04-01, 00:00:00 \n", + "605 fx 2023-07-01, 00:00:00 2023-07-01, 00:00:00 \n", + "606 fx 2023-10-01, 00:00:00 2023-10-01, 00:00:00 \n", + "607 fx 2024-01-01, 00:00:00 2024-01-01, 00:00:00 \n", + "608 fx 2024-04-01, 00:00:00 2024-04-01, 00:00:00 \n", + "609 fx 2024-07-01, 00:00:00 2024-07-01, 00:00:00 \n", + "610 fx 2024-10-01, 00:00:00 2024-10-01, 00:00:00 \n", + "611 fx 2025-01-01, 00:00:00 2025-01-01, 00:00:00 \n", + "612 fx 2025-04-01, 00:00:00 2025-04-01, 00:00:00 \n", + "613 fx 2025-07-01, 00:00:00 2025-07-01, 00:00:00 \n", + "614 fx 2025-10-01, 00:00:00 2025-10-01, 00:00:00 \n", + "615 fx 2026-01-01, 00:00:00 2026-01-01, 00:00:00 \n", + "616 fx 2026-04-01, 00:00:00 2026-04-01, 00:00:00 \n", + "617 fx 2026-07-01, 00:00:00 2026-07-01, 00:00:00 \n", + "618 fx 2026-10-01, 00:00:00 2026-10-01, 00:00:00 \n", + "619 fx 2027-01-01, 00:00:00 2027-01-01, 00:00:00 \n", + "620 fx 2027-04-01, 00:00:00 2027-04-01, 00:00:00 \n", + "621 fx 2027-07-01, 00:00:00 2027-07-01, 00:00:00 \n", + "622 fx 2027-10-01, 00:00:00 2027-10-01, 00:00:00 \n", + "623 fx 2028-01-01, 00:00:00 2028-01-01, 00:00:00 \n", + "624 fx 2028-04-01, 00:00:00 2028-04-01, 00:00:00 \n", + "625 fx 2028-07-01, 00:00:00 2028-07-01, 00:00:00 \n", + "626 fx 2028-10-01, 00:00:00 2028-10-01, 00:00:00 \n", + "627 fx 2029-01-01, 00:00:00 2029-01-01, 00:00:00 \n", + "628 fx 2029-04-01, 00:00:00 2029-04-01, 00:00:00 \n", + "629 fx 2029-07-01, 00:00:00 2029-07-01, 00:00:00 \n", + "630 fx 2029-10-01, 00:00:00 2029-10-01, 00:00:00 \n", + "631 fx 2030-01-01, 00:00:00 2030-01-01, 00:00:00 \n", + "632 fx 2030-04-01, 00:00:00 2030-04-01, 00:00:00 \n", + "633 fx 2030-07-01, 00:00:00 2030-07-01, 00:00:00 \n", + "634 fx 2030-10-01, 00:00:00 2030-10-01, 00:00:00 \n", + "635 fx 2031-01-01, 00:00:00 2031-01-01, 00:00:00 \n", + "636 fx 2031-04-01, 00:00:00 2031-04-01, 00:00:00 \n", + "637 fx 2031-07-01, 00:00:00 2031-07-01, 00:00:00 \n", + "638 fx 2031-10-01, 00:00:00 2031-10-01, 00:00:00 \n", + "639 fx 2032-01-01, 00:00:00 2032-01-01, 00:00:00 \n", + "640 fx 2032-04-01, 00:00:00 2032-04-01, 00:00:00 \n", + "641 fx 2032-07-01, 00:00:00 2032-07-01, 00:00:00 \n", + "642 fx 2032-10-01, 00:00:00 2032-10-01, 00:00:00 \n", + "643 fx 2033-01-01, 00:00:00 2033-01-01, 00:00:00 \n", + "644 fx 2033-04-01, 00:00:00 2033-04-01, 00:00:00 \n", + "645 fx 2033-07-01, 00:00:00 2033-07-01, 00:00:00 \n", + "646 fx 2033-10-01, 00:00:00 2033-10-01, 00:00:00 \n", + "647 fx 2034-01-01, 00:00:00 2034-01-01, 00:00:00 \n", + "648 fx 2034-04-01, 00:00:00 2034-04-01, 00:00:00 \n", + "649 fx 2034-07-01, 00:00:00 2034-07-01, 00:00:00 \n", + "650 fx 2034-10-01, 00:00:00 2034-10-01, 00:00:00 \n", + "651 fx 2035-01-01, 00:00:00 2035-01-01, 00:00:00 \n", + "652 fx 2035-04-01, 00:00:00 2035-04-01, 00:00:00 \n", + "653 fx 2035-07-01, 00:00:00 2035-07-01, 00:00:00 \n", + "654 fx 2035-10-01, 00:00:00 2035-10-01, 00:00:00 \n", + "655 fx 2036-01-01, 00:00:00 2036-01-01, 00:00:00 \n", + "656 fx 2036-04-01, 00:00:00 2036-04-01, 00:00:00 \n", + "657 fx 2036-07-01, 00:00:00 2036-07-01, 00:00:00 \n", + "658 fx 2036-10-01, 00:00:00 2036-10-01, 00:00:00 \n", + "659 fx 2037-01-01, 00:00:00 2037-01-01, 00:00:00 \n", + "660 fx 2037-04-01, 00:00:00 2037-04-01, 00:00:00 \n", + "661 fx 2037-07-01, 00:00:00 2037-07-01, 00:00:00 \n", + "662 fx 2037-10-01, 00:00:00 2037-10-01, 00:00:00 \n", + "663 fx 2038-01-01, 00:00:00 2038-01-01, 00:00:00 \n", + "664 fx 2038-04-01, 00:00:00 2038-04-01, 00:00:00 \n", + "665 fx 2038-07-01, 00:00:00 2038-07-01, 00:00:00 \n", + "666 fx 2038-10-01, 00:00:00 2038-10-01, 00:00:00 \n", + "667 fx 2039-01-01, 00:00:00 2039-01-01, 00:00:00 \n", + "668 fx 2039-04-01, 00:00:00 2039-04-01, 00:00:00 \n", + "669 fx 2039-07-01, 00:00:00 2039-07-01, 00:00:00 \n", + "670 fx 2039-10-01, 00:00:00 2039-10-01, 00:00:00 \n", + "671 fx 2040-01-01, 00:00:00 2040-01-01, 00:00:00 \n", + "672 fx 2040-04-01, 00:00:00 2040-04-01, 00:00:00 \n", + "673 fx 2040-07-01, 00:00:00 2040-07-01, 00:00:00 \n", + "674 fx 2040-10-01, 00:00:00 2040-10-01, 00:00:00 \n", + "675 fx 2041-01-01, 00:00:00 2041-01-01, 00:00:00 \n", + "676 fx 2041-04-01, 00:00:00 2041-04-01, 00:00:00 \n", + "677 fx 2041-07-01, 00:00:00 2041-07-01, 00:00:00 \n", + "678 fx 2041-10-01, 00:00:00 2041-10-01, 00:00:00 \n", + "679 fx 2042-01-01, 00:00:00 2042-01-01, 00:00:00 \n", + "680 fx 2042-04-01, 00:00:00 2042-04-01, 00:00:00 \n", + "681 fx 2042-07-01, 00:00:00 2042-07-01, 00:00:00 \n", + "682 fx 2042-10-01, 00:00:00 2042-10-01, 00:00:00 \n", + "683 fx 2043-01-01, 00:00:00 2043-01-01, 00:00:00 \n", + "684 fx 2043-04-01, 00:00:00 2043-04-01, 00:00:00 \n", + "685 fx 2043-07-01, 00:00:00 2043-07-01, 00:00:00 \n", + "686 fx 2043-10-01, 00:00:00 2043-10-01, 00:00:00 \n", + "687 fx 2044-01-01, 00:00:00 2044-01-01, 00:00:00 \n", + "688 fx 2044-04-01, 00:00:00 2044-04-01, 00:00:00 \n", + "689 fx 2044-07-01, 00:00:00 2044-07-01, 00:00:00 \n", + "690 fx 2044-10-01, 00:00:00 2044-10-01, 00:00:00 \n", + "691 fx 2045-01-01, 00:00:00 2045-01-01, 00:00:00 \n", + "692 fx 2045-04-01, 00:00:00 2045-04-01, 00:00:00 \n", + "693 fx 2045-07-01, 00:00:00 2045-07-01, 00:00:00 \n", + "694 fx 2045-10-01, 00:00:00 2045-10-01, 00:00:00 \n", + "695 fx 2046-01-01, 00:00:00 2046-01-01, 00:00:00 \n", + "696 fx 2046-04-01, 00:00:00 2046-04-01, 00:00:00 \n", + "697 fx 2046-07-01, 00:00:00 2046-07-01, 00:00:00 \n", + "698 fx 2046-10-01, 00:00:00 2046-10-01, 00:00:00 \n", + "699 fx 2047-01-01, 00:00:00 2047-01-01, 00:00:00 \n", + "700 fx 2047-04-01, 00:00:00 2047-04-01, 00:00:00 \n", + "701 fx 2047-07-01, 00:00:00 2047-07-01, 00:00:00 \n", + "702 fx 2047-10-01, 00:00:00 2047-10-01, 00:00:00 \n", + "703 fx 2048-01-01, 00:00:00 2048-01-01, 00:00:00 \n", + "704 fx 2048-04-01, 00:00:00 2048-04-01, 00:00:00 \n", + "705 fx 2048-07-01, 00:00:00 2048-07-01, 00:00:00 \n", + "706 fx 2048-10-01, 00:00:00 2048-10-01, 00:00:00 \n", + "707 fx 2049-01-01, 00:00:00 2049-01-01, 00:00:00 \n", + "708 fx 2049-04-01, 00:00:00 2049-04-01, 00:00:00 \n", + "709 fx 2049-07-01, 00:00:00 2049-07-01, 00:00:00 \n", + "710 fx 2049-10-01, 00:00:00 2049-10-01, 00:00:00 \n", + "711 fx 2050-01-01, 00:00:00 2050-01-01, 00:00:00 \n", + "712 fx 2050-04-01, 00:00:00 2050-04-01, 00:00:00 \n", + "713 fx 2050-07-01, 00:00:00 2050-07-01, 00:00:00 \n", + "714 fx 2050-10-01, 00:00:00 2050-10-01, 00:00:00 \n", + "715 fx 2051-01-01, 00:00:00 2051-01-01, 00:00:00 \n", + "716 fx 2051-04-01, 00:00:00 2051-04-01, 00:00:00 \n", + "717 fx 2051-07-01, 00:00:00 2051-07-01, 00:00:00 \n", + "718 fx 2051-10-01, 00:00:00 2051-10-01, 00:00:00 \n", + "719 fx 2052-01-01, 00:00:00 2052-01-01, 00:00:00 \n", + "720 fx 2052-04-01, 00:00:00 2052-04-01, 00:00:00 \n", + "721 fx 2052-07-01, 00:00:00 2052-07-01, 00:00:00 \n", + "722 fx 2052-10-01, 00:00:00 2052-10-01, 00:00:00 \n", + "723 fx 2053-01-01, 00:00:00 2053-01-01, 00:00:00 \n", + "724 fx 2053-04-01, 00:00:00 2053-04-01, 00:00:00 \n", + "725 fx 2053-07-01, 00:00:00 2053-07-01, 00:00:00 \n", + "726 fx 2053-10-01, 00:00:00 2053-10-01, 00:00:00 \n", + "727 fx 2054-01-01, 00:00:00 2054-01-01, 00:00:00 \n", + "728 fx 2054-04-01, 00:00:00 2054-04-01, 00:00:00 \n", + "729 fx 2054-07-01, 00:00:00 2054-07-01, 00:00:00 \n", + "730 fx 2054-10-01, 00:00:00 2054-10-01, 00:00:00 \n", + "731 fx 2055-01-01, 00:00:00 2055-01-01, 00:00:00 \n", + "732 fx 2055-04-01, 00:00:00 2055-04-01, 00:00:00 \n", + "733 fx 2055-07-01, 00:00:00 2055-07-01, 00:00:00 \n", + "734 fx 2055-10-01, 00:00:00 2055-10-01, 00:00:00 \n", + "735 fx 2056-01-01, 00:00:00 2056-01-01, 00:00:00 \n", + "736 fx 2056-04-01, 00:00:00 2056-04-01, 00:00:00 \n", + "737 fx 2056-07-01, 00:00:00 2056-07-01, 00:00:00 \n", + "738 fx 2056-10-01, 00:00:00 2056-10-01, 00:00:00 \n", + "739 fx 2057-01-01, 00:00:00 2057-01-01, 00:00:00 \n", + "740 fx 2057-04-01, 00:00:00 2057-04-01, 00:00:00 \n", + "741 fx 2057-07-01, 00:00:00 2057-07-01, 00:00:00 \n", + "742 fx 2057-10-01, 00:00:00 2057-10-01, 00:00:00 \n", + "743 fx 2058-01-01, 00:00:00 2058-01-01, 00:00:00 \n", + "744 fx 2058-04-01, 00:00:00 2058-04-01, 00:00:00 \n", + "745 fx 2058-07-01, 00:00:00 2058-07-01, 00:00:00 \n", + "746 fx 2058-10-01, 00:00:00 2058-10-01, 00:00:00 \n", + "747 fx 2059-01-01, 00:00:00 2059-01-01, 00:00:00 \n", + "748 fx 2059-04-01, 00:00:00 2059-04-01, 00:00:00 \n", + "749 fx 2059-07-01, 00:00:00 2059-07-01, 00:00:00 \n", + "750 fx 2059-10-01, 00:00:00 2059-10-01, 00:00:00 \n", + "751 fx 2060-01-01, 00:00:00 2060-01-01, 00:00:00 \n", + "752 fx 2060-04-01, 00:00:00 2060-04-01, 00:00:00 \n", + "753 fx 2060-07-01, 00:00:00 2060-07-01, 00:00:00 \n", + "754 fx 2060-10-01, 00:00:00 2060-10-01, 00:00:00 \n", + "755 fx 2061-01-01, 00:00:00 2061-01-01, 00:00:00 \n", + "756 fx 2061-04-01, 00:00:00 2061-04-01, 00:00:00 \n", + "757 fx 2061-07-01, 00:00:00 2061-07-01, 00:00:00 \n", + "758 fx 2061-10-01, 00:00:00 2061-10-01, 00:00:00 \n", + "759 fx 2062-01-01, 00:00:00 2062-01-01, 00:00:00 \n", + "760 fx 2062-04-01, 00:00:00 2062-04-01, 00:00:00 \n", + "761 fx 2062-07-01, 00:00:00 2062-07-01, 00:00:00 \n", + "762 fx 2062-10-01, 00:00:00 2062-10-01, 00:00:00 \n", + "763 fx 2063-01-01, 00:00:00 2063-01-01, 00:00:00 \n", + "764 fx 2063-04-01, 00:00:00 2063-04-01, 00:00:00 \n", + "765 fx 2063-07-01, 00:00:00 2063-07-01, 00:00:00 \n", + "766 fx 2063-10-01, 00:00:00 2063-10-01, 00:00:00 \n", + "767 fx 2064-01-01, 00:00:00 2064-01-01, 00:00:00 \n", + "768 fx 2064-04-01, 00:00:00 2064-04-01, 00:00:00 \n", + "769 fx 2064-07-01, 00:00:00 2064-07-01, 00:00:00 \n", + "770 fx 2064-10-01, 00:00:00 2064-10-01, 00:00:00 \n", + "771 fx 2065-01-01, 00:00:00 2065-01-01, 00:00:00 \n", + "772 fx 2065-04-01, 00:00:00 2065-04-01, 00:00:00 \n", + "773 fx 2065-07-01, 00:00:00 2065-07-01, 00:00:00 \n", + "774 fx 2065-10-01, 00:00:00 2065-10-01, 00:00:00 \n", + "775 fx 2066-01-01, 00:00:00 2066-01-01, 00:00:00 \n", + "776 fx 2066-04-01, 00:00:00 2066-04-01, 00:00:00 \n", + "777 fx 2066-07-01, 00:00:00 2066-07-01, 00:00:00 \n", + "778 fx 2066-10-01, 00:00:00 2066-10-01, 00:00:00 \n", + "779 fx 2067-01-01, 00:00:00 2067-01-01, 00:00:00 \n", + "780 fx 2067-04-01, 00:00:00 2067-04-01, 00:00:00 \n", + "781 fx 2067-07-01, 00:00:00 2067-07-01, 00:00:00 \n", + "782 fx 2067-10-01, 00:00:00 2067-10-01, 00:00:00 \n", + "783 fx 2068-01-01, 00:00:00 2068-01-01, 00:00:00 \n", + "784 fx 2068-04-01, 00:00:00 2068-04-01, 00:00:00 \n", + "785 fx 2068-07-01, 00:00:00 2068-07-01, 00:00:00 \n", + "786 fx 2068-10-01, 00:00:00 2068-10-01, 00:00:00 \n", + "787 fx 2069-01-01, 00:00:00 2069-01-01, 00:00:00 \n", + "788 fx 2069-04-01, 00:00:00 2069-04-01, 00:00:00 \n", + "789 fx 2069-07-01, 00:00:00 2069-07-01, 00:00:00 \n", + "790 fx 2069-10-01, 00:00:00 2069-10-01, 00:00:00 \n", + "791 fx 2070-01-01, 00:00:00 2070-01-01, 00:00:00 \n", + "792 fx 2070-04-01, 00:00:00 2070-04-01, 00:00:00 \n", + "793 fx 2070-07-01, 00:00:00 2070-07-01, 00:00:00 \n", + "794 fx 2070-10-01, 00:00:00 2070-10-01, 00:00:00 \n", + "795 fx 2071-01-01, 00:00:00 2071-01-01, 00:00:00 \n", + "796 fx 2071-04-01, 00:00:00 2071-04-01, 00:00:00 \n", + "797 fx 2071-07-01, 00:00:00 2071-07-01, 00:00:00 \n", + "798 fx 2071-10-01, 00:00:00 2071-10-01, 00:00:00 \n", + "799 fx 2072-01-01, 00:00:00 2072-01-01, 00:00:00 \n", + "800 fx 2072-04-01, 00:00:00 2072-04-01, 00:00:00 \n", + "801 fx 2072-07-01, 00:00:00 2072-07-01, 00:00:00 \n", + "802 fx 2072-10-01, 00:00:00 2072-10-01, 00:00:00 \n", + "803 fx 2073-01-01, 00:00:00 2073-01-01, 00:00:00 \n", + "804 fx 2073-04-01, 00:00:00 2073-04-01, 00:00:00 \n", + "805 fx 2073-07-01, 00:00:00 2073-07-01, 00:00:00 \n", + "806 fx 2073-10-01, 00:00:00 2073-10-01, 00:00:00 \n", + "807 fx 2074-01-01, 00:00:00 2074-01-01, 00:00:00 \n", + "808 fx 2074-04-01, 00:00:00 2074-04-01, 00:00:00 \n", + "809 fx 2074-07-01, 00:00:00 2074-07-01, 00:00:00 \n", + "810 fx 2074-10-01, 00:00:00 2074-10-01, 00:00:00 \n", + "811 fx 2075-01-01, 00:00:00 2075-01-01, 00:00:00 \n", + "812 fx 2075-04-01, 00:00:00 2075-04-01, 00:00:00 \n", + "813 fx 2075-07-01, 00:00:00 2075-07-01, 00:00:00 \n", + "814 fx 2075-10-01, 00:00:00 2075-10-01, 00:00:00 \n", + "815 fx 2076-01-01, 00:00:00 2076-01-01, 00:00:00 \n", + "816 fx 2076-04-01, 00:00:00 2076-04-01, 00:00:00 \n", + "817 fx 2076-07-01, 00:00:00 2076-07-01, 00:00:00 \n", + "818 fx 2076-10-01, 00:00:00 2076-10-01, 00:00:00 \n", + "819 fx 2077-01-01, 00:00:00 2077-01-01, 00:00:00 \n", + "820 fx 2077-04-01, 00:00:00 2077-04-01, 00:00:00 \n", + "821 fx 2077-07-01, 00:00:00 2077-07-01, 00:00:00 \n", + "822 fx 2077-10-01, 00:00:00 2077-10-01, 00:00:00 \n", + "823 fx 2078-01-01, 00:00:00 2078-01-01, 00:00:00 \n", + "824 fx 2078-04-01, 00:00:00 2078-04-01, 00:00:00 \n", + "825 fx 2078-07-01, 00:00:00 2078-07-01, 00:00:00 \n", + "826 fx 2078-10-01, 00:00:00 2078-10-01, 00:00:00 \n", + "827 fx 2079-01-01, 00:00:00 2079-01-01, 00:00:00 \n", + "828 fx 2079-04-01, 00:00:00 2079-04-01, 00:00:00 \n", + "829 fx 2079-07-01, 00:00:00 2079-07-01, 00:00:00 \n", + "830 fx 2079-10-01, 00:00:00 2079-10-01, 00:00:00 \n", + "831 fx 2080-01-01, 00:00:00 2080-01-01, 00:00:00 \n", + "832 fx 2080-04-01, 00:00:00 2080-04-01, 00:00:00 \n", + "833 fx 2080-07-01, 00:00:00 2080-07-01, 00:00:00 \n", + "834 fx 2080-10-01, 00:00:00 2080-10-01, 00:00:00 \n", + "835 fx 2081-01-01, 00:00:00 2081-01-01, 00:00:00 \n", + "836 fx 2081-04-01, 00:00:00 2081-04-01, 00:00:00 \n", + "837 fx 2081-07-01, 00:00:00 2081-07-01, 00:00:00 \n", + "838 fx 2081-10-01, 00:00:00 2081-10-01, 00:00:00 \n", + "839 fx 2082-01-01, 00:00:00 2082-01-01, 00:00:00 \n", + "840 fx 2082-04-01, 00:00:00 2082-04-01, 00:00:00 \n", + "841 fx 2082-07-01, 00:00:00 2082-07-01, 00:00:00 \n", + "842 fx 2082-10-01, 00:00:00 2082-10-01, 00:00:00 \n", + "843 fx 2083-01-01, 00:00:00 2083-01-01, 00:00:00 \n", + "844 fx 2083-04-01, 00:00:00 2083-04-01, 00:00:00 \n", + "845 fx 2083-07-01, 00:00:00 2083-07-01, 00:00:00 \n", + "846 fx 2083-10-01, 00:00:00 2083-10-01, 00:00:00 \n", + "847 fx 2084-01-01, 00:00:00 2084-01-01, 00:00:00 \n", + "848 fx 2084-04-01, 00:00:00 2084-04-01, 00:00:00 \n", + "849 fx 2084-07-01, 00:00:00 2084-07-01, 00:00:00 \n", + "850 fx 2084-10-01, 00:00:00 2084-10-01, 00:00:00 \n", + "851 fx 2085-01-01, 00:00:00 2085-01-01, 00:00:00 \n", + "852 fx 2085-04-01, 00:00:00 2085-04-01, 00:00:00 \n", + "853 fx 2085-07-01, 00:00:00 2085-07-01, 00:00:00 \n", + "854 fx 2085-10-01, 00:00:00 2085-10-01, 00:00:00 \n", + "855 fx 2086-01-01, 00:00:00 2086-01-01, 00:00:00 \n", + "856 fx 2086-04-01, 00:00:00 2086-04-01, 00:00:00 \n", + "857 fx 2086-07-01, 00:00:00 2086-07-01, 00:00:00 \n", + "858 fx 2086-10-01, 00:00:00 2086-10-01, 00:00:00 \n", + "859 fx 2087-01-01, 00:00:00 2087-01-01, 00:00:00 \n", + "860 fx 2087-04-01, 00:00:00 2087-04-01, 00:00:00 \n", + "861 fx 2087-07-01, 00:00:00 2087-07-01, 00:00:00 \n", + "862 fx 2087-10-01, 00:00:00 2087-10-01, 00:00:00 \n", + "863 fx 2088-01-01, 00:00:00 2088-01-01, 00:00:00 \n", + "864 fx 2088-04-01, 00:00:00 2088-04-01, 00:00:00 \n", + "865 fx 2088-07-01, 00:00:00 2088-07-01, 00:00:00 \n", + "866 fx 2088-10-01, 00:00:00 2088-10-01, 00:00:00 \n", + "867 fx 2089-01-01, 00:00:00 2089-01-01, 00:00:00 \n", + "868 fx 2089-04-01, 00:00:00 2089-04-01, 00:00:00 \n", + "869 fx 2089-07-01, 00:00:00 2089-07-01, 00:00:00 \n", + "870 fx 2089-10-01, 00:00:00 2089-10-01, 00:00:00 \n", + "871 fx 2090-01-01, 00:00:00 2090-01-01, 00:00:00 \n", + "872 fx 2090-04-01, 00:00:00 2090-04-01, 00:00:00 \n", + "873 fx 2090-07-01, 00:00:00 2090-07-01, 00:00:00 \n", + "874 fx 2090-10-01, 00:00:00 2090-10-01, 00:00:00 \n", + "875 fx 2091-01-01, 00:00:00 2091-01-01, 00:00:00 \n", + "876 fx 2091-04-01, 00:00:00 2091-04-01, 00:00:00 \n", + "877 fx 2091-07-01, 00:00:00 2091-07-01, 00:00:00 \n", + "878 fx 2091-10-01, 00:00:00 2091-10-01, 00:00:00 \n", + "879 fx 2092-01-01, 00:00:00 2092-01-01, 00:00:00 \n", + "880 fx 2092-04-01, 00:00:00 2092-04-01, 00:00:00 \n", + "881 fx 2092-07-01, 00:00:00 2092-07-01, 00:00:00 \n", + "882 fx 2092-10-01, 00:00:00 2092-10-01, 00:00:00 \n", + "883 fx 2093-01-01, 00:00:00 2093-01-01, 00:00:00 \n", + "884 fx 2093-04-01, 00:00:00 2093-04-01, 00:00:00 \n", + "885 fx 2093-07-01, 00:00:00 2093-07-01, 00:00:00 \n", + "886 fx 2093-10-01, 00:00:00 2093-10-01, 00:00:00 \n", + "887 fx 2094-01-01, 00:00:00 2094-01-01, 00:00:00 \n", + "888 fx 2094-04-01, 00:00:00 2094-04-01, 00:00:00 \n", + "889 fx 2094-07-01, 00:00:00 2094-07-01, 00:00:00 \n", + "890 fx 2094-10-01, 00:00:00 2094-10-01, 00:00:00 \n", + "891 fx 2095-01-01, 00:00:00 2095-01-01, 00:00:00 \n", + "892 fx 2095-04-01, 00:00:00 2095-04-01, 00:00:00 \n", + "893 fx 2095-07-01, 00:00:00 2095-07-01, 00:00:00 \n", + "894 fx 2095-10-01, 00:00:00 2095-10-01, 00:00:00 \n", + "895 fx 2096-01-01, 00:00:00 2096-01-01, 00:00:00 \n", + "896 fx 2096-04-01, 00:00:00 2096-04-01, 00:00:00 \n", + "897 fx 2096-07-01, 00:00:00 2096-07-01, 00:00:00 \n", + "898 fx 2096-10-01, 00:00:00 2096-10-01, 00:00:00 \n", + "899 fx 2097-01-01, 00:00:00 2097-01-01, 00:00:00 \n", + "900 fx 2097-04-01, 00:00:00 2097-04-01, 00:00:00 \n", + "901 fx 2097-07-01, 00:00:00 2097-07-01, 00:00:00 \n", + "902 fx 2097-10-01, 00:00:00 2097-10-01, 00:00:00 \n", + "903 fx 2098-01-01, 00:00:00 2098-01-01, 00:00:00 \n", + "904 fx 2098-04-01, 00:00:00 2098-04-01, 00:00:00 \n", + "905 fx 2098-07-01, 00:00:00 2098-07-01, 00:00:00 \n", + "906 fx 2098-10-01, 00:00:00 2098-10-01, 00:00:00 \n", + "907 fx 2099-01-01, 00:00:00 2099-01-01, 00:00:00 \n", + "908 fx 2099-04-01, 00:00:00 2099-04-01, 00:00:00 \n", + "909 fx 2099-07-01, 00:00:00 2099-07-01, 00:00:00 \n", + "910 fx 2099-10-01, 00:00:00 2099-10-01, 00:00:00 \n", + "911 fx 2100-01-01, 00:00:00 2100-01-01, 00:00:00 \n", + "912 fx 2100-04-01, 00:00:00 2100-04-01, 00:00:00 \n", + "913 fx 2100-07-01, 00:00:00 2100-07-01, 00:00:00 \n", + "914 fx 2100-10-01, 00:00:00 2100-10-01, 00:00:00 \n", + "915 fx 2101-01-01, 00:00:00 2101-01-01, 00:00:00 \n", + "916 fx 2101-04-01, 00:00:00 2101-04-01, 00:00:00 \n", + "917 fx 2101-07-01, 00:00:00 2101-07-01, 00:00:00 \n", + "918 fx 2101-10-01, 00:00:00 2101-10-01, 00:00:00 \n", + "919 fx 2102-01-01, 00:00:00 2102-01-01, 00:00:00 \n", + "920 fx 2102-04-01, 00:00:00 2102-04-01, 00:00:00 \n", + "921 fx 2102-07-01, 00:00:00 2102-07-01, 00:00:00 \n", + "922 fx 2102-10-01, 00:00:00 2102-10-01, 00:00:00 \n", + "923 fx 2103-01-01, 00:00:00 2103-01-01, 00:00:00 \n", + "924 fx 2103-04-01, 00:00:00 2103-04-01, 00:00:00 \n", + "925 fx 2103-07-01, 00:00:00 2103-07-01, 00:00:00 \n", + "926 fx 2103-10-01, 00:00:00 2103-10-01, 00:00:00 \n", + "927 fx 2104-01-01, 00:00:00 2104-01-01, 00:00:00 \n", + "928 fx 2104-04-01, 00:00:00 2104-04-01, 00:00:00 \n", + "929 fx 2104-07-01, 00:00:00 2104-07-01, 00:00:00 \n", + "930 fx 2104-10-01, 00:00:00 2104-10-01, 00:00:00 \n", + "931 fx 2105-01-01, 00:00:00 2105-01-01, 00:00:00 \n", + "932 fx 2105-04-01, 00:00:00 2105-04-01, 00:00:00 \n", + "933 fx 2105-07-01, 00:00:00 2105-07-01, 00:00:00 \n", + "934 fx 2105-10-01, 00:00:00 2105-10-01, 00:00:00 \n", + "935 fx 2106-01-01, 00:00:00 2106-01-01, 00:00:00 \n", + "936 fx 2106-04-01, 00:00:00 2106-04-01, 00:00:00 \n", + "937 fx 2106-07-01, 00:00:00 2106-07-01, 00:00:00 \n", + "938 fx 2106-10-01, 00:00:00 2106-10-01, 00:00:00 \n", + "939 fx 2107-01-01, 00:00:00 2107-01-01, 00:00:00 \n", + "940 fx 2107-04-01, 00:00:00 2107-04-01, 00:00:00 \n", + "941 fx 2107-07-01, 00:00:00 2107-07-01, 00:00:00 \n", + "942 fx 2107-10-01, 00:00:00 2107-10-01, 00:00:00 \n", + "943 fx 2108-01-01, 00:00:00 2108-01-01, 00:00:00 \n", + "944 fx 2108-04-01, 00:00:00 2108-04-01, 00:00:00 \n", + "945 fx 2108-07-01, 00:00:00 2108-07-01, 00:00:00 \n", + "946 fx 2108-10-01, 00:00:00 2108-10-01, 00:00:00 \n", + "947 fx 2109-01-01, 00:00:00 2109-01-01, 00:00:00 \n", + "948 fx 2109-04-01, 00:00:00 2109-04-01, 00:00:00 \n", + "949 fx 2109-07-01, 00:00:00 2109-07-01, 00:00:00 \n", + "950 fx 2109-10-01, 00:00:00 2109-10-01, 00:00:00 \n", + "951 fx 2110-01-01, 00:00:00 2110-01-01, 00:00:00 \n", + "952 fx 2110-04-01, 00:00:00 2110-04-01, 00:00:00 \n", + "953 fx 2110-07-01, 00:00:00 2110-07-01, 00:00:00 \n", + "954 fx 2110-10-01, 00:00:00 2110-10-01, 00:00:00 \n", + "955 fx 2111-01-01, 00:00:00 2111-01-01, 00:00:00 \n", + "956 fx 2111-04-01, 00:00:00 2111-04-01, 00:00:00 \n", + "957 fx 2111-07-01, 00:00:00 2111-07-01, 00:00:00 \n", + "958 fx 2111-10-01, 00:00:00 2111-10-01, 00:00:00 \n", + "959 fx 2112-01-01, 00:00:00 2112-01-01, 00:00:00 \n", + "960 fx 2112-04-01, 00:00:00 2112-04-01, 00:00:00 \n", + "961 fx 2112-07-01, 00:00:00 2112-07-01, 00:00:00 \n", + "962 fx 2112-10-01, 00:00:00 2112-10-01, 00:00:00 \n", + "963 fx 2113-01-01, 00:00:00 2113-01-01, 00:00:00 \n", + "964 fx 2113-04-01, 00:00:00 2113-04-01, 00:00:00 \n", + "965 fx 2113-07-01, 00:00:00 2113-07-01, 00:00:00 \n", + "966 fx 2113-10-01, 00:00:00 2113-10-01, 00:00:00 \n", + "967 fx 2114-01-01, 00:00:00 2114-01-01, 00:00:00 \n", + "968 fx 2114-04-01, 00:00:00 2114-04-01, 00:00:00 \n", + "969 fx 2114-07-01, 00:00:00 2114-07-01, 00:00:00 \n", + "970 fx 2114-10-01, 00:00:00 2114-10-01, 00:00:00 \n", + "971 fx 2115-01-01, 00:00:00 2115-01-01, 00:00:00 \n", + "972 fx 2115-04-01, 00:00:00 2115-04-01, 00:00:00 \n", + "973 fx 2115-07-01, 00:00:00 2115-07-01, 00:00:00 \n", + "974 fx 2115-10-01, 00:00:00 2115-10-01, 00:00:00 \n", + "975 fx 2116-01-01, 00:00:00 2116-01-01, 00:00:00 \n", + "976 fx 2116-04-01, 00:00:00 2116-04-01, 00:00:00 \n", + "977 fx 2116-07-01, 00:00:00 2116-07-01, 00:00:00 \n", + "978 fx 2116-10-01, 00:00:00 2116-10-01, 00:00:00 \n", + "979 fx 2117-01-01, 00:00:00 2117-01-01, 00:00:00 \n", + "980 fx 2117-04-01, 00:00:00 2117-04-01, 00:00:00 \n", + "981 fx 2117-07-01, 00:00:00 2117-07-01, 00:00:00 \n", + "982 fx 2117-10-01, 00:00:00 2117-10-01, 00:00:00 \n", + "983 fx 2118-01-01, 00:00:00 2118-01-01, 00:00:00 \n", + "984 fx 2118-04-01, 00:00:00 2118-04-01, 00:00:00 \n", + "985 fx 2118-07-01, 00:00:00 2118-07-01, 00:00:00 \n", + "986 fx 2118-10-01, 00:00:00 2118-10-01, 00:00:00 \n", + "987 fx 2119-01-01, 00:00:00 2119-01-01, 00:00:00 \n", + "988 fx 2119-04-01, 00:00:00 2119-04-01, 00:00:00 \n", + "989 fx 2119-07-01, 00:00:00 2119-07-01, 00:00:00 \n", + "990 fx 2119-10-01, 00:00:00 2119-10-01, 00:00:00 \n", + "991 fx 2120-01-01, 00:00:00 2120-01-01, 00:00:00 \n", + "992 fx 2120-04-01, 00:00:00 2120-04-01, 00:00:00 \n", + "993 fx 2120-07-01, 00:00:00 2120-07-01, 00:00:00 \n", + "994 fx 2120-10-01, 00:00:00 2120-10-01, 00:00:00 \n", + "995 fx 2121-01-01, 00:00:00 2121-01-01, 00:00:00 \n", + "996 fx 2121-04-01, 00:00:00 2121-04-01, 00:00:00 \n", + "997 fx 2121-07-01, 00:00:00 2121-07-01, 00:00:00 \n", + "998 fx 2121-10-01, 00:00:00 2121-10-01, 00:00:00 \n", + "999 fx 2122-01-01, 00:00:00 2122-01-01, 00:00:00 \n", + "1000 fx 2122-04-01, 00:00:00 2122-04-01, 00:00:00 \n", + "1001 fx 2122-07-01, 00:00:00 2122-07-01, 00:00:00 \n", + "1002 fx 2122-10-01, 00:00:00 2122-10-01, 00:00:00 \n", + "1003 fx 2123-01-01, 00:00:00 2123-01-01, 00:00:00 \n", + "1004 fx 2123-04-01, 00:00:00 2123-04-01, 00:00:00 \n", + "1005 fx 2123-07-01, 00:00:00 2123-07-01, 00:00:00 \n", + "1006 fx 2123-10-01, 00:00:00 2123-10-01, 00:00:00 \n", + "1007 fx 2124-01-01, 00:00:00 2124-01-01, 00:00:00 \n", + "1008 fx 2124-04-01, 00:00:00 2124-04-01, 00:00:00 \n", + "1009 fx 2124-07-01, 00:00:00 2124-07-01, 00:00:00 \n", + "1010 fx 2124-10-01, 00:00:00 2124-10-01, 00:00:00 \n", + "1011 fx 2125-01-01, 00:00:00 2125-01-01, 00:00:00 \n", + "1012 fx 2125-04-01, 00:00:00 2125-04-01, 00:00:00 \n", + "1013 fx 2125-07-01, 00:00:00 2125-07-01, 00:00:00 \n", + "1014 fx 2125-10-01, 00:00:00 2125-10-01, 00:00:00 \n", + "1015 fx 2126-01-01, 00:00:00 2126-01-01, 00:00:00 \n", + "1016 fx 2126-04-01, 00:00:00 2126-04-01, 00:00:00 \n", + "1017 fx 2126-07-01, 00:00:00 2126-07-01, 00:00:00 \n", + "1018 fx 2126-10-01, 00:00:00 2126-10-01, 00:00:00 \n", + "1019 fx 2127-01-01, 00:00:00 2127-01-01, 00:00:00 \n", + "1020 fx 2127-04-01, 00:00:00 2127-04-01, 00:00:00 \n", + "1021 fx 2127-07-01, 00:00:00 2127-07-01, 00:00:00 \n", + "1022 fx 2127-10-01, 00:00:00 2127-10-01, 00:00:00 \n", + "1023 fx 2128-01-01, 00:00:00 2128-01-01, 00:00:00 \n", + "1024 fx 2128-04-01, 00:00:00 2128-04-01, 00:00:00 \n", + "1025 fx 2128-07-01, 00:00:00 2128-07-01, 00:00:00 \n", + "1026 fx 2128-10-01, 00:00:00 2128-10-01, 00:00:00 \n", + "1027 fx 2129-01-01, 00:00:00 2129-01-01, 00:00:00 \n", + "1028 fx 2129-04-01, 00:00:00 2129-04-01, 00:00:00 \n", + "1029 fx 2129-07-01, 00:00:00 2129-07-01, 00:00:00 \n", + "1030 fx 2129-10-01, 00:00:00 2129-10-01, 00:00:00 \n", + "1031 fx 2130-01-01, 00:00:00 2130-01-01, 00:00:00 \n", + "1032 fx 2130-04-01, 00:00:00 2130-04-01, 00:00:00 \n", + "1033 fx 2130-07-01, 00:00:00 2130-07-01, 00:00:00 \n", + "1034 fx 2130-10-01, 00:00:00 2130-10-01, 00:00:00 \n", + "1035 fx 2131-01-01, 00:00:00 2131-01-01, 00:00:00 \n", + "1036 fx 2131-04-01, 00:00:00 2131-04-01, 00:00:00 \n", + "1037 fx 2131-07-01, 00:00:00 2131-07-01, 00:00:00 \n", + "1038 fx 2131-10-01, 00:00:00 2131-10-01, 00:00:00 \n", + "1039 fx 2132-01-01, 00:00:00 2132-01-01, 00:00:00 \n", + "1040 fx 2132-04-01, 00:00:00 2132-04-01, 00:00:00 \n", + "1041 fx 2132-07-01, 00:00:00 2132-07-01, 00:00:00 \n", + "1042 fx 2132-10-01, 00:00:00 2132-10-01, 00:00:00 \n", + "1043 fx 2133-01-01, 00:00:00 2133-01-01, 00:00:00 \n", + "1044 fx 2133-04-01, 00:00:00 2133-04-01, 00:00:00 \n", + "1045 fx 2133-07-01, 00:00:00 2133-07-01, 00:00:00 \n", + "1046 fx 2133-10-01, 00:00:00 2133-10-01, 00:00:00 \n", + "1047 fx 2134-01-01, 00:00:00 2134-01-01, 00:00:00 \n", + "1048 fx 2134-04-01, 00:00:00 2134-04-01, 00:00:00 \n", + "1049 fx 2134-07-01, 00:00:00 2134-07-01, 00:00:00 \n", + "1050 fx 2134-10-01, 00:00:00 2134-10-01, 00:00:00 \n", + "1051 fx 2135-01-01, 00:00:00 2135-01-01, 00:00:00 \n", + "1052 fx 2135-04-01, 00:00:00 2135-04-01, 00:00:00 \n", + "1053 fx 2135-07-01, 00:00:00 2135-07-01, 00:00:00 \n", + "1054 fx 2135-10-01, 00:00:00 2135-10-01, 00:00:00 \n", + "1055 fx 2136-01-01, 00:00:00 2136-01-01, 00:00:00 \n", + "1056 fx 2136-04-01, 00:00:00 2136-04-01, 00:00:00 \n", + "1057 fx 2136-07-01, 00:00:00 2136-07-01, 00:00:00 \n", + "1058 fx 2136-10-01, 00:00:00 2136-10-01, 00:00:00 \n", + "1059 fx 2137-01-01, 00:00:00 2137-01-01, 00:00:00 \n", + "1060 fx 2137-04-01, 00:00:00 2137-04-01, 00:00:00 \n", + "1061 fx 2137-07-01, 00:00:00 2137-07-01, 00:00:00 \n", + "1062 fx 2137-10-01, 00:00:00 2137-10-01, 00:00:00 \n", + "1063 fx 2138-01-01, 00:00:00 2138-01-01, 00:00:00 \n", + "1064 fx 2138-04-01, 00:00:00 2138-04-01, 00:00:00 \n", + "1065 fx 2138-07-01, 00:00:00 2138-07-01, 00:00:00 \n", + "1066 fx 2138-10-01, 00:00:00 2138-10-01, 00:00:00 \n", + "1067 fx 2139-01-01, 00:00:00 2139-01-01, 00:00:00 \n", + "1068 fx 2139-04-01, 00:00:00 2139-04-01, 00:00:00 \n", + "1069 fx 2139-07-01, 00:00:00 2139-07-01, 00:00:00 \n", + "1070 fx 2139-10-01, 00:00:00 2139-10-01, 00:00:00 \n", + "1071 fx 2140-01-01, 00:00:00 2140-01-01, 00:00:00 \n", + "1072 fx 2140-04-01, 00:00:00 2140-04-01, 00:00:00 \n", + "1073 fx 2140-07-01, 00:00:00 2140-07-01, 00:00:00 \n", + "1074 fx 2140-10-01, 00:00:00 2140-10-01, 00:00:00 \n", + "1075 fx 2141-01-01, 00:00:00 2141-01-01, 00:00:00 \n", + "1076 fx 2141-04-01, 00:00:00 2141-04-01, 00:00:00 \n", + "1077 fx 2141-07-01, 00:00:00 2141-07-01, 00:00:00 \n", + "1078 fx 2141-10-01, 00:00:00 2141-10-01, 00:00:00 \n", + "1079 fx 2142-01-01, 00:00:00 2142-01-01, 00:00:00 \n", + "1080 fx 2142-04-01, 00:00:00 2142-04-01, 00:00:00 \n", + "1081 fx 2142-07-01, 00:00:00 2142-07-01, 00:00:00 \n", + "1082 fx 2142-10-01, 00:00:00 2142-10-01, 00:00:00 \n", + "1083 fx 2143-01-01, 00:00:00 2143-01-01, 00:00:00 \n", + "1084 fx 2143-04-01, 00:00:00 2143-04-01, 00:00:00 \n", + "1085 fx 2143-07-01, 00:00:00 2143-07-01, 00:00:00 \n", + "1086 fx 2143-10-01, 00:00:00 2143-10-01, 00:00:00 \n", + "1087 fx 2144-01-01, 00:00:00 2144-01-01, 00:00:00 \n", + "1088 fx 2144-04-01, 00:00:00 2144-04-01, 00:00:00 \n", + "1089 fx 2144-07-01, 00:00:00 2144-07-01, 00:00:00 \n", + "1090 fx 2144-10-01, 00:00:00 2144-10-01, 00:00:00 \n", + "1091 fx 2145-01-01, 00:00:00 2145-01-01, 00:00:00 \n", + "1092 fx 2145-04-01, 00:00:00 2145-04-01, 00:00:00 \n", + "1093 fx 2145-07-01, 00:00:00 2145-07-01, 00:00:00 \n", + "1094 fx 2145-10-01, 00:00:00 2145-10-01, 00:00:00 \n", + "1095 fx 2146-01-01, 00:00:00 2146-01-01, 00:00:00 \n", + "1096 fx 2146-04-01, 00:00:00 2146-04-01, 00:00:00 \n", + "1097 fx 2146-07-01, 00:00:00 2146-07-01, 00:00:00 \n", + "1098 fx 2146-10-01, 00:00:00 2146-10-01, 00:00:00 \n", + "1099 fx 2147-01-01, 00:00:00 2147-01-01, 00:00:00 \n", + "1100 fx 2147-04-01, 00:00:00 2147-04-01, 00:00:00 \n", + "1101 fx 2147-07-01, 00:00:00 2147-07-01, 00:00:00 \n", + "1102 fx 2147-10-01, 00:00:00 2147-10-01, 00:00:00 \n", + "1103 fx 2148-01-01, 00:00:00 2148-01-01, 00:00:00 \n", + "1104 fx 2148-04-01, 00:00:00 2148-04-01, 00:00:00 \n", + "1105 fx 2148-07-01, 00:00:00 2148-07-01, 00:00:00 \n", + "1106 fx 2148-10-01, 00:00:00 2148-10-01, 00:00:00 \n", + "1107 fx 2149-01-01, 00:00:00 2149-01-01, 00:00:00 \n", + "1108 fx 2149-04-01, 00:00:00 2149-04-01, 00:00:00 \n", + "1109 fx 2149-07-01, 00:00:00 2149-07-01, 00:00:00 \n", + "1110 fx 2149-10-01, 00:00:00 2149-10-01, 00:00:00 \n", + "1111 fx 2150-01-01, 00:00:00 2150-01-01, 00:00:00 \n", + "1112 fx 2150-04-01, 00:00:00 2150-04-01, 00:00:00 \n", + "1113 fx 2150-07-01, 00:00:00 2150-07-01, 00:00:00 \n", + "1114 fx 2150-10-01, 00:00:00 2150-10-01, 00:00:00 \n", + "1115 fx 2151-01-01, 00:00:00 2151-01-01, 00:00:00 \n", + "\n", + " variable_long_name \\\n", + "0 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "2 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "3 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "4 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "5 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "6 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "7 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "8 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "9 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "10 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "11 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "12 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "13 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "14 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "15 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "16 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "17 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "18 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "19 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "20 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "21 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "22 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "23 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "24 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "25 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "26 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "27 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "28 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "29 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "30 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "31 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "32 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "33 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "34 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "35 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "36 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "37 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "38 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "39 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "40 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "41 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "42 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "43 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "44 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "45 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "46 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "47 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "48 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "49 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "50 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "51 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "52 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "53 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "54 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "55 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "56 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "57 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "58 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "59 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "60 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "61 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "62 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "63 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "64 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "65 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "66 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "67 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "68 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "69 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "70 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "71 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "72 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "73 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "74 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "75 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "76 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "77 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "78 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "79 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "80 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "81 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "82 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "83 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "84 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "85 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "86 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "87 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "88 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "89 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "90 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "91 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "92 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "93 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "94 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "95 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "96 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "97 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "98 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "99 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "100 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "101 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "102 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "103 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "104 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "105 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "106 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "107 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "108 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "109 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "110 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "111 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "112 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "113 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "114 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "115 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "116 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "117 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "118 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "119 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "120 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "121 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "122 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "123 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "124 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "125 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "126 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "127 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "128 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "129 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "130 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "131 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "132 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "133 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "134 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "135 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "136 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "137 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "138 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "139 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "140 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "141 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "142 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "143 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "144 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "145 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "146 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "147 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "148 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "149 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "150 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "151 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "152 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "153 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "154 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "155 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "156 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "157 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "158 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "159 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "160 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "161 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "162 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "163 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "164 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "165 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "166 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "167 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "168 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "169 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "170 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "171 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "172 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "173 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "174 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "175 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "176 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "177 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "178 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "179 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "180 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "181 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "182 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "183 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "184 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "185 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "186 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "187 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "188 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "189 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "190 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "191 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "192 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "193 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "194 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "195 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "196 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "197 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "198 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "199 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "200 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "201 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "202 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "203 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "204 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "205 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "206 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "207 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "208 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "209 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "210 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "211 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "212 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "213 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "214 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "215 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "216 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "217 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "218 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "219 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "220 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "221 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "222 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "223 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "224 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "225 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "226 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "227 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "228 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "229 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "230 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "231 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "232 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "233 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "234 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "235 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "236 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "237 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "238 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "239 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "240 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "241 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "242 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "243 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "244 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "245 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "246 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "247 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "248 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "249 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "250 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "251 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "252 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "253 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "254 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "255 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "256 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "257 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "258 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "259 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "260 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "261 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "262 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "263 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "264 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "265 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "266 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "267 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "268 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "269 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "270 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "271 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "272 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "273 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "274 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "275 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "276 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "277 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "278 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "279 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "280 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "281 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "282 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "283 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "284 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "285 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "286 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "287 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "288 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "289 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "290 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "291 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "292 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "293 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "294 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "295 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "296 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "297 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "298 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "299 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "300 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "301 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "302 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "303 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "304 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "305 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "306 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "307 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "308 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "309 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "310 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "311 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "312 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "313 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "314 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "315 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "316 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "317 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "318 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "319 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "320 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "321 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "322 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "323 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "324 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "325 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "326 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "327 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "328 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "329 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "330 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "331 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "332 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "333 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "334 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "335 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "336 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "337 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "338 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "339 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "340 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "341 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "342 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "343 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "344 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "345 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "346 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "347 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "348 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "349 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "350 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "351 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "352 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "353 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "354 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "355 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "356 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "357 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "358 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "359 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "360 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "361 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "362 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "363 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "364 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "365 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "366 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "367 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "368 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "369 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "370 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "371 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "372 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "373 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "374 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "375 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "376 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "377 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "378 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "379 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "380 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "381 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "382 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "383 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "384 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "385 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "386 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "387 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "388 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "389 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "390 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "391 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "392 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "393 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "394 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "395 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "396 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "397 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "398 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "399 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "400 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "401 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "402 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "403 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "404 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "405 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "406 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "407 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "408 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "409 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "410 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "411 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "412 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "413 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "414 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "415 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "416 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "417 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "418 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "419 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "420 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "421 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "422 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "423 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "424 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "425 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "426 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "427 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "428 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "429 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "430 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "431 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "432 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "433 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "434 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "435 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "436 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "437 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "438 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "439 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "440 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "441 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "442 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "443 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "444 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "445 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "446 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "447 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "448 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "449 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "450 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "451 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "452 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "453 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "454 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "455 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "456 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "457 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "458 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "459 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "460 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "461 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "462 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "463 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "464 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "465 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "466 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "467 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "468 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "469 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "470 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "471 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "472 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "473 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "474 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "475 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "476 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "477 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "478 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "479 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "480 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "481 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "482 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "483 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "484 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "485 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "486 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "487 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "488 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "489 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "490 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "491 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "492 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "493 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "494 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "495 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "496 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "497 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "498 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "499 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "500 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "501 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "502 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "503 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "504 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "505 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "506 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "507 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "508 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "509 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "510 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "511 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "512 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "513 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "514 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "515 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "516 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "517 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "518 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "519 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "520 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "521 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "522 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "523 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "524 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "525 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "526 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "527 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "528 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "529 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "530 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "531 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "532 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "533 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "534 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "535 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "536 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "537 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "538 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "539 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "540 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "541 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "542 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "543 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "544 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "545 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "546 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "547 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "548 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "549 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "550 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "551 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "552 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "553 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "554 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "555 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "556 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "557 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "558 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "559 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "560 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "561 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "562 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "563 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "564 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "565 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "566 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "567 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "568 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "569 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "570 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "571 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "572 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "573 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "574 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "575 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "576 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "577 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "578 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "579 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "580 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "581 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "582 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "583 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "584 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "585 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "586 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "587 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "588 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "589 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "590 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "591 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "592 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "593 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "594 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "595 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "596 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "597 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "598 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "599 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "600 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "601 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "602 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "603 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "604 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "605 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "606 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "607 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "608 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "609 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "610 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "611 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "612 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "613 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "614 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "615 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "616 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "617 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "618 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "619 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "620 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "621 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "622 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "623 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "624 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "625 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "626 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "627 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "628 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "629 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "630 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "631 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "632 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "633 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "634 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "635 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "636 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "637 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "638 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "639 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "640 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "641 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "642 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "643 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "644 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "645 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "646 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "647 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "648 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "649 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "650 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "651 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "652 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "653 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "654 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "655 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "656 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "657 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "658 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "659 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "660 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "661 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "662 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "663 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "664 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "665 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "666 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "667 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "668 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "669 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "670 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "671 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "672 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "673 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "674 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "675 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "676 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "677 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "678 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "679 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "680 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "681 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "682 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "683 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "684 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "685 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "686 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "687 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "688 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "689 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "690 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "691 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "692 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "693 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "694 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "695 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "696 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "697 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "698 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "699 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "700 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "701 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "702 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "703 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "704 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "705 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "706 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "707 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "708 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "709 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "710 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "711 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "712 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "713 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "714 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "715 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "716 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "717 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "718 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "719 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "720 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "721 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "722 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "723 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "724 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "725 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "726 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "727 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "728 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "729 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "730 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "731 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "732 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "733 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "734 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "735 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "736 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "737 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "738 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "739 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "740 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "741 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "742 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "743 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "744 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "745 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "746 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "747 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "748 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "749 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "750 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "751 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "752 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "753 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "754 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "755 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "756 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "757 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "758 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "759 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "760 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "761 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "762 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "763 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "764 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "765 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "766 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "767 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "768 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "769 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "770 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "771 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "772 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "773 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "774 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "775 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "776 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "777 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "778 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "779 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "780 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "781 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "782 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "783 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "784 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "785 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "786 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "787 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "788 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "789 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "790 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "791 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "792 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "793 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "794 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "795 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "796 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "797 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "798 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "799 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "800 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "801 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "802 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "803 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "804 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "805 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "806 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "807 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "808 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "809 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "810 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "811 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "812 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "813 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "814 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "815 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "816 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "817 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "818 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "819 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "820 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "821 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "822 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "823 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "824 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "825 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "826 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "827 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "828 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "829 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "830 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "831 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "832 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "833 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "834 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "835 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "836 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "837 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "838 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "839 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "840 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "841 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "842 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "843 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "844 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "845 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "846 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "847 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "848 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "849 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "850 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "851 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "852 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "853 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "854 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "855 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "856 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "857 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "858 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "859 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "860 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "861 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "862 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "863 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "864 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "865 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "866 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "867 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "868 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "869 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "870 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "871 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "872 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "873 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "874 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "875 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "876 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "877 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "878 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "879 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "880 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "881 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "882 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "883 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "884 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "885 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "886 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "887 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "888 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "889 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "890 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "891 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "892 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "893 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "894 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "895 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "896 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "897 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "898 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "899 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "900 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "901 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "902 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "903 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "904 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "905 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "906 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "907 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "908 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "909 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "910 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "911 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "912 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "913 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "914 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "915 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "916 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "917 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "918 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "919 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "920 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "921 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "922 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "923 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "924 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "925 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "926 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "927 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "928 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "929 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "930 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "931 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "932 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "933 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "934 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "935 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "936 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "937 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "938 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "939 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "940 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "941 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "942 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "943 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "944 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "945 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "946 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "947 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "948 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "949 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "950 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "951 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "952 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "953 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "954 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "955 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "956 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "957 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "958 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "959 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "960 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "961 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "962 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "963 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "964 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "965 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "966 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "967 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "968 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "969 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "970 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "971 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "972 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "973 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "974 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "975 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "976 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "977 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "978 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "979 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "980 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "981 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "982 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "983 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "984 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "985 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "986 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "987 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "988 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "989 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "990 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "991 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "992 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "993 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "994 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "995 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "996 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "997 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "998 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "999 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1000 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1001 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1002 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1003 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1004 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1005 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1006 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1007 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1008 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1009 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1010 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1011 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1012 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1013 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1014 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1015 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1016 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1017 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1018 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1019 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1020 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1021 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1022 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1023 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1024 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1025 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1026 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1027 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1028 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1029 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1030 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1031 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1032 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1033 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1034 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1035 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1036 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1037 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1038 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1039 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1040 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1041 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1042 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1043 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1044 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1045 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1046 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1047 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1048 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1049 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1050 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1051 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1052 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1053 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1054 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1055 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1056 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1057 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1058 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1059 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1060 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1061 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1062 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1063 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1064 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1065 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1066 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1067 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1068 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1069 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1070 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1071 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1072 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1073 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1074 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1075 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1076 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1077 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1078 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1079 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1080 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1081 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1082 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1083 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1084 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1085 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1086 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1087 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1088 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1089 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1090 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1091 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1092 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1093 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1094 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1095 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1096 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1097 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1098 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1099 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1100 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1101 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1102 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1103 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1104 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1105 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1106 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1107 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1108 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1109 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1110 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1111 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1112 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1113 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1114 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1115 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "\n", + " variable_standard_name \\\n", + "0 [sea_floor_depth_below_geoid] \n", + "1 [sea_floor_depth_below_geoid] \n", + "2 [sea_floor_depth_below_geoid] \n", + "3 [sea_floor_depth_below_geoid] \n", + "4 [sea_floor_depth_below_geoid] \n", + "5 [sea_floor_depth_below_geoid] \n", + "6 [sea_floor_depth_below_geoid] \n", + "7 [sea_floor_depth_below_geoid] \n", + "8 [sea_floor_depth_below_geoid] \n", + "9 [sea_floor_depth_below_geoid] \n", + "10 [sea_floor_depth_below_geoid] \n", + "11 [sea_floor_depth_below_geoid] \n", + "12 [sea_floor_depth_below_geoid] \n", + "13 [sea_floor_depth_below_geoid] \n", + "14 [sea_floor_depth_below_geoid] \n", + "15 [sea_floor_depth_below_geoid] \n", + "16 [sea_floor_depth_below_geoid] \n", + "17 [sea_floor_depth_below_geoid] \n", + "18 [sea_floor_depth_below_geoid] \n", + "19 [sea_floor_depth_below_geoid] \n", + "20 [sea_floor_depth_below_geoid] \n", + "21 [sea_floor_depth_below_geoid] \n", + "22 [sea_floor_depth_below_geoid] \n", + "23 [sea_floor_depth_below_geoid] \n", + "24 [sea_floor_depth_below_geoid] \n", + "25 [sea_floor_depth_below_geoid] \n", + "26 [sea_floor_depth_below_geoid] \n", + "27 [sea_floor_depth_below_geoid] \n", + "28 [sea_floor_depth_below_geoid] \n", + "29 [sea_floor_depth_below_geoid] \n", + "30 [sea_floor_depth_below_geoid] \n", + "31 [sea_floor_depth_below_geoid] \n", + "32 [sea_floor_depth_below_geoid] \n", + "33 [sea_floor_depth_below_geoid] \n", + "34 [sea_floor_depth_below_geoid] \n", + "35 [sea_floor_depth_below_geoid] \n", + "36 [sea_floor_depth_below_geoid] \n", + "37 [sea_floor_depth_below_geoid] \n", + "38 [sea_floor_depth_below_geoid] \n", + "39 [sea_floor_depth_below_geoid] \n", + "40 [sea_floor_depth_below_geoid] \n", + "41 [sea_floor_depth_below_geoid] \n", + "42 [sea_floor_depth_below_geoid] \n", + "43 [sea_floor_depth_below_geoid] \n", + "44 [sea_floor_depth_below_geoid] \n", + "45 [sea_floor_depth_below_geoid] \n", + "46 [sea_floor_depth_below_geoid] \n", + "47 [sea_floor_depth_below_geoid] \n", + "48 [sea_floor_depth_below_geoid] \n", + "49 [sea_floor_depth_below_geoid] \n", + "50 [sea_floor_depth_below_geoid] \n", + "51 [sea_floor_depth_below_geoid] \n", + "52 [sea_floor_depth_below_geoid] \n", + "53 [sea_floor_depth_below_geoid] \n", + "54 [sea_floor_depth_below_geoid] \n", + "55 [sea_floor_depth_below_geoid] \n", + "56 [sea_floor_depth_below_geoid] \n", + "57 [sea_floor_depth_below_geoid] \n", + "58 [sea_floor_depth_below_geoid] \n", + "59 [sea_floor_depth_below_geoid] \n", + "60 [sea_floor_depth_below_geoid] \n", + "61 [sea_floor_depth_below_geoid] \n", + "62 [sea_floor_depth_below_geoid] \n", + "63 [sea_floor_depth_below_geoid] \n", + "64 [sea_floor_depth_below_geoid] \n", + "65 [sea_floor_depth_below_geoid] \n", + "66 [sea_floor_depth_below_geoid] \n", + "67 [sea_floor_depth_below_geoid] \n", + "68 [sea_floor_depth_below_geoid] \n", + "69 [sea_floor_depth_below_geoid] \n", + "70 [sea_floor_depth_below_geoid] \n", + "71 [sea_floor_depth_below_geoid] \n", + "72 [sea_floor_depth_below_geoid] \n", + "73 [sea_floor_depth_below_geoid] \n", + "74 [sea_floor_depth_below_geoid] \n", + "75 [sea_floor_depth_below_geoid] \n", + "76 [sea_floor_depth_below_geoid] \n", + "77 [sea_floor_depth_below_geoid] \n", + "78 [sea_floor_depth_below_geoid] \n", + "79 [sea_floor_depth_below_geoid] \n", + "80 [sea_floor_depth_below_geoid] \n", + "81 [sea_floor_depth_below_geoid] \n", + "82 [sea_floor_depth_below_geoid] \n", + "83 [sea_floor_depth_below_geoid] \n", + "84 [sea_floor_depth_below_geoid] \n", + "85 [sea_floor_depth_below_geoid] \n", + "86 [sea_floor_depth_below_geoid] \n", + "87 [sea_floor_depth_below_geoid] \n", + "88 [sea_floor_depth_below_geoid] \n", + "89 [sea_floor_depth_below_geoid] \n", + "90 [sea_floor_depth_below_geoid] \n", + "91 [sea_floor_depth_below_geoid] \n", + "92 [sea_floor_depth_below_geoid] \n", + "93 [sea_floor_depth_below_geoid] \n", + "94 [sea_floor_depth_below_geoid] \n", + "95 [sea_floor_depth_below_geoid] \n", + "96 [sea_floor_depth_below_geoid] \n", + "97 [sea_floor_depth_below_geoid] \n", + "98 [sea_floor_depth_below_geoid] \n", + "99 [sea_floor_depth_below_geoid] \n", + "100 [sea_floor_depth_below_geoid] \n", + "101 [sea_floor_depth_below_geoid] \n", + "102 [sea_floor_depth_below_geoid] \n", + "103 [sea_floor_depth_below_geoid] \n", + "104 [sea_floor_depth_below_geoid] \n", + "105 [sea_floor_depth_below_geoid] \n", + "106 [sea_floor_depth_below_geoid] \n", + "107 [sea_floor_depth_below_geoid] \n", + "108 [sea_floor_depth_below_geoid] \n", + "109 [sea_floor_depth_below_geoid] \n", + "110 [sea_floor_depth_below_geoid] \n", + "111 [sea_floor_depth_below_geoid] \n", + "112 [sea_floor_depth_below_geoid] \n", + "113 [sea_floor_depth_below_geoid] \n", + "114 [sea_floor_depth_below_geoid] \n", + "115 [sea_floor_depth_below_geoid] \n", + "116 [sea_floor_depth_below_geoid] \n", + "117 [sea_floor_depth_below_geoid] \n", + "118 [sea_floor_depth_below_geoid] \n", + "119 [sea_floor_depth_below_geoid] \n", + "120 [sea_floor_depth_below_geoid] \n", + "121 [sea_floor_depth_below_geoid] \n", + "122 [sea_floor_depth_below_geoid] \n", + "123 [sea_floor_depth_below_geoid] \n", + "124 [sea_floor_depth_below_geoid] \n", + "125 [sea_floor_depth_below_geoid] \n", + "126 [sea_floor_depth_below_geoid] \n", + "127 [sea_floor_depth_below_geoid] \n", + "128 [sea_floor_depth_below_geoid] \n", + "129 [sea_floor_depth_below_geoid] \n", + "130 [sea_floor_depth_below_geoid] \n", + "131 [sea_floor_depth_below_geoid] \n", + "132 [sea_floor_depth_below_geoid] \n", + "133 [sea_floor_depth_below_geoid] \n", + "134 [sea_floor_depth_below_geoid] \n", + "135 [sea_floor_depth_below_geoid] \n", + "136 [sea_floor_depth_below_geoid] \n", + "137 [sea_floor_depth_below_geoid] \n", + "138 [sea_floor_depth_below_geoid] \n", + "139 [sea_floor_depth_below_geoid] \n", + "140 [sea_floor_depth_below_geoid] \n", + "141 [sea_floor_depth_below_geoid] \n", + "142 [sea_floor_depth_below_geoid] \n", + "143 [sea_floor_depth_below_geoid] \n", + "144 [sea_floor_depth_below_geoid] \n", + "145 [sea_floor_depth_below_geoid] \n", + "146 [sea_floor_depth_below_geoid] \n", + "147 [sea_floor_depth_below_geoid] \n", + "148 [sea_floor_depth_below_geoid] \n", + "149 [sea_floor_depth_below_geoid] \n", + "150 [sea_floor_depth_below_geoid] \n", + "151 [sea_floor_depth_below_geoid] \n", + "152 [sea_floor_depth_below_geoid] \n", + "153 [sea_floor_depth_below_geoid] \n", + "154 [sea_floor_depth_below_geoid] \n", + "155 [sea_floor_depth_below_geoid] \n", + "156 [sea_floor_depth_below_geoid] \n", + "157 [sea_floor_depth_below_geoid] \n", + "158 [sea_floor_depth_below_geoid] \n", + "159 [sea_floor_depth_below_geoid] \n", + "160 [sea_floor_depth_below_geoid] \n", + "161 [sea_floor_depth_below_geoid] \n", + "162 [sea_floor_depth_below_geoid] \n", + "163 [sea_floor_depth_below_geoid] \n", + "164 [sea_floor_depth_below_geoid] \n", + "165 [sea_floor_depth_below_geoid] \n", + "166 [sea_floor_depth_below_geoid] \n", + "167 [sea_floor_depth_below_geoid] \n", + "168 [sea_floor_depth_below_geoid] \n", + "169 [sea_floor_depth_below_geoid] \n", + "170 [sea_floor_depth_below_geoid] \n", + "171 [sea_floor_depth_below_geoid] \n", + "172 [sea_floor_depth_below_geoid] \n", + "173 [sea_floor_depth_below_geoid] \n", + "174 [sea_floor_depth_below_geoid] \n", + "175 [sea_floor_depth_below_geoid] \n", + "176 [sea_floor_depth_below_geoid] \n", + "177 [sea_floor_depth_below_geoid] \n", + "178 [sea_floor_depth_below_geoid] \n", + "179 [sea_floor_depth_below_geoid] \n", + "180 [sea_floor_depth_below_geoid] \n", + "181 [sea_floor_depth_below_geoid] \n", + "182 [sea_floor_depth_below_geoid] \n", + "183 [sea_floor_depth_below_geoid] \n", + "184 [sea_floor_depth_below_geoid] \n", + "185 [sea_floor_depth_below_geoid] \n", + "186 [sea_floor_depth_below_geoid] \n", + "187 [sea_floor_depth_below_geoid] \n", + "188 [sea_floor_depth_below_geoid] \n", + "189 [sea_floor_depth_below_geoid] \n", + "190 [sea_floor_depth_below_geoid] \n", + "191 [sea_floor_depth_below_geoid] \n", + "192 [sea_floor_depth_below_geoid] \n", + "193 [sea_floor_depth_below_geoid] \n", + "194 [sea_floor_depth_below_geoid] \n", + "195 [sea_floor_depth_below_geoid] \n", + "196 [sea_floor_depth_below_geoid] \n", + "197 [sea_floor_depth_below_geoid] \n", + "198 [sea_floor_depth_below_geoid] \n", + "199 [sea_floor_depth_below_geoid] \n", + "200 [sea_floor_depth_below_geoid] \n", + "201 [sea_floor_depth_below_geoid] \n", + "202 [sea_floor_depth_below_geoid] \n", + "203 [sea_floor_depth_below_geoid] \n", + "204 [sea_floor_depth_below_geoid] \n", + "205 [sea_floor_depth_below_geoid] \n", + "206 [sea_floor_depth_below_geoid] \n", + "207 [sea_floor_depth_below_geoid] \n", + "208 [sea_floor_depth_below_geoid] \n", + "209 [sea_floor_depth_below_geoid] \n", + "210 [sea_floor_depth_below_geoid] \n", + "211 [sea_floor_depth_below_geoid] \n", + "212 [sea_floor_depth_below_geoid] \n", + "213 [sea_floor_depth_below_geoid] \n", + "214 [sea_floor_depth_below_geoid] \n", + "215 [sea_floor_depth_below_geoid] \n", + "216 [sea_floor_depth_below_geoid] \n", + "217 [sea_floor_depth_below_geoid] \n", + "218 [sea_floor_depth_below_geoid] \n", + "219 [sea_floor_depth_below_geoid] \n", + "220 [sea_floor_depth_below_geoid] \n", + "221 [sea_floor_depth_below_geoid] \n", + "222 [sea_floor_depth_below_geoid] \n", + "223 [sea_floor_depth_below_geoid] \n", + "224 [sea_floor_depth_below_geoid] \n", + "225 [sea_floor_depth_below_geoid] \n", + "226 [sea_floor_depth_below_geoid] \n", + "227 [sea_floor_depth_below_geoid] \n", + "228 [sea_floor_depth_below_geoid] \n", + "229 [sea_floor_depth_below_geoid] \n", + "230 [sea_floor_depth_below_geoid] \n", + "231 [sea_floor_depth_below_geoid] \n", + "232 [sea_floor_depth_below_geoid] \n", + "233 [sea_floor_depth_below_geoid] \n", + "234 [sea_floor_depth_below_geoid] \n", + "235 [sea_floor_depth_below_geoid] \n", + "236 [sea_floor_depth_below_geoid] \n", + "237 [sea_floor_depth_below_geoid] \n", + "238 [sea_floor_depth_below_geoid] \n", + "239 [sea_floor_depth_below_geoid] \n", + "240 [sea_floor_depth_below_geoid] \n", + "241 [sea_floor_depth_below_geoid] \n", + "242 [sea_floor_depth_below_geoid] \n", + "243 [sea_floor_depth_below_geoid] \n", + "244 [sea_floor_depth_below_geoid] \n", + "245 [sea_floor_depth_below_geoid] \n", + "246 [sea_floor_depth_below_geoid] \n", + "247 [sea_floor_depth_below_geoid] \n", + "248 [sea_floor_depth_below_geoid] \n", + "249 [sea_floor_depth_below_geoid] \n", + "250 [sea_floor_depth_below_geoid] \n", + "251 [sea_floor_depth_below_geoid] \n", + "252 [sea_floor_depth_below_geoid] \n", + "253 [sea_floor_depth_below_geoid] \n", + "254 [sea_floor_depth_below_geoid] \n", + "255 [sea_floor_depth_below_geoid] \n", + "256 [sea_floor_depth_below_geoid] \n", + "257 [sea_floor_depth_below_geoid] \n", + "258 [sea_floor_depth_below_geoid] \n", + "259 [sea_floor_depth_below_geoid] \n", + "260 [sea_floor_depth_below_geoid] \n", + "261 [sea_floor_depth_below_geoid] \n", + "262 [sea_floor_depth_below_geoid] \n", + "263 [sea_floor_depth_below_geoid] \n", + "264 [sea_floor_depth_below_geoid] \n", + "265 [sea_floor_depth_below_geoid] \n", + "266 [sea_floor_depth_below_geoid] \n", + "267 [sea_floor_depth_below_geoid] \n", + "268 [sea_floor_depth_below_geoid] \n", + "269 [sea_floor_depth_below_geoid] \n", + "270 [sea_floor_depth_below_geoid] \n", + "271 [sea_floor_depth_below_geoid] \n", + "272 [sea_floor_depth_below_geoid] \n", + "273 [sea_floor_depth_below_geoid] \n", + "274 [sea_floor_depth_below_geoid] \n", + "275 [sea_floor_depth_below_geoid] \n", + "276 [sea_floor_depth_below_geoid] \n", + "277 [sea_floor_depth_below_geoid] \n", + "278 [sea_floor_depth_below_geoid] \n", + "279 [sea_floor_depth_below_geoid] \n", + "280 [sea_floor_depth_below_geoid] \n", + "281 [sea_floor_depth_below_geoid] \n", + "282 [sea_floor_depth_below_geoid] \n", + "283 [sea_floor_depth_below_geoid] \n", + "284 [sea_floor_depth_below_geoid] \n", + "285 [sea_floor_depth_below_geoid] \n", + "286 [sea_floor_depth_below_geoid] \n", + "287 [sea_floor_depth_below_geoid] \n", + "288 [sea_floor_depth_below_geoid] \n", + "289 [sea_floor_depth_below_geoid] \n", + "290 [sea_floor_depth_below_geoid] \n", + "291 [sea_floor_depth_below_geoid] \n", + "292 [sea_floor_depth_below_geoid] \n", + "293 [sea_floor_depth_below_geoid] \n", + "294 [sea_floor_depth_below_geoid] \n", + "295 [sea_floor_depth_below_geoid] \n", + "296 [sea_floor_depth_below_geoid] \n", + "297 [sea_floor_depth_below_geoid] \n", + "298 [sea_floor_depth_below_geoid] \n", + "299 [sea_floor_depth_below_geoid] \n", + "300 [sea_floor_depth_below_geoid] \n", + "301 [sea_floor_depth_below_geoid] \n", + "302 [sea_floor_depth_below_geoid] \n", + "303 [sea_floor_depth_below_geoid] \n", + "304 [sea_floor_depth_below_geoid] \n", + "305 [sea_floor_depth_below_geoid] \n", + "306 [sea_floor_depth_below_geoid] \n", + "307 [sea_floor_depth_below_geoid] \n", + "308 [sea_floor_depth_below_geoid] \n", + "309 [sea_floor_depth_below_geoid] \n", + "310 [sea_floor_depth_below_geoid] \n", + "311 [sea_floor_depth_below_geoid] \n", + "312 [sea_floor_depth_below_geoid] \n", + "313 [sea_floor_depth_below_geoid] \n", + "314 [sea_floor_depth_below_geoid] \n", + "315 [sea_floor_depth_below_geoid] \n", + "316 [sea_floor_depth_below_geoid] \n", + "317 [sea_floor_depth_below_geoid] \n", + "318 [sea_floor_depth_below_geoid] \n", + "319 [sea_floor_depth_below_geoid] \n", + "320 [sea_floor_depth_below_geoid] \n", + "321 [sea_floor_depth_below_geoid] \n", + "322 [sea_floor_depth_below_geoid] \n", + "323 [sea_floor_depth_below_geoid] \n", + "324 [sea_floor_depth_below_geoid] \n", + "325 [sea_floor_depth_below_geoid] \n", + "326 [sea_floor_depth_below_geoid] \n", + "327 [sea_floor_depth_below_geoid] \n", + "328 [sea_floor_depth_below_geoid] \n", + "329 [sea_floor_depth_below_geoid] \n", + "330 [sea_floor_depth_below_geoid] \n", + "331 [sea_floor_depth_below_geoid] \n", + "332 [sea_floor_depth_below_geoid] \n", + "333 [sea_floor_depth_below_geoid] \n", + "334 [sea_floor_depth_below_geoid] \n", + "335 [sea_floor_depth_below_geoid] \n", + "336 [sea_floor_depth_below_geoid] \n", + "337 [sea_floor_depth_below_geoid] \n", + "338 [sea_floor_depth_below_geoid] \n", + "339 [sea_floor_depth_below_geoid] \n", + "340 [sea_floor_depth_below_geoid] \n", + "341 [sea_floor_depth_below_geoid] \n", + "342 [sea_floor_depth_below_geoid] \n", + "343 [sea_floor_depth_below_geoid] \n", + "344 [sea_floor_depth_below_geoid] \n", + "345 [sea_floor_depth_below_geoid] \n", + "346 [sea_floor_depth_below_geoid] \n", + "347 [sea_floor_depth_below_geoid] \n", + "348 [sea_floor_depth_below_geoid] \n", + "349 [sea_floor_depth_below_geoid] \n", + "350 [sea_floor_depth_below_geoid] \n", + "351 [sea_floor_depth_below_geoid] \n", + "352 [sea_floor_depth_below_geoid] \n", + "353 [sea_floor_depth_below_geoid] \n", + "354 [sea_floor_depth_below_geoid] \n", + "355 [sea_floor_depth_below_geoid] \n", + "356 [sea_floor_depth_below_geoid] \n", + "357 [sea_floor_depth_below_geoid] \n", + "358 [sea_floor_depth_below_geoid] \n", + "359 [sea_floor_depth_below_geoid] \n", + "360 [sea_floor_depth_below_geoid] \n", + "361 [sea_floor_depth_below_geoid] \n", + "362 [sea_floor_depth_below_geoid] \n", + "363 [sea_floor_depth_below_geoid] \n", + "364 [sea_floor_depth_below_geoid] \n", + "365 [sea_floor_depth_below_geoid] \n", + "366 [sea_floor_depth_below_geoid] \n", + "367 [sea_floor_depth_below_geoid] \n", + "368 [sea_floor_depth_below_geoid] \n", + "369 [sea_floor_depth_below_geoid] \n", + "370 [sea_floor_depth_below_geoid] \n", + "371 [sea_floor_depth_below_geoid] \n", + "372 [sea_floor_depth_below_geoid] \n", + "373 [sea_floor_depth_below_geoid] \n", + "374 [sea_floor_depth_below_geoid] \n", + "375 [sea_floor_depth_below_geoid] \n", + "376 [sea_floor_depth_below_geoid] \n", + "377 [sea_floor_depth_below_geoid] \n", + "378 [sea_floor_depth_below_geoid] \n", + "379 [sea_floor_depth_below_geoid] \n", + "380 [sea_floor_depth_below_geoid] \n", + "381 [sea_floor_depth_below_geoid] \n", + "382 [sea_floor_depth_below_geoid] \n", + "383 [sea_floor_depth_below_geoid] \n", + "384 [sea_floor_depth_below_geoid] \n", + "385 [sea_floor_depth_below_geoid] \n", + "386 [sea_floor_depth_below_geoid] \n", + "387 [sea_floor_depth_below_geoid] \n", + "388 [sea_floor_depth_below_geoid] \n", + "389 [sea_floor_depth_below_geoid] \n", + "390 [sea_floor_depth_below_geoid] \n", + "391 [sea_floor_depth_below_geoid] \n", + "392 [sea_floor_depth_below_geoid] \n", + "393 [sea_floor_depth_below_geoid] \n", + "394 [sea_floor_depth_below_geoid] \n", + "395 [sea_floor_depth_below_geoid] \n", + "396 [sea_floor_depth_below_geoid] \n", + "397 [sea_floor_depth_below_geoid] \n", + "398 [sea_floor_depth_below_geoid] \n", + "399 [sea_floor_depth_below_geoid] \n", + "400 [sea_floor_depth_below_geoid] \n", + "401 [sea_floor_depth_below_geoid] \n", + "402 [sea_floor_depth_below_geoid] \n", + "403 [sea_floor_depth_below_geoid] \n", + "404 [sea_floor_depth_below_geoid] \n", + "405 [sea_floor_depth_below_geoid] \n", + "406 [sea_floor_depth_below_geoid] \n", + "407 [sea_floor_depth_below_geoid] \n", + "408 [sea_floor_depth_below_geoid] \n", + "409 [sea_floor_depth_below_geoid] \n", + "410 [sea_floor_depth_below_geoid] \n", + "411 [sea_floor_depth_below_geoid] \n", + "412 [sea_floor_depth_below_geoid] \n", + "413 [sea_floor_depth_below_geoid] \n", + "414 [sea_floor_depth_below_geoid] \n", + "415 [sea_floor_depth_below_geoid] \n", + "416 [sea_floor_depth_below_geoid] \n", + "417 [sea_floor_depth_below_geoid] \n", + "418 [sea_floor_depth_below_geoid] \n", + "419 [sea_floor_depth_below_geoid] \n", + "420 [sea_floor_depth_below_geoid] \n", + "421 [sea_floor_depth_below_geoid] \n", + "422 [sea_floor_depth_below_geoid] \n", + "423 [sea_floor_depth_below_geoid] \n", + "424 [sea_floor_depth_below_geoid] \n", + "425 [sea_floor_depth_below_geoid] \n", + "426 [sea_floor_depth_below_geoid] \n", + "427 [sea_floor_depth_below_geoid] \n", + "428 [sea_floor_depth_below_geoid] \n", + "429 [sea_floor_depth_below_geoid] \n", + "430 [sea_floor_depth_below_geoid] \n", + "431 [sea_floor_depth_below_geoid] \n", + "432 [sea_floor_depth_below_geoid] \n", + "433 [sea_floor_depth_below_geoid] \n", + "434 [sea_floor_depth_below_geoid] \n", + "435 [sea_floor_depth_below_geoid] \n", + "436 [sea_floor_depth_below_geoid] \n", + "437 [sea_floor_depth_below_geoid] \n", + "438 [sea_floor_depth_below_geoid] \n", + "439 [sea_floor_depth_below_geoid] \n", + "440 [sea_floor_depth_below_geoid] \n", + "441 [sea_floor_depth_below_geoid] \n", + "442 [sea_floor_depth_below_geoid] \n", + "443 [sea_floor_depth_below_geoid] \n", + "444 [sea_floor_depth_below_geoid] \n", + "445 [sea_floor_depth_below_geoid] \n", + "446 [sea_floor_depth_below_geoid] \n", + "447 [sea_floor_depth_below_geoid] \n", + "448 [sea_floor_depth_below_geoid] \n", + "449 [sea_floor_depth_below_geoid] \n", + "450 [sea_floor_depth_below_geoid] \n", + "451 [sea_floor_depth_below_geoid] \n", + "452 [sea_floor_depth_below_geoid] \n", + "453 [sea_floor_depth_below_geoid] \n", + "454 [sea_floor_depth_below_geoid] \n", + "455 [sea_floor_depth_below_geoid] \n", + "456 [sea_floor_depth_below_geoid] \n", + "457 [sea_floor_depth_below_geoid] \n", + "458 [sea_floor_depth_below_geoid] \n", + "459 [sea_floor_depth_below_geoid] \n", + "460 [sea_floor_depth_below_geoid] \n", + "461 [sea_floor_depth_below_geoid] \n", + "462 [sea_floor_depth_below_geoid] \n", + "463 [sea_floor_depth_below_geoid] \n", + "464 [sea_floor_depth_below_geoid] \n", + "465 [sea_floor_depth_below_geoid] \n", + "466 [sea_floor_depth_below_geoid] \n", + "467 [sea_floor_depth_below_geoid] \n", + "468 [sea_floor_depth_below_geoid] \n", + "469 [sea_floor_depth_below_geoid] \n", + "470 [sea_floor_depth_below_geoid] \n", + "471 [sea_floor_depth_below_geoid] \n", + "472 [sea_floor_depth_below_geoid] \n", + "473 [sea_floor_depth_below_geoid] \n", + "474 [sea_floor_depth_below_geoid] \n", + "475 [sea_floor_depth_below_geoid] \n", + "476 [sea_floor_depth_below_geoid] \n", + "477 [sea_floor_depth_below_geoid] \n", + "478 [sea_floor_depth_below_geoid] \n", + "479 [sea_floor_depth_below_geoid] \n", + "480 [sea_floor_depth_below_geoid] \n", + "481 [sea_floor_depth_below_geoid] \n", + "482 [sea_floor_depth_below_geoid] \n", + "483 [sea_floor_depth_below_geoid] \n", + "484 [sea_floor_depth_below_geoid] \n", + "485 [sea_floor_depth_below_geoid] \n", + "486 [sea_floor_depth_below_geoid] \n", + "487 [sea_floor_depth_below_geoid] \n", + "488 [sea_floor_depth_below_geoid] \n", + "489 [sea_floor_depth_below_geoid] \n", + "490 [sea_floor_depth_below_geoid] \n", + "491 [sea_floor_depth_below_geoid] \n", + "492 [sea_floor_depth_below_geoid] \n", + "493 [sea_floor_depth_below_geoid] \n", + "494 [sea_floor_depth_below_geoid] \n", + "495 [sea_floor_depth_below_geoid] \n", + "496 [sea_floor_depth_below_geoid] \n", + "497 [sea_floor_depth_below_geoid] \n", + "498 [sea_floor_depth_below_geoid] \n", + "499 [sea_floor_depth_below_geoid] \n", + "500 [sea_floor_depth_below_geoid] \n", + "501 [sea_floor_depth_below_geoid] \n", + "502 [sea_floor_depth_below_geoid] \n", + "503 [sea_floor_depth_below_geoid] \n", + "504 [sea_floor_depth_below_geoid] \n", + "505 [sea_floor_depth_below_geoid] \n", + "506 [sea_floor_depth_below_geoid] \n", + "507 [sea_floor_depth_below_geoid] \n", + "508 [sea_floor_depth_below_geoid] \n", + "509 [sea_floor_depth_below_geoid] \n", + "510 [sea_floor_depth_below_geoid] \n", + "511 [sea_floor_depth_below_geoid] \n", + "512 [sea_floor_depth_below_geoid] \n", + "513 [sea_floor_depth_below_geoid] \n", + "514 [sea_floor_depth_below_geoid] \n", + "515 [sea_floor_depth_below_geoid] \n", + "516 [sea_floor_depth_below_geoid] \n", + "517 [sea_floor_depth_below_geoid] \n", + "518 [sea_floor_depth_below_geoid] \n", + "519 [sea_floor_depth_below_geoid] \n", + "520 [sea_floor_depth_below_geoid] \n", + "521 [sea_floor_depth_below_geoid] \n", + "522 [sea_floor_depth_below_geoid] \n", + "523 [sea_floor_depth_below_geoid] \n", + "524 [sea_floor_depth_below_geoid] \n", + "525 [sea_floor_depth_below_geoid] \n", + "526 [sea_floor_depth_below_geoid] \n", + "527 [sea_floor_depth_below_geoid] \n", + "528 [sea_floor_depth_below_geoid] \n", + "529 [sea_floor_depth_below_geoid] \n", + "530 [sea_floor_depth_below_geoid] \n", + "531 [sea_floor_depth_below_geoid] \n", + "532 [sea_floor_depth_below_geoid] \n", + "533 [sea_floor_depth_below_geoid] \n", + "534 [sea_floor_depth_below_geoid] \n", + "535 [sea_floor_depth_below_geoid] \n", + "536 [sea_floor_depth_below_geoid] \n", + "537 [sea_floor_depth_below_geoid] \n", + "538 [sea_floor_depth_below_geoid] \n", + "539 [sea_floor_depth_below_geoid] \n", + "540 [sea_floor_depth_below_geoid] \n", + "541 [sea_floor_depth_below_geoid] \n", + "542 [sea_floor_depth_below_geoid] \n", + "543 [sea_floor_depth_below_geoid] \n", + "544 [sea_floor_depth_below_geoid] \n", + "545 [sea_floor_depth_below_geoid] \n", + "546 [sea_floor_depth_below_geoid] \n", + "547 [sea_floor_depth_below_geoid] \n", + "548 [sea_floor_depth_below_geoid] \n", + "549 [sea_floor_depth_below_geoid] \n", + "550 [sea_floor_depth_below_geoid] \n", + "551 [sea_floor_depth_below_geoid] \n", + "552 [sea_floor_depth_below_geoid] \n", + "553 [sea_floor_depth_below_geoid] \n", + "554 [sea_floor_depth_below_geoid] \n", + "555 [sea_floor_depth_below_geoid] \n", + "556 [sea_floor_depth_below_geoid] \n", + "557 [sea_floor_depth_below_geoid] \n", + "558 [sea_floor_depth_below_geoid] \n", + "559 [sea_floor_depth_below_geoid] \n", + "560 [sea_floor_depth_below_geoid] \n", + "561 [sea_floor_depth_below_geoid] \n", + "562 [sea_floor_depth_below_geoid] \n", + "563 [sea_floor_depth_below_geoid] \n", + "564 [sea_floor_depth_below_geoid] \n", + "565 [sea_floor_depth_below_geoid] \n", + "566 [sea_floor_depth_below_geoid] \n", + "567 [sea_floor_depth_below_geoid] \n", + "568 [sea_floor_depth_below_geoid] \n", + "569 [sea_floor_depth_below_geoid] \n", + "570 [sea_floor_depth_below_geoid] \n", + "571 [sea_floor_depth_below_geoid] \n", + "572 [sea_floor_depth_below_geoid] \n", + "573 [sea_floor_depth_below_geoid] \n", + "574 [sea_floor_depth_below_geoid] \n", + "575 [sea_floor_depth_below_geoid] \n", + "576 [sea_floor_depth_below_geoid] \n", + "577 [sea_floor_depth_below_geoid] \n", + "578 [sea_floor_depth_below_geoid] \n", + "579 [sea_floor_depth_below_geoid] \n", + "580 [sea_floor_depth_below_geoid] \n", + "581 [sea_floor_depth_below_geoid] \n", + "582 [sea_floor_depth_below_geoid] \n", + "583 [sea_floor_depth_below_geoid] \n", + "584 [sea_floor_depth_below_geoid] \n", + "585 [sea_floor_depth_below_geoid] \n", + "586 [sea_floor_depth_below_geoid] \n", + "587 [sea_floor_depth_below_geoid] \n", + "588 [sea_floor_depth_below_geoid] \n", + "589 [sea_floor_depth_below_geoid] \n", + "590 [sea_floor_depth_below_geoid] \n", + "591 [sea_floor_depth_below_geoid] \n", + "592 [sea_floor_depth_below_geoid] \n", + "593 [sea_floor_depth_below_geoid] \n", + "594 [sea_floor_depth_below_geoid] \n", + "595 [sea_floor_depth_below_geoid] \n", + "596 [sea_floor_depth_below_geoid] \n", + "597 [sea_floor_depth_below_geoid] \n", + "598 [sea_floor_depth_below_geoid] \n", + "599 [sea_floor_depth_below_geoid] \n", + "600 [sea_floor_depth_below_geoid] \n", + "601 [sea_floor_depth_below_geoid] \n", + "602 [sea_floor_depth_below_geoid] \n", + "603 [sea_floor_depth_below_geoid] \n", + "604 [sea_floor_depth_below_geoid] \n", + "605 [sea_floor_depth_below_geoid] \n", + "606 [sea_floor_depth_below_geoid] \n", + "607 [sea_floor_depth_below_geoid] \n", + "608 [sea_floor_depth_below_geoid] \n", + "609 [sea_floor_depth_below_geoid] \n", + "610 [sea_floor_depth_below_geoid] \n", + "611 [sea_floor_depth_below_geoid] \n", + "612 [sea_floor_depth_below_geoid] \n", + "613 [sea_floor_depth_below_geoid] \n", + "614 [sea_floor_depth_below_geoid] \n", + "615 [sea_floor_depth_below_geoid] \n", + "616 [sea_floor_depth_below_geoid] \n", + "617 [sea_floor_depth_below_geoid] \n", + "618 [sea_floor_depth_below_geoid] \n", + "619 [sea_floor_depth_below_geoid] \n", + "620 [sea_floor_depth_below_geoid] \n", + "621 [sea_floor_depth_below_geoid] \n", + "622 [sea_floor_depth_below_geoid] \n", + "623 [sea_floor_depth_below_geoid] \n", + "624 [sea_floor_depth_below_geoid] \n", + "625 [sea_floor_depth_below_geoid] \n", + "626 [sea_floor_depth_below_geoid] \n", + "627 [sea_floor_depth_below_geoid] \n", + "628 [sea_floor_depth_below_geoid] \n", + "629 [sea_floor_depth_below_geoid] \n", + "630 [sea_floor_depth_below_geoid] \n", + "631 [sea_floor_depth_below_geoid] \n", + "632 [sea_floor_depth_below_geoid] \n", + "633 [sea_floor_depth_below_geoid] \n", + "634 [sea_floor_depth_below_geoid] \n", + "635 [sea_floor_depth_below_geoid] \n", + "636 [sea_floor_depth_below_geoid] \n", + "637 [sea_floor_depth_below_geoid] \n", + "638 [sea_floor_depth_below_geoid] \n", + "639 [sea_floor_depth_below_geoid] \n", + "640 [sea_floor_depth_below_geoid] \n", + "641 [sea_floor_depth_below_geoid] \n", + "642 [sea_floor_depth_below_geoid] \n", + "643 [sea_floor_depth_below_geoid] \n", + "644 [sea_floor_depth_below_geoid] \n", + "645 [sea_floor_depth_below_geoid] \n", + "646 [sea_floor_depth_below_geoid] \n", + "647 [sea_floor_depth_below_geoid] \n", + "648 [sea_floor_depth_below_geoid] \n", + "649 [sea_floor_depth_below_geoid] \n", + "650 [sea_floor_depth_below_geoid] \n", + "651 [sea_floor_depth_below_geoid] \n", + "652 [sea_floor_depth_below_geoid] \n", + "653 [sea_floor_depth_below_geoid] \n", + "654 [sea_floor_depth_below_geoid] \n", + "655 [sea_floor_depth_below_geoid] \n", + "656 [sea_floor_depth_below_geoid] \n", + "657 [sea_floor_depth_below_geoid] \n", + "658 [sea_floor_depth_below_geoid] \n", + "659 [sea_floor_depth_below_geoid] \n", + "660 [sea_floor_depth_below_geoid] \n", + "661 [sea_floor_depth_below_geoid] \n", + "662 [sea_floor_depth_below_geoid] \n", + "663 [sea_floor_depth_below_geoid] \n", + "664 [sea_floor_depth_below_geoid] \n", + "665 [sea_floor_depth_below_geoid] \n", + "666 [sea_floor_depth_below_geoid] \n", + "667 [sea_floor_depth_below_geoid] \n", + "668 [sea_floor_depth_below_geoid] \n", + "669 [sea_floor_depth_below_geoid] \n", + "670 [sea_floor_depth_below_geoid] \n", + "671 [sea_floor_depth_below_geoid] \n", + "672 [sea_floor_depth_below_geoid] \n", + "673 [sea_floor_depth_below_geoid] \n", + "674 [sea_floor_depth_below_geoid] \n", + "675 [sea_floor_depth_below_geoid] \n", + "676 [sea_floor_depth_below_geoid] \n", + "677 [sea_floor_depth_below_geoid] \n", + "678 [sea_floor_depth_below_geoid] \n", + "679 [sea_floor_depth_below_geoid] \n", + "680 [sea_floor_depth_below_geoid] \n", + "681 [sea_floor_depth_below_geoid] \n", + "682 [sea_floor_depth_below_geoid] \n", + "683 [sea_floor_depth_below_geoid] \n", + "684 [sea_floor_depth_below_geoid] \n", + "685 [sea_floor_depth_below_geoid] \n", + "686 [sea_floor_depth_below_geoid] \n", + "687 [sea_floor_depth_below_geoid] \n", + "688 [sea_floor_depth_below_geoid] \n", + "689 [sea_floor_depth_below_geoid] \n", + "690 [sea_floor_depth_below_geoid] \n", + "691 [sea_floor_depth_below_geoid] \n", + "692 [sea_floor_depth_below_geoid] \n", + "693 [sea_floor_depth_below_geoid] \n", + "694 [sea_floor_depth_below_geoid] \n", + "695 [sea_floor_depth_below_geoid] \n", + "696 [sea_floor_depth_below_geoid] \n", + "697 [sea_floor_depth_below_geoid] \n", + "698 [sea_floor_depth_below_geoid] \n", + "699 [sea_floor_depth_below_geoid] \n", + "700 [sea_floor_depth_below_geoid] \n", + "701 [sea_floor_depth_below_geoid] \n", + "702 [sea_floor_depth_below_geoid] \n", + "703 [sea_floor_depth_below_geoid] \n", + "704 [sea_floor_depth_below_geoid] \n", + "705 [sea_floor_depth_below_geoid] \n", + "706 [sea_floor_depth_below_geoid] \n", + "707 [sea_floor_depth_below_geoid] \n", + "708 [sea_floor_depth_below_geoid] \n", + "709 [sea_floor_depth_below_geoid] \n", + "710 [sea_floor_depth_below_geoid] \n", + "711 [sea_floor_depth_below_geoid] \n", + "712 [sea_floor_depth_below_geoid] \n", + "713 [sea_floor_depth_below_geoid] \n", + "714 [sea_floor_depth_below_geoid] \n", + "715 [sea_floor_depth_below_geoid] \n", + "716 [sea_floor_depth_below_geoid] \n", + "717 [sea_floor_depth_below_geoid] \n", + "718 [sea_floor_depth_below_geoid] \n", + "719 [sea_floor_depth_below_geoid] \n", + "720 [sea_floor_depth_below_geoid] \n", + "721 [sea_floor_depth_below_geoid] \n", + "722 [sea_floor_depth_below_geoid] \n", + "723 [sea_floor_depth_below_geoid] \n", + "724 [sea_floor_depth_below_geoid] \n", + "725 [sea_floor_depth_below_geoid] \n", + "726 [sea_floor_depth_below_geoid] \n", + "727 [sea_floor_depth_below_geoid] \n", + "728 [sea_floor_depth_below_geoid] \n", + "729 [sea_floor_depth_below_geoid] \n", + "730 [sea_floor_depth_below_geoid] \n", + "731 [sea_floor_depth_below_geoid] \n", + "732 [sea_floor_depth_below_geoid] \n", + "733 [sea_floor_depth_below_geoid] \n", + "734 [sea_floor_depth_below_geoid] \n", + "735 [sea_floor_depth_below_geoid] \n", + "736 [sea_floor_depth_below_geoid] \n", + "737 [sea_floor_depth_below_geoid] \n", + "738 [sea_floor_depth_below_geoid] \n", + "739 [sea_floor_depth_below_geoid] \n", + "740 [sea_floor_depth_below_geoid] \n", + "741 [sea_floor_depth_below_geoid] \n", + "742 [sea_floor_depth_below_geoid] \n", + "743 [sea_floor_depth_below_geoid] \n", + "744 [sea_floor_depth_below_geoid] \n", + "745 [sea_floor_depth_below_geoid] \n", + "746 [sea_floor_depth_below_geoid] \n", + "747 [sea_floor_depth_below_geoid] \n", + "748 [sea_floor_depth_below_geoid] \n", + "749 [sea_floor_depth_below_geoid] \n", + "750 [sea_floor_depth_below_geoid] \n", + "751 [sea_floor_depth_below_geoid] \n", + "752 [sea_floor_depth_below_geoid] \n", + "753 [sea_floor_depth_below_geoid] \n", + "754 [sea_floor_depth_below_geoid] \n", + "755 [sea_floor_depth_below_geoid] \n", + "756 [sea_floor_depth_below_geoid] \n", + "757 [sea_floor_depth_below_geoid] \n", + "758 [sea_floor_depth_below_geoid] \n", + "759 [sea_floor_depth_below_geoid] \n", + "760 [sea_floor_depth_below_geoid] \n", + "761 [sea_floor_depth_below_geoid] \n", + "762 [sea_floor_depth_below_geoid] \n", + "763 [sea_floor_depth_below_geoid] \n", + "764 [sea_floor_depth_below_geoid] \n", + "765 [sea_floor_depth_below_geoid] \n", + "766 [sea_floor_depth_below_geoid] \n", + "767 [sea_floor_depth_below_geoid] \n", + "768 [sea_floor_depth_below_geoid] \n", + "769 [sea_floor_depth_below_geoid] \n", + "770 [sea_floor_depth_below_geoid] \n", + "771 [sea_floor_depth_below_geoid] \n", + "772 [sea_floor_depth_below_geoid] \n", + "773 [sea_floor_depth_below_geoid] \n", + "774 [sea_floor_depth_below_geoid] \n", + "775 [sea_floor_depth_below_geoid] \n", + "776 [sea_floor_depth_below_geoid] \n", + "777 [sea_floor_depth_below_geoid] \n", + "778 [sea_floor_depth_below_geoid] \n", + "779 [sea_floor_depth_below_geoid] \n", + "780 [sea_floor_depth_below_geoid] \n", + "781 [sea_floor_depth_below_geoid] \n", + "782 [sea_floor_depth_below_geoid] \n", + "783 [sea_floor_depth_below_geoid] \n", + "784 [sea_floor_depth_below_geoid] \n", + "785 [sea_floor_depth_below_geoid] \n", + "786 [sea_floor_depth_below_geoid] \n", + "787 [sea_floor_depth_below_geoid] \n", + "788 [sea_floor_depth_below_geoid] \n", + "789 [sea_floor_depth_below_geoid] \n", + "790 [sea_floor_depth_below_geoid] \n", + "791 [sea_floor_depth_below_geoid] \n", + "792 [sea_floor_depth_below_geoid] \n", + "793 [sea_floor_depth_below_geoid] \n", + "794 [sea_floor_depth_below_geoid] \n", + "795 [sea_floor_depth_below_geoid] \n", + "796 [sea_floor_depth_below_geoid] \n", + "797 [sea_floor_depth_below_geoid] \n", + "798 [sea_floor_depth_below_geoid] \n", + "799 [sea_floor_depth_below_geoid] \n", + "800 [sea_floor_depth_below_geoid] \n", + "801 [sea_floor_depth_below_geoid] \n", + "802 [sea_floor_depth_below_geoid] \n", + "803 [sea_floor_depth_below_geoid] \n", + "804 [sea_floor_depth_below_geoid] \n", + "805 [sea_floor_depth_below_geoid] \n", + "806 [sea_floor_depth_below_geoid] \n", + "807 [sea_floor_depth_below_geoid] \n", + "808 [sea_floor_depth_below_geoid] \n", + "809 [sea_floor_depth_below_geoid] \n", + "810 [sea_floor_depth_below_geoid] \n", + "811 [sea_floor_depth_below_geoid] \n", + "812 [sea_floor_depth_below_geoid] \n", + "813 [sea_floor_depth_below_geoid] \n", + "814 [sea_floor_depth_below_geoid] \n", + "815 [sea_floor_depth_below_geoid] \n", + "816 [sea_floor_depth_below_geoid] \n", + "817 [sea_floor_depth_below_geoid] \n", + "818 [sea_floor_depth_below_geoid] \n", + "819 [sea_floor_depth_below_geoid] \n", + "820 [sea_floor_depth_below_geoid] \n", + "821 [sea_floor_depth_below_geoid] \n", + "822 [sea_floor_depth_below_geoid] \n", + "823 [sea_floor_depth_below_geoid] \n", + "824 [sea_floor_depth_below_geoid] \n", + "825 [sea_floor_depth_below_geoid] \n", + "826 [sea_floor_depth_below_geoid] \n", + "827 [sea_floor_depth_below_geoid] \n", + "828 [sea_floor_depth_below_geoid] \n", + "829 [sea_floor_depth_below_geoid] \n", + "830 [sea_floor_depth_below_geoid] \n", + "831 [sea_floor_depth_below_geoid] \n", + "832 [sea_floor_depth_below_geoid] \n", + "833 [sea_floor_depth_below_geoid] \n", + "834 [sea_floor_depth_below_geoid] \n", + "835 [sea_floor_depth_below_geoid] \n", + "836 [sea_floor_depth_below_geoid] \n", + "837 [sea_floor_depth_below_geoid] \n", + "838 [sea_floor_depth_below_geoid] \n", + "839 [sea_floor_depth_below_geoid] \n", + "840 [sea_floor_depth_below_geoid] \n", + "841 [sea_floor_depth_below_geoid] \n", + "842 [sea_floor_depth_below_geoid] \n", + "843 [sea_floor_depth_below_geoid] \n", + "844 [sea_floor_depth_below_geoid] \n", + "845 [sea_floor_depth_below_geoid] \n", + "846 [sea_floor_depth_below_geoid] \n", + "847 [sea_floor_depth_below_geoid] \n", + "848 [sea_floor_depth_below_geoid] \n", + "849 [sea_floor_depth_below_geoid] \n", + "850 [sea_floor_depth_below_geoid] \n", + "851 [sea_floor_depth_below_geoid] \n", + "852 [sea_floor_depth_below_geoid] \n", + "853 [sea_floor_depth_below_geoid] \n", + "854 [sea_floor_depth_below_geoid] \n", + "855 [sea_floor_depth_below_geoid] \n", + "856 [sea_floor_depth_below_geoid] \n", + "857 [sea_floor_depth_below_geoid] \n", + "858 [sea_floor_depth_below_geoid] \n", + "859 [sea_floor_depth_below_geoid] \n", + "860 [sea_floor_depth_below_geoid] \n", + "861 [sea_floor_depth_below_geoid] \n", + "862 [sea_floor_depth_below_geoid] \n", + "863 [sea_floor_depth_below_geoid] \n", + "864 [sea_floor_depth_below_geoid] \n", + "865 [sea_floor_depth_below_geoid] \n", + "866 [sea_floor_depth_below_geoid] \n", + "867 [sea_floor_depth_below_geoid] \n", + "868 [sea_floor_depth_below_geoid] \n", + "869 [sea_floor_depth_below_geoid] \n", + "870 [sea_floor_depth_below_geoid] \n", + "871 [sea_floor_depth_below_geoid] \n", + "872 [sea_floor_depth_below_geoid] \n", + "873 [sea_floor_depth_below_geoid] \n", + "874 [sea_floor_depth_below_geoid] \n", + "875 [sea_floor_depth_below_geoid] \n", + "876 [sea_floor_depth_below_geoid] \n", + "877 [sea_floor_depth_below_geoid] \n", + "878 [sea_floor_depth_below_geoid] \n", + "879 [sea_floor_depth_below_geoid] \n", + "880 [sea_floor_depth_below_geoid] \n", + "881 [sea_floor_depth_below_geoid] \n", + "882 [sea_floor_depth_below_geoid] \n", + "883 [sea_floor_depth_below_geoid] \n", + "884 [sea_floor_depth_below_geoid] \n", + "885 [sea_floor_depth_below_geoid] \n", + "886 [sea_floor_depth_below_geoid] \n", + "887 [sea_floor_depth_below_geoid] \n", + "888 [sea_floor_depth_below_geoid] \n", + "889 [sea_floor_depth_below_geoid] \n", + "890 [sea_floor_depth_below_geoid] \n", + "891 [sea_floor_depth_below_geoid] \n", + "892 [sea_floor_depth_below_geoid] \n", + "893 [sea_floor_depth_below_geoid] \n", + "894 [sea_floor_depth_below_geoid] \n", + "895 [sea_floor_depth_below_geoid] \n", + "896 [sea_floor_depth_below_geoid] \n", + "897 [sea_floor_depth_below_geoid] \n", + "898 [sea_floor_depth_below_geoid] \n", + "899 [sea_floor_depth_below_geoid] \n", + "900 [sea_floor_depth_below_geoid] \n", + "901 [sea_floor_depth_below_geoid] \n", + "902 [sea_floor_depth_below_geoid] \n", + "903 [sea_floor_depth_below_geoid] \n", + "904 [sea_floor_depth_below_geoid] \n", + "905 [sea_floor_depth_below_geoid] \n", + "906 [sea_floor_depth_below_geoid] \n", + "907 [sea_floor_depth_below_geoid] \n", + "908 [sea_floor_depth_below_geoid] \n", + "909 [sea_floor_depth_below_geoid] \n", + "910 [sea_floor_depth_below_geoid] \n", + "911 [sea_floor_depth_below_geoid] \n", + "912 [sea_floor_depth_below_geoid] \n", + "913 [sea_floor_depth_below_geoid] \n", + "914 [sea_floor_depth_below_geoid] \n", + "915 [sea_floor_depth_below_geoid] \n", + "916 [sea_floor_depth_below_geoid] \n", + "917 [sea_floor_depth_below_geoid] \n", + "918 [sea_floor_depth_below_geoid] \n", + "919 [sea_floor_depth_below_geoid] \n", + "920 [sea_floor_depth_below_geoid] \n", + "921 [sea_floor_depth_below_geoid] \n", + "922 [sea_floor_depth_below_geoid] \n", + "923 [sea_floor_depth_below_geoid] \n", + "924 [sea_floor_depth_below_geoid] \n", + "925 [sea_floor_depth_below_geoid] \n", + "926 [sea_floor_depth_below_geoid] \n", + "927 [sea_floor_depth_below_geoid] \n", + "928 [sea_floor_depth_below_geoid] \n", + "929 [sea_floor_depth_below_geoid] \n", + "930 [sea_floor_depth_below_geoid] \n", + "931 [sea_floor_depth_below_geoid] \n", + "932 [sea_floor_depth_below_geoid] \n", + "933 [sea_floor_depth_below_geoid] \n", + "934 [sea_floor_depth_below_geoid] \n", + "935 [sea_floor_depth_below_geoid] \n", + "936 [sea_floor_depth_below_geoid] \n", + "937 [sea_floor_depth_below_geoid] \n", + "938 [sea_floor_depth_below_geoid] \n", + "939 [sea_floor_depth_below_geoid] \n", + "940 [sea_floor_depth_below_geoid] \n", + "941 [sea_floor_depth_below_geoid] \n", + "942 [sea_floor_depth_below_geoid] \n", + "943 [sea_floor_depth_below_geoid] \n", + "944 [sea_floor_depth_below_geoid] \n", + "945 [sea_floor_depth_below_geoid] \n", + "946 [sea_floor_depth_below_geoid] \n", + "947 [sea_floor_depth_below_geoid] \n", + "948 [sea_floor_depth_below_geoid] \n", + "949 [sea_floor_depth_below_geoid] \n", + "950 [sea_floor_depth_below_geoid] \n", + "951 [sea_floor_depth_below_geoid] \n", + "952 [sea_floor_depth_below_geoid] \n", + "953 [sea_floor_depth_below_geoid] \n", + "954 [sea_floor_depth_below_geoid] \n", + "955 [sea_floor_depth_below_geoid] \n", + "956 [sea_floor_depth_below_geoid] \n", + "957 [sea_floor_depth_below_geoid] \n", + "958 [sea_floor_depth_below_geoid] \n", + "959 [sea_floor_depth_below_geoid] \n", + "960 [sea_floor_depth_below_geoid] \n", + "961 [sea_floor_depth_below_geoid] \n", + "962 [sea_floor_depth_below_geoid] \n", + "963 [sea_floor_depth_below_geoid] \n", + "964 [sea_floor_depth_below_geoid] \n", + "965 [sea_floor_depth_below_geoid] \n", + "966 [sea_floor_depth_below_geoid] \n", + "967 [sea_floor_depth_below_geoid] \n", + "968 [sea_floor_depth_below_geoid] \n", + "969 [sea_floor_depth_below_geoid] \n", + "970 [sea_floor_depth_below_geoid] \n", + "971 [sea_floor_depth_below_geoid] \n", + "972 [sea_floor_depth_below_geoid] \n", + "973 [sea_floor_depth_below_geoid] \n", + "974 [sea_floor_depth_below_geoid] \n", + "975 [sea_floor_depth_below_geoid] \n", + "976 [sea_floor_depth_below_geoid] \n", + "977 [sea_floor_depth_below_geoid] \n", + "978 [sea_floor_depth_below_geoid] \n", + "979 [sea_floor_depth_below_geoid] \n", + "980 [sea_floor_depth_below_geoid] \n", + "981 [sea_floor_depth_below_geoid] \n", + "982 [sea_floor_depth_below_geoid] \n", + "983 [sea_floor_depth_below_geoid] \n", + "984 [sea_floor_depth_below_geoid] \n", + "985 [sea_floor_depth_below_geoid] \n", + "986 [sea_floor_depth_below_geoid] \n", + "987 [sea_floor_depth_below_geoid] \n", + "988 [sea_floor_depth_below_geoid] \n", + "989 [sea_floor_depth_below_geoid] \n", + "990 [sea_floor_depth_below_geoid] \n", + "991 [sea_floor_depth_below_geoid] \n", + "992 [sea_floor_depth_below_geoid] \n", + "993 [sea_floor_depth_below_geoid] \n", + "994 [sea_floor_depth_below_geoid] \n", + "995 [sea_floor_depth_below_geoid] \n", + "996 [sea_floor_depth_below_geoid] \n", + "997 [sea_floor_depth_below_geoid] \n", + "998 [sea_floor_depth_below_geoid] \n", + "999 [sea_floor_depth_below_geoid] \n", + "1000 [sea_floor_depth_below_geoid] \n", + "1001 [sea_floor_depth_below_geoid] \n", + "1002 [sea_floor_depth_below_geoid] \n", + "1003 [sea_floor_depth_below_geoid] \n", + "1004 [sea_floor_depth_below_geoid] \n", + "1005 [sea_floor_depth_below_geoid] \n", + "1006 [sea_floor_depth_below_geoid] \n", + "1007 [sea_floor_depth_below_geoid] \n", + "1008 [sea_floor_depth_below_geoid] \n", + "1009 [sea_floor_depth_below_geoid] \n", + "1010 [sea_floor_depth_below_geoid] \n", + "1011 [sea_floor_depth_below_geoid] \n", + "1012 [sea_floor_depth_below_geoid] \n", + "1013 [sea_floor_depth_below_geoid] \n", + "1014 [sea_floor_depth_below_geoid] \n", + "1015 [sea_floor_depth_below_geoid] \n", + "1016 [sea_floor_depth_below_geoid] \n", + "1017 [sea_floor_depth_below_geoid] \n", + "1018 [sea_floor_depth_below_geoid] \n", + "1019 [sea_floor_depth_below_geoid] \n", + "1020 [sea_floor_depth_below_geoid] \n", + "1021 [sea_floor_depth_below_geoid] \n", + "1022 [sea_floor_depth_below_geoid] \n", + "1023 [sea_floor_depth_below_geoid] \n", + "1024 [sea_floor_depth_below_geoid] \n", + "1025 [sea_floor_depth_below_geoid] \n", + "1026 [sea_floor_depth_below_geoid] \n", + "1027 [sea_floor_depth_below_geoid] \n", + "1028 [sea_floor_depth_below_geoid] \n", + "1029 [sea_floor_depth_below_geoid] \n", + "1030 [sea_floor_depth_below_geoid] \n", + "1031 [sea_floor_depth_below_geoid] \n", + "1032 [sea_floor_depth_below_geoid] \n", + "1033 [sea_floor_depth_below_geoid] \n", + "1034 [sea_floor_depth_below_geoid] \n", + "1035 [sea_floor_depth_below_geoid] \n", + "1036 [sea_floor_depth_below_geoid] \n", + "1037 [sea_floor_depth_below_geoid] \n", + "1038 [sea_floor_depth_below_geoid] \n", + "1039 [sea_floor_depth_below_geoid] \n", + "1040 [sea_floor_depth_below_geoid] \n", + "1041 [sea_floor_depth_below_geoid] \n", + "1042 [sea_floor_depth_below_geoid] \n", + "1043 [sea_floor_depth_below_geoid] \n", + "1044 [sea_floor_depth_below_geoid] \n", + "1045 [sea_floor_depth_below_geoid] \n", + "1046 [sea_floor_depth_below_geoid] \n", + "1047 [sea_floor_depth_below_geoid] \n", + "1048 [sea_floor_depth_below_geoid] \n", + "1049 [sea_floor_depth_below_geoid] \n", + "1050 [sea_floor_depth_below_geoid] \n", + "1051 [sea_floor_depth_below_geoid] \n", + "1052 [sea_floor_depth_below_geoid] \n", + "1053 [sea_floor_depth_below_geoid] \n", + "1054 [sea_floor_depth_below_geoid] \n", + "1055 [sea_floor_depth_below_geoid] \n", + "1056 [sea_floor_depth_below_geoid] \n", + "1057 [sea_floor_depth_below_geoid] \n", + "1058 [sea_floor_depth_below_geoid] \n", + "1059 [sea_floor_depth_below_geoid] \n", + "1060 [sea_floor_depth_below_geoid] \n", + "1061 [sea_floor_depth_below_geoid] \n", + "1062 [sea_floor_depth_below_geoid] \n", + "1063 [sea_floor_depth_below_geoid] \n", + "1064 [sea_floor_depth_below_geoid] \n", + "1065 [sea_floor_depth_below_geoid] \n", + "1066 [sea_floor_depth_below_geoid] \n", + "1067 [sea_floor_depth_below_geoid] \n", + "1068 [sea_floor_depth_below_geoid] \n", + "1069 [sea_floor_depth_below_geoid] \n", + "1070 [sea_floor_depth_below_geoid] \n", + "1071 [sea_floor_depth_below_geoid] \n", + "1072 [sea_floor_depth_below_geoid] \n", + "1073 [sea_floor_depth_below_geoid] \n", + "1074 [sea_floor_depth_below_geoid] \n", + "1075 [sea_floor_depth_below_geoid] \n", + "1076 [sea_floor_depth_below_geoid] \n", + "1077 [sea_floor_depth_below_geoid] \n", + "1078 [sea_floor_depth_below_geoid] \n", + "1079 [sea_floor_depth_below_geoid] \n", + "1080 [sea_floor_depth_below_geoid] \n", + "1081 [sea_floor_depth_below_geoid] \n", + "1082 [sea_floor_depth_below_geoid] \n", + "1083 [sea_floor_depth_below_geoid] \n", + "1084 [sea_floor_depth_below_geoid] \n", + "1085 [sea_floor_depth_below_geoid] \n", + "1086 [sea_floor_depth_below_geoid] \n", + "1087 [sea_floor_depth_below_geoid] \n", + "1088 [sea_floor_depth_below_geoid] \n", + "1089 [sea_floor_depth_below_geoid] \n", + "1090 [sea_floor_depth_below_geoid] \n", + "1091 [sea_floor_depth_below_geoid] \n", + "1092 [sea_floor_depth_below_geoid] \n", + "1093 [sea_floor_depth_below_geoid] \n", + "1094 [sea_floor_depth_below_geoid] \n", + "1095 [sea_floor_depth_below_geoid] \n", + "1096 [sea_floor_depth_below_geoid] \n", + "1097 [sea_floor_depth_below_geoid] \n", + "1098 [sea_floor_depth_below_geoid] \n", + "1099 [sea_floor_depth_below_geoid] \n", + "1100 [sea_floor_depth_below_geoid] \n", + "1101 [sea_floor_depth_below_geoid] \n", + "1102 [sea_floor_depth_below_geoid] \n", + "1103 [sea_floor_depth_below_geoid] \n", + "1104 [sea_floor_depth_below_geoid] \n", + "1105 [sea_floor_depth_below_geoid] \n", + "1106 [sea_floor_depth_below_geoid] \n", + "1107 [sea_floor_depth_below_geoid] \n", + "1108 [sea_floor_depth_below_geoid] \n", + "1109 [sea_floor_depth_below_geoid] \n", + "1110 [sea_floor_depth_below_geoid] \n", + "1111 [sea_floor_depth_below_geoid] \n", + "1112 [sea_floor_depth_below_geoid] \n", + "1113 [sea_floor_depth_below_geoid] \n", + "1114 [sea_floor_depth_below_geoid] \n", + "1115 [sea_floor_depth_below_geoid] \n", + "\n", + " variable_cell_methods \\\n", + "0 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "2 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "3 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "4 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "5 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "6 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "7 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "8 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "9 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "10 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "11 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "12 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "13 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "14 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "15 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "16 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "17 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "18 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "19 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "20 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "21 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "22 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "23 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "24 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "25 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "26 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "27 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "28 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "29 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "30 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "31 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "32 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "33 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "34 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "35 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "36 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "37 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "38 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "39 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "40 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "41 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "42 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "43 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "44 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "45 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "46 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "47 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "48 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "49 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "50 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "51 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "52 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "53 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "54 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "55 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "56 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "57 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "58 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "59 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "60 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "61 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "62 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "63 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "64 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "65 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "66 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "67 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "68 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "69 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "70 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "71 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "72 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "73 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "74 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "75 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "76 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "77 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "78 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "79 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "80 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "81 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "82 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "83 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "84 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "85 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "86 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "87 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "88 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "89 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "90 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "91 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "92 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "93 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "94 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "95 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "96 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "97 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "98 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "99 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "100 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "101 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "102 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "103 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "104 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "105 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "106 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "107 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "108 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "109 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "110 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "111 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "112 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "113 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "114 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "115 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "116 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "117 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "118 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "119 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "120 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "121 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "122 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "123 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "124 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "125 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "126 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "127 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "128 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "129 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "130 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "131 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "132 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "133 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "134 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "135 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "136 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "137 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "138 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "139 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "140 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "141 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "142 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "143 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "144 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "145 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "146 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "147 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "148 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "149 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "150 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "151 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "152 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "153 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "154 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "155 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "156 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "157 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "158 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "159 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "160 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "161 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "162 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "163 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "164 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "165 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "166 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "167 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "168 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "169 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "170 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "171 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "172 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "173 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "174 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "175 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "176 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "177 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "178 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "179 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "180 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "181 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "182 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "183 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "184 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "185 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "186 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "187 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "188 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "189 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "190 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "191 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "192 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "193 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "194 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "195 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "196 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "197 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "198 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "199 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "200 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "201 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "202 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "203 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "204 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "205 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "206 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "207 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "208 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "209 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "210 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "211 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "212 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "213 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "214 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "215 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "216 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "217 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "218 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "219 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "220 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "221 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "222 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "223 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "224 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "225 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "226 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "227 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "228 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "229 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "230 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "231 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "232 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "233 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "234 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "235 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "236 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "237 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "238 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "239 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "240 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "241 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "242 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "243 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "244 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "245 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "246 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "247 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "248 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "249 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "250 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "251 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "252 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "253 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "254 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "255 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "256 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "257 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "258 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "259 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "260 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "261 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "262 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "263 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "264 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "265 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "266 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "267 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "268 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "269 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "270 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "271 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "272 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "273 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "274 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "275 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "276 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "277 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "278 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "279 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "280 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "281 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "282 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "283 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "284 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "285 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "286 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "287 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "288 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "289 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "290 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "291 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "292 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "293 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "294 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "295 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "296 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "297 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "298 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "299 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "300 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "301 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "302 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "303 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "304 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "305 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "306 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "307 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "308 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "309 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "310 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "311 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "312 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "313 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "314 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "315 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "316 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "317 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "318 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "319 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "320 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "321 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "322 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "323 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "324 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "325 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "326 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "327 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "328 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "329 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "330 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "331 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "332 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "333 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "334 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "335 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "336 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "337 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "338 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "339 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "340 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "341 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "342 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "343 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "344 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "345 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "346 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "347 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "348 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "349 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "350 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "351 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "352 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "353 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "354 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "355 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "356 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "357 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "358 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "359 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "360 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "361 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "362 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "363 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "364 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "365 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "366 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "367 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "368 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "369 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "370 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "371 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "372 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "373 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "374 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "375 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "376 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "377 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "378 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "379 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "380 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "381 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "382 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "383 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "384 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "385 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "386 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "387 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "388 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "389 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "390 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "391 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "392 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "393 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "394 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "395 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "396 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "397 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "398 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "399 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "400 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "401 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "402 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "403 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "404 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "405 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "406 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "407 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "408 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "409 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "410 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "411 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "412 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "413 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "414 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "415 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "416 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "417 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "418 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "419 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "420 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "421 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "422 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "423 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "424 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "425 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "426 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "427 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "428 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "429 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "430 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "431 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "432 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "433 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "434 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "435 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "436 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "437 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "438 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "439 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "440 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "441 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "442 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "443 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "444 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "445 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "446 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "447 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "448 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "449 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "450 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "451 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "452 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "453 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "454 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "455 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "456 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "457 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "458 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "459 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "460 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "461 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "462 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "463 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "464 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "465 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "466 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "467 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "468 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "469 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "470 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "471 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "472 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "473 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "474 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "475 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "476 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "477 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "478 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "479 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "480 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "481 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "482 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "483 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "484 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "485 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "486 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "487 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "488 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "489 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "490 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "491 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "492 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "493 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "494 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "495 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "496 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "497 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "498 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "499 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "500 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "501 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "502 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "503 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "504 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "505 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "506 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "507 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "508 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "509 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "510 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "511 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "512 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "513 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "514 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "515 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "516 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "517 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "518 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "519 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "520 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "521 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "522 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "523 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "524 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "525 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "526 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "527 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "528 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "529 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "530 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "531 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "532 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "533 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "534 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "535 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "536 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "537 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "538 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "539 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "540 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "541 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "542 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "543 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "544 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "545 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "546 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "547 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "548 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "549 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "550 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "551 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "552 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "553 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "554 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "555 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "556 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "557 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "558 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "559 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "560 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "561 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "562 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "563 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "564 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "565 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "566 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "567 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "568 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "569 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "570 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "571 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "572 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "573 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "574 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "575 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "576 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "577 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "578 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "579 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "580 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "581 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "582 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "583 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "584 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "585 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "586 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "587 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "588 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "589 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "590 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "591 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "592 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "593 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "594 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "595 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "596 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "597 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "598 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "599 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "600 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "601 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "602 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "603 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "604 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "605 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "606 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "607 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "608 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "609 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "610 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "611 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "612 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "613 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "614 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "615 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "616 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "617 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "618 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "619 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "620 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "621 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "622 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "623 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "624 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "625 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "626 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "627 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "628 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "629 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "630 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "631 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "632 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "633 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "634 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "635 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "636 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "637 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "638 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "639 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "640 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "641 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "642 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "643 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "644 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "645 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "646 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "647 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "648 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "649 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "650 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "651 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "652 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "653 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "654 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "655 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "656 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "657 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "658 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "659 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "660 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "661 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "662 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "663 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "664 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "665 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "666 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "667 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "668 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "669 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "670 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "671 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "672 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "673 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "674 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "675 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "676 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "677 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "678 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "679 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "680 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "681 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "682 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "683 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "684 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "685 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "686 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "687 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "688 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "689 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "690 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "691 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "692 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "693 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "694 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "695 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "696 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "697 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "698 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "699 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "700 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "701 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "702 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "703 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "704 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "705 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "706 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "707 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "708 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "709 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "710 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "711 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "712 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "713 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "714 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "715 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "716 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "717 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "718 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "719 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "720 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "721 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "722 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "723 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "724 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "725 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "726 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "727 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "728 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "729 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "730 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "731 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "732 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "733 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "734 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "735 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "736 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "737 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "738 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "739 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "740 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "741 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "742 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "743 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "744 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "745 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "746 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "747 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "748 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "749 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "750 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "751 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "752 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "753 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "754 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "755 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "756 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "757 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "758 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "759 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "760 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "761 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "762 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "763 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "764 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "765 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "766 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "767 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "768 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "769 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "770 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "771 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "772 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "773 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "774 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "775 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "776 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "777 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "778 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "779 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "780 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "781 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "782 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "783 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "784 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "785 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "786 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "787 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "788 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "789 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "790 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "791 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "792 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "793 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "794 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "795 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "796 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "797 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "798 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "799 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "800 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "801 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "802 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "803 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "804 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "805 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "806 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "807 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "808 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "809 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "810 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "811 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "812 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "813 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "814 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "815 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "816 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "817 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "818 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "819 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "820 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "821 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "822 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "823 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "824 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "825 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "826 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "827 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "828 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "829 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "830 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "831 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "832 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "833 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "834 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "835 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "836 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "837 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "838 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "839 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "840 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "841 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "842 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "843 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "844 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "845 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "846 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "847 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "848 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "849 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "850 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "851 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "852 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "853 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "854 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "855 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "856 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "857 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "858 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "859 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "860 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "861 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "862 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "863 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "864 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "865 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "866 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "867 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "868 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "869 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "870 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "871 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "872 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "873 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "874 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "875 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "876 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "877 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "878 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "879 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "880 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "881 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "882 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "883 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "884 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "885 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "886 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "887 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "888 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "889 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "890 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "891 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "892 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "893 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "894 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "895 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "896 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "897 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "898 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "899 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "900 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "901 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "902 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "903 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "904 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "905 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "906 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "907 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "908 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "909 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "910 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "911 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "912 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "913 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "914 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "915 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "916 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "917 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "918 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "919 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "920 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "921 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "922 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "923 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "924 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "925 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "926 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "927 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "928 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "929 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "930 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "931 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "932 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "933 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "934 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "935 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "936 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "937 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "938 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "939 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "940 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "941 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "942 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "943 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "944 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "945 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "946 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "947 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "948 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "949 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "950 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "951 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "952 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "953 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "954 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "955 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "956 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "957 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "958 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "959 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "960 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "961 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "962 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "963 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "964 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "965 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "966 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "967 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "968 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "969 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "970 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "971 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "972 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "973 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "974 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "975 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "976 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "977 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "978 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "979 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "980 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "981 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "982 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "983 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "984 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "985 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "986 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "987 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "988 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "989 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "990 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "991 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "992 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "993 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "994 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "995 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "996 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "997 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "998 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "999 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1000 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1001 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1002 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1003 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1004 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1005 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1006 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1007 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1008 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1009 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1010 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1011 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1012 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1013 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1014 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1015 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1016 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1017 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1018 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1019 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1020 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1021 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1022 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1023 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1024 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1025 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1026 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1027 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1028 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1029 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1030 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1031 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1032 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1033 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1034 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1035 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1036 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1037 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1038 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1039 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1040 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1041 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1042 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1043 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1044 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1045 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1046 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1047 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1048 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1049 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1050 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1051 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1052 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1053 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1054 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1055 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1056 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1057 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1058 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1059 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1060 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1061 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1062 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1063 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1064 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1065 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1066 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1067 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1068 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1069 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1070 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1071 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1072 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1073 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1074 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1075 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1076 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1077 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1078 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1079 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1080 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1081 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1082 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1083 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1084 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1085 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1086 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1087 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1088 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1089 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1090 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1091 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1092 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1093 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1094 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1095 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1096 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1097 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1098 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1099 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1100 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1101 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1102 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1103 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1104 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1105 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1106 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1107 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1108 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1109 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1110 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1111 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1112 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1113 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1114 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1115 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "\n", + " filename file_id \n", + "0 ocean_grid.nc ocean_grid \n", + "1 ocean_grid.nc ocean_grid \n", + "2 ocean_grid.nc ocean_grid \n", + "3 ocean_grid.nc ocean_grid \n", + "4 ocean_grid.nc ocean_grid \n", + "5 ocean_grid.nc ocean_grid \n", + "6 ocean_grid.nc ocean_grid \n", + "7 ocean_grid.nc ocean_grid \n", + "8 ocean_grid.nc ocean_grid \n", + "9 ocean_grid.nc ocean_grid \n", + "10 ocean_grid.nc ocean_grid \n", + "11 ocean_grid.nc ocean_grid \n", + "12 ocean_grid.nc ocean_grid \n", + "13 ocean_grid.nc ocean_grid \n", + "14 ocean_grid.nc ocean_grid \n", + "15 ocean_grid.nc ocean_grid \n", + "16 ocean_grid.nc ocean_grid \n", + "17 ocean_grid.nc ocean_grid \n", + "18 ocean_grid.nc ocean_grid \n", + "19 ocean_grid.nc ocean_grid \n", + "20 ocean_grid.nc ocean_grid \n", + "21 ocean_grid.nc ocean_grid \n", + "22 ocean_grid.nc ocean_grid \n", + "23 ocean_grid.nc ocean_grid \n", + "24 ocean_grid.nc ocean_grid \n", + "25 ocean_grid.nc ocean_grid \n", + "26 ocean_grid.nc ocean_grid \n", + "27 ocean_grid.nc ocean_grid \n", + "28 ocean_grid.nc ocean_grid \n", + "29 ocean_grid.nc ocean_grid \n", + "30 ocean_grid.nc ocean_grid \n", + "31 ocean_grid.nc ocean_grid \n", + "32 ocean_grid.nc ocean_grid \n", + "33 ocean_grid.nc ocean_grid \n", + "34 ocean_grid.nc ocean_grid \n", + "35 ocean_grid.nc ocean_grid \n", + "36 ocean_grid.nc ocean_grid \n", + "37 ocean_grid.nc ocean_grid \n", + "38 ocean_grid.nc ocean_grid \n", + "39 ocean_grid.nc ocean_grid \n", + "40 ocean_grid.nc ocean_grid \n", + "41 ocean_grid.nc ocean_grid \n", + "42 ocean_grid.nc ocean_grid \n", + "43 ocean_grid.nc ocean_grid \n", + "44 ocean_grid.nc ocean_grid \n", + "45 ocean_grid.nc ocean_grid \n", + "46 ocean_grid.nc ocean_grid \n", + "47 ocean_grid.nc ocean_grid \n", + "48 ocean_grid.nc ocean_grid \n", + "49 ocean_grid.nc ocean_grid \n", + "50 ocean_grid.nc ocean_grid \n", + "51 ocean_grid.nc ocean_grid \n", + "52 ocean_grid.nc ocean_grid \n", + "53 ocean_grid.nc ocean_grid \n", + "54 ocean_grid.nc ocean_grid \n", + "55 ocean_grid.nc ocean_grid \n", + "56 ocean_grid.nc ocean_grid \n", + "57 ocean_grid.nc ocean_grid \n", + "58 ocean_grid.nc ocean_grid \n", + "59 ocean_grid.nc ocean_grid \n", + "60 ocean_grid.nc ocean_grid \n", + "61 ocean_grid.nc ocean_grid \n", + "62 ocean_grid.nc ocean_grid \n", + "63 ocean_grid.nc ocean_grid \n", + "64 ocean_grid.nc ocean_grid \n", + "65 ocean_grid.nc ocean_grid \n", + "66 ocean_grid.nc ocean_grid \n", + "67 ocean_grid.nc ocean_grid \n", + "68 ocean_grid.nc ocean_grid \n", + "69 ocean_grid.nc ocean_grid \n", + "70 ocean_grid.nc ocean_grid \n", + "71 ocean_grid.nc ocean_grid \n", + "72 ocean_grid.nc ocean_grid \n", + "73 ocean_grid.nc ocean_grid \n", + "74 ocean_grid.nc ocean_grid \n", + "75 ocean_grid.nc ocean_grid \n", + "76 ocean_grid.nc ocean_grid \n", + "77 ocean_grid.nc ocean_grid \n", + "78 ocean_grid.nc ocean_grid \n", + "79 ocean_grid.nc ocean_grid \n", + "80 ocean_grid.nc ocean_grid \n", + "81 ocean_grid.nc ocean_grid \n", + "82 ocean_grid.nc ocean_grid \n", + "83 ocean_grid.nc ocean_grid \n", + "84 ocean_grid.nc ocean_grid \n", + "85 ocean_grid.nc ocean_grid \n", + "86 ocean_grid.nc ocean_grid \n", + "87 ocean_grid.nc ocean_grid \n", + "88 ocean_grid.nc ocean_grid \n", + "89 ocean_grid.nc ocean_grid \n", + "90 ocean_grid.nc ocean_grid \n", + "91 ocean_grid.nc ocean_grid \n", + "92 ocean_grid.nc ocean_grid \n", + "93 ocean_grid.nc ocean_grid \n", + "94 ocean_grid.nc ocean_grid \n", + "95 ocean_grid.nc ocean_grid \n", + "96 ocean_grid.nc ocean_grid \n", + "97 ocean_grid.nc ocean_grid \n", + "98 ocean_grid.nc ocean_grid \n", + "99 ocean_grid.nc ocean_grid \n", + "100 ocean_grid.nc ocean_grid \n", + "101 ocean_grid.nc ocean_grid \n", + "102 ocean_grid.nc ocean_grid \n", + "103 ocean_grid.nc ocean_grid \n", + "104 ocean_grid.nc ocean_grid \n", + "105 ocean_grid.nc ocean_grid \n", + "106 ocean_grid.nc ocean_grid \n", + "107 ocean_grid.nc ocean_grid \n", + "108 ocean_grid.nc ocean_grid \n", + "109 ocean_grid.nc ocean_grid \n", + "110 ocean_grid.nc ocean_grid \n", + "111 ocean_grid.nc ocean_grid \n", + "112 ocean_grid.nc ocean_grid \n", + "113 ocean_grid.nc ocean_grid \n", + "114 ocean_grid.nc ocean_grid \n", + "115 ocean_grid.nc ocean_grid \n", + "116 ocean_grid.nc ocean_grid \n", + "117 ocean_grid.nc ocean_grid \n", + "118 ocean_grid.nc ocean_grid \n", + "119 ocean_grid.nc ocean_grid \n", + "120 ocean_grid.nc ocean_grid \n", + "121 ocean_grid.nc ocean_grid \n", + "122 ocean_grid.nc ocean_grid \n", + "123 ocean_grid.nc ocean_grid \n", + "124 ocean_grid.nc ocean_grid \n", + "125 ocean_grid.nc ocean_grid \n", + "126 ocean_grid.nc ocean_grid \n", + "127 ocean_grid.nc ocean_grid \n", + "128 ocean_grid.nc ocean_grid \n", + "129 ocean_grid.nc ocean_grid \n", + "130 ocean_grid.nc ocean_grid \n", + "131 ocean_grid.nc ocean_grid \n", + "132 ocean_grid.nc ocean_grid \n", + "133 ocean_grid.nc ocean_grid \n", + "134 ocean_grid.nc ocean_grid \n", + "135 ocean_grid.nc ocean_grid \n", + "136 ocean_grid.nc ocean_grid \n", + "137 ocean_grid.nc ocean_grid \n", + "138 ocean_grid.nc ocean_grid \n", + "139 ocean_grid.nc ocean_grid \n", + "140 ocean_grid.nc ocean_grid \n", + "141 ocean_grid.nc ocean_grid \n", + "142 ocean_grid.nc ocean_grid \n", + "143 ocean_grid.nc ocean_grid \n", + "144 ocean_grid.nc ocean_grid \n", + "145 ocean_grid.nc ocean_grid \n", + "146 ocean_grid.nc ocean_grid \n", + "147 ocean_grid.nc ocean_grid \n", + "148 ocean_grid.nc ocean_grid \n", + "149 ocean_grid.nc ocean_grid \n", + "150 ocean_grid.nc ocean_grid \n", + "151 ocean_grid.nc ocean_grid \n", + "152 ocean_grid.nc ocean_grid \n", + "153 ocean_grid.nc ocean_grid \n", + "154 ocean_grid.nc ocean_grid \n", + "155 ocean_grid.nc ocean_grid \n", + "156 ocean_grid.nc ocean_grid \n", + "157 ocean_grid.nc ocean_grid \n", + "158 ocean_grid.nc ocean_grid \n", + "159 ocean_grid.nc ocean_grid \n", + "160 ocean_grid.nc ocean_grid \n", + "161 ocean_grid.nc ocean_grid \n", + "162 ocean_grid.nc ocean_grid \n", + "163 ocean_grid.nc ocean_grid \n", + "164 ocean_grid.nc ocean_grid \n", + "165 ocean_grid.nc ocean_grid \n", + "166 ocean_grid.nc ocean_grid \n", + "167 ocean_grid.nc ocean_grid \n", + "168 ocean_grid.nc ocean_grid \n", + "169 ocean_grid.nc ocean_grid \n", + "170 ocean_grid.nc ocean_grid \n", + "171 ocean_grid.nc ocean_grid \n", + "172 ocean_grid.nc ocean_grid \n", + "173 ocean_grid.nc ocean_grid \n", + "174 ocean_grid.nc ocean_grid \n", + "175 ocean_grid.nc ocean_grid \n", + "176 ocean_grid.nc ocean_grid \n", + "177 ocean_grid.nc ocean_grid \n", + "178 ocean_grid.nc ocean_grid \n", + "179 ocean_grid.nc ocean_grid \n", + "180 ocean_grid.nc ocean_grid \n", + "181 ocean_grid.nc ocean_grid \n", + "182 ocean_grid.nc ocean_grid \n", + "183 ocean_grid.nc ocean_grid \n", + "184 ocean_grid.nc ocean_grid \n", + "185 ocean_grid.nc ocean_grid \n", + "186 ocean_grid.nc ocean_grid \n", + "187 ocean_grid.nc ocean_grid \n", + "188 ocean_grid.nc ocean_grid \n", + "189 ocean_grid.nc ocean_grid \n", + "190 ocean_grid.nc ocean_grid \n", + "191 ocean_grid.nc ocean_grid \n", + "192 ocean_grid.nc ocean_grid \n", + "193 ocean_grid.nc ocean_grid \n", + "194 ocean_grid.nc ocean_grid \n", + "195 ocean_grid.nc ocean_grid \n", + "196 ocean_grid.nc ocean_grid \n", + "197 ocean_grid.nc ocean_grid \n", + "198 ocean_grid.nc ocean_grid \n", + "199 ocean_grid.nc ocean_grid \n", + "200 ocean_grid.nc ocean_grid \n", + "201 ocean_grid.nc ocean_grid \n", + "202 ocean_grid.nc ocean_grid \n", + "203 ocean_grid.nc ocean_grid \n", + "204 ocean_grid.nc ocean_grid \n", + "205 ocean_grid.nc ocean_grid \n", + "206 ocean_grid.nc ocean_grid \n", + "207 ocean_grid.nc ocean_grid \n", + "208 ocean_grid.nc ocean_grid \n", + "209 ocean_grid.nc ocean_grid \n", + "210 ocean_grid.nc ocean_grid \n", + "211 ocean_grid.nc ocean_grid \n", + "212 ocean_grid.nc ocean_grid \n", + "213 ocean_grid.nc ocean_grid \n", + "214 ocean_grid.nc ocean_grid \n", + "215 ocean_grid.nc ocean_grid \n", + "216 ocean_grid.nc ocean_grid \n", + "217 ocean_grid.nc ocean_grid \n", + "218 ocean_grid.nc ocean_grid \n", + "219 ocean_grid.nc ocean_grid \n", + "220 ocean_grid.nc ocean_grid \n", + "221 ocean_grid.nc ocean_grid \n", + "222 ocean_grid.nc ocean_grid \n", + "223 ocean_grid.nc ocean_grid \n", + "224 ocean_grid.nc ocean_grid \n", + "225 ocean_grid.nc ocean_grid \n", + "226 ocean_grid.nc ocean_grid \n", + "227 ocean_grid.nc ocean_grid \n", + "228 ocean_grid.nc ocean_grid \n", + "229 ocean_grid.nc ocean_grid \n", + "230 ocean_grid.nc ocean_grid \n", + "231 ocean_grid.nc ocean_grid \n", + "232 ocean_grid.nc ocean_grid \n", + "233 ocean_grid.nc ocean_grid \n", + "234 ocean_grid.nc ocean_grid \n", + "235 ocean_grid.nc ocean_grid \n", + "236 ocean_grid.nc ocean_grid \n", + "237 ocean_grid.nc ocean_grid \n", + "238 ocean_grid.nc ocean_grid \n", + "239 ocean_grid.nc ocean_grid \n", + "240 ocean_grid.nc ocean_grid \n", + "241 ocean_grid.nc ocean_grid \n", + "242 ocean_grid.nc ocean_grid \n", + "243 ocean_grid.nc ocean_grid \n", + "244 ocean_grid.nc ocean_grid \n", + "245 ocean_grid.nc ocean_grid \n", + "246 ocean_grid.nc ocean_grid \n", + "247 ocean_grid.nc ocean_grid \n", + "248 ocean_grid.nc ocean_grid \n", + "249 ocean_grid.nc ocean_grid \n", + "250 ocean_grid.nc ocean_grid \n", + "251 ocean_grid.nc ocean_grid \n", + "252 ocean_grid.nc ocean_grid \n", + "253 ocean_grid.nc ocean_grid \n", + "254 ocean_grid.nc ocean_grid \n", + "255 ocean_grid.nc ocean_grid \n", + "256 ocean_grid.nc ocean_grid \n", + "257 ocean_grid.nc ocean_grid \n", + "258 ocean_grid.nc ocean_grid \n", + "259 ocean_grid.nc ocean_grid \n", + "260 ocean_grid.nc ocean_grid \n", + "261 ocean_grid.nc ocean_grid \n", + "262 ocean_grid.nc ocean_grid \n", + "263 ocean_grid.nc ocean_grid \n", + "264 ocean_grid.nc ocean_grid \n", + "265 ocean_grid.nc ocean_grid \n", + "266 ocean_grid.nc ocean_grid \n", + "267 ocean_grid.nc ocean_grid \n", + "268 ocean_grid.nc ocean_grid \n", + "269 ocean_grid.nc ocean_grid \n", + "270 ocean_grid.nc ocean_grid \n", + "271 ocean_grid.nc ocean_grid \n", + "272 ocean_grid.nc ocean_grid \n", + "273 ocean_grid.nc ocean_grid \n", + "274 ocean_grid.nc ocean_grid \n", + "275 ocean_grid.nc ocean_grid \n", + "276 ocean_grid.nc ocean_grid \n", + "277 ocean_grid.nc ocean_grid \n", + "278 ocean_grid.nc ocean_grid \n", + "279 ocean_grid.nc ocean_grid \n", + "280 ocean_grid.nc ocean_grid \n", + "281 ocean_grid.nc ocean_grid \n", + "282 ocean_grid.nc ocean_grid \n", + "283 ocean_grid.nc ocean_grid \n", + "284 ocean_grid.nc ocean_grid \n", + "285 ocean_grid.nc ocean_grid \n", + "286 ocean_grid.nc ocean_grid \n", + "287 ocean_grid.nc ocean_grid \n", + "288 ocean_grid.nc ocean_grid \n", + "289 ocean_grid.nc ocean_grid \n", + "290 ocean_grid.nc ocean_grid \n", + "291 ocean_grid.nc ocean_grid \n", + "292 ocean_grid.nc ocean_grid \n", + "293 ocean_grid.nc ocean_grid \n", + "294 ocean_grid.nc ocean_grid \n", + "295 ocean_grid.nc ocean_grid \n", + "296 ocean_grid.nc ocean_grid \n", + "297 ocean_grid.nc ocean_grid \n", + "298 ocean_grid.nc ocean_grid \n", + "299 ocean_grid.nc ocean_grid \n", + "300 ocean_grid.nc ocean_grid \n", + "301 ocean_grid.nc ocean_grid \n", + "302 ocean_grid.nc ocean_grid \n", + "303 ocean_grid.nc ocean_grid \n", + "304 ocean_grid.nc ocean_grid \n", + "305 ocean_grid.nc ocean_grid \n", + "306 ocean_grid.nc ocean_grid \n", + "307 ocean_grid.nc ocean_grid \n", + "308 ocean_grid.nc ocean_grid \n", + "309 ocean_grid.nc ocean_grid \n", + "310 ocean_grid.nc ocean_grid \n", + "311 ocean_grid.nc ocean_grid \n", + "312 ocean_grid.nc ocean_grid \n", + "313 ocean_grid.nc ocean_grid \n", + "314 ocean_grid.nc ocean_grid \n", + "315 ocean_grid.nc ocean_grid \n", + "316 ocean_grid.nc ocean_grid \n", + "317 ocean_grid.nc ocean_grid \n", + "318 ocean_grid.nc ocean_grid \n", + "319 ocean_grid.nc ocean_grid \n", + "320 ocean_grid.nc ocean_grid \n", + "321 ocean_grid.nc ocean_grid \n", + "322 ocean_grid.nc ocean_grid \n", + "323 ocean_grid.nc ocean_grid \n", + "324 ocean_grid.nc ocean_grid \n", + "325 ocean_grid.nc ocean_grid \n", + "326 ocean_grid.nc ocean_grid \n", + "327 ocean_grid.nc ocean_grid \n", + "328 ocean_grid.nc ocean_grid \n", + "329 ocean_grid.nc ocean_grid \n", + "330 ocean_grid.nc ocean_grid \n", + "331 ocean_grid.nc ocean_grid \n", + "332 ocean_grid.nc ocean_grid \n", + "333 ocean_grid.nc ocean_grid \n", + "334 ocean_grid.nc ocean_grid \n", + "335 ocean_grid.nc ocean_grid \n", + "336 ocean_grid.nc ocean_grid \n", + "337 ocean_grid.nc ocean_grid \n", + "338 ocean_grid.nc ocean_grid \n", + "339 ocean_grid.nc ocean_grid \n", + "340 ocean_grid.nc ocean_grid \n", + "341 ocean_grid.nc ocean_grid \n", + "342 ocean_grid.nc ocean_grid \n", + "343 ocean_grid.nc ocean_grid \n", + "344 ocean_grid.nc ocean_grid \n", + "345 ocean_grid.nc ocean_grid \n", + "346 ocean_grid.nc ocean_grid \n", + "347 ocean_grid.nc ocean_grid \n", + "348 ocean_grid.nc ocean_grid \n", + "349 ocean_grid.nc ocean_grid \n", + "350 ocean_grid.nc ocean_grid \n", + "351 ocean_grid.nc ocean_grid \n", + "352 ocean_grid.nc ocean_grid \n", + "353 ocean_grid.nc ocean_grid \n", + "354 ocean_grid.nc ocean_grid \n", + "355 ocean_grid.nc ocean_grid \n", + "356 ocean_grid.nc ocean_grid \n", + "357 ocean_grid.nc ocean_grid \n", + "358 ocean_grid.nc ocean_grid \n", + "359 ocean_grid.nc ocean_grid \n", + "360 ocean_grid.nc ocean_grid \n", + "361 ocean_grid.nc ocean_grid \n", + "362 ocean_grid.nc ocean_grid \n", + "363 ocean_grid.nc ocean_grid \n", + "364 ocean_grid.nc ocean_grid \n", + "365 ocean_grid.nc ocean_grid \n", + "366 ocean_grid.nc ocean_grid \n", + "367 ocean_grid.nc ocean_grid \n", + "368 ocean_grid.nc ocean_grid \n", + "369 ocean_grid.nc ocean_grid \n", + "370 ocean_grid.nc ocean_grid \n", + "371 ocean_grid.nc ocean_grid \n", + "372 ocean_grid.nc ocean_grid \n", + "373 ocean_grid.nc ocean_grid \n", + "374 ocean_grid.nc ocean_grid \n", + "375 ocean_grid.nc ocean_grid \n", + "376 ocean_grid.nc ocean_grid \n", + "377 ocean_grid.nc ocean_grid \n", + "378 ocean_grid.nc ocean_grid \n", + "379 ocean_grid.nc ocean_grid \n", + "380 ocean_grid.nc ocean_grid \n", + "381 ocean_grid.nc ocean_grid \n", + "382 ocean_grid.nc ocean_grid \n", + "383 ocean_grid.nc ocean_grid \n", + "384 ocean_grid.nc ocean_grid \n", + "385 ocean_grid.nc ocean_grid \n", + "386 ocean_grid.nc ocean_grid \n", + "387 ocean_grid.nc ocean_grid \n", + "388 ocean_grid.nc ocean_grid \n", + "389 ocean_grid.nc ocean_grid \n", + "390 ocean_grid.nc ocean_grid \n", + "391 ocean_grid.nc ocean_grid \n", + "392 ocean_grid.nc ocean_grid \n", + "393 ocean_grid.nc ocean_grid \n", + "394 ocean_grid.nc ocean_grid \n", + "395 ocean_grid.nc ocean_grid \n", + "396 ocean_grid.nc ocean_grid \n", + "397 ocean_grid.nc ocean_grid \n", + "398 ocean_grid.nc ocean_grid \n", + "399 ocean_grid.nc ocean_grid \n", + "400 ocean_grid.nc ocean_grid \n", + "401 ocean_grid.nc ocean_grid \n", + "402 ocean_grid.nc ocean_grid \n", + "403 ocean_grid.nc ocean_grid \n", + "404 ocean_grid.nc ocean_grid \n", + "405 ocean_grid.nc ocean_grid \n", + "406 ocean_grid.nc ocean_grid \n", + "407 ocean_grid.nc ocean_grid \n", + "408 ocean_grid.nc ocean_grid \n", + "409 ocean_grid.nc ocean_grid \n", + "410 ocean_grid.nc ocean_grid \n", + "411 ocean_grid.nc ocean_grid \n", + "412 ocean_grid.nc ocean_grid \n", + "413 ocean_grid.nc ocean_grid \n", + "414 ocean_grid.nc ocean_grid \n", + "415 ocean_grid.nc ocean_grid \n", + "416 ocean_grid.nc ocean_grid \n", + "417 ocean_grid.nc ocean_grid \n", + "418 ocean_grid.nc ocean_grid \n", + "419 ocean_grid.nc ocean_grid \n", + "420 ocean_grid.nc ocean_grid \n", + "421 ocean_grid.nc ocean_grid \n", + "422 ocean_grid.nc ocean_grid \n", + "423 ocean_grid.nc ocean_grid \n", + "424 ocean_grid.nc ocean_grid \n", + "425 ocean_grid.nc ocean_grid \n", + "426 ocean_grid.nc ocean_grid \n", + "427 ocean_grid.nc ocean_grid \n", + "428 ocean_grid.nc ocean_grid \n", + "429 ocean_grid.nc ocean_grid \n", + "430 ocean_grid.nc ocean_grid \n", + "431 ocean_grid.nc ocean_grid \n", + "432 ocean_grid.nc ocean_grid \n", + "433 ocean_grid.nc ocean_grid \n", + "434 ocean_grid.nc ocean_grid \n", + "435 ocean_grid.nc ocean_grid \n", + "436 ocean_grid.nc ocean_grid \n", + "437 ocean_grid.nc ocean_grid \n", + "438 ocean_grid.nc ocean_grid \n", + "439 ocean_grid.nc ocean_grid \n", + "440 ocean_grid.nc ocean_grid \n", + "441 ocean_grid.nc ocean_grid \n", + "442 ocean_grid.nc ocean_grid \n", + "443 ocean_grid.nc ocean_grid \n", + "444 ocean_grid.nc ocean_grid \n", + "445 ocean_grid.nc ocean_grid \n", + "446 ocean_grid.nc ocean_grid \n", + "447 ocean_grid.nc ocean_grid \n", + "448 ocean_grid.nc ocean_grid \n", + "449 ocean_grid.nc ocean_grid \n", + "450 ocean_grid.nc ocean_grid \n", + "451 ocean_grid.nc ocean_grid \n", + "452 ocean_grid.nc ocean_grid \n", + "453 ocean_grid.nc ocean_grid \n", + "454 ocean_grid.nc ocean_grid \n", + "455 ocean_grid.nc ocean_grid \n", + "456 ocean_grid.nc ocean_grid \n", + "457 ocean_grid.nc ocean_grid \n", + "458 ocean_grid.nc ocean_grid \n", + "459 ocean_grid.nc ocean_grid \n", + "460 ocean_grid.nc ocean_grid \n", + "461 ocean_grid.nc ocean_grid \n", + "462 ocean_grid.nc ocean_grid \n", + "463 ocean_grid.nc ocean_grid \n", + "464 ocean_grid.nc ocean_grid \n", + "465 ocean_grid.nc ocean_grid \n", + "466 ocean_grid.nc ocean_grid \n", + "467 ocean_grid.nc ocean_grid \n", + "468 ocean_grid.nc ocean_grid \n", + "469 ocean_grid.nc ocean_grid \n", + "470 ocean_grid.nc ocean_grid \n", + "471 ocean_grid.nc ocean_grid \n", + "472 ocean_grid.nc ocean_grid \n", + "473 ocean_grid.nc ocean_grid \n", + "474 ocean_grid.nc ocean_grid \n", + "475 ocean_grid.nc ocean_grid \n", + "476 ocean_grid.nc ocean_grid \n", + "477 ocean_grid.nc ocean_grid \n", + "478 ocean_grid.nc ocean_grid \n", + "479 ocean_grid.nc ocean_grid \n", + "480 ocean_grid.nc ocean_grid \n", + "481 ocean_grid.nc ocean_grid \n", + "482 ocean_grid.nc ocean_grid \n", + "483 ocean_grid.nc ocean_grid \n", + "484 ocean_grid.nc ocean_grid \n", + "485 ocean_grid.nc ocean_grid \n", + "486 ocean_grid.nc ocean_grid \n", + "487 ocean_grid.nc ocean_grid \n", + "488 ocean_grid.nc ocean_grid \n", + "489 ocean_grid.nc ocean_grid \n", + "490 ocean_grid.nc ocean_grid \n", + "491 ocean_grid.nc ocean_grid \n", + "492 ocean_grid.nc ocean_grid \n", + "493 ocean_grid.nc ocean_grid \n", + "494 ocean_grid.nc ocean_grid \n", + "495 ocean_grid.nc ocean_grid \n", + "496 ocean_grid.nc ocean_grid \n", + "497 ocean_grid.nc ocean_grid \n", + "498 ocean_grid.nc ocean_grid \n", + "499 ocean_grid.nc ocean_grid \n", + "500 ocean_grid.nc ocean_grid \n", + "501 ocean_grid.nc ocean_grid \n", + "502 ocean_grid.nc ocean_grid \n", + "503 ocean_grid.nc ocean_grid \n", + "504 ocean_grid.nc ocean_grid \n", + "505 ocean_grid.nc ocean_grid \n", + "506 ocean_grid.nc ocean_grid \n", + "507 ocean_grid.nc ocean_grid \n", + "508 ocean_grid.nc ocean_grid \n", + "509 ocean_grid.nc ocean_grid \n", + "510 ocean_grid.nc ocean_grid \n", + "511 ocean_grid.nc ocean_grid \n", + "512 ocean_grid.nc ocean_grid \n", + "513 ocean_grid.nc ocean_grid \n", + "514 ocean_grid.nc ocean_grid \n", + "515 ocean_grid.nc ocean_grid \n", + "516 ocean_grid.nc ocean_grid \n", + "517 ocean_grid.nc ocean_grid \n", + "518 ocean_grid.nc ocean_grid \n", + "519 ocean_grid.nc ocean_grid \n", + "520 ocean_grid.nc ocean_grid \n", + "521 ocean_grid.nc ocean_grid \n", + "522 ocean_grid.nc ocean_grid \n", + "523 ocean_grid.nc ocean_grid \n", + "524 ocean_grid.nc ocean_grid \n", + "525 ocean_grid.nc ocean_grid \n", + "526 ocean_grid.nc ocean_grid \n", + "527 ocean_grid.nc ocean_grid \n", + "528 ocean_grid.nc ocean_grid \n", + "529 ocean_grid.nc ocean_grid \n", + "530 ocean_grid.nc ocean_grid \n", + "531 ocean_grid.nc ocean_grid \n", + "532 ocean_grid.nc ocean_grid \n", + "533 ocean_grid.nc ocean_grid \n", + "534 ocean_grid.nc ocean_grid \n", + "535 ocean_grid.nc ocean_grid \n", + "536 ocean_grid.nc ocean_grid \n", + "537 ocean_grid.nc ocean_grid \n", + "538 ocean_grid.nc ocean_grid \n", + "539 ocean_grid.nc ocean_grid \n", + "540 ocean_grid.nc ocean_grid \n", + "541 ocean_grid.nc ocean_grid \n", + "542 ocean_grid.nc ocean_grid \n", + "543 ocean_grid.nc ocean_grid \n", + "544 ocean_grid.nc ocean_grid \n", + "545 ocean_grid.nc ocean_grid \n", + "546 ocean_grid.nc ocean_grid \n", + "547 ocean_grid.nc ocean_grid \n", + "548 ocean_grid.nc ocean_grid \n", + "549 ocean_grid.nc ocean_grid \n", + "550 ocean_grid.nc ocean_grid \n", + "551 ocean_grid.nc ocean_grid \n", + "552 ocean_grid.nc ocean_grid \n", + "553 ocean_grid.nc ocean_grid \n", + "554 ocean_grid.nc ocean_grid \n", + "555 ocean_grid.nc ocean_grid \n", + "556 ocean_grid.nc ocean_grid \n", + "557 ocean_grid.nc ocean_grid \n", + "558 ocean_grid.nc ocean_grid \n", + "559 ocean_grid.nc ocean_grid \n", + "560 ocean_grid.nc ocean_grid \n", + "561 ocean_grid.nc ocean_grid \n", + "562 ocean_grid.nc ocean_grid \n", + "563 ocean_grid.nc ocean_grid \n", + "564 ocean_grid.nc ocean_grid \n", + "565 ocean_grid.nc ocean_grid \n", + "566 ocean_grid.nc ocean_grid \n", + "567 ocean_grid.nc ocean_grid \n", + "568 ocean_grid.nc ocean_grid \n", + "569 ocean_grid.nc ocean_grid \n", + "570 ocean_grid.nc ocean_grid \n", + "571 ocean_grid.nc ocean_grid \n", + "572 ocean_grid.nc ocean_grid \n", + "573 ocean_grid.nc ocean_grid \n", + "574 ocean_grid.nc ocean_grid \n", + "575 ocean_grid.nc ocean_grid \n", + "576 ocean_grid.nc ocean_grid \n", + "577 ocean_grid.nc ocean_grid \n", + "578 ocean_grid.nc ocean_grid \n", + "579 ocean_grid.nc ocean_grid \n", + "580 ocean_grid.nc ocean_grid \n", + "581 ocean_grid.nc ocean_grid \n", + "582 ocean_grid.nc ocean_grid \n", + "583 ocean_grid.nc ocean_grid \n", + "584 ocean_grid.nc ocean_grid \n", + "585 ocean_grid.nc ocean_grid \n", + "586 ocean_grid.nc ocean_grid \n", + "587 ocean_grid.nc ocean_grid \n", + "588 ocean_grid.nc ocean_grid \n", + "589 ocean_grid.nc ocean_grid \n", + "590 ocean_grid.nc ocean_grid \n", + "591 ocean_grid.nc ocean_grid \n", + "592 ocean_grid.nc ocean_grid \n", + "593 ocean_grid.nc ocean_grid \n", + "594 ocean_grid.nc ocean_grid \n", + "595 ocean_grid.nc ocean_grid \n", + "596 ocean_grid.nc ocean_grid \n", + "597 ocean_grid.nc ocean_grid \n", + "598 ocean_grid.nc ocean_grid \n", + "599 ocean_grid.nc ocean_grid \n", + "600 ocean_grid.nc ocean_grid \n", + "601 ocean_grid.nc ocean_grid \n", + "602 ocean_grid.nc ocean_grid \n", + "603 ocean_grid.nc ocean_grid \n", + "604 ocean_grid.nc ocean_grid \n", + "605 ocean_grid.nc ocean_grid \n", + "606 ocean_grid.nc ocean_grid \n", + "607 ocean_grid.nc ocean_grid \n", + "608 ocean_grid.nc ocean_grid \n", + "609 ocean_grid.nc ocean_grid \n", + "610 ocean_grid.nc ocean_grid \n", + "611 ocean_grid.nc ocean_grid \n", + "612 ocean_grid.nc ocean_grid \n", + "613 ocean_grid.nc ocean_grid \n", + "614 ocean_grid.nc ocean_grid \n", + "615 ocean_grid.nc ocean_grid \n", + "616 ocean_grid.nc ocean_grid \n", + "617 ocean_grid.nc ocean_grid \n", + "618 ocean_grid.nc ocean_grid \n", + "619 ocean_grid.nc ocean_grid \n", + "620 ocean_grid.nc ocean_grid \n", + "621 ocean_grid.nc ocean_grid \n", + "622 ocean_grid.nc ocean_grid \n", + "623 ocean_grid.nc ocean_grid \n", + "624 ocean_grid.nc ocean_grid \n", + "625 ocean_grid.nc ocean_grid \n", + "626 ocean_grid.nc ocean_grid \n", + "627 ocean_grid.nc ocean_grid \n", + "628 ocean_grid.nc ocean_grid \n", + "629 ocean_grid.nc ocean_grid \n", + "630 ocean_grid.nc ocean_grid \n", + "631 ocean_grid.nc ocean_grid \n", + "632 ocean_grid.nc ocean_grid \n", + "633 ocean_grid.nc ocean_grid \n", + "634 ocean_grid.nc ocean_grid \n", + "635 ocean_grid.nc ocean_grid \n", + "636 ocean_grid.nc ocean_grid \n", + "637 ocean_grid.nc ocean_grid \n", + "638 ocean_grid.nc ocean_grid \n", + "639 ocean_grid.nc ocean_grid \n", + "640 ocean_grid.nc ocean_grid \n", + "641 ocean_grid.nc ocean_grid \n", + "642 ocean_grid.nc ocean_grid \n", + "643 ocean_grid.nc ocean_grid \n", + "644 ocean_grid.nc ocean_grid \n", + "645 ocean_grid.nc ocean_grid \n", + "646 ocean_grid.nc ocean_grid \n", + "647 ocean_grid.nc ocean_grid \n", + "648 ocean_grid.nc ocean_grid \n", + "649 ocean_grid.nc ocean_grid \n", + "650 ocean_grid.nc ocean_grid \n", + "651 ocean_grid.nc ocean_grid \n", + "652 ocean_grid.nc ocean_grid \n", + "653 ocean_grid.nc ocean_grid \n", + "654 ocean_grid.nc ocean_grid \n", + "655 ocean_grid.nc ocean_grid \n", + "656 ocean_grid.nc ocean_grid \n", + "657 ocean_grid.nc ocean_grid \n", + "658 ocean_grid.nc ocean_grid \n", + "659 ocean_grid.nc ocean_grid \n", + "660 ocean_grid.nc ocean_grid \n", + "661 ocean_grid.nc ocean_grid \n", + "662 ocean_grid.nc ocean_grid \n", + "663 ocean_grid.nc ocean_grid \n", + "664 ocean_grid.nc ocean_grid \n", + "665 ocean_grid.nc ocean_grid \n", + "666 ocean_grid.nc ocean_grid \n", + "667 ocean_grid.nc ocean_grid \n", + "668 ocean_grid.nc ocean_grid \n", + "669 ocean_grid.nc ocean_grid \n", + "670 ocean_grid.nc ocean_grid \n", + "671 ocean_grid.nc ocean_grid \n", + "672 ocean_grid.nc ocean_grid \n", + "673 ocean_grid.nc ocean_grid \n", + "674 ocean_grid.nc ocean_grid \n", + "675 ocean_grid.nc ocean_grid \n", + "676 ocean_grid.nc ocean_grid \n", + "677 ocean_grid.nc ocean_grid \n", + "678 ocean_grid.nc ocean_grid \n", + "679 ocean_grid.nc ocean_grid \n", + "680 ocean_grid.nc ocean_grid \n", + "681 ocean_grid.nc ocean_grid \n", + "682 ocean_grid.nc ocean_grid \n", + "683 ocean_grid.nc ocean_grid \n", + "684 ocean_grid.nc ocean_grid \n", + "685 ocean_grid.nc ocean_grid \n", + "686 ocean_grid.nc ocean_grid \n", + "687 ocean_grid.nc ocean_grid \n", + "688 ocean_grid.nc ocean_grid \n", + "689 ocean_grid.nc ocean_grid \n", + "690 ocean_grid.nc ocean_grid \n", + "691 ocean_grid.nc ocean_grid \n", + "692 ocean_grid.nc ocean_grid \n", + "693 ocean_grid.nc ocean_grid \n", + "694 ocean_grid.nc ocean_grid \n", + "695 ocean_grid.nc ocean_grid \n", + "696 ocean_grid.nc ocean_grid \n", + "697 ocean_grid.nc ocean_grid \n", + "698 ocean_grid.nc ocean_grid \n", + "699 ocean_grid.nc ocean_grid \n", + "700 ocean_grid.nc ocean_grid \n", + "701 ocean_grid.nc ocean_grid \n", + "702 ocean_grid.nc ocean_grid \n", + "703 ocean_grid.nc ocean_grid \n", + "704 ocean_grid.nc ocean_grid \n", + "705 ocean_grid.nc ocean_grid \n", + "706 ocean_grid.nc ocean_grid \n", + "707 ocean_grid.nc ocean_grid \n", + "708 ocean_grid.nc ocean_grid \n", + "709 ocean_grid.nc ocean_grid \n", + "710 ocean_grid.nc ocean_grid \n", + "711 ocean_grid.nc ocean_grid \n", + "712 ocean_grid.nc ocean_grid \n", + "713 ocean_grid.nc ocean_grid \n", + "714 ocean_grid.nc ocean_grid \n", + "715 ocean_grid.nc ocean_grid \n", + "716 ocean_grid.nc ocean_grid \n", + "717 ocean_grid.nc ocean_grid \n", + "718 ocean_grid.nc ocean_grid \n", + "719 ocean_grid.nc ocean_grid \n", + "720 ocean_grid.nc ocean_grid \n", + "721 ocean_grid.nc ocean_grid \n", + "722 ocean_grid.nc ocean_grid \n", + "723 ocean_grid.nc ocean_grid \n", + "724 ocean_grid.nc ocean_grid \n", + "725 ocean_grid.nc ocean_grid \n", + "726 ocean_grid.nc ocean_grid \n", + "727 ocean_grid.nc ocean_grid \n", + "728 ocean_grid.nc ocean_grid \n", + "729 ocean_grid.nc ocean_grid \n", + "730 ocean_grid.nc ocean_grid \n", + "731 ocean_grid.nc ocean_grid \n", + "732 ocean_grid.nc ocean_grid \n", + "733 ocean_grid.nc ocean_grid \n", + "734 ocean_grid.nc ocean_grid \n", + "735 ocean_grid.nc ocean_grid \n", + "736 ocean_grid.nc ocean_grid \n", + "737 ocean_grid.nc ocean_grid \n", + "738 ocean_grid.nc ocean_grid \n", + "739 ocean_grid.nc ocean_grid \n", + "740 ocean_grid.nc ocean_grid \n", + "741 ocean_grid.nc ocean_grid \n", + "742 ocean_grid.nc ocean_grid \n", + "743 ocean_grid.nc ocean_grid \n", + "744 ocean_grid.nc ocean_grid \n", + "745 ocean_grid.nc ocean_grid \n", + "746 ocean_grid.nc ocean_grid \n", + "747 ocean_grid.nc ocean_grid \n", + "748 ocean_grid.nc ocean_grid \n", + "749 ocean_grid.nc ocean_grid \n", + "750 ocean_grid.nc ocean_grid \n", + "751 ocean_grid.nc ocean_grid \n", + "752 ocean_grid.nc ocean_grid \n", + "753 ocean_grid.nc ocean_grid \n", + "754 ocean_grid.nc ocean_grid \n", + "755 ocean_grid.nc ocean_grid \n", + "756 ocean_grid.nc ocean_grid \n", + "757 ocean_grid.nc ocean_grid \n", + "758 ocean_grid.nc ocean_grid \n", + "759 ocean_grid.nc ocean_grid \n", + "760 ocean_grid.nc ocean_grid \n", + "761 ocean_grid.nc ocean_grid \n", + "762 ocean_grid.nc ocean_grid \n", + "763 ocean_grid.nc ocean_grid \n", + "764 ocean_grid.nc ocean_grid \n", + "765 ocean_grid.nc ocean_grid \n", + "766 ocean_grid.nc ocean_grid \n", + "767 ocean_grid.nc ocean_grid \n", + "768 ocean_grid.nc ocean_grid \n", + "769 ocean_grid.nc ocean_grid \n", + "770 ocean_grid.nc ocean_grid \n", + "771 ocean_grid.nc ocean_grid \n", + "772 ocean_grid.nc ocean_grid \n", + "773 ocean_grid.nc ocean_grid \n", + "774 ocean_grid.nc ocean_grid \n", + "775 ocean_grid.nc ocean_grid \n", + "776 ocean_grid.nc ocean_grid \n", + "777 ocean_grid.nc ocean_grid \n", + "778 ocean_grid.nc ocean_grid \n", + "779 ocean_grid.nc ocean_grid \n", + "780 ocean_grid.nc ocean_grid \n", + "781 ocean_grid.nc ocean_grid \n", + "782 ocean_grid.nc ocean_grid \n", + "783 ocean_grid.nc ocean_grid \n", + "784 ocean_grid.nc ocean_grid \n", + "785 ocean_grid.nc ocean_grid \n", + "786 ocean_grid.nc ocean_grid \n", + "787 ocean_grid.nc ocean_grid \n", + "788 ocean_grid.nc ocean_grid \n", + "789 ocean_grid.nc ocean_grid \n", + "790 ocean_grid.nc ocean_grid \n", + "791 ocean_grid.nc ocean_grid \n", + "792 ocean_grid.nc ocean_grid \n", + "793 ocean_grid.nc ocean_grid \n", + "794 ocean_grid.nc ocean_grid \n", + "795 ocean_grid.nc ocean_grid \n", + "796 ocean_grid.nc ocean_grid \n", + "797 ocean_grid.nc ocean_grid \n", + "798 ocean_grid.nc ocean_grid \n", + "799 ocean_grid.nc ocean_grid \n", + "800 ocean_grid.nc ocean_grid \n", + "801 ocean_grid.nc ocean_grid \n", + "802 ocean_grid.nc ocean_grid \n", + "803 ocean_grid.nc ocean_grid \n", + "804 ocean_grid.nc ocean_grid \n", + "805 ocean_grid.nc ocean_grid \n", + "806 ocean_grid.nc ocean_grid \n", + "807 ocean_grid.nc ocean_grid \n", + "808 ocean_grid.nc ocean_grid \n", + "809 ocean_grid.nc ocean_grid \n", + "810 ocean_grid.nc ocean_grid \n", + "811 ocean_grid.nc ocean_grid \n", + "812 ocean_grid.nc ocean_grid \n", + "813 ocean_grid.nc ocean_grid \n", + "814 ocean_grid.nc ocean_grid \n", + "815 ocean_grid.nc ocean_grid \n", + "816 ocean_grid.nc ocean_grid \n", + "817 ocean_grid.nc ocean_grid \n", + "818 ocean_grid.nc ocean_grid \n", + "819 ocean_grid.nc ocean_grid \n", + "820 ocean_grid.nc ocean_grid \n", + "821 ocean_grid.nc ocean_grid \n", + "822 ocean_grid.nc ocean_grid \n", + "823 ocean_grid.nc ocean_grid \n", + "824 ocean_grid.nc ocean_grid \n", + "825 ocean_grid.nc ocean_grid \n", + "826 ocean_grid.nc ocean_grid \n", + "827 ocean_grid.nc ocean_grid \n", + "828 ocean_grid.nc ocean_grid \n", + "829 ocean_grid.nc ocean_grid \n", + "830 ocean_grid.nc ocean_grid \n", + "831 ocean_grid.nc ocean_grid \n", + "832 ocean_grid.nc ocean_grid \n", + "833 ocean_grid.nc ocean_grid \n", + "834 ocean_grid.nc ocean_grid \n", + "835 ocean_grid.nc ocean_grid \n", + "836 ocean_grid.nc ocean_grid \n", + "837 ocean_grid.nc ocean_grid \n", + "838 ocean_grid.nc ocean_grid \n", + "839 ocean_grid.nc ocean_grid \n", + "840 ocean_grid.nc ocean_grid \n", + "841 ocean_grid.nc ocean_grid \n", + "842 ocean_grid.nc ocean_grid \n", + "843 ocean_grid.nc ocean_grid \n", + "844 ocean_grid.nc ocean_grid \n", + "845 ocean_grid.nc ocean_grid \n", + "846 ocean_grid.nc ocean_grid \n", + "847 ocean_grid.nc ocean_grid \n", + "848 ocean_grid.nc ocean_grid \n", + "849 ocean_grid.nc ocean_grid \n", + "850 ocean_grid.nc ocean_grid \n", + "851 ocean_grid.nc ocean_grid \n", + "852 ocean_grid.nc ocean_grid \n", + "853 ocean_grid.nc ocean_grid \n", + "854 ocean_grid.nc ocean_grid \n", + "855 ocean_grid.nc ocean_grid \n", + "856 ocean_grid.nc ocean_grid \n", + "857 ocean_grid.nc ocean_grid \n", + "858 ocean_grid.nc ocean_grid \n", + "859 ocean_grid.nc ocean_grid \n", + "860 ocean_grid.nc ocean_grid \n", + "861 ocean_grid.nc ocean_grid \n", + "862 ocean_grid.nc ocean_grid \n", + "863 ocean_grid.nc ocean_grid \n", + "864 ocean_grid.nc ocean_grid \n", + "865 ocean_grid.nc ocean_grid \n", + "866 ocean_grid.nc ocean_grid \n", + "867 ocean_grid.nc ocean_grid \n", + "868 ocean_grid.nc ocean_grid \n", + "869 ocean_grid.nc ocean_grid \n", + "870 ocean_grid.nc ocean_grid \n", + "871 ocean_grid.nc ocean_grid \n", + "872 ocean_grid.nc ocean_grid \n", + "873 ocean_grid.nc ocean_grid \n", + "874 ocean_grid.nc ocean_grid \n", + "875 ocean_grid.nc ocean_grid \n", + "876 ocean_grid.nc ocean_grid \n", + "877 ocean_grid.nc ocean_grid \n", + "878 ocean_grid.nc ocean_grid \n", + "879 ocean_grid.nc ocean_grid \n", + "880 ocean_grid.nc ocean_grid \n", + "881 ocean_grid.nc ocean_grid \n", + "882 ocean_grid.nc ocean_grid \n", + "883 ocean_grid.nc ocean_grid \n", + "884 ocean_grid.nc ocean_grid \n", + "885 ocean_grid.nc ocean_grid \n", + "886 ocean_grid.nc ocean_grid \n", + "887 ocean_grid.nc ocean_grid \n", + "888 ocean_grid.nc ocean_grid \n", + "889 ocean_grid.nc ocean_grid \n", + "890 ocean_grid.nc ocean_grid \n", + "891 ocean_grid.nc ocean_grid \n", + "892 ocean_grid.nc ocean_grid \n", + "893 ocean_grid.nc ocean_grid \n", + "894 ocean_grid.nc ocean_grid \n", + "895 ocean_grid.nc ocean_grid \n", + "896 ocean_grid.nc ocean_grid \n", + "897 ocean_grid.nc ocean_grid \n", + "898 ocean_grid.nc ocean_grid \n", + "899 ocean_grid.nc ocean_grid \n", + "900 ocean_grid.nc ocean_grid \n", + "901 ocean_grid.nc ocean_grid \n", + "902 ocean_grid.nc ocean_grid \n", + "903 ocean_grid.nc ocean_grid \n", + "904 ocean_grid.nc ocean_grid \n", + "905 ocean_grid.nc ocean_grid \n", + "906 ocean_grid.nc ocean_grid \n", + "907 ocean_grid.nc ocean_grid \n", + "908 ocean_grid.nc ocean_grid \n", + "909 ocean_grid.nc ocean_grid \n", + "910 ocean_grid.nc ocean_grid \n", + "911 ocean_grid.nc ocean_grid \n", + "912 ocean_grid.nc ocean_grid \n", + "913 ocean_grid.nc ocean_grid \n", + "914 ocean_grid.nc ocean_grid \n", + "915 ocean_grid.nc ocean_grid \n", + "916 ocean_grid.nc ocean_grid \n", + "917 ocean_grid.nc ocean_grid \n", + "918 ocean_grid.nc ocean_grid \n", + "919 ocean_grid.nc ocean_grid \n", + "920 ocean_grid.nc ocean_grid \n", + "921 ocean_grid.nc ocean_grid \n", + "922 ocean_grid.nc ocean_grid \n", + "923 ocean_grid.nc ocean_grid \n", + "924 ocean_grid.nc ocean_grid \n", + "925 ocean_grid.nc ocean_grid \n", + "926 ocean_grid.nc ocean_grid \n", + "927 ocean_grid.nc ocean_grid \n", + "928 ocean_grid.nc ocean_grid \n", + "929 ocean_grid.nc ocean_grid \n", + "930 ocean_grid.nc ocean_grid \n", + "931 ocean_grid.nc ocean_grid \n", + "932 ocean_grid.nc ocean_grid \n", + "933 ocean_grid.nc ocean_grid \n", + "934 ocean_grid.nc ocean_grid \n", + "935 ocean_grid.nc ocean_grid \n", + "936 ocean_grid.nc ocean_grid \n", + "937 ocean_grid.nc ocean_grid \n", + "938 ocean_grid.nc ocean_grid \n", + "939 ocean_grid.nc ocean_grid \n", + "940 ocean_grid.nc ocean_grid \n", + "941 ocean_grid.nc ocean_grid \n", + "942 ocean_grid.nc ocean_grid \n", + "943 ocean_grid.nc ocean_grid \n", + "944 ocean_grid.nc ocean_grid \n", + "945 ocean_grid.nc ocean_grid \n", + "946 ocean_grid.nc ocean_grid \n", + "947 ocean_grid.nc ocean_grid \n", + "948 ocean_grid.nc ocean_grid \n", + "949 ocean_grid.nc ocean_grid \n", + "950 ocean_grid.nc ocean_grid \n", + "951 ocean_grid.nc ocean_grid \n", + "952 ocean_grid.nc ocean_grid \n", + "953 ocean_grid.nc ocean_grid \n", + "954 ocean_grid.nc ocean_grid \n", + "955 ocean_grid.nc ocean_grid \n", + "956 ocean_grid.nc ocean_grid \n", + "957 ocean_grid.nc ocean_grid \n", + "958 ocean_grid.nc ocean_grid \n", + "959 ocean_grid.nc ocean_grid \n", + "960 ocean_grid.nc ocean_grid \n", + "961 ocean_grid.nc ocean_grid \n", + "962 ocean_grid.nc ocean_grid \n", + "963 ocean_grid.nc ocean_grid \n", + "964 ocean_grid.nc ocean_grid \n", + "965 ocean_grid.nc ocean_grid \n", + "966 ocean_grid.nc ocean_grid \n", + "967 ocean_grid.nc ocean_grid \n", + "968 ocean_grid.nc ocean_grid \n", + "969 ocean_grid.nc ocean_grid \n", + "970 ocean_grid.nc ocean_grid \n", + "971 ocean_grid.nc ocean_grid \n", + "972 ocean_grid.nc ocean_grid \n", + "973 ocean_grid.nc ocean_grid \n", + "974 ocean_grid.nc ocean_grid \n", + "975 ocean_grid.nc ocean_grid \n", + "976 ocean_grid.nc ocean_grid \n", + "977 ocean_grid.nc ocean_grid \n", + "978 ocean_grid.nc ocean_grid \n", + "979 ocean_grid.nc ocean_grid \n", + "980 ocean_grid.nc ocean_grid \n", + "981 ocean_grid.nc ocean_grid \n", + "982 ocean_grid.nc ocean_grid \n", + "983 ocean_grid.nc ocean_grid \n", + "984 ocean_grid.nc ocean_grid \n", + "985 ocean_grid.nc ocean_grid \n", + "986 ocean_grid.nc ocean_grid \n", + "987 ocean_grid.nc ocean_grid \n", + "988 ocean_grid.nc ocean_grid \n", + "989 ocean_grid.nc ocean_grid \n", + "990 ocean_grid.nc ocean_grid \n", + "991 ocean_grid.nc ocean_grid \n", + "992 ocean_grid.nc ocean_grid \n", + "993 ocean_grid.nc ocean_grid \n", + "994 ocean_grid.nc ocean_grid \n", + "995 ocean_grid.nc ocean_grid \n", + "996 ocean_grid.nc ocean_grid \n", + "997 ocean_grid.nc ocean_grid \n", + "998 ocean_grid.nc ocean_grid \n", + "999 ocean_grid.nc ocean_grid \n", + "1000 ocean_grid.nc ocean_grid \n", + "1001 ocean_grid.nc ocean_grid \n", + "1002 ocean_grid.nc ocean_grid \n", + "1003 ocean_grid.nc ocean_grid \n", + "1004 ocean_grid.nc ocean_grid \n", + "1005 ocean_grid.nc ocean_grid \n", + "1006 ocean_grid.nc ocean_grid \n", + "1007 ocean_grid.nc ocean_grid \n", + "1008 ocean_grid.nc ocean_grid \n", + "1009 ocean_grid.nc ocean_grid \n", + "1010 ocean_grid.nc ocean_grid \n", + "1011 ocean_grid.nc ocean_grid \n", + "1012 ocean_grid.nc ocean_grid \n", + "1013 ocean_grid.nc ocean_grid \n", + "1014 ocean_grid.nc ocean_grid \n", + "1015 ocean_grid.nc ocean_grid \n", + "1016 ocean_grid.nc ocean_grid \n", + "1017 ocean_grid.nc ocean_grid \n", + "1018 ocean_grid.nc ocean_grid \n", + "1019 ocean_grid.nc ocean_grid \n", + "1020 ocean_grid.nc ocean_grid \n", + "1021 ocean_grid.nc ocean_grid \n", + "1022 ocean_grid.nc ocean_grid \n", + "1023 ocean_grid.nc ocean_grid \n", + "1024 ocean_grid.nc ocean_grid \n", + "1025 ocean_grid.nc ocean_grid \n", + "1026 ocean_grid.nc ocean_grid \n", + "1027 ocean_grid.nc ocean_grid \n", + "1028 ocean_grid.nc ocean_grid \n", + "1029 ocean_grid.nc ocean_grid \n", + "1030 ocean_grid.nc ocean_grid \n", + "1031 ocean_grid.nc ocean_grid \n", + "1032 ocean_grid.nc ocean_grid \n", + "1033 ocean_grid.nc ocean_grid \n", + "1034 ocean_grid.nc ocean_grid \n", + "1035 ocean_grid.nc ocean_grid \n", + "1036 ocean_grid.nc ocean_grid \n", + "1037 ocean_grid.nc ocean_grid \n", + "1038 ocean_grid.nc ocean_grid \n", + "1039 ocean_grid.nc ocean_grid \n", + "1040 ocean_grid.nc ocean_grid \n", + "1041 ocean_grid.nc ocean_grid \n", + "1042 ocean_grid.nc ocean_grid \n", + "1043 ocean_grid.nc ocean_grid \n", + "1044 ocean_grid.nc ocean_grid \n", + "1045 ocean_grid.nc ocean_grid \n", + "1046 ocean_grid.nc ocean_grid \n", + "1047 ocean_grid.nc ocean_grid \n", + "1048 ocean_grid.nc ocean_grid \n", + "1049 ocean_grid.nc ocean_grid \n", + "1050 ocean_grid.nc ocean_grid \n", + "1051 ocean_grid.nc ocean_grid \n", + "1052 ocean_grid.nc ocean_grid \n", + "1053 ocean_grid.nc ocean_grid \n", + "1054 ocean_grid.nc ocean_grid \n", + "1055 ocean_grid.nc ocean_grid \n", + "1056 ocean_grid.nc ocean_grid \n", + "1057 ocean_grid.nc ocean_grid \n", + "1058 ocean_grid.nc ocean_grid \n", + "1059 ocean_grid.nc ocean_grid \n", + "1060 ocean_grid.nc ocean_grid \n", + "1061 ocean_grid.nc ocean_grid \n", + "1062 ocean_grid.nc ocean_grid \n", + "1063 ocean_grid.nc ocean_grid \n", + "1064 ocean_grid.nc ocean_grid \n", + "1065 ocean_grid.nc ocean_grid \n", + "1066 ocean_grid.nc ocean_grid \n", + "1067 ocean_grid.nc ocean_grid \n", + "1068 ocean_grid.nc ocean_grid \n", + "1069 ocean_grid.nc ocean_grid \n", + "1070 ocean_grid.nc ocean_grid \n", + "1071 ocean_grid.nc ocean_grid \n", + "1072 ocean_grid.nc ocean_grid \n", + "1073 ocean_grid.nc ocean_grid \n", + "1074 ocean_grid.nc ocean_grid \n", + "1075 ocean_grid.nc ocean_grid \n", + "1076 ocean_grid.nc ocean_grid \n", + "1077 ocean_grid.nc ocean_grid \n", + "1078 ocean_grid.nc ocean_grid \n", + "1079 ocean_grid.nc ocean_grid \n", + "1080 ocean_grid.nc ocean_grid \n", + "1081 ocean_grid.nc ocean_grid \n", + "1082 ocean_grid.nc ocean_grid \n", + "1083 ocean_grid.nc ocean_grid \n", + "1084 ocean_grid.nc ocean_grid \n", + "1085 ocean_grid.nc ocean_grid \n", + "1086 ocean_grid.nc ocean_grid \n", + "1087 ocean_grid.nc ocean_grid \n", + "1088 ocean_grid.nc ocean_grid \n", + "1089 ocean_grid.nc ocean_grid \n", + "1090 ocean_grid.nc ocean_grid \n", + "1091 ocean_grid.nc ocean_grid \n", + "1092 ocean_grid.nc ocean_grid \n", + "1093 ocean_grid.nc ocean_grid \n", + "1094 ocean_grid.nc ocean_grid \n", + "1095 ocean_grid.nc ocean_grid \n", + "1096 ocean_grid.nc ocean_grid \n", + "1097 ocean_grid.nc ocean_grid \n", + "1098 ocean_grid.nc ocean_grid \n", + "1099 ocean_grid.nc ocean_grid \n", + "1100 ocean_grid.nc ocean_grid \n", + "1101 ocean_grid.nc ocean_grid \n", + "1102 ocean_grid.nc ocean_grid \n", + "1103 ocean_grid.nc ocean_grid \n", + "1104 ocean_grid.nc ocean_grid \n", + "1105 ocean_grid.nc ocean_grid \n", + "1106 ocean_grid.nc ocean_grid \n", + "1107 ocean_grid.nc ocean_grid \n", + "1108 ocean_grid.nc ocean_grid \n", + "1109 ocean_grid.nc ocean_grid \n", + "1110 ocean_grid.nc ocean_grid \n", + "1111 ocean_grid.nc ocean_grid \n", + "1112 ocean_grid.nc ocean_grid \n", + "1113 ocean_grid.nc ocean_grid \n", + "1114 ocean_grid.nc ocean_grid \n", + "1115 ocean_grid.nc ocean_grid " + ] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "catalog[expt].search(variable='area_t').df" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-18T22:58:12.036123Z", + "iopub.status.busy": "2023-10-18T22:58:12.034779Z", + "iopub.status.idle": "2023-10-18T22:58:12.103468Z", + "shell.execute_reply": "2023-10-18T22:58:12.102647Z", + "shell.execute_reply.started": "2023-10-18T22:58:12.036074Z" + } + }, + "source": [ + "**so lets include the start date to force the catalog to only return one file to open. (We used _n=1_ in the cookbook, there is an [open issue](https://github.com/ACCESS-NRI/access-nri-intake-catalog/issues/117) to try and improve this in intake.)**" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-19T04:04:16.478554Z", + "iopub.status.busy": "2023-10-19T04:04:16.478377Z", + "iopub.status.idle": "2023-10-19T04:04:17.277017Z", + "shell.execute_reply": "2023-10-19T04:04:17.275822Z", + "shell.execute_reply.started": "2023-10-19T04:04:16.478539Z" + } + }, + "outputs": [], + "source": [ + "# area_t = cc.querying.getvar(sic_args['expt'], 'area_t',session,n = 1)\n", + "area_t=catalog[expt].search(variable='area_t', start_date='2090-01-01,*').to_dask().load()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "(As an aside, a convenient place to work with the area_t field is to add it as a coordinate to the sic dataset:)" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-19T04:04:17.279871Z", + "iopub.status.busy": "2023-10-19T04:04:17.278562Z", + "iopub.status.idle": "2023-10-19T04:04:17.288375Z", + "shell.execute_reply": "2023-10-19T04:04:17.287343Z", + "shell.execute_reply.started": "2023-10-19T04:04:17.279826Z" + } + }, + "outputs": [], + "source": [ + "sic['area_t']=area_t.area_t\n", + "\n", + "sic=sic.set_coords('area_t')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chunks" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This section is optional, you can just use the DataSet now, and especially if the data is small. \n", + "\n", + "At this point, our data is 'lazy loaded' using [dask](https://docs.dask.org/en/latest/array-chunks.html) chunks. These are needed if the data won't fit in memory, but are also useful for parrallezing the analysis.\n", + "\n", + "When we view the DataArray, it shows details about the dask chunks, rather than the values (which are shown if they are loaded in memory). You can see the array size is ~4.35GB, but the chunks are 37MB. " + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-19T04:04:17.290705Z", + "iopub.status.busy": "2023-10-19T04:04:17.289829Z", + "iopub.status.idle": "2023-10-19T04:04:17.343584Z", + "shell.execute_reply": "2023-10-19T04:04:17.342602Z", + "shell.execute_reply.started": "2023-10-19T04:04:17.290662Z" + } + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
<xarray.DataArray 'aice_m' (time: 120, nj: 2700, ni: 3600)>\n",
+       "dask.array<getitem, shape=(120, 2700, 3600), dtype=float32, chunksize=(1, 2700, 3600), chunktype=numpy.ndarray>\n",
+       "Coordinates:\n",
+       "  * time     (time) object 2090-01-31 12:00:00 ... 2099-12-31 12:00:00\n",
+       "Dimensions without coordinates: nj, ni\n",
+       "Attributes:\n",
+       "    units:          1\n",
+       "    long_name:      ice area  (aggregate)\n",
+       "    coordinates:    TLON TLAT time\n",
+       "    cell_measures:  area: tarea\n",
+       "    cell_methods:   time: mean\n",
+       "    time_rep:       averaged
" + ], + "text/plain": [ + "\n", + "dask.array\n", + "Coordinates:\n", + " * time (time) object 2090-01-31 12:00:00 ... 2099-12-31 12:00:00\n", + "Dimensions without coordinates: nj, ni\n", + "Attributes:\n", + " units: 1\n", + " long_name: ice area (aggregate)\n", + " coordinates: TLON TLAT time\n", + " cell_measures: area: tarea\n", + " cell_methods: time: mean\n", + " time_rep: averaged" + ] + }, + "execution_count": 13, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "sic.aice_m" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "jp-MarkdownHeadingCollapsed": true + }, + "source": [ + "The number of chunks is small, only 120, which is good. But the size of each chunk is inefficient - we might aim for them to be 10% of the memory available to each worker. On a _large_ ARE Instance, we have 48GB spread across 12 cores, so with the default number of dask workers (also 12), we should aim for chunk sizes around 400MB.\n", + "\n", + "To keep our chunks oriented with the netcdf source files (which have 1 time step for all X&Y coordinates), we will rechunk to so each chunk has the full X&Y, but multiple timesteps. Through trial and error, we can set this so our chunk sizes are close to 400MB. (Conveniently, out number of chunks is now a multiple of our number of cores too)" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-19T04:04:17.345313Z", + "iopub.status.busy": "2023-10-19T04:04:17.344894Z", + "iopub.status.idle": "2023-10-19T04:04:17.377375Z", + "shell.execute_reply": "2023-10-19T04:04:17.376583Z", + "shell.execute_reply.started": "2023-10-19T04:04:17.345277Z" + } + }, + "outputs": [], + "source": [ + "sic=sic.chunk({'time':10, 'nj':-1, 'ni':-1})" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Our chunk sizes are more efficient now, and load quickly:" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-19T04:04:17.378112Z", + "iopub.status.busy": "2023-10-19T04:04:17.377965Z", + "iopub.status.idle": "2023-10-19T04:04:17.389199Z", + "shell.execute_reply": "2023-10-19T04:04:17.388573Z", + "shell.execute_reply.started": "2023-10-19T04:04:17.378099Z" + } }, "outputs": [ { @@ -1632,181 +27295,277 @@ " stroke: currentColor;\n", " fill: currentColor;\n", "}\n", - "
<xarray.Dataset>\n",
-       "Dimensions:   (yt_ocean: 2700, xt_ocean: 3600)\n",
+       "
<xarray.DataArray 'aice_m' (time: 120, nj: 2700, ni: 3600)>\n",
+       "dask.array<rechunk-merge, shape=(120, 2700, 3600), dtype=float32, chunksize=(10, 2700, 3600), chunktype=numpy.ndarray>\n",
        "Coordinates:\n",
-       "  * xt_ocean  (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n",
-       "  * yt_ocean  (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n",
-       "    geolon_t  (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n",
-       "    geolat_t  (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n",
-       "Data variables:\n",
-       "    area_t    (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n",
-       "Attributes: (12/18)\n",
-       "    filename:                                 ocean_grid.nc\n",
-       "    title:                                    ACCESS-OM2-01\n",
-       "    grid_type:                                mosaic\n",
-       "    grid_tile:                                1\n",
-       "    intake_esm_vars:                          ['area_t']\n",
-       "    intake_esm_attrs:path:                    /g/data/ik11/outputs/access-om2...\n",
-       "    ...                                       ...\n",
-       "    intake_esm_attrs:variable_standard_name:  sea_floor_depth_below_geoid\n",
-       "    intake_esm_attrs:variable_cell_methods:   time: point,time: point,time: p...\n",
-       "    intake_esm_attrs:filename:                ocean_grid.nc\n",
-       "    intake_esm_attrs:file_id:                 ocean_grid\n",
-       "    intake_esm_attrs:_data_format_:           netcdf\n",
-       "    intake_esm_dataset_key:                   ocean_grid.fx
" + " * time (time) object 2090-01-31 12:00:00 ... 2099-12-31 12:00:00\n", + "Dimensions without coordinates: nj, ni\n", + "Attributes:\n", + " units: 1\n", + " long_name: ice area (aggregate)\n", + " coordinates: TLON TLAT time\n", + " cell_measures: area: tarea\n", + " cell_methods: time: mean\n", + " time_rep: averaged
" ], "text/plain": [ - "\n", - "Dimensions: (yt_ocean: 2700, xt_ocean: 3600)\n", + "\n", + "dask.array\n", "Coordinates:\n", - " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", - " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", - " geolon_t (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n", - " geolat_t (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n", - "Data variables:\n", - " area_t (yt_ocean, xt_ocean) float32 nan nan nan nan ... nan nan nan nan\n", - "Attributes: (12/18)\n", - " filename: ocean_grid.nc\n", - " title: ACCESS-OM2-01\n", - " grid_type: mosaic\n", - " grid_tile: 1\n", - " intake_esm_vars: ['area_t']\n", - " intake_esm_attrs:path: /g/data/ik11/outputs/access-om2...\n", - " ... ...\n", - " intake_esm_attrs:variable_standard_name: sea_floor_depth_below_geoid\n", - " intake_esm_attrs:variable_cell_methods: time: point,time: point,time: p...\n", - " intake_esm_attrs:filename: ocean_grid.nc\n", - " intake_esm_attrs:file_id: ocean_grid\n", - " intake_esm_attrs:_data_format_: netcdf\n", - " intake_esm_dataset_key: ocean_grid.fx" + " * time (time) object 2090-01-31 12:00:00 ... 2099-12-31 12:00:00\n", + "Dimensions without coordinates: nj, ni\n", + "Attributes:\n", + " units: 1\n", + " long_name: ice area (aggregate)\n", + " coordinates: TLON TLAT time\n", + " cell_measures: area: tarea\n", + " cell_methods: time: mean\n", + " time_rep: averaged" ] }, - "execution_count": 12, + "execution_count": 15, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "area_t" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "**There are no more changes to the notebook to use intake, we can plot the data, for example**" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Our CICE data is missing x&y coordinate values, so we can also get them from area_t" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-09T02:50:07.590336Z", - "iopub.status.busy": "2023-10-09T02:50:07.589276Z", - "iopub.status.idle": "2023-10-09T02:50:07.597913Z", - "shell.execute_reply": "2023-10-09T02:50:07.596679Z", - "shell.execute_reply.started": "2023-10-09T02:50:07.590290Z" - } - }, - "outputs": [], - "source": [ - "sic.coords['ni'] = area_t['xt_ocean'].values\n", - "sic.coords['nj'] = area_t['yt_ocean'].values" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "So that our new coordinates are recognised as cf standard, we also need to copy the attributes. This notebook is designed to use `cf-xarray`. This means the rest of the notebook is [Model Agnostic](https://cosima-recipes.readthedocs.io/en/latest/Tutorials/Model_Agnostic_Analysis.html)." - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-09T02:50:07.600464Z", - "iopub.status.busy": "2023-10-09T02:50:07.599343Z", - "iopub.status.idle": "2023-10-09T02:50:07.607627Z", - "shell.execute_reply": "2023-10-09T02:50:07.606484Z", - "shell.execute_reply.started": "2023-10-09T02:50:07.600420Z" - } - }, - "outputs": [], - "source": [ - "sic.ni.attrs=area_t.xt_ocean.attrs\n", - "sic.nj.attrs=area_t.yt_ocean.attrs" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-09T02:50:07.609605Z", - "iopub.status.busy": "2023-10-09T02:50:07.608935Z", - "iopub.status.idle": "2023-10-09T02:50:07.617393Z", - "shell.execute_reply": "2023-10-09T02:50:07.616301Z", - "shell.execute_reply.started": "2023-10-09T02:50:07.609567Z" - } - }, - "outputs": [], - "source": [ - "sic = sic.rename(({'ni':'xt_ocean', 'nj':'yt_ocean'}))" + "sic.aice_m" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "We need the geolon and geolat fields from area_t" + "**We are now ready to go, to analyse or plot the data. [Sea ice plotting examples](https://cosima-recipes.readthedocs.io/en/latest/DocumentedExamples/SeaIce_Plot_Example.html) covers plotting this data.**" ] }, { @@ -1814,132 +27573,16 @@ "execution_count": 16, "metadata": { "execution": { - "iopub.execute_input": "2023-10-09T02:50:07.619971Z", - "iopub.status.busy": "2023-10-09T02:50:07.619172Z", - "iopub.status.idle": "2023-10-09T02:50:07.629207Z", - "shell.execute_reply": "2023-10-09T02:50:07.628100Z", - "shell.execute_reply.started": "2023-10-09T02:50:07.619927Z" - } - }, - "outputs": [], - "source": [ - "sic=sic.assign_coords({\n", - " 'geolat_t':area_t.geolat_t,\n", - " 'geolon_t':area_t.geolon_t\n", - "})" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Using cartopy, we can make Polar Stereographic plots of sea ice concentration for a selected month, as follows:" - ] - }, - { - "cell_type": "code", - "execution_count": 17, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-09T02:50:07.631630Z", - "iopub.status.busy": "2023-10-09T02:50:07.630728Z", - "iopub.status.idle": "2023-10-09T02:50:07.639713Z", - "shell.execute_reply": "2023-10-09T02:50:07.638716Z", - "shell.execute_reply.started": "2023-10-09T02:50:07.631583Z" + "iopub.execute_input": "2023-10-19T04:04:17.390202Z", + "iopub.status.busy": "2023-10-19T04:04:17.390057Z", + "iopub.status.idle": "2023-10-19T04:04:18.803024Z", + "shell.execute_reply": "2023-10-19T04:04:18.801824Z", + "shell.execute_reply.started": "2023-10-19T04:04:17.390189Z" } }, "outputs": [], "source": [ - "def plot_si_conc(data):\n", - " \"\"\" A function for plotting tri-polar data\"\"\"\n", - " \n", - " data.plot.contourf(\n", - " transform=ccrs.PlateCarree(),\n", - " x='geolon_t', \n", - " y='geolat_t', \n", - " levels=33 ,\n", - " cbar_kwargs={\n", - " 'label':'Sea Ice Concentration'\n", - " }\n", - " )\n", - "\n", - " ax=plt.gca()\n", - " gl = ax.gridlines(\n", - " draw_labels=True, linewidth=1, color='gray', alpha=0.2, linestyle='--',\n", - " # xlocs=[-150,-120,-90,-60,-30,0,30,60,90,120,150,180], \n", - " #ylocs=[-50,-60,-70,-80]\n", - " )\n", - "\n", - " ax.coastlines()\n" - ] - }, - { - "cell_type": "code", - "execution_count": 18, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-09T02:50:07.641698Z", - "iopub.status.busy": "2023-10-09T02:50:07.641051Z", - "iopub.status.idle": "2023-10-09T02:50:36.792210Z", - "shell.execute_reply": "2023-10-09T02:50:36.791485Z", - "shell.execute_reply.started": "2023-10-09T02:50:07.641660Z" - } - }, - "outputs": [ - { - "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAe0AAAHZCAYAAACrX2NAAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8pXeV/AAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOydd5hcZdn/P6dPn+2bTbIpJIEkhBoCgRCKQhDpSBElgpQXXlFAfvi+ICKIr6AgCCIgRUAQJQICllCV0DF0FQgBQnrZPr2c9vvj7Ex2tmXb7M4k53NdcyV75pwzz5lyvs99P3cRbNu2cXFxcXFxcSl5xLEegIuLi4uLi8vAcEXbxcXFxcWlTHBF28XFxcXFpUxwRdvFxcXFxaVMcEXbxcXFxcWlTHBF28XFxcXFpUxwRdvFxcXFxaVMcEXbxcXFxcWlTHBF28XFxcXFpUxwRXuQvPbaa1x99dV0dHT0eO6QQw7hkEMOGfUxjQYrV67k0ksvZe7cuVRUVFBVVcWCBQt49NFHe92/qamJM888k5qaGnw+H/vvvz9///vfe+yXzWb54Q9/yNSpU1FVlcmTJ3P55ZeTSqUK9lu9ejWCIPT6ePjhhwd8HQMdVyaT4YYbbmDOnDn4/X7q6+s58sgjee211wb0OolEgq9+9avssssuBINB/H4/u+66K//3f/9HIpEo2Hf9+vVcfPHFHHzwwVRUVCAIAvfff/+Ar+mDDz7gW9/6Fvvvvz9+vx9BEFi2bFmP/TZt2sQPfvAD9t9/f2pqagiFQsydO5e77roL0zQH/HqrVq3ixBNPpKKigkAgwOGHH84777zT674PP/wwe+65Jx6Ph/Hjx3PxxRcTj8dL8rVcXMoC22VQ3HDDDTZgf/755z2e++CDD+wPPvhg9Ac1Ctx66632zJkz7Z/85Cf2s88+ay9dutQ+44wzbMD+0Y9+VLBvOp2258yZY0+cONH+3e9+Zz/77LP2cccdZ8uybC9btqxg3xNPPNH2eDz2tddeaz/33HP2NddcY6uqah9zzDEF+33++ec2YH/nO9+xX3/99YJHS0vLgK5hMONavHixLYqifcUVV9h///vf7UceecSeO3euLcuy/c9//nObr9Xe3m6fcsop9q9//Wv7mWeesZ977jn7yiuvtBVFsb/4xS8W7PvCCy/YNTU19mGHHWafdtppNmDfd999A7om27bt+++/325oaLC//OUv28ccc4wN2C+88EKP/f7yl7/YjY2N9hVXXGH/7W9/s5999ln7u9/9ri2Kov3Nb35zQK/V1NRkjx8/3t51113txx57zP7b3/5mH3jggXYwGLRXrFhRsO/vfvc7G7DPOecc+x//+If961//2g6Hw/bhhx9ecq/l4lIuuKI9SPoT7e2Z5uZm27KsHtuPOuoo2+fz2el0Or/ttttuswH7tddey2/Tdd2ePXu2ve++++a3vf766zZg33jjjQXnvPbaa23AfvbZZ/PbcqJ9ww03DPkaBjqudDptS5Jkn3766QXHb9y40QbsCy+8cMhj+J//+R8bsD/77LP8NtM08/9/8803By3aXY9/5JFH+hTttrY2O5vN9th+wQUX2IC9du3abb7W9773PVtRFHv16tX5bZFIxK6pqbFPOeWU/DbDMOyGhgZ70aJFBcc/9NBDNmAvXbq0pF7LxaVccN3jg+Dqq6/me9/7HgBTp07Nu2dzrsju7vGcS/eGG27gZz/7GVOmTMHr9XLIIYewcuVKdF3nsssuY/z48YTDYU444QSampp6vO6SJUvyrs9AIMARRxzBu+++OxqXnKempgZBEHps33fffUkmk7S1teW3Pf744+yyyy7sv//++W2yLHP66aezfPlyNmzYAMCrr74KwJe//OWCcx599NEAPPbYYyN6DQMdlyiKiKJIOBwuOD4UCiGKIh6PZ8hjqK2tzb9uDlEc3s9woMdXVlaiKEqP7fvuuy/guOm3xeOPP84XvvAFJk+enN8WCoU48cQT+ctf/oJhGAC88cYbbNq0iW9+85sFx5988skEAgEef/zxknotF5dywRXtQXDOOefwne98B4A//elPvP7667z++uvsvffe/R5322238eqrr3Lbbbdxzz33sGLFCo455hjOPvtsmpubuffee7n++ut5/vnnOeeccwqOvfbaaznttNOYPXs2f/zjH3nwwQeJxWIsXLiQDz/8cJtjNgxjQA97iM3eXnjhBWpra6mrq8tv+89//sPuu+/eY9/ctg8++ABw1rMBNE0r2C/397/+9a8e5/jpT3+Kqqr4fD4OPPBA/vznPw94rAMdl6IofOtb3+K3v/0tTzzxBNFolNWrV3PuuecSDoc599xzB/yatm1jGAbRaJSnn36aG2+8kdNOO41JkyYN+BzF5h//+AeyLLPzzjsXbBcEoWASmkql+Oyzz/p8D1OpFKtWrQKc9zq3vSuKojBz5sz882PxWi4u5Yy87V1cckycODF/s91rr72YMmXKgI6rqKjgiSeeyFtELS0tXHzxxcycOZMnn3wyv9+KFSu4+eabiUajhEIh1q1bx1VXXcW3v/1tfvnLX+b3O/zww5kxYwY/+tGPWLJkSZ+vu3r1aqZOnTqgMb7wwguDDqK75557WLZsGbfccguSJOW3t7a2UlVV1WP/3LbW1lYAZs+eDTgWd9dxvvLKKwX7gSPk5557LocffjgNDQ2sXbuWW2+9leOOO4677767x2SnNwY6LoBf/OIXhMNhvvKVr2BZFgCTJk3iH//4B9OnT9/ma+VYsmQJp512Wv7vb37zm9x1110DPr7YPPvsszz44INcdNFFVFdXFzwnSVLB59re3o5t2wN6D3P/9rXv6tWrx+y1XFzKGVe0R4Evf/nLBS7MWbNmAXDUUUcV7JfbvnbtWubMmcMzzzyDYRh84xvfyLsCATweDwcffDAvvPBCv687fvx43nzzzQGNcZdddhnQfjmeeuopLrjgAk466aS896ErvbnSuz935JFHMn36dP73f/+X+vp65s2bxxtvvMH3v/99JEkqeM8aGhp6iN3JJ5/Mfvvtx2WXXcaZZ56JLMvYtt0jErqrK3og4wL4yU9+ws9//nOuvvpqFi5cSDQa5Ve/+hWHH344zz77LHvttRdAwecCjvh0Pc8RRxzBm2++SSwW4/XXX+dnP/sZra2tPP7448N2iw+Xd955h1NOOYX58+dz3XXX9Xi++7XlGOh72N++3beP5mu5uJQzrmiPAt0tAFVV+92eTqcB2LJlCwDz5s3r9bzbuumrqsqee+45oDF2tXK2xTPPPMOJJ57I4YcfzkMPPdTjplhdXV1gtebIrXvnrltVVZ566ikWL17MokWLAPD7/Vx77bX8+Mc/ZsKECf2OQ1EUTj31VC677DI++eQTZs2axW9/+9sea5s51/9Ax/XRRx/xwx/+kOuvv55LL700v9+RRx7J7NmzueSSS/ITpu5rxPfddx9nnnlm/u/Kykr22WcfAA499FCmTZvGV7/6VZ588klOOOGEfq+vmLz77rt5j83SpUt7LFH0RmVlJYIgDOg9zFntra2t1NfX99i3N6t4rF7LxaWccEW7hKmpqQHg0UcfLQjGGSjFcI8/88wzHH/88Rx88ME89thj+YlGV3bbbTf+/e9/99ie2zZnzpz8tunTp/P666+zYcMG2tramDZtGpFIhIsuuoiDDjpom+PJCXJuAnPMMcf06V0Y6Ljef/99bNvuMVlSFIU99tiDF198Mb+t+2tt6/3OBX2tXLmy3/2Kybvvvsthhx3G5MmTefbZZ3sE3PWF1+tl+vTpfb6HXq+XnXbaCXDe69z23DIIOBb1ihUrCpYMxvq1XFzKCVe0B0nOIule/KMYHHHEEciyzGeffcZXvvKVQR8/0u7xZ599luOPP54DDzyQJ554ok/r7IQTTuBb3/oW//znP9lvv/0A5wb6u9/9jv3224/x48f3OGbChAl5y/oHP/gBfr+fs88+u9/x6LrOkiVLqKmpya8zV1dX91ibHey4cv++8cYbHHzwwfnjM5kM77zzDhMnTsxvy1nRAyVnoQ9mXXwkee+99zjssMOYOHEizz33HJWVlYM6/oQTTuDmm29m3bp1NDY2AhCLxfjTn/7Esccem1+K2G+//WhoaOD+++/n1FNPzR//6KOPEo/HOfHEE0vqtVxcygVXtAdJblZ/yy23cMYZZ6AoSr7q1UgzZcoUrrnmGq644gpWrVrFl770JSorK9myZQvLly/H7/fzox/9qM/jVVUdtKj0xSuvvMLxxx/PuHHj+P73v897771X8Pzs2bMJhUIAnHXWWdx2222cfPLJ/PSnP6Wuro7bb7+djz/+mOeff77guOuvv55x48YxadIktmzZwh//+EeeeOIJHnzwwQL3+CWXXIKu6yxYsIBx48axbt06br31Vt577z3uu+++Abn3BzquAw88kHnz5nH11VeTTCY56KCDiEQi3HrrrXz++ec8+OCD23ytO++8k5dffplFixbR2NhIIpHg5Zdf5tZbb+WAAw7guOOOK9g/V1kuFxH91ltvEQgEADjppJP6fa1kMsnSpUsBZ6IB8OKLL9LS0oLf7+fII48E4OOPP+awww4DnDX7Tz75hE8++SR/nmnTpuVT0sCJBTj44IMLKsZdeumlPPjggxx11FFcc801aJrGT3/6U9LpNFdffXV+P0mSuP7661m8eDHnnXcep512Gp988gn/8z//w+GHH86XvvSlgmsYzddycSlrxi5FvHy5/PLL7fHjx9uiKBYUsjj44IPtgw8+OL9fXwVBXnjhBRuwH3nkkYLt9913nw3Yb775ZsH2J554wj700EPtUChka5pmT5482T7ppJPs559/vijX1xtXXXWVDfT56F7MY/PmzfY3vvENu6qqyvZ4PPb8+fPt5557rsd5f/SjH9nTpk2zNU2zKyoq7C996Uv2Sy+91GO/3/zmN/a+++5rV1VV2bIs25WVlfYRRxxhP/PMM4O6joGOq6Ojw77iiivsWbNm2T6fz66rq7MPOeSQARfqePXVV+2jjz7aHj9+vK2qqu3z+ew99tjD/vGPf2wnEoke+/f33m6L3Pest8fkyZPz++W+X309uhd0AQq+zzk+/fRT+/jjj7dDoZDt8/nsL37xi/bbb7/d69h+//vf27vvvrutqqo9btw4+8ILL7RjsViv1z9ar+XiUs4Itj3EBF0XFxcXFxeXUcUtruLi4uLi4lImuKLt4uLi4uJSJrii7eLi4uLiUia4ou3i4uLi4lImuKLt4uLi4uJSJrii7eLi4uLiUia4ou3i4uLi4lImuKLt4uLi4uJSJrii7eLi4uLiUia4ou3i4uLi4lImuKLtskPyhz/8gV//+tckk8mxHoqLi4vLgHFrj7vscHz729/m888/Z+rUqbz33nu88sorYz0kFxcXlwHhirbLDseECRN4+umnmTNnDpqmsX79eurq6sZ6WC4uLi7bxO2n7bLDsccee/DYY4+xYsUKqqqqqKmpGeshubi4uAwId03bZYfjvvvuY8OGDfzxj3/kb3/7G6Lo/gxcXFzKA9c97uLi4uLiUia47nGXHZL169dzxx138Nprr7F582YEQaC+vp4DDjiA888/n8bGxrEeoouLi0sPXEvbZYfjlVde4cgjj6SxsZFFixZRX1+Pbds0NTXx3HPPsW7dOp566ikWLFgw1kN1cXFxKcAVbZcdjnnz5nHggQfyi1/8otfnv/vd7/LKK6/w5ptvjvLIXFxcXPrHFW2XHQ6v18t7773HLrvs0uvzK1asYK+99iKVSo3yyFxcXFz6xw2bddnhaGho4LXXXuvz+ddff52GhoZRHJGLi4vLwHAD0Vx2OC699FLOP/983n77bQ4//HDq6+sRBIHNmzfz3HPPcc8993DzzTeP9TBdXFxceuC6x112SJYsWcIvfvEL3n77bUzTBECSJObOncsll1zCKaecMsYjdHFxcemJK9ouOzS6rtPS0gJATU0NiqKM8YhcXFxc+sYV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bNLtWdKtWRAEvDUqir80qoWN9u9MkiQkScKyLDo6Otyo8hJiyZIlXHzxxVxxxRW8++67LFy4kCOPPJK1a9f2uv8rr7zCN77xDc4++2w++OADHnnkEd58803OOeecHvuuWbOGSy+9lIULFxb7MgbEiIv2ySefzPjx47n55ptH+tQDJpvN0tbWhqZpVFRUjOprl4Jg54KqPJUqlmGTbHEjX7eFZdpk2nUs00YKh/MPF4dck5JMh46Zcbw0pRC0NxYeLdM0SafTtLe3Y49lL1eXPDfddBNnn30255xzDrNmzeLmm2+msbGRO+64o9f933jjDaZMmcKFF17I1KlTOfDAAznvvPN46623CvYzTZOvf/3r/OhHP2KnnXYajUvZJiMu2qqqctppp/H000+P9KkHhGmatLW1oSjKqPfJLQXBBvBUKAiiQLo16xTT2MGDzLaFFA4jhcLY06fDfnuQ2XdG/sH8PXoV7x1V0I2Umc9lzxVoKQWX+Wj+9hRFoaqqimw26wp3kYlGowWP3lLvstksb7/9NosWLSrYvmjRoj6rdB5wwAGsX7+epUuXYts2W7Zs4dFHH+Woo44q2O+aa66htraWs88+e+QuapgUxc+VyWTGbO1HkiSCwSBer3eHEmxREcB28m/T7foOURBlOEjhMEI4iB1yghOzDQH0BhndErC75jrVK4SYgryxFTvkR4gm8k/J4WDBOe1ILP9/MxIp7gWUAOn2LJ4KBW+NipEwycT0Ma1DP5rdwlRVpbKykvb2diKRyKh79EqZDUYVHn140pLujNJvbGws2H7VVVdx9dVXF2xraWnBNE3q6+sLttfX17N58+Zez3/AAQfw0EMPceqpp5JOpzEMg2OPPZZbb701v8+rr77Kb37zG957771hXctIUxTRbmpqora2thin7hPLsshms3g8nlGPEh9rwVZDCopfwkiaZCKuYPeHFA5D4zjMgIdUg4fIFCe1ScImKFqkLQGzi2j7mm1SDR6U4DhnQ4Mj1HpAQolvDeaTYzpSp6jbkRhSOLzdC7dt2qRas8g+CS2kICoCqdax7ek9msLt8XioqKhwLe0ism7duoJS05qm9blvdyPNtu0+DbcPP/yQCy+8kB/+8IccccQRbNq0ie9973ucf/75/OY3vyEWi3H66adz9913U1NTMzIXM0IURbSbm5t7zHqKiW3btLe3o+s6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aqi0q9N5KlQ8FSM/xpF2kRfLS1oqLFmyhIsvvpgrrriCd999l4ULF3LkkUeydu3aPo855ZRT+Pvf/85vfvMbPv74Y/7whz8wc+bM/POvv/46p556KosXL+b9999n8eLFnHLKKfzzn/8c0Ji+/vWvc+aZZwKw1157sXr1at58803WrVtXULNksJScaANMY1f24zDqaQRAFET2ZiHjmMRFF13E3Llzeemll3pEQ0qSRH19fa+WdvcfgW3bPPzww8yYMYPvfOc7xGIxTj/9dC644AImN0xlPauYzm7sw6H4hOCIXZvil/q9Edkhf68R5L0xTgowNRDkjFND3HZfBzuFv80nn3zCCy+8wPnnn8+LL76YX6PN1eyuDscIBRKkMyrN7RXEk72vd2uqQW1lB5paGu6/TMZi5cqVBT+qkUQQBDwezw5RoCW39BONRns8Z5ombW1ttLa20tbWxmuvvcaRX+jZprO3/w+EnJco5yafoLUzs3EzbXsbfPZVL8bh++RL/OpJE0kTS3pt20ibiKrICPcPGnFEUaS2tnash1E0brrpJs4++2zOOeccZs2axc0330xjYyN33HFHr/s//fTTvPjiiyxdupTDDjuMKVOmsO+++xYEtt58880cfvjhXH755cycOZPLL7+cL37xi9x8883bHI+u6+y00058+OGH+W0+n4+9996bmprhxUSVpGgLgkBQqCi4gSqCyixhb+bxBVb/ax0HH3wwqqixaNEirrjiCp544gkWCkflj0+n07z11lusWrWqh2AnEgnOOOMMTjvtNNatXQfAwoUL+dPvnuC//uu/qKCaAziCKcIuI34TV/zbLoCiJGy0ZpFUS+HCdizlTEa6RpEDXPX/qpnYILPo1A0kEgkOOeQQ/H4/VVVVPcYvNawkOPXf1FV14PVkyGSVHuPJZJ1lEFkunaCsD1dmyWazRaugJ8syVVVVI74EVIqIokg4HCaVSvXoumdZFrquU1lZyapVq9B1nXl79r3c1N3q3paIdy+20qi08qW6Dzh4jxVojXHWHCXnLW4jbYLt9LEuVcys8xuR1JK8lRawvX63s9ksb7/9NosWLSrYvmjRIl577bVej/nzn//MPvvsw/XXX8+ECRPYeeedufTSSwvSIl9//fUe5zziiCP6PGdXFEUhk8kUxQgYs09xqO6fsFDFPPsLtLGFCG28+9x/ePG5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4uGHH+bvf/87Dz74IB999BF//etfueGGG/jrX//KTTfdxM4772w/twVr4IcgCDZ5Wi1u1dXVXZ7v6quvpr6+njvuuIPp06dzxx13MHXqVFsX0FfIskxFRQWSJKHrOo2NjQVZoiaTSTKZTNEOaB6Phx/84Afc9Q8XqSIIqzvtRbZyvMYVtTeoviYd1tXnLSOVBAxIR9UBd0MbUY4PX1x00UVcddVVLF68OKd183vf+x7vvvtun9f9TpC2VUcq1WhbV42iduBaKAR19Vl2pgZy3Jz0lYw7ukz7Guts7XbiVz6XtM4XS6czjSga3abINU0kHPYTCgfMlLozySjJx4SxZv/4rrNdTAw+xG233cZ9993HE088MahpcoDp06cTi8Voa2uz26A2bdrUo8K8J1he27qu86tf/YqLLrqIE044ge22246TTjopJ8KeNm0aABs3biSZTNLc3ExTUxMbN26ktrYWWZYLaukKBoMcd9xx3HjjjSxfvpwxY8Zwww039On888FyV0skEr1aokYiEdtcpliceuqpbNiwgSUf5278ukuN5+vN7ilTZMRlqjfEkY3BaXEbCEiO0tXVjGDz4LPPPsvbp11dXU1zc/cTGntDabJckdBVAz2t92gWsrkhOUQcvsLr7hZxOzdG8GzK4Gk0KF8uIq91kWjysKa5koakj7HOwlTS2aKffAKgZNJJW1t5F+LWdZHW1goyGQW/L0J5eRvjXWYqffvpTj57bQKvPTmOX13RxBVXXMHee+/Nscceyy233DKontlz5syhoqKCo446iqamJmpra+30NphtZ/F4vOCIP5lM8sUXX5BMJonH411S61bkCtiR9qOPPkpLSwuGYeD1ennnnXfYbbfd+vR6HA4HU6ZM6fOmIx8EQcDr9VJTU2Or7/Olv60ou7MPfKFYsmQJLpeLWdt1kHEhtex8AsrOiCSceNdKOFpCqKnS7RJxBhRkT2nqakaweVBeXs7GjRu73L506VLGjh3b53U3C2kPRson0ZwuaWWpIAkoftPStKjHhWPIkQyeTRkCX6epXG6gNMm2irwz8l0IC1HpyrKKqsl2bTuVMgeKiKKO3x+hsrIFl6vrOtO3cSLLAl6PuWN6+umnWbBgAV9++SUvvvhiEa+0OJSXl/Pee++hqiqHHHIITU1N+P1+3G43jY2NLF++nKamJurr62lqarLdxArB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", - "text/plain": [ - "
" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "def plot_sh_si_conc():\n", - " ax=plt.subplot(projection=ccrs.SouthPolarStereo())\n", - " plot_si_conc(\n", - " sic.cf.sel(latitude=slice(-90,-45), time='2095-08')[0]\n", - " )\n", - "\n", - "plot_sh_si_conc()" - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-09T02:50:36.793145Z", - "iopub.status.busy": "2023-10-09T02:50:36.792975Z", - "iopub.status.idle": "2023-10-09T02:51:07.450903Z", - "shell.execute_reply": "2023-10-09T02:51:07.450134Z", - "shell.execute_reply.started": "2023-10-09T02:50:36.793129Z" - } - }, - "outputs": [ - { - "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAg0AAAH5CAYAAAAC8w0GAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8pXeV/AAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOydd3gUdf7HX7OzvSabnhCKdCmiNBEVUIGzoIBiPewKggWxcjbUs5x66ukPPFDEhoqCip54gAI2RBDRExRQBEFKymZLtu/Ozu+PdVdCAiQhm+yGeT3PPoTZ2ZnvzM7O9z2fKsiyLKOgoKCgoKCgcAhULT0ABQUFBQUFhcxAEQ0KCgoKCgoK9UIRDQoKCgoKCgr1QhENCgoKCgoKCvVCEQ0KCgoKCgoK9UIRDQoKCgoKCgr1QhENCgoKCgoKCvVCEQ0KCgoKCgoK9UIRDQoKCgoKCgr1QhENGciqVauYPn06Lper1ntDhw5l6NChzT6m5mDLli3ceuut9O3bl6ysLOx2O4MHD2bBggV1rl9eXs7ll19Obm4uRqORQYMG8cknn9RaLxwOc++999KhQwe0Wi3t2rVj2rRpBAKBGutt374dQRDqfL355pv1Po76jMvj8fDQQw8xdOhQCgsLMZvN9OrVi3/84x8Eg8F67aeh52vFihUMHz6c/Px8zGYzvXv35plnnkGSpEPua+PGjUyaNIlBgwZhMpkQBIGVK1fWWm/Pnj3cfffdDBo0iNzcXKxWK3379mX27Nn12k+CX3/9lbFjx5KVlYXZbGb48OF8++23da775ptv0qdPH/R6PcXFxUyZMgWv15uW+1JQSHtkhYzj8ccflwF527Zttd7buHGjvHHjxuYfVDPw7LPPyt26dZMfeugheenSpfLixYvlyy67TAbk+++/v8a6wWBQ7tmzp9ymTRv5tddek5cuXSqfc845slqtlleuXFlj3bFjx8p6vV5++OGH5WXLlskPPPCArNVq5VGjRtVYb9u2bTIg33DDDfJXX31V41VZWVmvY6jvuH744Qc5NzdXvvnmm+VFixbJn3zyiTx9+nRZr9fLp556qhyLxZr0fC1btkxWqVTy0KFD5ffee09etmyZfMMNN8iAfOONNx5yXy+99JJcVFQkn3HGGfKoUaNkQF6xYkWt9T744AO5tLRUvuuuu+QPP/xQXrp0qXzzzTfLKpVKvuKKKw59AmVZLi8vl4uLi+UePXrICxculD/88EP5xBNPlC0Wi7xp06Ya67722msyIF999dXy8uXL5X//+9+yzWaThw8fnnb7UlDIBBTRkIEcTDS0ZioqKuqcLM8880zZaDTKwWAwuWzGjBkyIK9atSq5LBKJyEcffbQ8YMCA5LKvvvpKBuR//vOfNbb58MMPy4C8dOnS5LKEaHj88ccbfQz1HZfX65W9Xm+tzye++88///yQ+2rI+brkkktknU5Xa58jRoyQrVbrIfclSVLy77fffvuAoqGqqkoOh8O1lk+ePFkG5B07dhxyX7fddpus0Wjk7du3J5e53W45NzdXPv/885PLotGoXFRUJI8YMaLG5+fNmycD8uLFi9NqXwoKmYDinsgwpk+fzm233QZAhw4dkubxhCl4f/dEwqT++OOP849//IP27dtjMBgYOnQoW7ZsIRKJcOedd1JcXIzNZmPMmDGUl5fX2u/8+fOTpmez2czIkSNZv359cxxyktzcXARBqLV8wIAB+P1+qqqqksveffddunbtyqBBg5LL1Go1f/3rX1mzZg27du0C4MsvvwTgjDPOqLHNs846C4CFCxc26THUd1wmkwmTyVTr8wMGDABg586dh9xXQ86XRqNBq9ViMBhqrJuVlYVerz/kvlSq+t1KsrOz0Wg0dY4J4Pfffz/kNt59911OOeUU2rVrl1xmtVoZO3YsH3zwAdFoFIDVq1ezZ88errjiihqfHzduHGazmXfffTet9qWgkAkooiHDuPrqq7nhhhsAeOedd/jqq6/46quvOO644w76uRkzZvDll18yY8YMXnjhBTZt2sSoUaO46qqrqKio4MUXX+Sxxx7j448/5uqrr67x2YcffpiLLrqIo48+mrfeeotXX32V6upqTjrpJH788cdDjjkajdbrJTey4eqKFSvIy8sjPz8/uWzDhg307t271rqJZRs3bgTi8QwAOp2uxnqJ///vf/+rtY1HH30UrVaL0WjkxBNP5P3336/3WOs7rgOxfPlyAHr06FHvfe5PXedr4sSJhMNhbrzxRnbv3o3L5eLVV1/l3Xff5fbbb2/0vurL8uXLUavVdOnSpcZyQRBqiOBAIMDWrVsPeA4DgQC//vorED/XieX7otFo6NatW/L9ltiXgkKmom7pASg0jDZt2tC2bVsAjj32WNq3b1+vz2VlZfHee+8lnwgrKyuZMmUK3bp1Y9GiRcn1Nm3axNNPP43H48FqtbJz507uu+8+rr/+ep555pnkesOHD6dz587cf//9zJ8//4D73b59Ox06dKjXGFesWNHgIM4XXniBlStX8q9//QtRFJPLHQ4Hdru91vqJZQ6HA4Cjjz4aiFsc9h3nF198UWM9iAuJa665huHDh1NUVMSOHTt49tlnOeecc3j++edria26qO+46uJ///sfjz32GGPGjKlzIqsPBzpfAwcOZPny5YwbN44ZM2YAIIoijzzyCLfcckuj9lVfli5dyquvvspNN91ETk5OjfdEUawxTqfTiSzL9TqHiX8PtO727dtbbF8KCpmKIhqOEM4444waJuTu3bsDcOaZZ9ZYL7F8x44d9OzZkyVLlhCNRrn00kuTplgAvV7PkCFDWLFixUH3W1xczNq1a+s1xq5du9ZrvQQfffQRkydP5rzzzktaX/alLtP8/u+dfvrpdOrUiTvuuIOCggL69+/P6tWr+dvf/oYoijXOWVFREbNnz66xnXHjxjFw4EDuvPNOLr/8ctRqNbIs18oEUKv//KnVZ1z7s337ds466yxKS0t54YUXary37/cC8cmvru0c7HytW7eOMWPGMHDgQGbNmoXJZGL58uXcfffdBINB7rnnngOO+XD49ttvOf/88zn++ON55JFHar2//7ElaMg5PNC6+y9vzn0pKGQqimg4Qtj/CUir1R50eSKtr6ysDID+/fvXud1D+bK1Wi19+vSp1xj3fco7FEuWLGHs2LEMHz6cefPm1bop5+Tk1PnUnvDjJ45bq9Xy0UcfMX78eEaMGAHE4wkefvhhHnzwQUpKSg46Do1GwwUXXMCdd97Jzz//TPfu3Xn55Zdr+bYTrpf6jmtffvvtN4YNG4ZareaTTz6ptc7+MQJz587l8ssvr7HsUOdr8uTJFBQU8O677ya/h2HDhqFSqZg+fTqXXHIJRx111EHPRUNZv3590mK1ePHiWi6iusjOzkYQhHqdw4TVwuFwUFBQUGvdus51S+1LQSFTUESDwkHJzc0FYMGCBTWCwepLKtwTS5YsYfTo0QwZMoSFCxcmhc6+9OrVix9++KHW8sSynj17Jpd16tSJr776il27dlFVVUXHjh1xu93cdNNNnHzyyYccT0IQJATUqFGjDmhdaci4IC4Yhg4diizLrFy5kjZt2tT67P772v981+d8fffdd1x00UW1hFv//v2JxWL89NNPTSoa1q9fz2mnnUa7du1YunQpNputXp8zGAx06tTpgOfQYDAkx9mrV6/k8oQbCuIWhU2bNnHRRRelzb4UFDIFRTRkIIknsv2LD6WCkSNHolar2bp1K+eee26DP9/U7omlS5cyevRoTjzxRN57770DPp2OGTOGSZMm8fXXXzNw4EAgfgN/7bXXGDhwIMXFxbU+U1JSkrQs3H333ZhMJq666qqDjicSiTB//nxyc3Pp1KkTEH/q3N8335hx7dixg6FDhyJJEitXrjygaOvXr98Bx1ff81VcXMw333yDJEk1hMNXX30FUKdYaSzfffcdp512Gm3atGHZsmVkZ2c36PNjxozh6aefZufOnZSWlgJQXV3NO++8w9lnn510BQ0cOJCioiJeeuklLrjgguTnFyxYgNfrZezYsWm1LwWFjKAF0z0VGsmKFStkQJ4wYYK8atUqee3atbLH45FlWZaHDBkiDxkyJLnugWoLJLbx9ttv11g+d+5cGZDXrl2bXPbwww/LarVanjBhgvzuu+/KK1eulOfPny/fcsst8r333pu6A92Pzz//XDYYDHL79u3l5cuX1yqw5Ha7k+sGg0G5R48ecmlpqTxv3jx52bJl8pgxY+os7vSPf/xDfvnll+UVK1bIb775pjx27FhZpVLJ8+bNq7HezTffLF9//fXyG2+8Ia9YsUJ+5ZVX5P79+8uAPHfu3HodQ33HVVZWJh911FGyTqeTX3vttVrHunPnziY9X88884wMyKeffrr83nvvyUuXLpXvuOMOWa1Wy6eddtoh9+Xz+eS3335bfvvtt+VbbrlFBuTp06fLb7/9do0aBZs2bZJzcnJku90uf/DBB7XGVF5eXmO7oijKp5xySo1l5eXlclFRkdyrVy/53XfflRcvXiyffPLJssVikX/66aca67766qsyIF977bXyihUr5NmzZ8tZWVl1Flxqzn0pKGQqimjIUKZNmyYXFxfLKpWqRiGdVIgGWZbl9957Tx42bJhstVplnU4nt2vXTj7vvPPkjz/+OCXHVxf33XefDBzwtX8xob1798qXXnqpbLfbZb1eLx9//PHysmXLam33/vvvlzt27CjrdDo5KytL/stf/iJ/9tlntdabM2eOPGDAANlut8tqtVrOzs6WR44cKS9ZsqRBx1Gf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", - "text/plain": [ - "
" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "def plot_nh_si_conc():\n", - " crs=ccrs.NorthPolarStereo(central_longitude=-45,true_scale_latitude=70)\n", - " ax=plt.subplot(projection=crs)\n", - " plot_si_conc(\n", - " sic.cf.sel(latitude=slice(45,90), time='2095-02')[0]\n", - " )\n", - "\n", - "plot_nh_si_conc()" + "client.close()" ] } ], From 739fc649fc58f030dc18efca55a626d9bf47c094 Mon Sep 17 00:00:00 2001 From: anton-climate Date: Thu, 19 Oct 2023 15:14:46 +1100 Subject: [PATCH 05/10] Formatting in intake example --- Tutorials/Using_Intake_Catalog.ipynb | 24617 +------------------------ 1 file changed, 60 insertions(+), 24557 deletions(-) diff --git a/Tutorials/Using_Intake_Catalog.ipynb b/Tutorials/Using_Intake_Catalog.ipynb index 3ba37c41..e148538b 100644 --- a/Tutorials/Using_Intake_Catalog.ipynb +++ b/Tutorials/Using_Intake_Catalog.ipynb @@ -22,16 +22,13 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ - "The cosima cookbook version:" - ] - }, - { - "cell_type": "raw", - "metadata": {}, - "source": [ + "The cosima cookbook version:\n", + "\n", + "```\n", "import cosima_cookbook as cc\n", "\n", "session = cc.database.create_session()\n", @@ -41,20 +38,12 @@ " variable=\"var0\", \n", " session=session, \n", " frequency=\"1 monthly\"\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "translates to this in intake" - ] - }, - { - "cell_type": "raw", - "metadata": {}, - "source": [ + ")\n", + "```\n", + "\n", + "translates to this in intake\n", + "\n", + "```\n", "import intake\n", "\n", "catalog = intake.cat.access_nri\n", @@ -68,7 +57,8 @@ " }\n", ")\n", "\n", - "da=ds[var0]" + "da=ds[var0]\n", + "```" ] }, { @@ -1515,16 +1505,15 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 17, "metadata": { "execution": { - "iopub.execute_input": "2023-10-19T04:04:15.471540Z", - "iopub.status.busy": "2023-10-19T04:04:15.470868Z", - "iopub.status.idle": "2023-10-19T04:04:16.477495Z", - "shell.execute_reply": "2023-10-19T04:04:16.476618Z", - "shell.execute_reply.started": "2023-10-19T04:04:15.471498Z" - }, - "scrolled": true + "iopub.execute_input": "2023-10-19T04:13:59.258307Z", + "iopub.status.busy": "2023-10-19T04:13:59.257517Z", + "iopub.status.idle": "2023-10-19T04:13:59.301277Z", + "shell.execute_reply": "2023-10-19T04:13:59.300541Z", + "shell.execute_reply.started": "2023-10-19T04:13:59.258260Z" + } }, "outputs": [ { @@ -1604,24545 +1593,59 @@ " ocean_grid.nc\n", " ocean_grid\n", " \n", - " \n", - " 3\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output003/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1901-01-01, 00:00:00\n", - " 1901-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 4\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output004/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1901-07-01, 00:00:00\n", - " 1901-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 5\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output005/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1902-01-01, 00:00:00\n", - " 1902-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 6\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output006/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1902-07-01, 00:00:00\n", - " 1902-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 7\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output007/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1902-10-01, 00:00:00\n", - " 1902-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 8\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output008/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1903-01-01, 00:00:00\n", - " 1903-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 9\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output009/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1903-04-01, 00:00:00\n", - " 1903-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 10\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output010/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1903-07-01, 00:00:00\n", - " 1903-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 11\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output011/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1903-10-01, 00:00:00\n", - " 1903-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 12\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output012/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1904-01-01, 00:00:00\n", - " 1904-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 13\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output013/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1904-04-01, 00:00:00\n", - " 1904-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 14\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output014/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1904-07-01, 00:00:00\n", - " 1904-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 15\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output015/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1904-10-01, 00:00:00\n", - " 1904-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 16\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output016/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1905-01-01, 00:00:00\n", - " 1905-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 17\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output017/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1905-04-01, 00:00:00\n", - " 1905-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 18\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output018/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1905-07-01, 00:00:00\n", - " 1905-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 19\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output019/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1905-10-01, 00:00:00\n", - " 1905-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 20\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output020/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1906-01-01, 00:00:00\n", - " 1906-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 21\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output021/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1906-04-01, 00:00:00\n", - " 1906-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 22\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output022/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1906-07-01, 00:00:00\n", - " 1906-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 23\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output023/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1906-10-01, 00:00:00\n", - " 1906-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 24\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output024/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1907-01-01, 00:00:00\n", - " 1907-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 25\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output025/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1907-04-01, 00:00:00\n", - " 1907-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 26\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output026/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1907-07-01, 00:00:00\n", - " 1907-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 27\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output027/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1907-10-01, 00:00:00\n", - " 1907-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 28\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output028/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1908-01-01, 00:00:00\n", - " 1908-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 29\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output029/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1908-07-01, 00:00:00\n", - " 1908-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 30\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output030/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1908-10-01, 00:00:00\n", - " 1908-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 31\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output031/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1909-01-01, 00:00:00\n", - " 1909-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 32\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output032/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1909-04-01, 00:00:00\n", - " 1909-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 33\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output033/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1909-07-01, 00:00:00\n", - " 1909-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 34\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output034/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1909-10-01, 00:00:00\n", - " 1909-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 35\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output035/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1910-01-01, 00:00:00\n", - " 1910-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 36\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output036/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1910-04-01, 00:00:00\n", - " 1910-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 37\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output037/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1910-07-01, 00:00:00\n", - " 1910-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 38\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output038/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1910-10-01, 00:00:00\n", - " 1910-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 39\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output039/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1911-01-01, 00:00:00\n", - " 1911-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 40\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output040/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1911-04-01, 00:00:00\n", - " 1911-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 41\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output041/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1911-07-01, 00:00:00\n", - " 1911-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 42\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output042/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1911-10-01, 00:00:00\n", - " 1911-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 43\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output043/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1912-01-01, 00:00:00\n", - " 1912-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 44\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output044/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1912-04-01, 00:00:00\n", - " 1912-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 45\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output045/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1912-07-01, 00:00:00\n", - " 1912-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 46\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output046/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1912-10-01, 00:00:00\n", - " 1912-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 47\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output047/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1913-01-01, 00:00:00\n", - " 1913-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 48\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output048/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1913-04-01, 00:00:00\n", - " 1913-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 49\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output049/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1913-07-01, 00:00:00\n", - " 1913-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 50\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output050/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1913-10-01, 00:00:00\n", - " 1913-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 51\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output051/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1914-01-01, 00:00:00\n", - " 1914-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 52\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output052/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1914-04-01, 00:00:00\n", - " 1914-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 53\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output053/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1914-07-01, 00:00:00\n", - " 1914-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 54\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output054/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1914-10-01, 00:00:00\n", - " 1914-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 55\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output055/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1915-01-01, 00:00:00\n", - " 1915-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 56\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output056/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1915-04-01, 00:00:00\n", - " 1915-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 57\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output057/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1915-07-01, 00:00:00\n", - " 1915-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 58\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output058/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1915-10-01, 00:00:00\n", - " 1915-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 59\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output059/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1916-01-01, 00:00:00\n", - " 1916-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 60\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output060/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1916-04-01, 00:00:00\n", - " 1916-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 61\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output061/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1916-07-01, 00:00:00\n", - " 1916-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 62\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output062/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1916-10-01, 00:00:00\n", - " 1916-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 63\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output063/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1917-01-01, 00:00:00\n", - " 1917-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 64\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output064/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1917-04-01, 00:00:00\n", - " 1917-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 65\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output065/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1917-07-01, 00:00:00\n", - " 1917-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 66\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output066/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1917-10-01, 00:00:00\n", - " 1917-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 67\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output067/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1918-01-01, 00:00:00\n", - " 1918-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 68\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output068/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1918-04-01, 00:00:00\n", - " 1918-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 69\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output069/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1918-07-01, 00:00:00\n", - " 1918-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 70\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output070/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1918-10-01, 00:00:00\n", - " 1918-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 71\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output071/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1919-01-01, 00:00:00\n", - " 1919-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 72\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output072/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1919-04-01, 00:00:00\n", - " 1919-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 73\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output073/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1919-07-01, 00:00:00\n", - " 1919-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 74\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output074/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1919-10-01, 00:00:00\n", - " 1919-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 75\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output075/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1920-01-01, 00:00:00\n", - " 1920-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 76\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output076/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1920-04-01, 00:00:00\n", - " 1920-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 77\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output077/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1920-07-01, 00:00:00\n", - " 1920-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 78\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output078/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1920-10-01, 00:00:00\n", - " 1920-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 79\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output079/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1921-01-01, 00:00:00\n", - " 1921-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 80\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output080/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1921-04-01, 00:00:00\n", - " 1921-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 81\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output081/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1921-07-01, 00:00:00\n", - " 1921-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 82\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output082/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1921-10-01, 00:00:00\n", - " 1921-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 83\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output083/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1922-01-01, 00:00:00\n", - " 1922-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 84\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output084/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1922-04-01, 00:00:00\n", - " 1922-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 85\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output085/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1922-07-01, 00:00:00\n", - " 1922-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 86\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output086/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1922-10-01, 00:00:00\n", - " 1922-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 87\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output087/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1923-01-01, 00:00:00\n", - " 1923-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 88\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output088/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1923-04-01, 00:00:00\n", - " 1923-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 89\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output089/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1923-07-01, 00:00:00\n", - " 1923-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 90\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output090/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1923-10-01, 00:00:00\n", - " 1923-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 91\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output091/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1924-01-01, 00:00:00\n", - " 1924-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 92\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output092/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1924-04-01, 00:00:00\n", - " 1924-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 93\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output093/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1924-07-01, 00:00:00\n", - " 1924-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 94\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output094/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1924-10-01, 00:00:00\n", - " 1924-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 95\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output095/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1925-01-01, 00:00:00\n", - " 1925-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 96\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output096/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1925-04-01, 00:00:00\n", - " 1925-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 97\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output097/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1925-07-01, 00:00:00\n", - " 1925-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 98\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output098/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1925-10-01, 00:00:00\n", - " 1925-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 99\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output099/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1926-01-01, 00:00:00\n", - " 1926-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 100\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output100/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1926-04-01, 00:00:00\n", - " 1926-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 101\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1000/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2151-04-01, 00:00:00\n", - " 2151-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 102\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1001/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2151-07-01, 00:00:00\n", - " 2151-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 103\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1002/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2151-10-01, 00:00:00\n", - " 2151-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 104\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1003/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2152-01-01, 00:00:00\n", - " 2152-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 105\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1004/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2152-04-01, 00:00:00\n", - " 2152-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 106\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1005/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2152-07-01, 00:00:00\n", - " 2152-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 107\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1006/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2152-10-01, 00:00:00\n", - " 2152-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 108\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1007/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2153-01-01, 00:00:00\n", - " 2153-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 109\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1008/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2153-04-01, 00:00:00\n", - " 2153-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 110\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1009/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2153-07-01, 00:00:00\n", - " 2153-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 111\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output101/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1926-07-01, 00:00:00\n", - " 1926-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 112\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1010/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2153-10-01, 00:00:00\n", - " 2153-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 113\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1011/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2154-01-01, 00:00:00\n", - " 2154-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 114\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1012/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2154-04-01, 00:00:00\n", - " 2154-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 115\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1013/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2154-07-01, 00:00:00\n", - " 2154-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 116\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1014/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2154-10-01, 00:00:00\n", - " 2154-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 117\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1015/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2155-01-01, 00:00:00\n", - " 2155-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 118\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1016/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2155-04-01, 00:00:00\n", - " 2155-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 119\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1017/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2155-07-01, 00:00:00\n", - " 2155-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 120\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1018/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2155-10-01, 00:00:00\n", - " 2155-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 121\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1019/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2156-01-01, 00:00:00\n", - " 2156-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 122\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output102/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1926-10-01, 00:00:00\n", - " 1926-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 123\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1020/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2156-04-01, 00:00:00\n", - " 2156-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 124\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1021/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2156-07-01, 00:00:00\n", - " 2156-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 125\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1022/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2156-10-01, 00:00:00\n", - " 2156-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 126\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1023/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2157-01-01, 00:00:00\n", - " 2157-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 127\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1024/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2157-04-01, 00:00:00\n", - " 2157-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 128\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1025/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2157-07-01, 00:00:00\n", - " 2157-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 129\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1026/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2157-10-01, 00:00:00\n", - " 2157-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 130\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1027/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2158-01-01, 00:00:00\n", - " 2158-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 131\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1028/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2158-04-01, 00:00:00\n", - " 2158-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 132\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1029/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2158-07-01, 00:00:00\n", - " 2158-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 133\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output103/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1927-01-01, 00:00:00\n", - " 1927-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 134\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1030/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2158-10-01, 00:00:00\n", - " 2158-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 135\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1031/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2159-01-01, 00:00:00\n", - " 2159-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 136\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1032/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2159-04-01, 00:00:00\n", - " 2159-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 137\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1033/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2159-07-01, 00:00:00\n", - " 2159-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 138\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1034/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2159-10-01, 00:00:00\n", - " 2159-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 139\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1035/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2160-01-01, 00:00:00\n", - " 2160-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 140\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1036/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2160-04-01, 00:00:00\n", - " 2160-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 141\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1037/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2160-07-01, 00:00:00\n", - " 2160-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 142\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1038/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2160-10-01, 00:00:00\n", - " 2160-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 143\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1039/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2161-01-01, 00:00:00\n", - " 2161-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 144\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output104/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1927-04-01, 00:00:00\n", - " 1927-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 145\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1040/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2161-04-01, 00:00:00\n", - " 2161-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 146\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1041/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2161-07-01, 00:00:00\n", - " 2161-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 147\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1042/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2161-10-01, 00:00:00\n", - " 2161-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 148\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1043/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2162-01-01, 00:00:00\n", - " 2162-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 149\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1044/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2162-04-01, 00:00:00\n", - " 2162-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 150\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1045/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2162-07-01, 00:00:00\n", - " 2162-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 151\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1046/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2162-10-01, 00:00:00\n", - " 2162-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 152\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1047/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2163-01-01, 00:00:00\n", - " 2163-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 153\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1048/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2163-04-01, 00:00:00\n", - " 2163-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 154\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1049/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2163-07-01, 00:00:00\n", - " 2163-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 155\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output105/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1927-07-01, 00:00:00\n", - " 1927-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 156\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1050/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2163-10-01, 00:00:00\n", - " 2163-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 157\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1051/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2164-01-01, 00:00:00\n", - " 2164-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 158\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1052/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2164-04-01, 00:00:00\n", - " 2164-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 159\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1053/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2164-07-01, 00:00:00\n", - " 2164-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 160\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1054/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2164-10-01, 00:00:00\n", - " 2164-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 161\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1055/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2165-01-01, 00:00:00\n", - " 2165-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 162\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1056/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2165-04-01, 00:00:00\n", - " 2165-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 163\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1057/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2165-07-01, 00:00:00\n", - " 2165-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 164\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1058/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2165-10-01, 00:00:00\n", - " 2165-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 165\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1059/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2166-01-01, 00:00:00\n", - " 2166-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 166\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output106/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1927-10-01, 00:00:00\n", - " 1927-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 167\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1060/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2166-04-01, 00:00:00\n", - " 2166-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 168\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1061/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2166-07-01, 00:00:00\n", - " 2166-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 169\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1062/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2166-10-01, 00:00:00\n", - " 2166-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 170\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1063/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2167-01-01, 00:00:00\n", - " 2167-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 171\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1064/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2167-04-01, 00:00:00\n", - " 2167-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 172\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1065/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2167-07-01, 00:00:00\n", - " 2167-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 173\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1066/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2167-10-01, 00:00:00\n", - " 2167-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 174\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1067/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2168-01-01, 00:00:00\n", - " 2168-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 175\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1068/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2168-04-01, 00:00:00\n", - " 2168-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 176\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1069/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2168-07-01, 00:00:00\n", - " 2168-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 177\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output107/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1928-01-01, 00:00:00\n", - " 1928-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 178\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1070/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2168-10-01, 00:00:00\n", - " 2168-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 179\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1071/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2169-01-01, 00:00:00\n", - " 2169-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 180\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1072/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2169-04-01, 00:00:00\n", - " 2169-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 181\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1073/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2169-07-01, 00:00:00\n", - " 2169-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 182\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1074/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2169-10-01, 00:00:00\n", - " 2169-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 183\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1075/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2170-01-01, 00:00:00\n", - " 2170-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 184\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1076/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2170-04-01, 00:00:00\n", - " 2170-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 185\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1077/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2170-07-01, 00:00:00\n", - " 2170-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 186\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1078/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2170-10-01, 00:00:00\n", - " 2170-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 187\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1079/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2171-01-01, 00:00:00\n", - " 2171-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 188\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output108/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1928-04-01, 00:00:00\n", - " 1928-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 189\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1080/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2171-04-01, 00:00:00\n", - " 2171-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 190\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1081/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2171-07-01, 00:00:00\n", - " 2171-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 191\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1082/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2171-10-01, 00:00:00\n", - " 2171-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 192\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1083/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2172-01-01, 00:00:00\n", - " 2172-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 193\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1084/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2172-04-01, 00:00:00\n", - " 2172-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 194\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1085/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2172-07-01, 00:00:00\n", - " 2172-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 195\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1086/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2172-10-01, 00:00:00\n", - " 2172-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 196\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1087/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2173-01-01, 00:00:00\n", - " 2173-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 197\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1088/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2173-04-01, 00:00:00\n", - " 2173-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 198\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1089/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2173-07-01, 00:00:00\n", - " 2173-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 199\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output109/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1928-07-01, 00:00:00\n", - " 1928-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 200\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1090/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2173-10-01, 00:00:00\n", - " 2173-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 201\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1091/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2174-01-01, 00:00:00\n", - " 2174-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 202\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1092/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2174-04-01, 00:00:00\n", - " 2174-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 203\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1093/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2174-07-01, 00:00:00\n", - " 2174-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 204\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1094/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2174-10-01, 00:00:00\n", - " 2174-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 205\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1095/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2175-01-01, 00:00:00\n", - " 2175-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 206\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1096/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2175-04-01, 00:00:00\n", - " 2175-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 207\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1097/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2175-07-01, 00:00:00\n", - " 2175-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 208\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1098/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2175-10-01, 00:00:00\n", - " 2175-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 209\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1099/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2176-01-01, 00:00:00\n", - " 2176-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 210\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output110/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1928-10-01, 00:00:00\n", - " 1928-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 211\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1100/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2176-04-01, 00:00:00\n", - " 2176-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 212\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1101/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2176-07-01, 00:00:00\n", - " 2176-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 213\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1102/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2176-10-01, 00:00:00\n", - " 2176-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 214\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1103/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2177-01-01, 00:00:00\n", - " 2177-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 215\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1104/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2177-04-01, 00:00:00\n", - " 2177-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 216\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1105/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2177-07-01, 00:00:00\n", - " 2177-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 217\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1106/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2177-10-01, 00:00:00\n", - " 2177-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 218\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1107/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2178-01-01, 00:00:00\n", - " 2178-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 219\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1108/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2178-04-01, 00:00:00\n", - " 2178-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 220\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1109/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2178-07-01, 00:00:00\n", - " 2178-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 221\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output111/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1929-01-01, 00:00:00\n", - " 1929-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 222\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1110/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2178-10-01, 00:00:00\n", - " 2178-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 223\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1111/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2179-01-01, 00:00:00\n", - " 2179-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 224\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1112/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2179-04-01, 00:00:00\n", - " 2179-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 225\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1113/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2179-07-01, 00:00:00\n", - " 2179-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 226\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1114/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2179-10-01, 00:00:00\n", - " 2179-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 227\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1115/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2180-01-01, 00:00:00\n", - " 2180-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 228\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output112/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1929-04-01, 00:00:00\n", - " 1929-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 229\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output113/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1929-07-01, 00:00:00\n", - " 1929-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 230\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output114/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1929-10-01, 00:00:00\n", - " 1929-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 231\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output115/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1930-01-01, 00:00:00\n", - " 1930-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 232\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output116/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1930-04-01, 00:00:00\n", - " 1930-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 233\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output117/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1930-07-01, 00:00:00\n", - " 1930-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 234\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output118/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1930-10-01, 00:00:00\n", - " 1930-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 235\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output119/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1931-01-01, 00:00:00\n", - " 1931-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 236\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output120/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1931-04-01, 00:00:00\n", - " 1931-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 237\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output121/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1931-07-01, 00:00:00\n", - " 1931-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 238\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output122/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1931-10-01, 00:00:00\n", - " 1931-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 239\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output123/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1932-01-01, 00:00:00\n", - " 1932-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 240\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output124/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1932-04-01, 00:00:00\n", - " 1932-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 241\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output125/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1932-07-01, 00:00:00\n", - " 1932-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 242\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output126/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1932-10-01, 00:00:00\n", - " 1932-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 243\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output127/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1933-01-01, 00:00:00\n", - " 1933-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 244\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output128/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1933-04-01, 00:00:00\n", - " 1933-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 245\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output129/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1933-07-01, 00:00:00\n", - " 1933-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 246\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output130/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1933-10-01, 00:00:00\n", - " 1933-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 247\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output131/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1934-01-01, 00:00:00\n", - " 1934-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 248\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output132/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1934-04-01, 00:00:00\n", - " 1934-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 249\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output133/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1934-07-01, 00:00:00\n", - " 1934-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 250\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output134/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1934-10-01, 00:00:00\n", - " 1934-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 251\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output135/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1935-01-01, 00:00:00\n", - " 1935-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 252\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output136/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1935-04-01, 00:00:00\n", - " 1935-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 253\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output137/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1935-07-01, 00:00:00\n", - " 1935-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 254\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output138/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1935-10-01, 00:00:00\n", - " 1935-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 255\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output139/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1936-01-01, 00:00:00\n", - " 1936-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 256\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output140/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1936-04-01, 00:00:00\n", - " 1936-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 257\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output141/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1936-07-01, 00:00:00\n", - " 1936-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 258\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output142/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1936-10-01, 00:00:00\n", - " 1936-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 259\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output143/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1937-01-01, 00:00:00\n", - " 1937-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 260\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output144/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1937-04-01, 00:00:00\n", - " 1937-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 261\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output145/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1937-07-01, 00:00:00\n", - " 1937-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 262\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output146/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1937-10-01, 00:00:00\n", - " 1937-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 263\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output147/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1938-01-01, 00:00:00\n", - " 1938-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 264\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output148/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1938-04-01, 00:00:00\n", - " 1938-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 265\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output149/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1938-07-01, 00:00:00\n", - " 1938-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 266\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output150/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1938-10-01, 00:00:00\n", - " 1938-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 267\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output151/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1939-01-01, 00:00:00\n", - " 1939-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 268\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output152/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1939-04-01, 00:00:00\n", - " 1939-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 269\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output153/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1939-07-01, 00:00:00\n", - " 1939-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 270\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output154/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1939-10-01, 00:00:00\n", - " 1939-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 271\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output155/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1940-01-01, 00:00:00\n", - " 1940-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 272\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output156/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1940-04-01, 00:00:00\n", - " 1940-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 273\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output157/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1940-07-01, 00:00:00\n", - " 1940-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 274\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output158/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1940-10-01, 00:00:00\n", - " 1940-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 275\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output159/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1941-01-01, 00:00:00\n", - " 1941-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 276\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output160/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1941-04-01, 00:00:00\n", - " 1941-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 277\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output161/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1941-07-01, 00:00:00\n", - " 1941-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 278\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output162/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1941-10-01, 00:00:00\n", - " 1941-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 279\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output163/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1942-01-01, 00:00:00\n", - " 1942-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 280\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output164/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1942-04-01, 00:00:00\n", - " 1942-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 281\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output165/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1942-07-01, 00:00:00\n", - " 1942-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 282\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output166/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1942-10-01, 00:00:00\n", - " 1942-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 283\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output167/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1943-01-01, 00:00:00\n", - " 1943-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 284\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output168/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1943-04-01, 00:00:00\n", - " 1943-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 285\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output169/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1943-07-01, 00:00:00\n", - " 1943-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 286\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output170/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1943-10-01, 00:00:00\n", - " 1943-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 287\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output171/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1944-01-01, 00:00:00\n", - " 1944-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 288\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output172/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1944-04-01, 00:00:00\n", - " 1944-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 289\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output173/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1944-07-01, 00:00:00\n", - " 1944-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 290\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output174/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1944-10-01, 00:00:00\n", - " 1944-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 291\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output175/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1945-01-01, 00:00:00\n", - " 1945-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 292\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output176/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1945-04-01, 00:00:00\n", - " 1945-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 293\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output177/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1945-07-01, 00:00:00\n", - " 1945-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 294\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output178/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1945-10-01, 00:00:00\n", - " 1945-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 295\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output179/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1946-01-01, 00:00:00\n", - " 1946-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 296\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output180/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1946-04-01, 00:00:00\n", - " 1946-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 297\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output181/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1946-07-01, 00:00:00\n", - " 1946-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 298\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output182/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1946-10-01, 00:00:00\n", - " 1946-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 299\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output183/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1947-01-01, 00:00:00\n", - " 1947-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 300\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output184/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1947-04-01, 00:00:00\n", - " 1947-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 301\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output185/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1947-07-01, 00:00:00\n", - " 1947-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 302\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output186/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1947-10-01, 00:00:00\n", - " 1947-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 303\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output187/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1948-01-01, 00:00:00\n", - " 1948-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 304\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output188/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1948-04-01, 00:00:00\n", - " 1948-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 305\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output189/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1948-07-01, 00:00:00\n", - " 1948-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 306\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output190/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1948-10-01, 00:00:00\n", - " 1948-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 307\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output191/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1949-01-01, 00:00:00\n", - " 1949-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 308\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output192/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1949-04-01, 00:00:00\n", - " 1949-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 309\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output193/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1949-07-01, 00:00:00\n", - " 1949-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 310\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output194/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1949-10-01, 00:00:00\n", - " 1949-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 311\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output195/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1950-01-01, 00:00:00\n", - " 1950-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 312\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output196/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1950-04-01, 00:00:00\n", - " 1950-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 313\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output197/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1950-07-01, 00:00:00\n", - " 1950-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 314\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output198/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1950-10-01, 00:00:00\n", - " 1950-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 315\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output199/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1951-01-01, 00:00:00\n", - " 1951-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 316\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output200/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1951-04-01, 00:00:00\n", - " 1951-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 317\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output201/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1951-07-01, 00:00:00\n", - " 1951-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 318\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output202/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1951-10-01, 00:00:00\n", - " 1951-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 319\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output203/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1952-01-01, 00:00:00\n", - " 1952-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 320\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output204/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1952-04-01, 00:00:00\n", - " 1952-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 321\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output205/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1952-07-01, 00:00:00\n", - " 1952-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 322\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output206/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1952-10-01, 00:00:00\n", - " 1952-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 323\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output207/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1953-01-01, 00:00:00\n", - " 1953-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 324\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output208/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1953-04-01, 00:00:00\n", - " 1953-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 325\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output209/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1953-07-01, 00:00:00\n", - " 1953-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 326\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output210/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1953-10-01, 00:00:00\n", - " 1953-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 327\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output211/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1954-01-01, 00:00:00\n", - " 1954-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 328\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output212/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1954-04-01, 00:00:00\n", - " 1954-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 329\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output213/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1954-07-01, 00:00:00\n", - " 1954-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 330\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output214/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1954-10-01, 00:00:00\n", - " 1954-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 331\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output215/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1955-01-01, 00:00:00\n", - " 1955-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 332\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output216/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1955-04-01, 00:00:00\n", - " 1955-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 333\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output217/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1955-07-01, 00:00:00\n", - " 1955-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 334\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output218/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1955-10-01, 00:00:00\n", - " 1955-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 335\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output219/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1956-01-01, 00:00:00\n", - " 1956-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 336\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output220/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1956-04-01, 00:00:00\n", - " 1956-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 337\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output221/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1956-07-01, 00:00:00\n", - " 1956-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 338\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output222/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1956-10-01, 00:00:00\n", - " 1956-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 339\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output223/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1957-01-01, 00:00:00\n", - " 1957-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 340\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output224/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1957-04-01, 00:00:00\n", - " 1957-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 341\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output225/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1957-07-01, 00:00:00\n", - " 1957-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 342\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output226/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1957-10-01, 00:00:00\n", - " 1957-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 343\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output227/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1958-01-01, 00:00:00\n", - " 1958-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 344\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output228/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1958-04-01, 00:00:00\n", - " 1958-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 345\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output229/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1958-07-01, 00:00:00\n", - " 1958-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 346\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output230/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1958-10-01, 00:00:00\n", - " 1958-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 347\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output231/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1959-01-01, 00:00:00\n", - " 1959-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 348\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output232/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1959-04-01, 00:00:00\n", - " 1959-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 349\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output233/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1959-07-01, 00:00:00\n", - " 1959-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 350\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output234/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1959-10-01, 00:00:00\n", - " 1959-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 351\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output235/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1960-01-01, 00:00:00\n", - " 1960-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 352\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output236/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1960-04-01, 00:00:00\n", - " 1960-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 353\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output237/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1960-07-01, 00:00:00\n", - " 1960-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 354\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output238/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1960-10-01, 00:00:00\n", - " 1960-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 355\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output239/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1961-01-01, 00:00:00\n", - " 1961-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 356\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output240/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1961-04-01, 00:00:00\n", - " 1961-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 357\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output241/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1961-07-01, 00:00:00\n", - " 1961-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 358\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output242/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1961-10-01, 00:00:00\n", - " 1961-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 359\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output243/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1962-01-01, 00:00:00\n", - " 1962-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 360\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output244/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1962-04-01, 00:00:00\n", - " 1962-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 361\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output245/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1962-07-01, 00:00:00\n", - " 1962-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 362\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output246/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1962-10-01, 00:00:00\n", - " 1962-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 363\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output247/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1963-01-01, 00:00:00\n", - " 1963-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 364\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output248/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1963-04-01, 00:00:00\n", - " 1963-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 365\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output249/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1963-07-01, 00:00:00\n", - " 1963-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 366\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output250/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1963-10-01, 00:00:00\n", - " 1963-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 367\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output251/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1964-01-01, 00:00:00\n", - " 1964-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 368\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output252/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1964-04-01, 00:00:00\n", - " 1964-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 369\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output253/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1964-07-01, 00:00:00\n", - " 1964-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 370\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output254/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1964-10-01, 00:00:00\n", - " 1964-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 371\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output255/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1965-01-01, 00:00:00\n", - " 1965-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 372\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output256/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1965-04-01, 00:00:00\n", - " 1965-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 373\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output257/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1965-07-01, 00:00:00\n", - " 1965-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 374\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output258/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1965-10-01, 00:00:00\n", - " 1965-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 375\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output259/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1966-01-01, 00:00:00\n", - " 1966-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 376\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output260/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1966-04-01, 00:00:00\n", - " 1966-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 377\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output261/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1966-07-01, 00:00:00\n", - " 1966-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 378\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output262/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1966-10-01, 00:00:00\n", - " 1966-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 379\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output263/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1967-01-01, 00:00:00\n", - " 1967-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 380\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output264/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1967-04-01, 00:00:00\n", - " 1967-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 381\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output265/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1967-07-01, 00:00:00\n", - " 1967-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 382\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output266/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1967-10-01, 00:00:00\n", - " 1967-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 383\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output267/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1968-01-01, 00:00:00\n", - " 1968-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 384\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output268/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1968-04-01, 00:00:00\n", - " 1968-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 385\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output269/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1968-07-01, 00:00:00\n", - " 1968-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 386\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output270/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1968-10-01, 00:00:00\n", - " 1968-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 387\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output271/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1969-01-01, 00:00:00\n", - " 1969-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 388\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output272/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1969-04-01, 00:00:00\n", - " 1969-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 389\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output273/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1969-07-01, 00:00:00\n", - " 1969-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 390\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output274/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1969-10-01, 00:00:00\n", - " 1969-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 391\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output275/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1970-01-01, 00:00:00\n", - " 1970-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 392\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output276/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1970-04-01, 00:00:00\n", - " 1970-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 393\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output277/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1970-07-01, 00:00:00\n", - " 1970-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 394\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output278/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1970-10-01, 00:00:00\n", - " 1970-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 395\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output279/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1971-01-01, 00:00:00\n", - " 1971-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 396\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output280/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1971-04-01, 00:00:00\n", - " 1971-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 397\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output281/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1971-07-01, 00:00:00\n", - " 1971-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 398\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output282/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1971-10-01, 00:00:00\n", - " 1971-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 399\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output283/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1972-01-01, 00:00:00\n", - " 1972-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 400\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output284/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1972-04-01, 00:00:00\n", - " 1972-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 401\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output285/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1972-07-01, 00:00:00\n", - " 1972-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 402\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output286/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1972-10-01, 00:00:00\n", - " 1972-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 403\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output287/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1973-01-01, 00:00:00\n", - " 1973-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 404\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output288/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1973-04-01, 00:00:00\n", - " 1973-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 405\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output289/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1973-07-01, 00:00:00\n", - " 1973-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 406\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output290/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1973-10-01, 00:00:00\n", - " 1973-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 407\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output291/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1974-01-01, 00:00:00\n", - " 1974-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 408\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output292/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1974-04-01, 00:00:00\n", - " 1974-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 409\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output293/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1974-07-01, 00:00:00\n", - " 1974-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 410\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output294/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1974-10-01, 00:00:00\n", - " 1974-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 411\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output295/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1975-01-01, 00:00:00\n", - " 1975-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 412\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output296/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1975-04-01, 00:00:00\n", - " 1975-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 413\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output297/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1975-07-01, 00:00:00\n", - " 1975-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 414\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output298/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1975-10-01, 00:00:00\n", - " 1975-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 415\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output299/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1976-01-01, 00:00:00\n", - " 1976-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 416\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output300/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1976-04-01, 00:00:00\n", - " 1976-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 417\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output301/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1976-07-01, 00:00:00\n", - " 1976-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 418\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output302/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1976-10-01, 00:00:00\n", - " 1976-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 419\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output303/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1977-01-01, 00:00:00\n", - " 1977-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 420\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output304/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1977-04-01, 00:00:00\n", - " 1977-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 421\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output305/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1977-07-01, 00:00:00\n", - " 1977-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 422\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output306/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1977-10-01, 00:00:00\n", - " 1977-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 423\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output307/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1978-01-01, 00:00:00\n", - " 1978-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 424\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output308/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1978-04-01, 00:00:00\n", - " 1978-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 425\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output309/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1978-07-01, 00:00:00\n", - " 1978-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 426\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output310/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1978-10-01, 00:00:00\n", - " 1978-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 427\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output311/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1979-01-01, 00:00:00\n", - " 1979-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 428\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output312/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1979-04-01, 00:00:00\n", - " 1979-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 429\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output313/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1979-07-01, 00:00:00\n", - " 1979-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 430\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output314/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1979-10-01, 00:00:00\n", - " 1979-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 431\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output315/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1980-01-01, 00:00:00\n", - " 1980-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 432\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output316/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1980-04-01, 00:00:00\n", - " 1980-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 433\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output317/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1980-07-01, 00:00:00\n", - " 1980-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 434\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output318/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1980-10-01, 00:00:00\n", - " 1980-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 435\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output319/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1981-01-01, 00:00:00\n", - " 1981-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 436\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output320/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1981-04-01, 00:00:00\n", - " 1981-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 437\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output321/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1981-07-01, 00:00:00\n", - " 1981-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 438\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output322/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1981-10-01, 00:00:00\n", - " 1981-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 439\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output323/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1982-01-01, 00:00:00\n", - " 1982-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 440\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output324/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1982-04-01, 00:00:00\n", - " 1982-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 441\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output325/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1982-07-01, 00:00:00\n", - " 1982-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 442\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output326/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1982-10-01, 00:00:00\n", - " 1982-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 443\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output327/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1983-01-01, 00:00:00\n", - " 1983-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 444\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output328/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1983-04-01, 00:00:00\n", - " 1983-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 445\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output329/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1983-07-01, 00:00:00\n", - " 1983-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 446\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output330/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1983-10-01, 00:00:00\n", - " 1983-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 447\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output331/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1984-01-01, 00:00:00\n", - " 1984-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 448\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output332/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1984-04-01, 00:00:00\n", - " 1984-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 449\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output333/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1984-07-01, 00:00:00\n", - " 1984-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 450\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output334/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1984-10-01, 00:00:00\n", - " 1984-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 451\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output335/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1985-01-01, 00:00:00\n", - " 1985-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 452\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output336/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1985-04-01, 00:00:00\n", - " 1985-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 453\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output337/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1985-07-01, 00:00:00\n", - " 1985-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 454\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output338/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1985-10-01, 00:00:00\n", - " 1985-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 455\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output339/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1986-01-01, 00:00:00\n", - " 1986-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 456\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output340/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1986-04-01, 00:00:00\n", - " 1986-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 457\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output341/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1986-07-01, 00:00:00\n", - " 1986-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 458\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output342/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1986-10-01, 00:00:00\n", - " 1986-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 459\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output343/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1987-01-01, 00:00:00\n", - " 1987-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 460\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output344/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1987-04-01, 00:00:00\n", - " 1987-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 461\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output345/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1987-07-01, 00:00:00\n", - " 1987-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 462\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output346/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1987-10-01, 00:00:00\n", - " 1987-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 463\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output347/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1988-01-01, 00:00:00\n", - " 1988-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 464\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output348/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1988-04-01, 00:00:00\n", - " 1988-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 465\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output349/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1988-07-01, 00:00:00\n", - " 1988-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 466\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output350/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1988-10-01, 00:00:00\n", - " 1988-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 467\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output351/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1989-01-01, 00:00:00\n", - " 1989-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 468\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output352/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1989-04-01, 00:00:00\n", - " 1989-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 469\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output353/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1989-07-01, 00:00:00\n", - " 1989-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 470\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output354/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1989-10-01, 00:00:00\n", - " 1989-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 471\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output355/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1990-01-01, 00:00:00\n", - " 1990-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 472\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output356/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1990-04-01, 00:00:00\n", - " 1990-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 473\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output357/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1990-07-01, 00:00:00\n", - " 1990-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 474\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output358/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1990-10-01, 00:00:00\n", - " 1990-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 475\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output359/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1991-01-01, 00:00:00\n", - " 1991-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 476\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output360/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1991-04-01, 00:00:00\n", - " 1991-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 477\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output361/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1991-07-01, 00:00:00\n", - " 1991-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 478\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output362/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1991-10-01, 00:00:00\n", - " 1991-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 479\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output363/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1992-01-01, 00:00:00\n", - " 1992-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 480\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output364/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1992-04-01, 00:00:00\n", - " 1992-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 481\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output365/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1992-07-01, 00:00:00\n", - " 1992-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 482\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output366/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1992-10-01, 00:00:00\n", - " 1992-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 483\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output367/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1993-01-01, 00:00:00\n", - " 1993-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 484\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output368/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1993-04-01, 00:00:00\n", - " 1993-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 485\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output369/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1993-07-01, 00:00:00\n", - " 1993-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 486\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output370/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1993-10-01, 00:00:00\n", - " 1993-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 487\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output371/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1994-01-01, 00:00:00\n", - " 1994-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 488\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output372/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1994-04-01, 00:00:00\n", - " 1994-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 489\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output373/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1994-07-01, 00:00:00\n", - " 1994-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 490\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output374/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1994-10-01, 00:00:00\n", - " 1994-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 491\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output375/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1995-01-01, 00:00:00\n", - " 1995-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 492\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output376/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1995-04-01, 00:00:00\n", - " 1995-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 493\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output377/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1995-07-01, 00:00:00\n", - " 1995-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 494\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output378/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1995-10-01, 00:00:00\n", - " 1995-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 495\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output379/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1996-01-01, 00:00:00\n", - " 1996-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 496\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output380/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1996-04-01, 00:00:00\n", - " 1996-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 497\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output381/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1996-07-01, 00:00:00\n", - " 1996-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 498\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output382/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1996-10-01, 00:00:00\n", - " 1996-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 499\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output383/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1997-01-01, 00:00:00\n", - " 1997-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 500\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output384/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1997-04-01, 00:00:00\n", - " 1997-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 501\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output385/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1997-07-01, 00:00:00\n", - " 1997-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 502\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output386/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1997-10-01, 00:00:00\n", - " 1997-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 503\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output387/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1998-01-01, 00:00:00\n", - " 1998-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 504\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output388/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1998-04-01, 00:00:00\n", - " 1998-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 505\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output389/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1998-07-01, 00:00:00\n", - " 1998-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 506\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output390/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1998-10-01, 00:00:00\n", - " 1998-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 507\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output391/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1999-01-01, 00:00:00\n", - " 1999-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 508\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output392/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1999-04-01, 00:00:00\n", - " 1999-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 509\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output393/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1999-07-01, 00:00:00\n", - " 1999-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 510\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output394/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 1999-10-01, 00:00:00\n", - " 1999-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 511\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output395/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2000-01-01, 00:00:00\n", - " 2000-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 512\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output396/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2000-04-01, 00:00:00\n", - " 2000-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 513\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output397/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2000-07-01, 00:00:00\n", - " 2000-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 514\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output398/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2000-10-01, 00:00:00\n", - " 2000-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 515\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output399/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2001-01-01, 00:00:00\n", - " 2001-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 516\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output400/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2001-04-01, 00:00:00\n", - " 2001-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 517\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output401/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2001-07-01, 00:00:00\n", - " 2001-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 518\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output402/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2001-10-01, 00:00:00\n", - " 2001-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 519\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output403/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2002-01-01, 00:00:00\n", - " 2002-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 520\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output404/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2002-04-01, 00:00:00\n", - " 2002-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 521\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output405/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2002-07-01, 00:00:00\n", - " 2002-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 522\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output406/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2002-10-01, 00:00:00\n", - " 2002-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 523\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output407/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2003-01-01, 00:00:00\n", - " 2003-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 524\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output408/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2003-04-01, 00:00:00\n", - " 2003-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 525\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output409/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2003-07-01, 00:00:00\n", - " 2003-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 526\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output410/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2003-10-01, 00:00:00\n", - " 2003-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 527\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output411/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2004-01-01, 00:00:00\n", - " 2004-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 528\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output412/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2004-04-01, 00:00:00\n", - " 2004-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 529\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output413/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2004-07-01, 00:00:00\n", - " 2004-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 530\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output414/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2004-10-01, 00:00:00\n", - " 2004-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 531\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output415/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2005-01-01, 00:00:00\n", - " 2005-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 532\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output416/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2005-04-01, 00:00:00\n", - " 2005-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 533\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output417/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2005-07-01, 00:00:00\n", - " 2005-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 534\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output418/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2005-10-01, 00:00:00\n", - " 2005-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 535\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output419/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2006-01-01, 00:00:00\n", - " 2006-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 536\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output420/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2006-04-01, 00:00:00\n", - " 2006-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 537\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output421/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2006-07-01, 00:00:00\n", - " 2006-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 538\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output422/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2006-10-01, 00:00:00\n", - " 2006-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 539\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output423/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2007-01-01, 00:00:00\n", - " 2007-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 540\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output424/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2007-04-01, 00:00:00\n", - " 2007-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 541\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output425/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2007-07-01, 00:00:00\n", - " 2007-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 542\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output426/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2007-10-01, 00:00:00\n", - " 2007-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 543\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output427/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2008-01-01, 00:00:00\n", - " 2008-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 544\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output428/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2008-04-01, 00:00:00\n", - " 2008-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 545\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output429/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2008-07-01, 00:00:00\n", - " 2008-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 546\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output430/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2008-10-01, 00:00:00\n", - " 2008-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 547\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output431/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2009-01-01, 00:00:00\n", - " 2009-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 548\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output432/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2009-04-01, 00:00:00\n", - " 2009-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 549\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output433/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2009-07-01, 00:00:00\n", - " 2009-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 550\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output434/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2009-10-01, 00:00:00\n", - " 2009-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 551\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output435/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2010-01-01, 00:00:00\n", - " 2010-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 552\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output436/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2010-04-01, 00:00:00\n", - " 2010-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 553\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output437/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2010-07-01, 00:00:00\n", - " 2010-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 554\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output438/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2010-10-01, 00:00:00\n", - " 2010-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 555\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output439/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2011-01-01, 00:00:00\n", - " 2011-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 556\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output440/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2011-04-01, 00:00:00\n", - " 2011-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 557\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output441/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2011-07-01, 00:00:00\n", - " 2011-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 558\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output442/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2011-10-01, 00:00:00\n", - " 2011-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 559\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output443/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2012-01-01, 00:00:00\n", - " 2012-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 560\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output444/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2012-04-01, 00:00:00\n", - " 2012-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 561\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output445/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2012-07-01, 00:00:00\n", - " 2012-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 562\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output446/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2012-10-01, 00:00:00\n", - " 2012-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 563\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output447/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2013-01-01, 00:00:00\n", - " 2013-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 564\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output448/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2013-04-01, 00:00:00\n", - " 2013-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 565\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output449/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2013-07-01, 00:00:00\n", - " 2013-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 566\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output450/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2013-10-01, 00:00:00\n", - " 2013-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 567\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output451/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2014-01-01, 00:00:00\n", - " 2014-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 568\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output452/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2014-04-01, 00:00:00\n", - " 2014-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 569\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output453/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2014-07-01, 00:00:00\n", - " 2014-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 570\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output454/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2014-10-01, 00:00:00\n", - " 2014-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 571\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output455/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2015-01-01, 00:00:00\n", - " 2015-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 572\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output456/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2015-04-01, 00:00:00\n", - " 2015-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 573\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output457/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2015-07-01, 00:00:00\n", - " 2015-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 574\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output458/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2015-10-01, 00:00:00\n", - " 2015-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 575\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output459/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2016-01-01, 00:00:00\n", - " 2016-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 576\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output460/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2016-04-01, 00:00:00\n", - " 2016-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 577\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output461/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2016-07-01, 00:00:00\n", - " 2016-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 578\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output462/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2016-10-01, 00:00:00\n", - " 2016-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 579\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output463/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2017-01-01, 00:00:00\n", - " 2017-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 580\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output464/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2017-04-01, 00:00:00\n", - " 2017-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 581\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output465/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2017-07-01, 00:00:00\n", - " 2017-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 582\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output466/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2017-10-01, 00:00:00\n", - " 2017-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 583\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output467/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2018-01-01, 00:00:00\n", - " 2018-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 584\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output468/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2018-04-01, 00:00:00\n", - " 2018-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 585\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output469/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2018-07-01, 00:00:00\n", - " 2018-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 586\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output470/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2018-10-01, 00:00:00\n", - " 2018-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 587\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output471/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2019-01-01, 00:00:00\n", - " 2019-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 588\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output472/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2019-04-01, 00:00:00\n", - " 2019-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 589\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output473/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2019-07-01, 00:00:00\n", - " 2019-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 590\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output474/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2019-10-01, 00:00:00\n", - " 2019-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 591\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output475/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2020-01-01, 00:00:00\n", - " 2020-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 592\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output476/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2020-04-01, 00:00:00\n", - " 2020-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 593\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output477/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2020-07-01, 00:00:00\n", - " 2020-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 594\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output478/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2020-10-01, 00:00:00\n", - " 2020-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 595\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output479/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2021-01-01, 00:00:00\n", - " 2021-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 596\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output480/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2021-04-01, 00:00:00\n", - " 2021-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 597\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output481/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2021-07-01, 00:00:00\n", - " 2021-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 598\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output482/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2021-10-01, 00:00:00\n", - " 2021-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 599\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output483/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2022-01-01, 00:00:00\n", - " 2022-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 600\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output484/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2022-04-01, 00:00:00\n", - " 2022-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 601\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output485/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2022-07-01, 00:00:00\n", - " 2022-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 602\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output486/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2022-10-01, 00:00:00\n", - " 2022-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 603\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output487/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2023-01-01, 00:00:00\n", - " 2023-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 604\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output488/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2023-04-01, 00:00:00\n", - " 2023-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 605\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output489/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2023-07-01, 00:00:00\n", - " 2023-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 606\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output490/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2023-10-01, 00:00:00\n", - " 2023-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 607\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output491/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2024-01-01, 00:00:00\n", - " 2024-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 608\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output492/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2024-04-01, 00:00:00\n", - " 2024-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 609\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output493/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2024-07-01, 00:00:00\n", - " 2024-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 610\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output494/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2024-10-01, 00:00:00\n", - " 2024-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 611\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output495/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2025-01-01, 00:00:00\n", - " 2025-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 612\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output496/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2025-04-01, 00:00:00\n", - " 2025-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 613\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output497/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2025-07-01, 00:00:00\n", - " 2025-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 614\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output498/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2025-10-01, 00:00:00\n", - " 2025-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 615\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output499/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2026-01-01, 00:00:00\n", - " 2026-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 616\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output500/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2026-04-01, 00:00:00\n", - " 2026-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 617\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output501/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2026-07-01, 00:00:00\n", - " 2026-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 618\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output502/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2026-10-01, 00:00:00\n", - " 2026-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 619\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output503/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2027-01-01, 00:00:00\n", - " 2027-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 620\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output504/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2027-04-01, 00:00:00\n", - " 2027-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 621\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output505/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2027-07-01, 00:00:00\n", - " 2027-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 622\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output506/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2027-10-01, 00:00:00\n", - " 2027-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 623\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output507/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2028-01-01, 00:00:00\n", - " 2028-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 624\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output508/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2028-04-01, 00:00:00\n", - " 2028-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 625\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output509/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2028-07-01, 00:00:00\n", - " 2028-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 626\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output510/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2028-10-01, 00:00:00\n", - " 2028-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 627\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output511/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2029-01-01, 00:00:00\n", - " 2029-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 628\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output512/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2029-04-01, 00:00:00\n", - " 2029-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 629\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output513/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2029-07-01, 00:00:00\n", - " 2029-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 630\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output514/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2029-10-01, 00:00:00\n", - " 2029-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 631\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output515/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2030-01-01, 00:00:00\n", - " 2030-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 632\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output516/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2030-04-01, 00:00:00\n", - " 2030-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 633\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output517/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2030-07-01, 00:00:00\n", - " 2030-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 634\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output518/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2030-10-01, 00:00:00\n", - " 2030-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 635\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output519/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2031-01-01, 00:00:00\n", - " 2031-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 636\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output520/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2031-04-01, 00:00:00\n", - " 2031-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 637\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output521/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2031-07-01, 00:00:00\n", - " 2031-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 638\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output522/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2031-10-01, 00:00:00\n", - " 2031-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 639\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output523/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2032-01-01, 00:00:00\n", - " 2032-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 640\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output524/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2032-04-01, 00:00:00\n", - " 2032-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 641\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output525/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2032-07-01, 00:00:00\n", - " 2032-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 642\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output526/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2032-10-01, 00:00:00\n", - " 2032-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 643\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output527/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2033-01-01, 00:00:00\n", - " 2033-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 644\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output528/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2033-04-01, 00:00:00\n", - " 2033-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 645\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output529/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2033-07-01, 00:00:00\n", - " 2033-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 646\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output530/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2033-10-01, 00:00:00\n", - " 2033-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 647\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output531/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2034-01-01, 00:00:00\n", - " 2034-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 648\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output532/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2034-04-01, 00:00:00\n", - " 2034-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 649\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output533/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2034-07-01, 00:00:00\n", - " 2034-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 650\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output534/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2034-10-01, 00:00:00\n", - " 2034-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 651\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output535/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2035-01-01, 00:00:00\n", - " 2035-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 652\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output536/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2035-04-01, 00:00:00\n", - " 2035-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 653\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output537/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2035-07-01, 00:00:00\n", - " 2035-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 654\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output538/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2035-10-01, 00:00:00\n", - " 2035-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 655\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output539/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2036-01-01, 00:00:00\n", - " 2036-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 656\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output540/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2036-04-01, 00:00:00\n", - " 2036-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 657\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output541/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2036-07-01, 00:00:00\n", - " 2036-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 658\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output542/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2036-10-01, 00:00:00\n", - " 2036-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 659\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output543/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2037-01-01, 00:00:00\n", - " 2037-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 660\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output544/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2037-04-01, 00:00:00\n", - " 2037-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 661\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output545/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2037-07-01, 00:00:00\n", - " 2037-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 662\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output546/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2037-10-01, 00:00:00\n", - " 2037-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 663\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output547/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2038-01-01, 00:00:00\n", - " 2038-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 664\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output548/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2038-04-01, 00:00:00\n", - " 2038-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 665\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output549/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2038-07-01, 00:00:00\n", - " 2038-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 666\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output550/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2038-10-01, 00:00:00\n", - " 2038-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 667\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output551/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2039-01-01, 00:00:00\n", - " 2039-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 668\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output552/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2039-04-01, 00:00:00\n", - " 2039-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 669\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output553/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2039-07-01, 00:00:00\n", - " 2039-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 670\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output554/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2039-10-01, 00:00:00\n", - " 2039-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 671\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output555/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2040-01-01, 00:00:00\n", - " 2040-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 672\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output556/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2040-04-01, 00:00:00\n", - " 2040-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 673\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output557/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2040-07-01, 00:00:00\n", - " 2040-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 674\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output558/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2040-10-01, 00:00:00\n", - " 2040-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 675\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output559/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2041-01-01, 00:00:00\n", - " 2041-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 676\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output560/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2041-04-01, 00:00:00\n", - " 2041-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 677\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output561/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2041-07-01, 00:00:00\n", - " 2041-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 678\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output562/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2041-10-01, 00:00:00\n", - " 2041-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 679\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output563/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2042-01-01, 00:00:00\n", - " 2042-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 680\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output564/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2042-04-01, 00:00:00\n", - " 2042-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 681\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output565/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2042-07-01, 00:00:00\n", - " 2042-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 682\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output566/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2042-10-01, 00:00:00\n", - " 2042-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 683\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output567/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2043-01-01, 00:00:00\n", - " 2043-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 684\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output568/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2043-04-01, 00:00:00\n", - " 2043-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 685\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output569/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2043-07-01, 00:00:00\n", - " 2043-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 686\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output570/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2043-10-01, 00:00:00\n", - " 2043-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 687\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output571/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2044-01-01, 00:00:00\n", - " 2044-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 688\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output572/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2044-04-01, 00:00:00\n", - " 2044-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 689\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output573/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2044-07-01, 00:00:00\n", - " 2044-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 690\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output574/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2044-10-01, 00:00:00\n", - " 2044-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 691\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output575/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2045-01-01, 00:00:00\n", - " 2045-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 692\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output576/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2045-04-01, 00:00:00\n", - " 2045-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 693\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output577/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2045-07-01, 00:00:00\n", - " 2045-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 694\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output578/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2045-10-01, 00:00:00\n", - " 2045-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 695\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output579/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2046-01-01, 00:00:00\n", - " 2046-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 696\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output580/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2046-04-01, 00:00:00\n", - " 2046-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 697\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output581/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2046-07-01, 00:00:00\n", - " 2046-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 698\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output582/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2046-10-01, 00:00:00\n", - " 2046-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 699\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output583/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2047-01-01, 00:00:00\n", - " 2047-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 700\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output584/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2047-04-01, 00:00:00\n", - " 2047-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 701\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output585/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2047-07-01, 00:00:00\n", - " 2047-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 702\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output586/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2047-10-01, 00:00:00\n", - " 2047-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 703\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output587/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2048-01-01, 00:00:00\n", - " 2048-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 704\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output588/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2048-04-01, 00:00:00\n", - " 2048-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 705\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output589/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2048-07-01, 00:00:00\n", - " 2048-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 706\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output590/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2048-10-01, 00:00:00\n", - " 2048-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 707\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output591/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2049-01-01, 00:00:00\n", - " 2049-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 708\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output592/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2049-04-01, 00:00:00\n", - " 2049-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 709\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output593/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2049-07-01, 00:00:00\n", - " 2049-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 710\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output594/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2049-10-01, 00:00:00\n", - " 2049-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 711\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output595/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2050-01-01, 00:00:00\n", - " 2050-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 712\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output596/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2050-04-01, 00:00:00\n", - " 2050-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 713\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output597/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2050-07-01, 00:00:00\n", - " 2050-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 714\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output598/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2050-10-01, 00:00:00\n", - " 2050-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 715\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output599/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2051-01-01, 00:00:00\n", - " 2051-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 716\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output600/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2051-04-01, 00:00:00\n", - " 2051-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 717\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output601/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2051-07-01, 00:00:00\n", - " 2051-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 718\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output602/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2051-10-01, 00:00:00\n", - " 2051-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 719\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output603/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2052-01-01, 00:00:00\n", - " 2052-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 720\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output604/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2052-04-01, 00:00:00\n", - " 2052-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 721\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output605/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2052-07-01, 00:00:00\n", - " 2052-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 722\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output606/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2052-10-01, 00:00:00\n", - " 2052-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 723\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output607/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2053-01-01, 00:00:00\n", - " 2053-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 724\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output608/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2053-04-01, 00:00:00\n", - " 2053-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 725\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output609/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2053-07-01, 00:00:00\n", - " 2053-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 726\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output610/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2053-10-01, 00:00:00\n", - " 2053-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 727\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output611/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2054-01-01, 00:00:00\n", - " 2054-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 728\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output612/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2054-04-01, 00:00:00\n", - " 2054-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 729\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output613/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2054-07-01, 00:00:00\n", - " 2054-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 730\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output614/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2054-10-01, 00:00:00\n", - " 2054-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 731\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output615/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2055-01-01, 00:00:00\n", - " 2055-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 732\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output616/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2055-04-01, 00:00:00\n", - " 2055-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 733\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output617/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2055-07-01, 00:00:00\n", - " 2055-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 734\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output618/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2055-10-01, 00:00:00\n", - " 2055-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 735\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output619/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2056-01-01, 00:00:00\n", - " 2056-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 736\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output620/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2056-04-01, 00:00:00\n", - " 2056-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 737\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output621/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2056-07-01, 00:00:00\n", - " 2056-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 738\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output622/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2056-10-01, 00:00:00\n", - " 2056-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 739\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output623/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2057-01-01, 00:00:00\n", - " 2057-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 740\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output624/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2057-04-01, 00:00:00\n", - " 2057-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 741\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output625/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2057-07-01, 00:00:00\n", - " 2057-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 742\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output626/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2057-10-01, 00:00:00\n", - " 2057-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 743\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output627/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2058-01-01, 00:00:00\n", - " 2058-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 744\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output628/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2058-04-01, 00:00:00\n", - " 2058-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 745\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output629/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2058-07-01, 00:00:00\n", - " 2058-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 746\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output630/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2058-10-01, 00:00:00\n", - " 2058-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 747\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output631/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2059-01-01, 00:00:00\n", - " 2059-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 748\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output632/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2059-04-01, 00:00:00\n", - " 2059-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 749\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output633/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2059-07-01, 00:00:00\n", - " 2059-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 750\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output634/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2059-10-01, 00:00:00\n", - " 2059-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 751\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output635/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2060-01-01, 00:00:00\n", - " 2060-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 752\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output636/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2060-04-01, 00:00:00\n", - " 2060-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 753\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output637/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2060-07-01, 00:00:00\n", - " 2060-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 754\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output638/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2060-10-01, 00:00:00\n", - " 2060-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 755\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output639/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2061-01-01, 00:00:00\n", - " 2061-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 756\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output640/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2061-04-01, 00:00:00\n", - " 2061-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 757\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output641/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2061-07-01, 00:00:00\n", - " 2061-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 758\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output642/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2061-10-01, 00:00:00\n", - " 2061-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 759\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output643/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2062-01-01, 00:00:00\n", - " 2062-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 760\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output644/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2062-04-01, 00:00:00\n", - " 2062-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 761\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output645/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2062-07-01, 00:00:00\n", - " 2062-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 762\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output646/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2062-10-01, 00:00:00\n", - " 2062-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 763\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output647/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2063-01-01, 00:00:00\n", - " 2063-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 764\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output648/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2063-04-01, 00:00:00\n", - " 2063-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 765\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output649/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2063-07-01, 00:00:00\n", - " 2063-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 766\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output650/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2063-10-01, 00:00:00\n", - " 2063-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 767\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output651/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2064-01-01, 00:00:00\n", - " 2064-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 768\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output652/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2064-04-01, 00:00:00\n", - " 2064-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 769\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output653/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2064-07-01, 00:00:00\n", - " 2064-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 770\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output654/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2064-10-01, 00:00:00\n", - " 2064-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 771\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output655/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2065-01-01, 00:00:00\n", - " 2065-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 772\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output656/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2065-04-01, 00:00:00\n", - " 2065-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 773\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output657/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2065-07-01, 00:00:00\n", - " 2065-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 774\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output658/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2065-10-01, 00:00:00\n", - " 2065-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 775\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output659/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2066-01-01, 00:00:00\n", - " 2066-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 776\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output660/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2066-04-01, 00:00:00\n", - " 2066-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 777\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output661/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2066-07-01, 00:00:00\n", - " 2066-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 778\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output662/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2066-10-01, 00:00:00\n", - " 2066-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 779\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output663/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2067-01-01, 00:00:00\n", - " 2067-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 780\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output664/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2067-04-01, 00:00:00\n", - " 2067-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 781\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output665/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2067-07-01, 00:00:00\n", - " 2067-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 782\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output666/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2067-10-01, 00:00:00\n", - " 2067-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 783\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output667/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2068-01-01, 00:00:00\n", - " 2068-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 784\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output668/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2068-04-01, 00:00:00\n", - " 2068-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 785\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output669/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2068-07-01, 00:00:00\n", - " 2068-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 786\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output670/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2068-10-01, 00:00:00\n", - " 2068-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 787\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output671/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2069-01-01, 00:00:00\n", - " 2069-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 788\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output672/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2069-04-01, 00:00:00\n", - " 2069-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 789\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output673/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2069-07-01, 00:00:00\n", - " 2069-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 790\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output674/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2069-10-01, 00:00:00\n", - " 2069-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 791\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output675/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2070-01-01, 00:00:00\n", - " 2070-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 792\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output676/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2070-04-01, 00:00:00\n", - " 2070-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 793\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output677/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2070-07-01, 00:00:00\n", - " 2070-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 794\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output678/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2070-10-01, 00:00:00\n", - " 2070-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 795\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output679/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2071-01-01, 00:00:00\n", - " 2071-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 796\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output680/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2071-04-01, 00:00:00\n", - " 2071-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 797\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output681/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2071-07-01, 00:00:00\n", - " 2071-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 798\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output682/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2071-10-01, 00:00:00\n", - " 2071-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 799\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output683/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2072-01-01, 00:00:00\n", - " 2072-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 800\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output684/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2072-04-01, 00:00:00\n", - " 2072-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 801\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output685/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2072-07-01, 00:00:00\n", - " 2072-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 802\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output686/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2072-10-01, 00:00:00\n", - " 2072-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 803\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output687/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2073-01-01, 00:00:00\n", - " 2073-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 804\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output688/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2073-04-01, 00:00:00\n", - " 2073-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 805\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output689/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2073-07-01, 00:00:00\n", - " 2073-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 806\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output690/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2073-10-01, 00:00:00\n", - " 2073-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 807\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output691/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2074-01-01, 00:00:00\n", - " 2074-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 808\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output692/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2074-04-01, 00:00:00\n", - " 2074-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 809\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output693/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2074-07-01, 00:00:00\n", - " 2074-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 810\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output694/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2074-10-01, 00:00:00\n", - " 2074-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 811\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output695/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2075-01-01, 00:00:00\n", - " 2075-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 812\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output696/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2075-04-01, 00:00:00\n", - " 2075-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 813\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output697/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2075-07-01, 00:00:00\n", - " 2075-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 814\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output698/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2075-10-01, 00:00:00\n", - " 2075-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 815\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output699/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2076-01-01, 00:00:00\n", - " 2076-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 816\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output700/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2076-04-01, 00:00:00\n", - " 2076-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 817\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output701/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2076-07-01, 00:00:00\n", - " 2076-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 818\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output702/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2076-10-01, 00:00:00\n", - " 2076-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 819\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output703/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2077-01-01, 00:00:00\n", - " 2077-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 820\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output704/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2077-04-01, 00:00:00\n", - " 2077-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 821\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output705/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2077-07-01, 00:00:00\n", - " 2077-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 822\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output706/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2077-10-01, 00:00:00\n", - " 2077-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 823\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output707/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2078-01-01, 00:00:00\n", - " 2078-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 824\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output708/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2078-04-01, 00:00:00\n", - " 2078-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 825\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output709/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2078-07-01, 00:00:00\n", - " 2078-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 826\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output710/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2078-10-01, 00:00:00\n", - " 2078-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 827\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output711/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2079-01-01, 00:00:00\n", - " 2079-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 828\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output712/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2079-04-01, 00:00:00\n", - " 2079-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 829\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output713/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2079-07-01, 00:00:00\n", - " 2079-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 830\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output714/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2079-10-01, 00:00:00\n", - " 2079-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 831\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output715/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2080-01-01, 00:00:00\n", - " 2080-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 832\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output716/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2080-04-01, 00:00:00\n", - " 2080-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 833\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output717/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2080-07-01, 00:00:00\n", - " 2080-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 834\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output718/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2080-10-01, 00:00:00\n", - " 2080-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 835\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output719/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2081-01-01, 00:00:00\n", - " 2081-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 836\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output720/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2081-04-01, 00:00:00\n", - " 2081-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 837\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output721/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2081-07-01, 00:00:00\n", - " 2081-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 838\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output722/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2081-10-01, 00:00:00\n", - " 2081-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 839\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output723/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2082-01-01, 00:00:00\n", - " 2082-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 840\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output724/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2082-04-01, 00:00:00\n", - " 2082-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 841\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output725/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2082-07-01, 00:00:00\n", - " 2082-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 842\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output726/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2082-10-01, 00:00:00\n", - " 2082-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 843\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output727/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2083-01-01, 00:00:00\n", - " 2083-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 844\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output728/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2083-04-01, 00:00:00\n", - " 2083-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 845\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output729/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2083-07-01, 00:00:00\n", - " 2083-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 846\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output730/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2083-10-01, 00:00:00\n", - " 2083-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 847\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output731/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2084-01-01, 00:00:00\n", - " 2084-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 848\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output732/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2084-04-01, 00:00:00\n", - " 2084-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 849\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output733/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2084-07-01, 00:00:00\n", - " 2084-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 850\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output734/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2084-10-01, 00:00:00\n", - " 2084-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 851\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output735/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2085-01-01, 00:00:00\n", - " 2085-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 852\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output736/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2085-04-01, 00:00:00\n", - " 2085-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 853\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output737/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2085-07-01, 00:00:00\n", - " 2085-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 854\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output738/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2085-10-01, 00:00:00\n", - " 2085-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 855\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output739/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2086-01-01, 00:00:00\n", - " 2086-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 856\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output740/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2086-04-01, 00:00:00\n", - " 2086-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 857\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output741/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2086-07-01, 00:00:00\n", - " 2086-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 858\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output742/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2086-10-01, 00:00:00\n", - " 2086-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 859\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output743/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2087-01-01, 00:00:00\n", - " 2087-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 860\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output744/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2087-04-01, 00:00:00\n", - " 2087-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 861\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output745/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2087-07-01, 00:00:00\n", - " 2087-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 862\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output746/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2087-10-01, 00:00:00\n", - " 2087-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 863\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output747/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2088-01-01, 00:00:00\n", - " 2088-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 864\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output748/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2088-04-01, 00:00:00\n", - " 2088-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 865\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output749/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2088-07-01, 00:00:00\n", - " 2088-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 866\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output750/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2088-10-01, 00:00:00\n", - " 2088-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 867\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output751/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2089-01-01, 00:00:00\n", - " 2089-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 868\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output752/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2089-04-01, 00:00:00\n", - " 2089-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 869\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output753/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2089-07-01, 00:00:00\n", - " 2089-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 870\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output754/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2089-10-01, 00:00:00\n", - " 2089-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 871\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output755/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2090-01-01, 00:00:00\n", - " 2090-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 872\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output756/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2090-04-01, 00:00:00\n", - " 2090-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 873\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output757/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2090-07-01, 00:00:00\n", - " 2090-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 874\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output758/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2090-10-01, 00:00:00\n", - " 2090-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 875\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output759/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2091-01-01, 00:00:00\n", - " 2091-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 876\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output760/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2091-04-01, 00:00:00\n", - " 2091-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 877\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output761/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2091-07-01, 00:00:00\n", - " 2091-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 878\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output762/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2091-10-01, 00:00:00\n", - " 2091-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 879\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output763/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2092-01-01, 00:00:00\n", - " 2092-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 880\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output764/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2092-04-01, 00:00:00\n", - " 2092-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 881\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output765/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2092-07-01, 00:00:00\n", - " 2092-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 882\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output766/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2092-10-01, 00:00:00\n", - " 2092-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 883\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output767/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2093-01-01, 00:00:00\n", - " 2093-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 884\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output768/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2093-04-01, 00:00:00\n", - " 2093-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 885\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output769/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2093-07-01, 00:00:00\n", - " 2093-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 886\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output770/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2093-10-01, 00:00:00\n", - " 2093-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 887\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output771/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2094-01-01, 00:00:00\n", - " 2094-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 888\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output772/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2094-04-01, 00:00:00\n", - " 2094-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 889\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output773/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2094-07-01, 00:00:00\n", - " 2094-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 890\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output774/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2094-10-01, 00:00:00\n", - " 2094-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 891\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output775/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2095-01-01, 00:00:00\n", - " 2095-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 892\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output776/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2095-04-01, 00:00:00\n", - " 2095-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 893\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output777/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2095-07-01, 00:00:00\n", - " 2095-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 894\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output778/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2095-10-01, 00:00:00\n", - " 2095-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 895\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output779/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2096-01-01, 00:00:00\n", - " 2096-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 896\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output780/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2096-04-01, 00:00:00\n", - " 2096-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 897\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output781/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2096-07-01, 00:00:00\n", - " 2096-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 898\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output782/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2096-10-01, 00:00:00\n", - " 2096-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 899\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output783/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2097-01-01, 00:00:00\n", - " 2097-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 900\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output784/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2097-04-01, 00:00:00\n", - " 2097-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 901\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output785/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2097-07-01, 00:00:00\n", - " 2097-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 902\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output786/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2097-10-01, 00:00:00\n", - " 2097-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 903\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output787/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2098-01-01, 00:00:00\n", - " 2098-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 904\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output788/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2098-04-01, 00:00:00\n", - " 2098-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 905\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output789/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2098-07-01, 00:00:00\n", - " 2098-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 906\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output790/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2098-10-01, 00:00:00\n", - " 2098-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 907\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output791/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2099-01-01, 00:00:00\n", - " 2099-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 908\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output792/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2099-04-01, 00:00:00\n", - " 2099-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 909\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output793/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2099-07-01, 00:00:00\n", - " 2099-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 910\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output794/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2099-10-01, 00:00:00\n", - " 2099-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 911\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output795/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2100-01-01, 00:00:00\n", - " 2100-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 912\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output796/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2100-04-01, 00:00:00\n", - " 2100-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 913\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output797/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2100-07-01, 00:00:00\n", - " 2100-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 914\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output798/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2100-10-01, 00:00:00\n", - " 2100-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 915\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output799/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2101-01-01, 00:00:00\n", - " 2101-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 916\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output800/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2101-04-01, 00:00:00\n", - " 2101-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 917\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output801/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2101-07-01, 00:00:00\n", - " 2101-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 918\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output802/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2101-10-01, 00:00:00\n", - " 2101-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 919\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output803/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2102-01-01, 00:00:00\n", - " 2102-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 920\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output804/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2102-04-01, 00:00:00\n", - " 2102-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 921\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output805/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2102-07-01, 00:00:00\n", - " 2102-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 922\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output806/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2102-10-01, 00:00:00\n", - " 2102-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 923\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output807/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2103-01-01, 00:00:00\n", - " 2103-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 924\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output808/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2103-04-01, 00:00:00\n", - " 2103-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 925\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output809/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2103-07-01, 00:00:00\n", - " 2103-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 926\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output810/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2103-10-01, 00:00:00\n", - " 2103-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 927\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output811/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2104-01-01, 00:00:00\n", - " 2104-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 928\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output812/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2104-04-01, 00:00:00\n", - " 2104-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 929\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output813/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2104-07-01, 00:00:00\n", - " 2104-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 930\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output814/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2104-10-01, 00:00:00\n", - " 2104-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 931\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output815/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2105-01-01, 00:00:00\n", - " 2105-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 932\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output816/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2105-04-01, 00:00:00\n", - " 2105-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 933\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output817/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2105-07-01, 00:00:00\n", - " 2105-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 934\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output818/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2105-10-01, 00:00:00\n", - " 2105-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 935\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output819/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2106-01-01, 00:00:00\n", - " 2106-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 936\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output820/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2106-04-01, 00:00:00\n", - " 2106-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 937\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output821/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2106-07-01, 00:00:00\n", - " 2106-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 938\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output822/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2106-10-01, 00:00:00\n", - " 2106-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 939\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output823/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2107-01-01, 00:00:00\n", - " 2107-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 940\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output824/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2107-04-01, 00:00:00\n", - " 2107-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 941\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output825/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2107-07-01, 00:00:00\n", - " 2107-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 942\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output826/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2107-10-01, 00:00:00\n", - " 2107-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 943\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output827/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2108-01-01, 00:00:00\n", - " 2108-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 944\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output828/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2108-04-01, 00:00:00\n", - " 2108-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 945\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output829/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2108-07-01, 00:00:00\n", - " 2108-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 946\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output830/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2108-10-01, 00:00:00\n", - " 2108-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 947\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output831/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2109-01-01, 00:00:00\n", - " 2109-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 948\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output832/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2109-04-01, 00:00:00\n", - " 2109-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 949\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output833/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2109-07-01, 00:00:00\n", - " 2109-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 950\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output834/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2109-10-01, 00:00:00\n", - " 2109-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 951\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output835/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2110-01-01, 00:00:00\n", - " 2110-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 952\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output836/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2110-04-01, 00:00:00\n", - " 2110-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 953\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output837/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2110-07-01, 00:00:00\n", - " 2110-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 954\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output838/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2110-10-01, 00:00:00\n", - " 2110-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 955\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output839/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2111-01-01, 00:00:00\n", - " 2111-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 956\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output840/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2111-04-01, 00:00:00\n", - " 2111-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 957\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output841/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2111-07-01, 00:00:00\n", - " 2111-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 958\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output842/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2111-10-01, 00:00:00\n", - " 2111-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 959\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output843/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2112-01-01, 00:00:00\n", - " 2112-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 960\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output844/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2112-04-01, 00:00:00\n", - " 2112-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 961\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output845/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2112-07-01, 00:00:00\n", - " 2112-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 962\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output846/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2112-10-01, 00:00:00\n", - " 2112-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 963\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output847/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2113-01-01, 00:00:00\n", - " 2113-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 964\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output848/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2113-04-01, 00:00:00\n", - " 2113-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 965\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output849/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2113-07-01, 00:00:00\n", - " 2113-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 966\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output850/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2113-10-01, 00:00:00\n", - " 2113-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 967\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output851/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2114-01-01, 00:00:00\n", - " 2114-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 968\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output852/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2114-04-01, 00:00:00\n", - " 2114-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 969\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output853/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2114-07-01, 00:00:00\n", - " 2114-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 970\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output854/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2114-10-01, 00:00:00\n", - " 2114-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 971\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output855/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2115-01-01, 00:00:00\n", - " 2115-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 972\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output856/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2115-04-01, 00:00:00\n", - " 2115-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 973\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output857/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2115-07-01, 00:00:00\n", - " 2115-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 974\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output858/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2115-10-01, 00:00:00\n", - " 2115-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 975\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output859/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2116-01-01, 00:00:00\n", - " 2116-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 976\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output860/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2116-04-01, 00:00:00\n", - " 2116-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 977\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output861/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2116-07-01, 00:00:00\n", - " 2116-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 978\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output862/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2116-10-01, 00:00:00\n", - " 2116-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 979\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output863/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2117-01-01, 00:00:00\n", - " 2117-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 980\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output864/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2117-04-01, 00:00:00\n", - " 2117-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 981\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output865/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2117-07-01, 00:00:00\n", - " 2117-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 982\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output866/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2117-10-01, 00:00:00\n", - " 2117-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 983\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output867/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2118-01-01, 00:00:00\n", - " 2118-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 984\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output868/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2118-04-01, 00:00:00\n", - " 2118-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 985\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output869/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2118-07-01, 00:00:00\n", - " 2118-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 986\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output870/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2118-10-01, 00:00:00\n", - " 2118-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 987\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output871/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2119-01-01, 00:00:00\n", - " 2119-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 988\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output872/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2119-04-01, 00:00:00\n", - " 2119-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 989\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output873/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2119-07-01, 00:00:00\n", - " 2119-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 990\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output874/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2119-10-01, 00:00:00\n", - " 2119-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 991\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output875/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2120-01-01, 00:00:00\n", - " 2120-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 992\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output876/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2120-04-01, 00:00:00\n", - " 2120-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 993\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output877/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2120-07-01, 00:00:00\n", - " 2120-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 994\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output878/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2120-10-01, 00:00:00\n", - " 2120-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 995\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output879/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2121-01-01, 00:00:00\n", - " 2121-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 996\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output880/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2121-04-01, 00:00:00\n", - " 2121-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 997\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output881/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2121-07-01, 00:00:00\n", - " 2121-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 998\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output882/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2121-10-01, 00:00:00\n", - " 2121-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 999\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output883/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2122-01-01, 00:00:00\n", - " 2122-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1000\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output884/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2122-04-01, 00:00:00\n", - " 2122-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1001\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output885/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2122-07-01, 00:00:00\n", - " 2122-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1002\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output886/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2122-10-01, 00:00:00\n", - " 2122-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1003\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output887/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2123-01-01, 00:00:00\n", - " 2123-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1004\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output888/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2123-04-01, 00:00:00\n", - " 2123-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1005\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output889/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2123-07-01, 00:00:00\n", - " 2123-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1006\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output890/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2123-10-01, 00:00:00\n", - " 2123-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1007\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output891/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2124-01-01, 00:00:00\n", - " 2124-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1008\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output892/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2124-04-01, 00:00:00\n", - " 2124-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1009\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output893/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2124-07-01, 00:00:00\n", - " 2124-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1010\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output894/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2124-10-01, 00:00:00\n", - " 2124-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1011\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output895/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2125-01-01, 00:00:00\n", - " 2125-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1012\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output896/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2125-04-01, 00:00:00\n", - " 2125-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1013\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output897/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2125-07-01, 00:00:00\n", - " 2125-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1014\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output898/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2125-10-01, 00:00:00\n", - " 2125-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1015\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output899/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2126-01-01, 00:00:00\n", - " 2126-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1016\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output900/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2126-04-01, 00:00:00\n", - " 2126-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1017\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output901/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2126-07-01, 00:00:00\n", - " 2126-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1018\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output902/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2126-10-01, 00:00:00\n", - " 2126-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1019\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output903/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2127-01-01, 00:00:00\n", - " 2127-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1020\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output904/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2127-04-01, 00:00:00\n", - " 2127-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1021\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output905/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2127-07-01, 00:00:00\n", - " 2127-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1022\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output906/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2127-10-01, 00:00:00\n", - " 2127-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1023\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output907/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2128-01-01, 00:00:00\n", - " 2128-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1024\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output908/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2128-04-01, 00:00:00\n", - " 2128-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1025\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output909/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2128-07-01, 00:00:00\n", - " 2128-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1026\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output910/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2128-10-01, 00:00:00\n", - " 2128-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1027\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output911/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2129-01-01, 00:00:00\n", - " 2129-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1028\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output912/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2129-04-01, 00:00:00\n", - " 2129-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1029\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output913/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2129-07-01, 00:00:00\n", - " 2129-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1030\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output914/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2129-10-01, 00:00:00\n", - " 2129-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1031\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output915/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2130-01-01, 00:00:00\n", - " 2130-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1032\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output916/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2130-04-01, 00:00:00\n", - " 2130-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1033\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output917/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2130-07-01, 00:00:00\n", - " 2130-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1034\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output918/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2130-10-01, 00:00:00\n", - " 2130-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1035\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output919/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2131-01-01, 00:00:00\n", - " 2131-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1036\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output920/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2131-04-01, 00:00:00\n", - " 2131-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1037\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output921/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2131-07-01, 00:00:00\n", - " 2131-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1038\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output922/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2131-10-01, 00:00:00\n", - " 2131-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1039\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output923/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2132-01-01, 00:00:00\n", - " 2132-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1040\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output924/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2132-04-01, 00:00:00\n", - " 2132-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1041\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output925/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2132-07-01, 00:00:00\n", - " 2132-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1042\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output926/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2132-10-01, 00:00:00\n", - " 2132-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1043\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output927/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2133-01-01, 00:00:00\n", - " 2133-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1044\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output928/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2133-04-01, 00:00:00\n", - " 2133-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1045\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output929/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2133-07-01, 00:00:00\n", - " 2133-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1046\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output930/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2133-10-01, 00:00:00\n", - " 2133-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1047\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output931/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2134-01-01, 00:00:00\n", - " 2134-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1048\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output932/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2134-04-01, 00:00:00\n", - " 2134-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1049\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output933/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2134-07-01, 00:00:00\n", - " 2134-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1050\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output934/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2134-10-01, 00:00:00\n", - " 2134-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1051\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output935/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2135-01-01, 00:00:00\n", - " 2135-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1052\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output936/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2135-04-01, 00:00:00\n", - " 2135-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1053\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output937/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2135-07-01, 00:00:00\n", - " 2135-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1054\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output938/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2135-10-01, 00:00:00\n", - " 2135-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1055\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output939/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2136-01-01, 00:00:00\n", - " 2136-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1056\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output940/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2136-04-01, 00:00:00\n", - " 2136-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1057\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output941/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2136-07-01, 00:00:00\n", - " 2136-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1058\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output942/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2136-10-01, 00:00:00\n", - " 2136-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1059\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output943/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2137-01-01, 00:00:00\n", - " 2137-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1060\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output944/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2137-04-01, 00:00:00\n", - " 2137-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1061\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output945/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2137-07-01, 00:00:00\n", - " 2137-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1062\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output946/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2137-10-01, 00:00:00\n", - " 2137-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1063\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output947/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2138-01-01, 00:00:00\n", - " 2138-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1064\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output948/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2138-04-01, 00:00:00\n", - " 2138-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1065\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output949/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2138-07-01, 00:00:00\n", - " 2138-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1066\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output950/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2138-10-01, 00:00:00\n", - " 2138-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1067\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output951/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2139-01-01, 00:00:00\n", - " 2139-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1068\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output952/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2139-04-01, 00:00:00\n", - " 2139-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1069\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output953/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2139-07-01, 00:00:00\n", - " 2139-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1070\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output954/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2139-10-01, 00:00:00\n", - " 2139-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1071\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output955/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2140-01-01, 00:00:00\n", - " 2140-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1072\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output956/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2140-04-01, 00:00:00\n", - " 2140-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1073\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output957/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2140-07-01, 00:00:00\n", - " 2140-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1074\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output958/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2140-10-01, 00:00:00\n", - " 2140-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1075\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output959/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2141-01-01, 00:00:00\n", - " 2141-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1076\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output960/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2141-04-01, 00:00:00\n", - " 2141-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1077\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output961/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2141-07-01, 00:00:00\n", - " 2141-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1078\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output962/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2141-10-01, 00:00:00\n", - " 2141-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1079\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output963/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2142-01-01, 00:00:00\n", - " 2142-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1080\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output964/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2142-04-01, 00:00:00\n", - " 2142-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1081\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output965/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2142-07-01, 00:00:00\n", - " 2142-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1082\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output966/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2142-10-01, 00:00:00\n", - " 2142-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1083\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output967/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2143-01-01, 00:00:00\n", - " 2143-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1084\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output968/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2143-04-01, 00:00:00\n", - " 2143-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1085\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output969/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2143-07-01, 00:00:00\n", - " 2143-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1086\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output970/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2143-10-01, 00:00:00\n", - " 2143-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1087\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output971/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2144-01-01, 00:00:00\n", - " 2144-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1088\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output972/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2144-04-01, 00:00:00\n", - " 2144-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1089\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output973/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2144-07-01, 00:00:00\n", - " 2144-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1090\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output974/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2144-10-01, 00:00:00\n", - " 2144-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1091\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output975/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2145-01-01, 00:00:00\n", - " 2145-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1092\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output976/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2145-04-01, 00:00:00\n", - " 2145-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1093\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output977/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2145-07-01, 00:00:00\n", - " 2145-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1094\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output978/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2145-10-01, 00:00:00\n", - " 2145-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1095\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output979/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2146-01-01, 00:00:00\n", - " 2146-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1096\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output980/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2146-04-01, 00:00:00\n", - " 2146-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1097\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output981/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2146-07-01, 00:00:00\n", - " 2146-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1098\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output982/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2146-10-01, 00:00:00\n", - " 2146-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1099\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output983/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2147-01-01, 00:00:00\n", - " 2147-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1100\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output984/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2147-04-01, 00:00:00\n", - " 2147-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1101\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output985/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2147-07-01, 00:00:00\n", - " 2147-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1102\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output986/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2147-10-01, 00:00:00\n", - " 2147-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1103\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output987/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2148-01-01, 00:00:00\n", - " 2148-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1104\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output988/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2148-04-01, 00:00:00\n", - " 2148-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1105\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output989/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2148-07-01, 00:00:00\n", - " 2148-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1106\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output990/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2148-10-01, 00:00:00\n", - " 2148-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1107\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output991/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2149-01-01, 00:00:00\n", - " 2149-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1108\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output992/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2149-04-01, 00:00:00\n", - " 2149-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1109\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output993/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2149-07-01, 00:00:00\n", - " 2149-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1110\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output994/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2149-10-01, 00:00:00\n", - " 2149-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1111\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output995/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2150-01-01, 00:00:00\n", - " 2150-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1112\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output996/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2150-04-01, 00:00:00\n", - " 2150-04-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1113\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output997/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2150-07-01, 00:00:00\n", - " 2150-07-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1114\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output998/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2150-10-01, 00:00:00\n", - " 2150-10-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", - " \n", - " 1115\n", - " /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output999/ocean/ocean_grid.nc\n", - " ocean\n", - " [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]\n", - " fx\n", - " 2151-01-01, 00:00:00\n", - " 2151-01-01, 00:00:00\n", - " [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...\n", - " [sea_floor_depth_below_geoid]\n", - " [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]\n", - " ocean_grid.nc\n", - " ocean_grid\n", - " \n", " \n", "\n", "" ], "text/plain": [ - " path \\\n", - "0 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean_grid.nc \n", - "1 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output001/ocean/ocean_grid.nc \n", - "2 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output002/ocean/ocean_grid.nc \n", - "3 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output003/ocean/ocean_grid.nc \n", - "4 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output004/ocean/ocean_grid.nc \n", - "5 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output005/ocean/ocean_grid.nc \n", - "6 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output006/ocean/ocean_grid.nc \n", - "7 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output007/ocean/ocean_grid.nc \n", - "8 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output008/ocean/ocean_grid.nc \n", - "9 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output009/ocean/ocean_grid.nc \n", - "10 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output010/ocean/ocean_grid.nc \n", - "11 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output011/ocean/ocean_grid.nc \n", - "12 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output012/ocean/ocean_grid.nc \n", - "13 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output013/ocean/ocean_grid.nc \n", - "14 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output014/ocean/ocean_grid.nc \n", - "15 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output015/ocean/ocean_grid.nc \n", - "16 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output016/ocean/ocean_grid.nc \n", - "17 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output017/ocean/ocean_grid.nc \n", - "18 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output018/ocean/ocean_grid.nc \n", - "19 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output019/ocean/ocean_grid.nc \n", - "20 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output020/ocean/ocean_grid.nc \n", - "21 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output021/ocean/ocean_grid.nc \n", - "22 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output022/ocean/ocean_grid.nc \n", - "23 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output023/ocean/ocean_grid.nc \n", - "24 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output024/ocean/ocean_grid.nc \n", - "25 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output025/ocean/ocean_grid.nc \n", - "26 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output026/ocean/ocean_grid.nc \n", - "27 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output027/ocean/ocean_grid.nc \n", - "28 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output028/ocean/ocean_grid.nc \n", - "29 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output029/ocean/ocean_grid.nc \n", - "30 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output030/ocean/ocean_grid.nc \n", - "31 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output031/ocean/ocean_grid.nc \n", - "32 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output032/ocean/ocean_grid.nc \n", - "33 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output033/ocean/ocean_grid.nc \n", - "34 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output034/ocean/ocean_grid.nc \n", - "35 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output035/ocean/ocean_grid.nc \n", - "36 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output036/ocean/ocean_grid.nc \n", - "37 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output037/ocean/ocean_grid.nc \n", - "38 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output038/ocean/ocean_grid.nc \n", - "39 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output039/ocean/ocean_grid.nc \n", - "40 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output040/ocean/ocean_grid.nc \n", - "41 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output041/ocean/ocean_grid.nc \n", - "42 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output042/ocean/ocean_grid.nc \n", - "43 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output043/ocean/ocean_grid.nc \n", - "44 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output044/ocean/ocean_grid.nc \n", - "45 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output045/ocean/ocean_grid.nc \n", - "46 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output046/ocean/ocean_grid.nc \n", - "47 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output047/ocean/ocean_grid.nc \n", - "48 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output048/ocean/ocean_grid.nc \n", - "49 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output049/ocean/ocean_grid.nc \n", - "50 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output050/ocean/ocean_grid.nc \n", - "51 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output051/ocean/ocean_grid.nc \n", - "52 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output052/ocean/ocean_grid.nc \n", - "53 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output053/ocean/ocean_grid.nc \n", - "54 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output054/ocean/ocean_grid.nc \n", - "55 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output055/ocean/ocean_grid.nc \n", - "56 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output056/ocean/ocean_grid.nc \n", - "57 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output057/ocean/ocean_grid.nc \n", - "58 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output058/ocean/ocean_grid.nc \n", - "59 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output059/ocean/ocean_grid.nc \n", - "60 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output060/ocean/ocean_grid.nc \n", - "61 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output061/ocean/ocean_grid.nc \n", - "62 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output062/ocean/ocean_grid.nc \n", - "63 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output063/ocean/ocean_grid.nc \n", - "64 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output064/ocean/ocean_grid.nc \n", - "65 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output065/ocean/ocean_grid.nc \n", - "66 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output066/ocean/ocean_grid.nc \n", - "67 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output067/ocean/ocean_grid.nc \n", - "68 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output068/ocean/ocean_grid.nc \n", - "69 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output069/ocean/ocean_grid.nc \n", - "70 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output070/ocean/ocean_grid.nc \n", - "71 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output071/ocean/ocean_grid.nc \n", - "72 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output072/ocean/ocean_grid.nc \n", - "73 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output073/ocean/ocean_grid.nc \n", - "74 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output074/ocean/ocean_grid.nc \n", - "75 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output075/ocean/ocean_grid.nc \n", - "76 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output076/ocean/ocean_grid.nc \n", - "77 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output077/ocean/ocean_grid.nc \n", - "78 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output078/ocean/ocean_grid.nc \n", - "79 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output079/ocean/ocean_grid.nc \n", - "80 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output080/ocean/ocean_grid.nc \n", - "81 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output081/ocean/ocean_grid.nc \n", - "82 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output082/ocean/ocean_grid.nc \n", - "83 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output083/ocean/ocean_grid.nc \n", - "84 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output084/ocean/ocean_grid.nc \n", - "85 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output085/ocean/ocean_grid.nc \n", - "86 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output086/ocean/ocean_grid.nc \n", - "87 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output087/ocean/ocean_grid.nc \n", - "88 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output088/ocean/ocean_grid.nc \n", - "89 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output089/ocean/ocean_grid.nc \n", - "90 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output090/ocean/ocean_grid.nc \n", - "91 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output091/ocean/ocean_grid.nc \n", - "92 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output092/ocean/ocean_grid.nc \n", - "93 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output093/ocean/ocean_grid.nc \n", - "94 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output094/ocean/ocean_grid.nc \n", - "95 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output095/ocean/ocean_grid.nc \n", - "96 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output096/ocean/ocean_grid.nc \n", - "97 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output097/ocean/ocean_grid.nc \n", - "98 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output098/ocean/ocean_grid.nc \n", - "99 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output099/ocean/ocean_grid.nc \n", - "100 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output100/ocean/ocean_grid.nc \n", - "101 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1000/ocean/ocean_grid.nc \n", - "102 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1001/ocean/ocean_grid.nc \n", - "103 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1002/ocean/ocean_grid.nc \n", - "104 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1003/ocean/ocean_grid.nc \n", - "105 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1004/ocean/ocean_grid.nc \n", - "106 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1005/ocean/ocean_grid.nc \n", - "107 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1006/ocean/ocean_grid.nc \n", - "108 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1007/ocean/ocean_grid.nc \n", - "109 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1008/ocean/ocean_grid.nc \n", - "110 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1009/ocean/ocean_grid.nc \n", - "111 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output101/ocean/ocean_grid.nc \n", - "112 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1010/ocean/ocean_grid.nc \n", - "113 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1011/ocean/ocean_grid.nc \n", - "114 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1012/ocean/ocean_grid.nc \n", - "115 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1013/ocean/ocean_grid.nc \n", - "116 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1014/ocean/ocean_grid.nc \n", - "117 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1015/ocean/ocean_grid.nc \n", - "118 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1016/ocean/ocean_grid.nc \n", - "119 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1017/ocean/ocean_grid.nc \n", - "120 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1018/ocean/ocean_grid.nc \n", - "121 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1019/ocean/ocean_grid.nc \n", - "122 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output102/ocean/ocean_grid.nc \n", - "123 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1020/ocean/ocean_grid.nc \n", - "124 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1021/ocean/ocean_grid.nc \n", - "125 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1022/ocean/ocean_grid.nc \n", - "126 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1023/ocean/ocean_grid.nc \n", - "127 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1024/ocean/ocean_grid.nc \n", - "128 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1025/ocean/ocean_grid.nc \n", - "129 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1026/ocean/ocean_grid.nc \n", - "130 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1027/ocean/ocean_grid.nc \n", - "131 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1028/ocean/ocean_grid.nc \n", - "132 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1029/ocean/ocean_grid.nc \n", - "133 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output103/ocean/ocean_grid.nc \n", - "134 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1030/ocean/ocean_grid.nc \n", - "135 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1031/ocean/ocean_grid.nc \n", - "136 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1032/ocean/ocean_grid.nc \n", - "137 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1033/ocean/ocean_grid.nc \n", - "138 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1034/ocean/ocean_grid.nc \n", - "139 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1035/ocean/ocean_grid.nc \n", - "140 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1036/ocean/ocean_grid.nc \n", - "141 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1037/ocean/ocean_grid.nc \n", - "142 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1038/ocean/ocean_grid.nc \n", - "143 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1039/ocean/ocean_grid.nc \n", - "144 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output104/ocean/ocean_grid.nc \n", - "145 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1040/ocean/ocean_grid.nc \n", - "146 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1041/ocean/ocean_grid.nc \n", - "147 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1042/ocean/ocean_grid.nc \n", - "148 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1043/ocean/ocean_grid.nc \n", - "149 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1044/ocean/ocean_grid.nc \n", - "150 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1045/ocean/ocean_grid.nc \n", - "151 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1046/ocean/ocean_grid.nc \n", - "152 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1047/ocean/ocean_grid.nc \n", - "153 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1048/ocean/ocean_grid.nc \n", - "154 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1049/ocean/ocean_grid.nc \n", - "155 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output105/ocean/ocean_grid.nc \n", - "156 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1050/ocean/ocean_grid.nc \n", - "157 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1051/ocean/ocean_grid.nc \n", - "158 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1052/ocean/ocean_grid.nc \n", - "159 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1053/ocean/ocean_grid.nc \n", - "160 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1054/ocean/ocean_grid.nc \n", - "161 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1055/ocean/ocean_grid.nc \n", - "162 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1056/ocean/ocean_grid.nc \n", - "163 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1057/ocean/ocean_grid.nc \n", - "164 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1058/ocean/ocean_grid.nc \n", - "165 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1059/ocean/ocean_grid.nc \n", - "166 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output106/ocean/ocean_grid.nc \n", - "167 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1060/ocean/ocean_grid.nc \n", - "168 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1061/ocean/ocean_grid.nc \n", - "169 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1062/ocean/ocean_grid.nc \n", - "170 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1063/ocean/ocean_grid.nc \n", - "171 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1064/ocean/ocean_grid.nc \n", - "172 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1065/ocean/ocean_grid.nc \n", - "173 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1066/ocean/ocean_grid.nc \n", - "174 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1067/ocean/ocean_grid.nc \n", - "175 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1068/ocean/ocean_grid.nc \n", - "176 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1069/ocean/ocean_grid.nc \n", - "177 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output107/ocean/ocean_grid.nc \n", - "178 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1070/ocean/ocean_grid.nc \n", - "179 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1071/ocean/ocean_grid.nc \n", - "180 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1072/ocean/ocean_grid.nc \n", - "181 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1073/ocean/ocean_grid.nc \n", - "182 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1074/ocean/ocean_grid.nc \n", - "183 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1075/ocean/ocean_grid.nc \n", - "184 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1076/ocean/ocean_grid.nc \n", - "185 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1077/ocean/ocean_grid.nc \n", - "186 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1078/ocean/ocean_grid.nc \n", - "187 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1079/ocean/ocean_grid.nc \n", - "188 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output108/ocean/ocean_grid.nc \n", - "189 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1080/ocean/ocean_grid.nc \n", - "190 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1081/ocean/ocean_grid.nc \n", - "191 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1082/ocean/ocean_grid.nc \n", - "192 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1083/ocean/ocean_grid.nc \n", - "193 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1084/ocean/ocean_grid.nc \n", - "194 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1085/ocean/ocean_grid.nc \n", - "195 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1086/ocean/ocean_grid.nc \n", - "196 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1087/ocean/ocean_grid.nc \n", - "197 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1088/ocean/ocean_grid.nc \n", - "198 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1089/ocean/ocean_grid.nc \n", - "199 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output109/ocean/ocean_grid.nc \n", - "200 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1090/ocean/ocean_grid.nc \n", - "201 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1091/ocean/ocean_grid.nc \n", - "202 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1092/ocean/ocean_grid.nc \n", - "203 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1093/ocean/ocean_grid.nc \n", - "204 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1094/ocean/ocean_grid.nc \n", - "205 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1095/ocean/ocean_grid.nc \n", - "206 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1096/ocean/ocean_grid.nc \n", - "207 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1097/ocean/ocean_grid.nc \n", - "208 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1098/ocean/ocean_grid.nc \n", - "209 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1099/ocean/ocean_grid.nc \n", - "210 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output110/ocean/ocean_grid.nc \n", - "211 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1100/ocean/ocean_grid.nc \n", - "212 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1101/ocean/ocean_grid.nc \n", - "213 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1102/ocean/ocean_grid.nc \n", - "214 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1103/ocean/ocean_grid.nc \n", - "215 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1104/ocean/ocean_grid.nc \n", - "216 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1105/ocean/ocean_grid.nc \n", - "217 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1106/ocean/ocean_grid.nc \n", - "218 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1107/ocean/ocean_grid.nc \n", - "219 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1108/ocean/ocean_grid.nc \n", - "220 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1109/ocean/ocean_grid.nc \n", - "221 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output111/ocean/ocean_grid.nc \n", - "222 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1110/ocean/ocean_grid.nc \n", - "223 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1111/ocean/ocean_grid.nc \n", - "224 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1112/ocean/ocean_grid.nc \n", - "225 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1113/ocean/ocean_grid.nc \n", - "226 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1114/ocean/ocean_grid.nc \n", - "227 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1115/ocean/ocean_grid.nc \n", - "228 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output112/ocean/ocean_grid.nc \n", - "229 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output113/ocean/ocean_grid.nc \n", - "230 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output114/ocean/ocean_grid.nc \n", - "231 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output115/ocean/ocean_grid.nc \n", - "232 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output116/ocean/ocean_grid.nc \n", - "233 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output117/ocean/ocean_grid.nc \n", - "234 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output118/ocean/ocean_grid.nc \n", - "235 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output119/ocean/ocean_grid.nc \n", - "236 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output120/ocean/ocean_grid.nc \n", - "237 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output121/ocean/ocean_grid.nc \n", - "238 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output122/ocean/ocean_grid.nc \n", - "239 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output123/ocean/ocean_grid.nc \n", - "240 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output124/ocean/ocean_grid.nc \n", - "241 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output125/ocean/ocean_grid.nc \n", - "242 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output126/ocean/ocean_grid.nc \n", - "243 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output127/ocean/ocean_grid.nc \n", - "244 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output128/ocean/ocean_grid.nc \n", - "245 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output129/ocean/ocean_grid.nc \n", - "246 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output130/ocean/ocean_grid.nc \n", - "247 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output131/ocean/ocean_grid.nc \n", - "248 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output132/ocean/ocean_grid.nc \n", - "249 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output133/ocean/ocean_grid.nc \n", - "250 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output134/ocean/ocean_grid.nc \n", - "251 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output135/ocean/ocean_grid.nc \n", - "252 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output136/ocean/ocean_grid.nc \n", - "253 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output137/ocean/ocean_grid.nc \n", - "254 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output138/ocean/ocean_grid.nc \n", - "255 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output139/ocean/ocean_grid.nc \n", - "256 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output140/ocean/ocean_grid.nc \n", - "257 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output141/ocean/ocean_grid.nc \n", - "258 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output142/ocean/ocean_grid.nc \n", - "259 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output143/ocean/ocean_grid.nc \n", - "260 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output144/ocean/ocean_grid.nc \n", - "261 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output145/ocean/ocean_grid.nc \n", - "262 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output146/ocean/ocean_grid.nc \n", - "263 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output147/ocean/ocean_grid.nc \n", - "264 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output148/ocean/ocean_grid.nc \n", - "265 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output149/ocean/ocean_grid.nc \n", - "266 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output150/ocean/ocean_grid.nc \n", - "267 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output151/ocean/ocean_grid.nc \n", - "268 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output152/ocean/ocean_grid.nc \n", - "269 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output153/ocean/ocean_grid.nc \n", - "270 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output154/ocean/ocean_grid.nc \n", - "271 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output155/ocean/ocean_grid.nc \n", - "272 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output156/ocean/ocean_grid.nc \n", - "273 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output157/ocean/ocean_grid.nc \n", - "274 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output158/ocean/ocean_grid.nc \n", - "275 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output159/ocean/ocean_grid.nc \n", - "276 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output160/ocean/ocean_grid.nc \n", - "277 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output161/ocean/ocean_grid.nc \n", - "278 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output162/ocean/ocean_grid.nc \n", - "279 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output163/ocean/ocean_grid.nc \n", - "280 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output164/ocean/ocean_grid.nc \n", - "281 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output165/ocean/ocean_grid.nc \n", - "282 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output166/ocean/ocean_grid.nc \n", - "283 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output167/ocean/ocean_grid.nc \n", - "284 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output168/ocean/ocean_grid.nc \n", - "285 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output169/ocean/ocean_grid.nc \n", - "286 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output170/ocean/ocean_grid.nc \n", - "287 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output171/ocean/ocean_grid.nc \n", - "288 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output172/ocean/ocean_grid.nc \n", - "289 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output173/ocean/ocean_grid.nc \n", - "290 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output174/ocean/ocean_grid.nc \n", - "291 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output175/ocean/ocean_grid.nc \n", - "292 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output176/ocean/ocean_grid.nc \n", - "293 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output177/ocean/ocean_grid.nc \n", - "294 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output178/ocean/ocean_grid.nc \n", - "295 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output179/ocean/ocean_grid.nc \n", - "296 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output180/ocean/ocean_grid.nc \n", - "297 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output181/ocean/ocean_grid.nc \n", - "298 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output182/ocean/ocean_grid.nc \n", - "299 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output183/ocean/ocean_grid.nc \n", - "300 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output184/ocean/ocean_grid.nc \n", - "301 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output185/ocean/ocean_grid.nc \n", - "302 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output186/ocean/ocean_grid.nc \n", - "303 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output187/ocean/ocean_grid.nc \n", - "304 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output188/ocean/ocean_grid.nc \n", - "305 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output189/ocean/ocean_grid.nc \n", - "306 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output190/ocean/ocean_grid.nc \n", - "307 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output191/ocean/ocean_grid.nc \n", - "308 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output192/ocean/ocean_grid.nc \n", - "309 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output193/ocean/ocean_grid.nc \n", - "310 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output194/ocean/ocean_grid.nc \n", - "311 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output195/ocean/ocean_grid.nc \n", - "312 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output196/ocean/ocean_grid.nc \n", - "313 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output197/ocean/ocean_grid.nc \n", - "314 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output198/ocean/ocean_grid.nc \n", - "315 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output199/ocean/ocean_grid.nc \n", - "316 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output200/ocean/ocean_grid.nc \n", - "317 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output201/ocean/ocean_grid.nc \n", - "318 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output202/ocean/ocean_grid.nc \n", - "319 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output203/ocean/ocean_grid.nc \n", - "320 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output204/ocean/ocean_grid.nc \n", - "321 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output205/ocean/ocean_grid.nc \n", - "322 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output206/ocean/ocean_grid.nc \n", - "323 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output207/ocean/ocean_grid.nc \n", - "324 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output208/ocean/ocean_grid.nc \n", - "325 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output209/ocean/ocean_grid.nc \n", - "326 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output210/ocean/ocean_grid.nc \n", - "327 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output211/ocean/ocean_grid.nc \n", - "328 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output212/ocean/ocean_grid.nc \n", - "329 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output213/ocean/ocean_grid.nc \n", - "330 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output214/ocean/ocean_grid.nc \n", - "331 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output215/ocean/ocean_grid.nc \n", - "332 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output216/ocean/ocean_grid.nc \n", - "333 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output217/ocean/ocean_grid.nc \n", - "334 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output218/ocean/ocean_grid.nc \n", - "335 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output219/ocean/ocean_grid.nc \n", - "336 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output220/ocean/ocean_grid.nc \n", - "337 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output221/ocean/ocean_grid.nc \n", - "338 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output222/ocean/ocean_grid.nc \n", - "339 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output223/ocean/ocean_grid.nc \n", - "340 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output224/ocean/ocean_grid.nc \n", - "341 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output225/ocean/ocean_grid.nc \n", - "342 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output226/ocean/ocean_grid.nc \n", - "343 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output227/ocean/ocean_grid.nc \n", - "344 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output228/ocean/ocean_grid.nc \n", - "345 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output229/ocean/ocean_grid.nc \n", - "346 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output230/ocean/ocean_grid.nc \n", - "347 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output231/ocean/ocean_grid.nc \n", - "348 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output232/ocean/ocean_grid.nc \n", - "349 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output233/ocean/ocean_grid.nc \n", - "350 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output234/ocean/ocean_grid.nc \n", - "351 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output235/ocean/ocean_grid.nc \n", - "352 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output236/ocean/ocean_grid.nc \n", - "353 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output237/ocean/ocean_grid.nc \n", - "354 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output238/ocean/ocean_grid.nc \n", - "355 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output239/ocean/ocean_grid.nc \n", - "356 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output240/ocean/ocean_grid.nc \n", - "357 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output241/ocean/ocean_grid.nc \n", - "358 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output242/ocean/ocean_grid.nc \n", - "359 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output243/ocean/ocean_grid.nc \n", - "360 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output244/ocean/ocean_grid.nc \n", - "361 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output245/ocean/ocean_grid.nc \n", - "362 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output246/ocean/ocean_grid.nc \n", - "363 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output247/ocean/ocean_grid.nc \n", - "364 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output248/ocean/ocean_grid.nc \n", - "365 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output249/ocean/ocean_grid.nc \n", - "366 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output250/ocean/ocean_grid.nc \n", - "367 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output251/ocean/ocean_grid.nc \n", - "368 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output252/ocean/ocean_grid.nc \n", - "369 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output253/ocean/ocean_grid.nc \n", - "370 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output254/ocean/ocean_grid.nc \n", - "371 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output255/ocean/ocean_grid.nc \n", - "372 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output256/ocean/ocean_grid.nc \n", - "373 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output257/ocean/ocean_grid.nc \n", - "374 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output258/ocean/ocean_grid.nc \n", - "375 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output259/ocean/ocean_grid.nc \n", - "376 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output260/ocean/ocean_grid.nc \n", - "377 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output261/ocean/ocean_grid.nc \n", - "378 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output262/ocean/ocean_grid.nc \n", - "379 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output263/ocean/ocean_grid.nc \n", - "380 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output264/ocean/ocean_grid.nc \n", - "381 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output265/ocean/ocean_grid.nc \n", - "382 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output266/ocean/ocean_grid.nc \n", - "383 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output267/ocean/ocean_grid.nc \n", - "384 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output268/ocean/ocean_grid.nc \n", - "385 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output269/ocean/ocean_grid.nc \n", - "386 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output270/ocean/ocean_grid.nc \n", - "387 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output271/ocean/ocean_grid.nc \n", - "388 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output272/ocean/ocean_grid.nc \n", - "389 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output273/ocean/ocean_grid.nc \n", - "390 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output274/ocean/ocean_grid.nc \n", - "391 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output275/ocean/ocean_grid.nc \n", - "392 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output276/ocean/ocean_grid.nc \n", - "393 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output277/ocean/ocean_grid.nc \n", - "394 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output278/ocean/ocean_grid.nc \n", - "395 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output279/ocean/ocean_grid.nc \n", - "396 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output280/ocean/ocean_grid.nc \n", - "397 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output281/ocean/ocean_grid.nc \n", - "398 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output282/ocean/ocean_grid.nc \n", - "399 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output283/ocean/ocean_grid.nc \n", - "400 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output284/ocean/ocean_grid.nc \n", - "401 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output285/ocean/ocean_grid.nc \n", - "402 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output286/ocean/ocean_grid.nc \n", - "403 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output287/ocean/ocean_grid.nc \n", - "404 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output288/ocean/ocean_grid.nc \n", - "405 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output289/ocean/ocean_grid.nc \n", - "406 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output290/ocean/ocean_grid.nc \n", - "407 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output291/ocean/ocean_grid.nc \n", - "408 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output292/ocean/ocean_grid.nc \n", - "409 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output293/ocean/ocean_grid.nc \n", - "410 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output294/ocean/ocean_grid.nc \n", - "411 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output295/ocean/ocean_grid.nc \n", - "412 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output296/ocean/ocean_grid.nc \n", - "413 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output297/ocean/ocean_grid.nc \n", - "414 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output298/ocean/ocean_grid.nc \n", - "415 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output299/ocean/ocean_grid.nc \n", - "416 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output300/ocean/ocean_grid.nc \n", - "417 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output301/ocean/ocean_grid.nc \n", - "418 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output302/ocean/ocean_grid.nc \n", - "419 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output303/ocean/ocean_grid.nc \n", - "420 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output304/ocean/ocean_grid.nc \n", - "421 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output305/ocean/ocean_grid.nc \n", - "422 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output306/ocean/ocean_grid.nc \n", - "423 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output307/ocean/ocean_grid.nc \n", - "424 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output308/ocean/ocean_grid.nc \n", - "425 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output309/ocean/ocean_grid.nc \n", - "426 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output310/ocean/ocean_grid.nc \n", - "427 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output311/ocean/ocean_grid.nc \n", - "428 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output312/ocean/ocean_grid.nc \n", - "429 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output313/ocean/ocean_grid.nc \n", - "430 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output314/ocean/ocean_grid.nc \n", - "431 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output315/ocean/ocean_grid.nc \n", - "432 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output316/ocean/ocean_grid.nc \n", - "433 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output317/ocean/ocean_grid.nc \n", - "434 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output318/ocean/ocean_grid.nc \n", - "435 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output319/ocean/ocean_grid.nc \n", - "436 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output320/ocean/ocean_grid.nc \n", - "437 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output321/ocean/ocean_grid.nc \n", - "438 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output322/ocean/ocean_grid.nc \n", - "439 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output323/ocean/ocean_grid.nc \n", - "440 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output324/ocean/ocean_grid.nc \n", - "441 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output325/ocean/ocean_grid.nc \n", - "442 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output326/ocean/ocean_grid.nc \n", - "443 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output327/ocean/ocean_grid.nc \n", - "444 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output328/ocean/ocean_grid.nc \n", - "445 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output329/ocean/ocean_grid.nc \n", - "446 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output330/ocean/ocean_grid.nc \n", - "447 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output331/ocean/ocean_grid.nc \n", - "448 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output332/ocean/ocean_grid.nc \n", - "449 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output333/ocean/ocean_grid.nc \n", - "450 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output334/ocean/ocean_grid.nc \n", - "451 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output335/ocean/ocean_grid.nc \n", - "452 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output336/ocean/ocean_grid.nc \n", - "453 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output337/ocean/ocean_grid.nc \n", - "454 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output338/ocean/ocean_grid.nc \n", - "455 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output339/ocean/ocean_grid.nc \n", - "456 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output340/ocean/ocean_grid.nc \n", - "457 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output341/ocean/ocean_grid.nc \n", - "458 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output342/ocean/ocean_grid.nc \n", - "459 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output343/ocean/ocean_grid.nc \n", - "460 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output344/ocean/ocean_grid.nc \n", - "461 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output345/ocean/ocean_grid.nc \n", - "462 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output346/ocean/ocean_grid.nc \n", - "463 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output347/ocean/ocean_grid.nc \n", - "464 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output348/ocean/ocean_grid.nc \n", - "465 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output349/ocean/ocean_grid.nc \n", - "466 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output350/ocean/ocean_grid.nc \n", - "467 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output351/ocean/ocean_grid.nc \n", - "468 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output352/ocean/ocean_grid.nc \n", - "469 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output353/ocean/ocean_grid.nc \n", - "470 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output354/ocean/ocean_grid.nc \n", - "471 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output355/ocean/ocean_grid.nc \n", - "472 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output356/ocean/ocean_grid.nc \n", - "473 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output357/ocean/ocean_grid.nc \n", - "474 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output358/ocean/ocean_grid.nc \n", - "475 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output359/ocean/ocean_grid.nc \n", - "476 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output360/ocean/ocean_grid.nc \n", - "477 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output361/ocean/ocean_grid.nc \n", - "478 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output362/ocean/ocean_grid.nc \n", - "479 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output363/ocean/ocean_grid.nc \n", - "480 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output364/ocean/ocean_grid.nc \n", - "481 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output365/ocean/ocean_grid.nc \n", - "482 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output366/ocean/ocean_grid.nc \n", - "483 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output367/ocean/ocean_grid.nc \n", - "484 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output368/ocean/ocean_grid.nc \n", - "485 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output369/ocean/ocean_grid.nc \n", - "486 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output370/ocean/ocean_grid.nc \n", - "487 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output371/ocean/ocean_grid.nc \n", - "488 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output372/ocean/ocean_grid.nc \n", - "489 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output373/ocean/ocean_grid.nc \n", - "490 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output374/ocean/ocean_grid.nc \n", - "491 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output375/ocean/ocean_grid.nc \n", - "492 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output376/ocean/ocean_grid.nc \n", - "493 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output377/ocean/ocean_grid.nc \n", - "494 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output378/ocean/ocean_grid.nc \n", - "495 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output379/ocean/ocean_grid.nc \n", - "496 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output380/ocean/ocean_grid.nc \n", - "497 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output381/ocean/ocean_grid.nc \n", - "498 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output382/ocean/ocean_grid.nc \n", - "499 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output383/ocean/ocean_grid.nc \n", - "500 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output384/ocean/ocean_grid.nc \n", - "501 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output385/ocean/ocean_grid.nc \n", - "502 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output386/ocean/ocean_grid.nc \n", - "503 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output387/ocean/ocean_grid.nc \n", - "504 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output388/ocean/ocean_grid.nc \n", - "505 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output389/ocean/ocean_grid.nc \n", - "506 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output390/ocean/ocean_grid.nc \n", - "507 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output391/ocean/ocean_grid.nc \n", - "508 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output392/ocean/ocean_grid.nc \n", - "509 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output393/ocean/ocean_grid.nc \n", - "510 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output394/ocean/ocean_grid.nc \n", - "511 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output395/ocean/ocean_grid.nc \n", - "512 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output396/ocean/ocean_grid.nc \n", - "513 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output397/ocean/ocean_grid.nc \n", - "514 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output398/ocean/ocean_grid.nc \n", - "515 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output399/ocean/ocean_grid.nc \n", - "516 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output400/ocean/ocean_grid.nc \n", - "517 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output401/ocean/ocean_grid.nc \n", - "518 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output402/ocean/ocean_grid.nc \n", - "519 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output403/ocean/ocean_grid.nc \n", - "520 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output404/ocean/ocean_grid.nc \n", - "521 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output405/ocean/ocean_grid.nc \n", - "522 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output406/ocean/ocean_grid.nc \n", - "523 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output407/ocean/ocean_grid.nc \n", - "524 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output408/ocean/ocean_grid.nc \n", - "525 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output409/ocean/ocean_grid.nc \n", - "526 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output410/ocean/ocean_grid.nc \n", - "527 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output411/ocean/ocean_grid.nc \n", - "528 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output412/ocean/ocean_grid.nc \n", - "529 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output413/ocean/ocean_grid.nc \n", - "530 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output414/ocean/ocean_grid.nc \n", - "531 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output415/ocean/ocean_grid.nc \n", - "532 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output416/ocean/ocean_grid.nc \n", - "533 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output417/ocean/ocean_grid.nc \n", - "534 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output418/ocean/ocean_grid.nc \n", - "535 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output419/ocean/ocean_grid.nc \n", - "536 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output420/ocean/ocean_grid.nc \n", - "537 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output421/ocean/ocean_grid.nc \n", - "538 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output422/ocean/ocean_grid.nc \n", - "539 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output423/ocean/ocean_grid.nc \n", - "540 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output424/ocean/ocean_grid.nc \n", - "541 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output425/ocean/ocean_grid.nc \n", - "542 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output426/ocean/ocean_grid.nc \n", - "543 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output427/ocean/ocean_grid.nc \n", - "544 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output428/ocean/ocean_grid.nc \n", - "545 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output429/ocean/ocean_grid.nc \n", - "546 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output430/ocean/ocean_grid.nc \n", - "547 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output431/ocean/ocean_grid.nc \n", - "548 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output432/ocean/ocean_grid.nc \n", - "549 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output433/ocean/ocean_grid.nc \n", - "550 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output434/ocean/ocean_grid.nc \n", - "551 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output435/ocean/ocean_grid.nc \n", - "552 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output436/ocean/ocean_grid.nc \n", - "553 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output437/ocean/ocean_grid.nc \n", - "554 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output438/ocean/ocean_grid.nc \n", - "555 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output439/ocean/ocean_grid.nc \n", - "556 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output440/ocean/ocean_grid.nc \n", - "557 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output441/ocean/ocean_grid.nc \n", - "558 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output442/ocean/ocean_grid.nc \n", - "559 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output443/ocean/ocean_grid.nc \n", - "560 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output444/ocean/ocean_grid.nc \n", - "561 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output445/ocean/ocean_grid.nc \n", - "562 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output446/ocean/ocean_grid.nc \n", - "563 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output447/ocean/ocean_grid.nc \n", - "564 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output448/ocean/ocean_grid.nc \n", - "565 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output449/ocean/ocean_grid.nc \n", - "566 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output450/ocean/ocean_grid.nc \n", - "567 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output451/ocean/ocean_grid.nc \n", - "568 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output452/ocean/ocean_grid.nc \n", - "569 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output453/ocean/ocean_grid.nc \n", - "570 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output454/ocean/ocean_grid.nc \n", - "571 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output455/ocean/ocean_grid.nc \n", - "572 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output456/ocean/ocean_grid.nc \n", - "573 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output457/ocean/ocean_grid.nc \n", - "574 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output458/ocean/ocean_grid.nc \n", - "575 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output459/ocean/ocean_grid.nc \n", - "576 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output460/ocean/ocean_grid.nc \n", - "577 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output461/ocean/ocean_grid.nc \n", - "578 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output462/ocean/ocean_grid.nc \n", - "579 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output463/ocean/ocean_grid.nc \n", - "580 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output464/ocean/ocean_grid.nc \n", - "581 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output465/ocean/ocean_grid.nc \n", - "582 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output466/ocean/ocean_grid.nc \n", - "583 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output467/ocean/ocean_grid.nc \n", - "584 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output468/ocean/ocean_grid.nc \n", - "585 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output469/ocean/ocean_grid.nc \n", - "586 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output470/ocean/ocean_grid.nc \n", - "587 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output471/ocean/ocean_grid.nc \n", - "588 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output472/ocean/ocean_grid.nc \n", - "589 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output473/ocean/ocean_grid.nc \n", - "590 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output474/ocean/ocean_grid.nc \n", - "591 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output475/ocean/ocean_grid.nc \n", - "592 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output476/ocean/ocean_grid.nc \n", - "593 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output477/ocean/ocean_grid.nc \n", - "594 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output478/ocean/ocean_grid.nc \n", - "595 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output479/ocean/ocean_grid.nc \n", - "596 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output480/ocean/ocean_grid.nc \n", - "597 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output481/ocean/ocean_grid.nc \n", - "598 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output482/ocean/ocean_grid.nc \n", - "599 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output483/ocean/ocean_grid.nc \n", - "600 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output484/ocean/ocean_grid.nc \n", - "601 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output485/ocean/ocean_grid.nc \n", - "602 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output486/ocean/ocean_grid.nc \n", - "603 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output487/ocean/ocean_grid.nc \n", - "604 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output488/ocean/ocean_grid.nc \n", - "605 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output489/ocean/ocean_grid.nc \n", - "606 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output490/ocean/ocean_grid.nc \n", - "607 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output491/ocean/ocean_grid.nc \n", - "608 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output492/ocean/ocean_grid.nc \n", - "609 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output493/ocean/ocean_grid.nc \n", - "610 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output494/ocean/ocean_grid.nc \n", - "611 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output495/ocean/ocean_grid.nc \n", - "612 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output496/ocean/ocean_grid.nc \n", - "613 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output497/ocean/ocean_grid.nc \n", - "614 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output498/ocean/ocean_grid.nc \n", - "615 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output499/ocean/ocean_grid.nc \n", - "616 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output500/ocean/ocean_grid.nc \n", - "617 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output501/ocean/ocean_grid.nc \n", - "618 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output502/ocean/ocean_grid.nc \n", - "619 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output503/ocean/ocean_grid.nc \n", - "620 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output504/ocean/ocean_grid.nc \n", - "621 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output505/ocean/ocean_grid.nc \n", - "622 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output506/ocean/ocean_grid.nc \n", - "623 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output507/ocean/ocean_grid.nc \n", - "624 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output508/ocean/ocean_grid.nc \n", - "625 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output509/ocean/ocean_grid.nc \n", - "626 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output510/ocean/ocean_grid.nc \n", - "627 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output511/ocean/ocean_grid.nc \n", - "628 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output512/ocean/ocean_grid.nc \n", - "629 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output513/ocean/ocean_grid.nc \n", - "630 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output514/ocean/ocean_grid.nc \n", - "631 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output515/ocean/ocean_grid.nc \n", - "632 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output516/ocean/ocean_grid.nc \n", - "633 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output517/ocean/ocean_grid.nc \n", - "634 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output518/ocean/ocean_grid.nc \n", - "635 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output519/ocean/ocean_grid.nc \n", - "636 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output520/ocean/ocean_grid.nc \n", - "637 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output521/ocean/ocean_grid.nc \n", - "638 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output522/ocean/ocean_grid.nc \n", - "639 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output523/ocean/ocean_grid.nc \n", - "640 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output524/ocean/ocean_grid.nc \n", - "641 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output525/ocean/ocean_grid.nc \n", - "642 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output526/ocean/ocean_grid.nc \n", - "643 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output527/ocean/ocean_grid.nc \n", - "644 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output528/ocean/ocean_grid.nc \n", - "645 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output529/ocean/ocean_grid.nc \n", - "646 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output530/ocean/ocean_grid.nc \n", - "647 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output531/ocean/ocean_grid.nc \n", - "648 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output532/ocean/ocean_grid.nc \n", - "649 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output533/ocean/ocean_grid.nc \n", - "650 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output534/ocean/ocean_grid.nc \n", - "651 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output535/ocean/ocean_grid.nc \n", - "652 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output536/ocean/ocean_grid.nc \n", - "653 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output537/ocean/ocean_grid.nc \n", - "654 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output538/ocean/ocean_grid.nc \n", - "655 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output539/ocean/ocean_grid.nc \n", - "656 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output540/ocean/ocean_grid.nc \n", - "657 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output541/ocean/ocean_grid.nc \n", - "658 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output542/ocean/ocean_grid.nc \n", - "659 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output543/ocean/ocean_grid.nc \n", - "660 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output544/ocean/ocean_grid.nc \n", - "661 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output545/ocean/ocean_grid.nc \n", - "662 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output546/ocean/ocean_grid.nc \n", - "663 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output547/ocean/ocean_grid.nc \n", - "664 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output548/ocean/ocean_grid.nc \n", - "665 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output549/ocean/ocean_grid.nc \n", - "666 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output550/ocean/ocean_grid.nc \n", - "667 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output551/ocean/ocean_grid.nc \n", - "668 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output552/ocean/ocean_grid.nc \n", - "669 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output553/ocean/ocean_grid.nc \n", - "670 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output554/ocean/ocean_grid.nc \n", - "671 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output555/ocean/ocean_grid.nc \n", - "672 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output556/ocean/ocean_grid.nc \n", - "673 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output557/ocean/ocean_grid.nc \n", - "674 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output558/ocean/ocean_grid.nc \n", - "675 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output559/ocean/ocean_grid.nc \n", - "676 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output560/ocean/ocean_grid.nc \n", - "677 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output561/ocean/ocean_grid.nc \n", - "678 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output562/ocean/ocean_grid.nc \n", - "679 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output563/ocean/ocean_grid.nc \n", - "680 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output564/ocean/ocean_grid.nc \n", - "681 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output565/ocean/ocean_grid.nc \n", - "682 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output566/ocean/ocean_grid.nc \n", - "683 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output567/ocean/ocean_grid.nc \n", - "684 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output568/ocean/ocean_grid.nc \n", - "685 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output569/ocean/ocean_grid.nc \n", - "686 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output570/ocean/ocean_grid.nc \n", - "687 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output571/ocean/ocean_grid.nc \n", - "688 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output572/ocean/ocean_grid.nc \n", - "689 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output573/ocean/ocean_grid.nc \n", - "690 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output574/ocean/ocean_grid.nc \n", - "691 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output575/ocean/ocean_grid.nc \n", - "692 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output576/ocean/ocean_grid.nc \n", - "693 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output577/ocean/ocean_grid.nc \n", - "694 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output578/ocean/ocean_grid.nc \n", - "695 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output579/ocean/ocean_grid.nc \n", - "696 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output580/ocean/ocean_grid.nc \n", - "697 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output581/ocean/ocean_grid.nc \n", - "698 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output582/ocean/ocean_grid.nc \n", - "699 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output583/ocean/ocean_grid.nc \n", - "700 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output584/ocean/ocean_grid.nc \n", - "701 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output585/ocean/ocean_grid.nc \n", - "702 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output586/ocean/ocean_grid.nc \n", - "703 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output587/ocean/ocean_grid.nc \n", - "704 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output588/ocean/ocean_grid.nc \n", - "705 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output589/ocean/ocean_grid.nc \n", - "706 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output590/ocean/ocean_grid.nc \n", - "707 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output591/ocean/ocean_grid.nc \n", - "708 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output592/ocean/ocean_grid.nc \n", - "709 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output593/ocean/ocean_grid.nc \n", - "710 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output594/ocean/ocean_grid.nc \n", - "711 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output595/ocean/ocean_grid.nc \n", - "712 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output596/ocean/ocean_grid.nc \n", - "713 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output597/ocean/ocean_grid.nc \n", - "714 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output598/ocean/ocean_grid.nc \n", - "715 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output599/ocean/ocean_grid.nc \n", - "716 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output600/ocean/ocean_grid.nc \n", - "717 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output601/ocean/ocean_grid.nc \n", - "718 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output602/ocean/ocean_grid.nc \n", - "719 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output603/ocean/ocean_grid.nc \n", - "720 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output604/ocean/ocean_grid.nc \n", - "721 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output605/ocean/ocean_grid.nc \n", - "722 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output606/ocean/ocean_grid.nc \n", - "723 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output607/ocean/ocean_grid.nc \n", - "724 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output608/ocean/ocean_grid.nc \n", - "725 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output609/ocean/ocean_grid.nc \n", - "726 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output610/ocean/ocean_grid.nc \n", - "727 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output611/ocean/ocean_grid.nc \n", - "728 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output612/ocean/ocean_grid.nc \n", - "729 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output613/ocean/ocean_grid.nc \n", - "730 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output614/ocean/ocean_grid.nc \n", - "731 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output615/ocean/ocean_grid.nc \n", - "732 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output616/ocean/ocean_grid.nc \n", - "733 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output617/ocean/ocean_grid.nc \n", - "734 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output618/ocean/ocean_grid.nc \n", - "735 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output619/ocean/ocean_grid.nc \n", - "736 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output620/ocean/ocean_grid.nc \n", - "737 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output621/ocean/ocean_grid.nc \n", - "738 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output622/ocean/ocean_grid.nc \n", - "739 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output623/ocean/ocean_grid.nc \n", - "740 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output624/ocean/ocean_grid.nc \n", - "741 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output625/ocean/ocean_grid.nc \n", - "742 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output626/ocean/ocean_grid.nc \n", - "743 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output627/ocean/ocean_grid.nc \n", - "744 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output628/ocean/ocean_grid.nc \n", - "745 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output629/ocean/ocean_grid.nc \n", - "746 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output630/ocean/ocean_grid.nc \n", - "747 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output631/ocean/ocean_grid.nc \n", - "748 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output632/ocean/ocean_grid.nc \n", - "749 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output633/ocean/ocean_grid.nc \n", - "750 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output634/ocean/ocean_grid.nc \n", - "751 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output635/ocean/ocean_grid.nc \n", - "752 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output636/ocean/ocean_grid.nc \n", - "753 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output637/ocean/ocean_grid.nc \n", - "754 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output638/ocean/ocean_grid.nc \n", - "755 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output639/ocean/ocean_grid.nc \n", - "756 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output640/ocean/ocean_grid.nc \n", - "757 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output641/ocean/ocean_grid.nc \n", - "758 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output642/ocean/ocean_grid.nc \n", - "759 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output643/ocean/ocean_grid.nc \n", - "760 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output644/ocean/ocean_grid.nc \n", - "761 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output645/ocean/ocean_grid.nc \n", - "762 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output646/ocean/ocean_grid.nc \n", - "763 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output647/ocean/ocean_grid.nc \n", - "764 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output648/ocean/ocean_grid.nc \n", - "765 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output649/ocean/ocean_grid.nc \n", - "766 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output650/ocean/ocean_grid.nc \n", - "767 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output651/ocean/ocean_grid.nc \n", - "768 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output652/ocean/ocean_grid.nc \n", - "769 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output653/ocean/ocean_grid.nc \n", - "770 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output654/ocean/ocean_grid.nc \n", - "771 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output655/ocean/ocean_grid.nc \n", - "772 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output656/ocean/ocean_grid.nc \n", - "773 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output657/ocean/ocean_grid.nc \n", - "774 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output658/ocean/ocean_grid.nc \n", - "775 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output659/ocean/ocean_grid.nc \n", - "776 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output660/ocean/ocean_grid.nc \n", - "777 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output661/ocean/ocean_grid.nc \n", - "778 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output662/ocean/ocean_grid.nc \n", - "779 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output663/ocean/ocean_grid.nc \n", - "780 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output664/ocean/ocean_grid.nc \n", - "781 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output665/ocean/ocean_grid.nc \n", - "782 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output666/ocean/ocean_grid.nc \n", - "783 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output667/ocean/ocean_grid.nc \n", - "784 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output668/ocean/ocean_grid.nc \n", - "785 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output669/ocean/ocean_grid.nc \n", - "786 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output670/ocean/ocean_grid.nc \n", - "787 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output671/ocean/ocean_grid.nc \n", - "788 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output672/ocean/ocean_grid.nc \n", - "789 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output673/ocean/ocean_grid.nc \n", - "790 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output674/ocean/ocean_grid.nc \n", - "791 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output675/ocean/ocean_grid.nc \n", - "792 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output676/ocean/ocean_grid.nc \n", - "793 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output677/ocean/ocean_grid.nc \n", - "794 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output678/ocean/ocean_grid.nc \n", - "795 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output679/ocean/ocean_grid.nc \n", - "796 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output680/ocean/ocean_grid.nc \n", - "797 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output681/ocean/ocean_grid.nc \n", - "798 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output682/ocean/ocean_grid.nc \n", - "799 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output683/ocean/ocean_grid.nc \n", - "800 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output684/ocean/ocean_grid.nc \n", - "801 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output685/ocean/ocean_grid.nc \n", - "802 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output686/ocean/ocean_grid.nc \n", - "803 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output687/ocean/ocean_grid.nc \n", - "804 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output688/ocean/ocean_grid.nc \n", - "805 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output689/ocean/ocean_grid.nc \n", - "806 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output690/ocean/ocean_grid.nc \n", - "807 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output691/ocean/ocean_grid.nc \n", - "808 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output692/ocean/ocean_grid.nc \n", - "809 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output693/ocean/ocean_grid.nc \n", - "810 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output694/ocean/ocean_grid.nc \n", - "811 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output695/ocean/ocean_grid.nc \n", - "812 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output696/ocean/ocean_grid.nc \n", - "813 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output697/ocean/ocean_grid.nc \n", - "814 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output698/ocean/ocean_grid.nc \n", - "815 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output699/ocean/ocean_grid.nc \n", - "816 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output700/ocean/ocean_grid.nc \n", - "817 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output701/ocean/ocean_grid.nc \n", - "818 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output702/ocean/ocean_grid.nc \n", - "819 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output703/ocean/ocean_grid.nc \n", - "820 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output704/ocean/ocean_grid.nc \n", - "821 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output705/ocean/ocean_grid.nc \n", - "822 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output706/ocean/ocean_grid.nc \n", - "823 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output707/ocean/ocean_grid.nc \n", - "824 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output708/ocean/ocean_grid.nc \n", - "825 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output709/ocean/ocean_grid.nc \n", - "826 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output710/ocean/ocean_grid.nc \n", - "827 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output711/ocean/ocean_grid.nc \n", - "828 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output712/ocean/ocean_grid.nc \n", - "829 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output713/ocean/ocean_grid.nc \n", - "830 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output714/ocean/ocean_grid.nc \n", - "831 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output715/ocean/ocean_grid.nc \n", - "832 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output716/ocean/ocean_grid.nc \n", - "833 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output717/ocean/ocean_grid.nc \n", - "834 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output718/ocean/ocean_grid.nc \n", - "835 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output719/ocean/ocean_grid.nc \n", - "836 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output720/ocean/ocean_grid.nc \n", - "837 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output721/ocean/ocean_grid.nc \n", - "838 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output722/ocean/ocean_grid.nc \n", - "839 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output723/ocean/ocean_grid.nc \n", - "840 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output724/ocean/ocean_grid.nc \n", - "841 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output725/ocean/ocean_grid.nc \n", - "842 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output726/ocean/ocean_grid.nc \n", - "843 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output727/ocean/ocean_grid.nc \n", - "844 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output728/ocean/ocean_grid.nc \n", - "845 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output729/ocean/ocean_grid.nc \n", - "846 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output730/ocean/ocean_grid.nc \n", - "847 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output731/ocean/ocean_grid.nc \n", - "848 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output732/ocean/ocean_grid.nc \n", - "849 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output733/ocean/ocean_grid.nc \n", - "850 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output734/ocean/ocean_grid.nc \n", - "851 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output735/ocean/ocean_grid.nc \n", - "852 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output736/ocean/ocean_grid.nc \n", - "853 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output737/ocean/ocean_grid.nc \n", - "854 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output738/ocean/ocean_grid.nc \n", - "855 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output739/ocean/ocean_grid.nc \n", - "856 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output740/ocean/ocean_grid.nc \n", - "857 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output741/ocean/ocean_grid.nc \n", - "858 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output742/ocean/ocean_grid.nc \n", - "859 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output743/ocean/ocean_grid.nc \n", - "860 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output744/ocean/ocean_grid.nc \n", - "861 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output745/ocean/ocean_grid.nc \n", - "862 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output746/ocean/ocean_grid.nc \n", - "863 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output747/ocean/ocean_grid.nc \n", - "864 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output748/ocean/ocean_grid.nc \n", - "865 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output749/ocean/ocean_grid.nc \n", - "866 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output750/ocean/ocean_grid.nc \n", - "867 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output751/ocean/ocean_grid.nc \n", - "868 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output752/ocean/ocean_grid.nc \n", - "869 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output753/ocean/ocean_grid.nc \n", - "870 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output754/ocean/ocean_grid.nc \n", - "871 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output755/ocean/ocean_grid.nc \n", - "872 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output756/ocean/ocean_grid.nc \n", - "873 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output757/ocean/ocean_grid.nc \n", - "874 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output758/ocean/ocean_grid.nc \n", - "875 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output759/ocean/ocean_grid.nc \n", - "876 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output760/ocean/ocean_grid.nc \n", - "877 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output761/ocean/ocean_grid.nc \n", - "878 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output762/ocean/ocean_grid.nc \n", - "879 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output763/ocean/ocean_grid.nc \n", - "880 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output764/ocean/ocean_grid.nc \n", - "881 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output765/ocean/ocean_grid.nc \n", - "882 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output766/ocean/ocean_grid.nc \n", - "883 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output767/ocean/ocean_grid.nc \n", - "884 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output768/ocean/ocean_grid.nc \n", - "885 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output769/ocean/ocean_grid.nc \n", - "886 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output770/ocean/ocean_grid.nc \n", - "887 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output771/ocean/ocean_grid.nc \n", - "888 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output772/ocean/ocean_grid.nc \n", - "889 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output773/ocean/ocean_grid.nc \n", - "890 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output774/ocean/ocean_grid.nc \n", - "891 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output775/ocean/ocean_grid.nc \n", - "892 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output776/ocean/ocean_grid.nc \n", - "893 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output777/ocean/ocean_grid.nc \n", - "894 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output778/ocean/ocean_grid.nc \n", - "895 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output779/ocean/ocean_grid.nc \n", - "896 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output780/ocean/ocean_grid.nc \n", - "897 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output781/ocean/ocean_grid.nc \n", - "898 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output782/ocean/ocean_grid.nc \n", - "899 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output783/ocean/ocean_grid.nc \n", - "900 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output784/ocean/ocean_grid.nc \n", - "901 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output785/ocean/ocean_grid.nc \n", - "902 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output786/ocean/ocean_grid.nc \n", - "903 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output787/ocean/ocean_grid.nc \n", - "904 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output788/ocean/ocean_grid.nc \n", - "905 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output789/ocean/ocean_grid.nc \n", - "906 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output790/ocean/ocean_grid.nc \n", - "907 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output791/ocean/ocean_grid.nc \n", - "908 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output792/ocean/ocean_grid.nc \n", - "909 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output793/ocean/ocean_grid.nc \n", - "910 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output794/ocean/ocean_grid.nc \n", - "911 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output795/ocean/ocean_grid.nc \n", - "912 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output796/ocean/ocean_grid.nc \n", - "913 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output797/ocean/ocean_grid.nc \n", - "914 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output798/ocean/ocean_grid.nc \n", - "915 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output799/ocean/ocean_grid.nc \n", - "916 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output800/ocean/ocean_grid.nc \n", - "917 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output801/ocean/ocean_grid.nc \n", - "918 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output802/ocean/ocean_grid.nc \n", - "919 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output803/ocean/ocean_grid.nc \n", - "920 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output804/ocean/ocean_grid.nc \n", - "921 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output805/ocean/ocean_grid.nc \n", - "922 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output806/ocean/ocean_grid.nc \n", - "923 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output807/ocean/ocean_grid.nc \n", - "924 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output808/ocean/ocean_grid.nc \n", - "925 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output809/ocean/ocean_grid.nc \n", - "926 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output810/ocean/ocean_grid.nc \n", - "927 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output811/ocean/ocean_grid.nc \n", - "928 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output812/ocean/ocean_grid.nc \n", - "929 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output813/ocean/ocean_grid.nc \n", - "930 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output814/ocean/ocean_grid.nc \n", - "931 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output815/ocean/ocean_grid.nc \n", - "932 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output816/ocean/ocean_grid.nc \n", - "933 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output817/ocean/ocean_grid.nc \n", - "934 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output818/ocean/ocean_grid.nc \n", - "935 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output819/ocean/ocean_grid.nc \n", - "936 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output820/ocean/ocean_grid.nc \n", - "937 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output821/ocean/ocean_grid.nc \n", - "938 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output822/ocean/ocean_grid.nc \n", - "939 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output823/ocean/ocean_grid.nc \n", - "940 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output824/ocean/ocean_grid.nc \n", - "941 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output825/ocean/ocean_grid.nc \n", - "942 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output826/ocean/ocean_grid.nc \n", - "943 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output827/ocean/ocean_grid.nc \n", - "944 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output828/ocean/ocean_grid.nc \n", - "945 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output829/ocean/ocean_grid.nc \n", - "946 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output830/ocean/ocean_grid.nc \n", - "947 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output831/ocean/ocean_grid.nc \n", - "948 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output832/ocean/ocean_grid.nc \n", - "949 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output833/ocean/ocean_grid.nc \n", - "950 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output834/ocean/ocean_grid.nc \n", - "951 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output835/ocean/ocean_grid.nc \n", - "952 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output836/ocean/ocean_grid.nc \n", - "953 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output837/ocean/ocean_grid.nc \n", - "954 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output838/ocean/ocean_grid.nc \n", - "955 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output839/ocean/ocean_grid.nc \n", - "956 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output840/ocean/ocean_grid.nc \n", - "957 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output841/ocean/ocean_grid.nc \n", - "958 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output842/ocean/ocean_grid.nc \n", - "959 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output843/ocean/ocean_grid.nc \n", - "960 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output844/ocean/ocean_grid.nc \n", - "961 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output845/ocean/ocean_grid.nc \n", - "962 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output846/ocean/ocean_grid.nc \n", - "963 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output847/ocean/ocean_grid.nc \n", - "964 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output848/ocean/ocean_grid.nc \n", - "965 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output849/ocean/ocean_grid.nc \n", - "966 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output850/ocean/ocean_grid.nc \n", - "967 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output851/ocean/ocean_grid.nc \n", - "968 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output852/ocean/ocean_grid.nc \n", - "969 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output853/ocean/ocean_grid.nc \n", - "970 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output854/ocean/ocean_grid.nc \n", - "971 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output855/ocean/ocean_grid.nc \n", - "972 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output856/ocean/ocean_grid.nc \n", - "973 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output857/ocean/ocean_grid.nc \n", - "974 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output858/ocean/ocean_grid.nc \n", - "975 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output859/ocean/ocean_grid.nc \n", - "976 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output860/ocean/ocean_grid.nc \n", - "977 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output861/ocean/ocean_grid.nc \n", - "978 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output862/ocean/ocean_grid.nc \n", - "979 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output863/ocean/ocean_grid.nc \n", - "980 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output864/ocean/ocean_grid.nc \n", - "981 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output865/ocean/ocean_grid.nc \n", - "982 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output866/ocean/ocean_grid.nc \n", - "983 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output867/ocean/ocean_grid.nc \n", - "984 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output868/ocean/ocean_grid.nc \n", - "985 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output869/ocean/ocean_grid.nc \n", - "986 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output870/ocean/ocean_grid.nc \n", - "987 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output871/ocean/ocean_grid.nc \n", - "988 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output872/ocean/ocean_grid.nc \n", - "989 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output873/ocean/ocean_grid.nc \n", - "990 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output874/ocean/ocean_grid.nc \n", - "991 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output875/ocean/ocean_grid.nc \n", - "992 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output876/ocean/ocean_grid.nc \n", - "993 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output877/ocean/ocean_grid.nc \n", - "994 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output878/ocean/ocean_grid.nc \n", - "995 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output879/ocean/ocean_grid.nc \n", - "996 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output880/ocean/ocean_grid.nc \n", - "997 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output881/ocean/ocean_grid.nc \n", - "998 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output882/ocean/ocean_grid.nc \n", - "999 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output883/ocean/ocean_grid.nc \n", - "1000 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output884/ocean/ocean_grid.nc \n", - "1001 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output885/ocean/ocean_grid.nc \n", - "1002 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output886/ocean/ocean_grid.nc \n", - "1003 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output887/ocean/ocean_grid.nc \n", - "1004 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output888/ocean/ocean_grid.nc \n", - "1005 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output889/ocean/ocean_grid.nc \n", - "1006 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output890/ocean/ocean_grid.nc \n", - "1007 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output891/ocean/ocean_grid.nc \n", - "1008 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output892/ocean/ocean_grid.nc \n", - "1009 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output893/ocean/ocean_grid.nc \n", - "1010 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output894/ocean/ocean_grid.nc \n", - "1011 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output895/ocean/ocean_grid.nc \n", - "1012 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output896/ocean/ocean_grid.nc \n", - "1013 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output897/ocean/ocean_grid.nc \n", - "1014 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output898/ocean/ocean_grid.nc \n", - "1015 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output899/ocean/ocean_grid.nc \n", - "1016 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output900/ocean/ocean_grid.nc \n", - "1017 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output901/ocean/ocean_grid.nc \n", - "1018 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output902/ocean/ocean_grid.nc \n", - "1019 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output903/ocean/ocean_grid.nc \n", - "1020 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output904/ocean/ocean_grid.nc \n", - "1021 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output905/ocean/ocean_grid.nc \n", - "1022 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output906/ocean/ocean_grid.nc \n", - "1023 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output907/ocean/ocean_grid.nc \n", - "1024 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output908/ocean/ocean_grid.nc \n", - "1025 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output909/ocean/ocean_grid.nc \n", - "1026 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output910/ocean/ocean_grid.nc \n", - "1027 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output911/ocean/ocean_grid.nc \n", - "1028 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output912/ocean/ocean_grid.nc \n", - "1029 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output913/ocean/ocean_grid.nc \n", - "1030 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output914/ocean/ocean_grid.nc \n", - "1031 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output915/ocean/ocean_grid.nc \n", - "1032 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output916/ocean/ocean_grid.nc \n", - "1033 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output917/ocean/ocean_grid.nc \n", - "1034 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output918/ocean/ocean_grid.nc \n", - "1035 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output919/ocean/ocean_grid.nc \n", - "1036 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output920/ocean/ocean_grid.nc \n", - "1037 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output921/ocean/ocean_grid.nc \n", - "1038 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output922/ocean/ocean_grid.nc \n", - "1039 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output923/ocean/ocean_grid.nc \n", - "1040 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output924/ocean/ocean_grid.nc \n", - "1041 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output925/ocean/ocean_grid.nc \n", - "1042 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output926/ocean/ocean_grid.nc \n", - "1043 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output927/ocean/ocean_grid.nc \n", - "1044 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output928/ocean/ocean_grid.nc \n", - "1045 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output929/ocean/ocean_grid.nc \n", - "1046 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output930/ocean/ocean_grid.nc \n", - "1047 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output931/ocean/ocean_grid.nc \n", - "1048 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output932/ocean/ocean_grid.nc \n", - "1049 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output933/ocean/ocean_grid.nc \n", - "1050 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output934/ocean/ocean_grid.nc \n", - "1051 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output935/ocean/ocean_grid.nc \n", - "1052 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output936/ocean/ocean_grid.nc \n", - "1053 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output937/ocean/ocean_grid.nc \n", - "1054 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output938/ocean/ocean_grid.nc \n", - "1055 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output939/ocean/ocean_grid.nc \n", - "1056 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output940/ocean/ocean_grid.nc \n", - "1057 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output941/ocean/ocean_grid.nc \n", - "1058 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output942/ocean/ocean_grid.nc \n", - "1059 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output943/ocean/ocean_grid.nc \n", - "1060 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output944/ocean/ocean_grid.nc \n", - "1061 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output945/ocean/ocean_grid.nc \n", - "1062 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output946/ocean/ocean_grid.nc \n", - "1063 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output947/ocean/ocean_grid.nc \n", - "1064 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output948/ocean/ocean_grid.nc \n", - "1065 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output949/ocean/ocean_grid.nc \n", - "1066 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output950/ocean/ocean_grid.nc \n", - "1067 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output951/ocean/ocean_grid.nc \n", - "1068 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output952/ocean/ocean_grid.nc \n", - "1069 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output953/ocean/ocean_grid.nc \n", - "1070 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output954/ocean/ocean_grid.nc \n", - "1071 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output955/ocean/ocean_grid.nc \n", - "1072 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output956/ocean/ocean_grid.nc \n", - "1073 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output957/ocean/ocean_grid.nc \n", - "1074 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output958/ocean/ocean_grid.nc \n", - "1075 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output959/ocean/ocean_grid.nc \n", - "1076 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output960/ocean/ocean_grid.nc \n", - "1077 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output961/ocean/ocean_grid.nc \n", - "1078 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output962/ocean/ocean_grid.nc \n", - "1079 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output963/ocean/ocean_grid.nc \n", - "1080 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output964/ocean/ocean_grid.nc \n", - "1081 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output965/ocean/ocean_grid.nc \n", - "1082 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output966/ocean/ocean_grid.nc \n", - "1083 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output967/ocean/ocean_grid.nc \n", - "1084 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output968/ocean/ocean_grid.nc \n", - "1085 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output969/ocean/ocean_grid.nc \n", - "1086 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output970/ocean/ocean_grid.nc \n", - "1087 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output971/ocean/ocean_grid.nc \n", - "1088 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output972/ocean/ocean_grid.nc \n", - "1089 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output973/ocean/ocean_grid.nc \n", - "1090 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output974/ocean/ocean_grid.nc \n", - "1091 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output975/ocean/ocean_grid.nc \n", - "1092 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output976/ocean/ocean_grid.nc \n", - "1093 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output977/ocean/ocean_grid.nc \n", - "1094 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output978/ocean/ocean_grid.nc \n", - "1095 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output979/ocean/ocean_grid.nc \n", - "1096 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output980/ocean/ocean_grid.nc \n", - "1097 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output981/ocean/ocean_grid.nc \n", - "1098 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output982/ocean/ocean_grid.nc \n", - "1099 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output983/ocean/ocean_grid.nc \n", - "1100 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output984/ocean/ocean_grid.nc \n", - "1101 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output985/ocean/ocean_grid.nc \n", - "1102 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output986/ocean/ocean_grid.nc \n", - "1103 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output987/ocean/ocean_grid.nc \n", - "1104 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output988/ocean/ocean_grid.nc \n", - "1105 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output989/ocean/ocean_grid.nc \n", - "1106 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output990/ocean/ocean_grid.nc \n", - "1107 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output991/ocean/ocean_grid.nc \n", - "1108 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output992/ocean/ocean_grid.nc \n", - "1109 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output993/ocean/ocean_grid.nc \n", - "1110 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output994/ocean/ocean_grid.nc \n", - "1111 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output995/ocean/ocean_grid.nc \n", - "1112 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output996/ocean/ocean_grid.nc \n", - "1113 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output997/ocean/ocean_grid.nc \n", - "1114 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output998/ocean/ocean_grid.nc \n", - "1115 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output999/ocean/ocean_grid.nc \n", - "\n", - " realm \\\n", - "0 ocean \n", - "1 ocean \n", - "2 ocean \n", - "3 ocean \n", - "4 ocean \n", - "5 ocean \n", - "6 ocean \n", - "7 ocean \n", - "8 ocean \n", - "9 ocean \n", - "10 ocean \n", - "11 ocean \n", - "12 ocean \n", - "13 ocean \n", - "14 ocean \n", - "15 ocean \n", - "16 ocean \n", - "17 ocean \n", - "18 ocean \n", - "19 ocean \n", - "20 ocean \n", - "21 ocean \n", - "22 ocean \n", - "23 ocean \n", - "24 ocean \n", - "25 ocean \n", - "26 ocean \n", - "27 ocean \n", - "28 ocean \n", - "29 ocean \n", - "30 ocean \n", - "31 ocean \n", - "32 ocean \n", - "33 ocean \n", - "34 ocean \n", - "35 ocean \n", - "36 ocean \n", - "37 ocean \n", - "38 ocean \n", - "39 ocean \n", - "40 ocean \n", - "41 ocean \n", - "42 ocean \n", - "43 ocean \n", - "44 ocean \n", - "45 ocean \n", - "46 ocean \n", - "47 ocean \n", - "48 ocean \n", - "49 ocean \n", - "50 ocean \n", - "51 ocean \n", - "52 ocean \n", - "53 ocean \n", - "54 ocean \n", - "55 ocean \n", - "56 ocean \n", - "57 ocean \n", - "58 ocean \n", - "59 ocean \n", - "60 ocean \n", - "61 ocean \n", - "62 ocean \n", - "63 ocean \n", - "64 ocean \n", - "65 ocean \n", - "66 ocean \n", - "67 ocean \n", - "68 ocean \n", - "69 ocean \n", - "70 ocean \n", - "71 ocean \n", - "72 ocean \n", - "73 ocean \n", - "74 ocean \n", - "75 ocean \n", - "76 ocean \n", - "77 ocean \n", - "78 ocean \n", - "79 ocean \n", - "80 ocean \n", - "81 ocean \n", - "82 ocean \n", - "83 ocean \n", - "84 ocean \n", - "85 ocean \n", - "86 ocean \n", - "87 ocean \n", - "88 ocean \n", - "89 ocean \n", - "90 ocean \n", - "91 ocean \n", - "92 ocean \n", - "93 ocean \n", - "94 ocean \n", - "95 ocean \n", - "96 ocean \n", - "97 ocean \n", - "98 ocean \n", - "99 ocean \n", - "100 ocean \n", - "101 ocean \n", - "102 ocean \n", - "103 ocean \n", - "104 ocean \n", - "105 ocean \n", - "106 ocean \n", - "107 ocean \n", - "108 ocean \n", - "109 ocean \n", - "110 ocean \n", - "111 ocean \n", - "112 ocean \n", - "113 ocean \n", - "114 ocean \n", - "115 ocean \n", - "116 ocean \n", - "117 ocean \n", - "118 ocean \n", - "119 ocean \n", - "120 ocean \n", - "121 ocean \n", - "122 ocean \n", - "123 ocean \n", - "124 ocean \n", - "125 ocean \n", - "126 ocean \n", - "127 ocean \n", - "128 ocean \n", - "129 ocean \n", - "130 ocean \n", - "131 ocean \n", - "132 ocean \n", - "133 ocean \n", - "134 ocean \n", - "135 ocean \n", - "136 ocean \n", - "137 ocean \n", - "138 ocean \n", - "139 ocean \n", - "140 ocean \n", - "141 ocean \n", - "142 ocean \n", - "143 ocean \n", - "144 ocean \n", - "145 ocean \n", - "146 ocean \n", - "147 ocean \n", - "148 ocean \n", - "149 ocean \n", - "150 ocean \n", - "151 ocean \n", - "152 ocean \n", - "153 ocean \n", - "154 ocean \n", - "155 ocean \n", - "156 ocean \n", - "157 ocean \n", - "158 ocean \n", - "159 ocean \n", - "160 ocean \n", - "161 ocean \n", - "162 ocean \n", - "163 ocean \n", - "164 ocean \n", - "165 ocean \n", - "166 ocean \n", - "167 ocean \n", - "168 ocean \n", - "169 ocean \n", - "170 ocean \n", - "171 ocean \n", - "172 ocean \n", - "173 ocean \n", - "174 ocean \n", - "175 ocean \n", - "176 ocean \n", - "177 ocean \n", - "178 ocean \n", - "179 ocean \n", - "180 ocean \n", - "181 ocean \n", - "182 ocean \n", - "183 ocean \n", - "184 ocean \n", - "185 ocean \n", - "186 ocean \n", - "187 ocean \n", - "188 ocean \n", - "189 ocean \n", - "190 ocean \n", - "191 ocean \n", - "192 ocean \n", - "193 ocean \n", - "194 ocean \n", - "195 ocean \n", - "196 ocean \n", - "197 ocean \n", - "198 ocean \n", - "199 ocean \n", - "200 ocean \n", - "201 ocean \n", - "202 ocean \n", - "203 ocean \n", - "204 ocean \n", - "205 ocean \n", - "206 ocean \n", - "207 ocean \n", - "208 ocean \n", - "209 ocean \n", - "210 ocean \n", - "211 ocean \n", - "212 ocean \n", - "213 ocean \n", - "214 ocean \n", - "215 ocean \n", - "216 ocean \n", - "217 ocean \n", - "218 ocean \n", - "219 ocean \n", - "220 ocean \n", - "221 ocean \n", - "222 ocean \n", - "223 ocean \n", - "224 ocean \n", - "225 ocean \n", - "226 ocean \n", - "227 ocean \n", - "228 ocean \n", - "229 ocean \n", - "230 ocean \n", - "231 ocean \n", - "232 ocean \n", - "233 ocean \n", - "234 ocean \n", - "235 ocean \n", - "236 ocean \n", - "237 ocean \n", - "238 ocean \n", - "239 ocean \n", - "240 ocean \n", - "241 ocean \n", - "242 ocean \n", - "243 ocean \n", - "244 ocean \n", - "245 ocean \n", - "246 ocean \n", - "247 ocean \n", - "248 ocean \n", - "249 ocean \n", - "250 ocean \n", - "251 ocean \n", - "252 ocean \n", - "253 ocean \n", - "254 ocean \n", - "255 ocean \n", - "256 ocean \n", - "257 ocean \n", - "258 ocean \n", - "259 ocean \n", - "260 ocean \n", - "261 ocean \n", - "262 ocean \n", - "263 ocean \n", - "264 ocean \n", - "265 ocean \n", - "266 ocean \n", - "267 ocean \n", - "268 ocean \n", - "269 ocean \n", - "270 ocean \n", - "271 ocean \n", - "272 ocean \n", - "273 ocean \n", - "274 ocean \n", - "275 ocean \n", - "276 ocean \n", - "277 ocean \n", - "278 ocean \n", - "279 ocean \n", - "280 ocean \n", - "281 ocean \n", - "282 ocean \n", - "283 ocean \n", - "284 ocean \n", - "285 ocean \n", - "286 ocean \n", - "287 ocean \n", - "288 ocean \n", - "289 ocean \n", - "290 ocean \n", - "291 ocean \n", - "292 ocean \n", - "293 ocean \n", - "294 ocean \n", - "295 ocean \n", - "296 ocean \n", - "297 ocean \n", - "298 ocean \n", - "299 ocean \n", - "300 ocean \n", - "301 ocean \n", - "302 ocean \n", - "303 ocean \n", - "304 ocean \n", - "305 ocean \n", - "306 ocean \n", - "307 ocean \n", - "308 ocean \n", - "309 ocean \n", - "310 ocean \n", - "311 ocean \n", - "312 ocean \n", - "313 ocean \n", - "314 ocean \n", - "315 ocean \n", - "316 ocean \n", - "317 ocean \n", - "318 ocean \n", - "319 ocean \n", - "320 ocean \n", - "321 ocean \n", - "322 ocean \n", - "323 ocean \n", - "324 ocean \n", - "325 ocean \n", - "326 ocean \n", - "327 ocean \n", - "328 ocean \n", - "329 ocean \n", - "330 ocean \n", - "331 ocean \n", - "332 ocean \n", - "333 ocean \n", - "334 ocean \n", - "335 ocean \n", - "336 ocean \n", - "337 ocean \n", - "338 ocean \n", - "339 ocean \n", - "340 ocean \n", - "341 ocean \n", - "342 ocean \n", - "343 ocean \n", - "344 ocean \n", - "345 ocean \n", - "346 ocean \n", - "347 ocean \n", - "348 ocean \n", - "349 ocean \n", - "350 ocean \n", - "351 ocean \n", - "352 ocean \n", - "353 ocean \n", - "354 ocean \n", - "355 ocean \n", - "356 ocean \n", - "357 ocean \n", - "358 ocean \n", - "359 ocean \n", - "360 ocean \n", - "361 ocean \n", - "362 ocean \n", - "363 ocean \n", - "364 ocean \n", - "365 ocean \n", - "366 ocean \n", - "367 ocean \n", - "368 ocean \n", - "369 ocean \n", - "370 ocean \n", - "371 ocean \n", - "372 ocean \n", - "373 ocean \n", - "374 ocean \n", - "375 ocean \n", - "376 ocean \n", - "377 ocean \n", - "378 ocean \n", - "379 ocean \n", - "380 ocean \n", - "381 ocean \n", - "382 ocean \n", - "383 ocean \n", - "384 ocean \n", - "385 ocean \n", - "386 ocean \n", - "387 ocean \n", - "388 ocean \n", - "389 ocean \n", - "390 ocean \n", - "391 ocean \n", - "392 ocean \n", - "393 ocean \n", - "394 ocean \n", - "395 ocean \n", - "396 ocean \n", - "397 ocean \n", - "398 ocean \n", - "399 ocean \n", - "400 ocean \n", - "401 ocean \n", - "402 ocean \n", - "403 ocean \n", - "404 ocean \n", - "405 ocean \n", - "406 ocean \n", - "407 ocean \n", - "408 ocean \n", - "409 ocean \n", - "410 ocean \n", - "411 ocean \n", - "412 ocean \n", - "413 ocean \n", - "414 ocean \n", - "415 ocean \n", - "416 ocean \n", - "417 ocean \n", - "418 ocean \n", - "419 ocean \n", - "420 ocean \n", - "421 ocean \n", - "422 ocean \n", - "423 ocean \n", - "424 ocean \n", - "425 ocean \n", - "426 ocean \n", - "427 ocean \n", - "428 ocean \n", - "429 ocean \n", - "430 ocean \n", - "431 ocean \n", - "432 ocean \n", - "433 ocean \n", - "434 ocean \n", - "435 ocean \n", - "436 ocean \n", - "437 ocean \n", - "438 ocean \n", - "439 ocean \n", - "440 ocean \n", - "441 ocean \n", - "442 ocean \n", - "443 ocean \n", - "444 ocean \n", - "445 ocean \n", - "446 ocean \n", - "447 ocean \n", - "448 ocean \n", - "449 ocean \n", - "450 ocean \n", - "451 ocean \n", - "452 ocean \n", - "453 ocean \n", - "454 ocean \n", - "455 ocean \n", - "456 ocean \n", - "457 ocean \n", - "458 ocean \n", - "459 ocean \n", - "460 ocean \n", - "461 ocean \n", - "462 ocean \n", - "463 ocean \n", - "464 ocean \n", - "465 ocean \n", - "466 ocean \n", - "467 ocean \n", - "468 ocean \n", - "469 ocean \n", - "470 ocean \n", - "471 ocean \n", - "472 ocean \n", - "473 ocean \n", - "474 ocean \n", - "475 ocean \n", - "476 ocean \n", - "477 ocean \n", - "478 ocean \n", - "479 ocean \n", - "480 ocean \n", - "481 ocean \n", - "482 ocean \n", - "483 ocean \n", - "484 ocean \n", - "485 ocean \n", - "486 ocean \n", - "487 ocean \n", - "488 ocean \n", - "489 ocean \n", - "490 ocean \n", - "491 ocean \n", - "492 ocean \n", - "493 ocean \n", - "494 ocean \n", - "495 ocean \n", - "496 ocean \n", - "497 ocean \n", - "498 ocean \n", - "499 ocean \n", - "500 ocean \n", - "501 ocean \n", - "502 ocean \n", - "503 ocean \n", - "504 ocean \n", - "505 ocean \n", - "506 ocean \n", - "507 ocean \n", - "508 ocean \n", - "509 ocean \n", - "510 ocean \n", - "511 ocean \n", - "512 ocean \n", - "513 ocean \n", - "514 ocean \n", - "515 ocean \n", - "516 ocean \n", - "517 ocean \n", - "518 ocean \n", - "519 ocean \n", - "520 ocean \n", - "521 ocean \n", - "522 ocean \n", - "523 ocean \n", - "524 ocean \n", - "525 ocean \n", - "526 ocean \n", - "527 ocean \n", - "528 ocean \n", - "529 ocean \n", - "530 ocean \n", - "531 ocean \n", - "532 ocean \n", - "533 ocean \n", - "534 ocean \n", - "535 ocean \n", - "536 ocean \n", - "537 ocean \n", - "538 ocean \n", - "539 ocean \n", - "540 ocean \n", - "541 ocean \n", - "542 ocean \n", - "543 ocean \n", - "544 ocean \n", - "545 ocean \n", - "546 ocean \n", - "547 ocean \n", - "548 ocean \n", - "549 ocean \n", - "550 ocean \n", - "551 ocean \n", - "552 ocean \n", - "553 ocean \n", - "554 ocean \n", - "555 ocean \n", - "556 ocean \n", - "557 ocean \n", - "558 ocean \n", - "559 ocean \n", - "560 ocean \n", - "561 ocean \n", - "562 ocean \n", - "563 ocean \n", - "564 ocean \n", - "565 ocean \n", - "566 ocean \n", - "567 ocean \n", - "568 ocean \n", - "569 ocean \n", - "570 ocean \n", - "571 ocean \n", - "572 ocean \n", - "573 ocean \n", - "574 ocean \n", - "575 ocean \n", - "576 ocean \n", - "577 ocean \n", - "578 ocean \n", - "579 ocean \n", - "580 ocean \n", - "581 ocean \n", - "582 ocean \n", - "583 ocean \n", - "584 ocean \n", - "585 ocean \n", - "586 ocean \n", - "587 ocean \n", - "588 ocean \n", - "589 ocean \n", - "590 ocean \n", - "591 ocean \n", - "592 ocean \n", - "593 ocean \n", - "594 ocean \n", - "595 ocean \n", - "596 ocean \n", - "597 ocean \n", - "598 ocean \n", - "599 ocean \n", - "600 ocean \n", - "601 ocean \n", - "602 ocean \n", - "603 ocean \n", - "604 ocean \n", - "605 ocean \n", - "606 ocean \n", - "607 ocean \n", - "608 ocean \n", - "609 ocean \n", - "610 ocean \n", - "611 ocean \n", - "612 ocean \n", - "613 ocean \n", - "614 ocean \n", - "615 ocean \n", - "616 ocean \n", - "617 ocean \n", - "618 ocean \n", - "619 ocean \n", - "620 ocean \n", - "621 ocean \n", - "622 ocean \n", - "623 ocean \n", - "624 ocean \n", - "625 ocean \n", - "626 ocean \n", - "627 ocean \n", - "628 ocean \n", - "629 ocean \n", - "630 ocean \n", - "631 ocean \n", - "632 ocean \n", - "633 ocean \n", - "634 ocean \n", - "635 ocean \n", - "636 ocean \n", - "637 ocean \n", - "638 ocean \n", - "639 ocean \n", - "640 ocean \n", - "641 ocean \n", - "642 ocean \n", - "643 ocean \n", - "644 ocean \n", - "645 ocean \n", - "646 ocean \n", - "647 ocean \n", - "648 ocean \n", - "649 ocean \n", - "650 ocean \n", - "651 ocean \n", - "652 ocean \n", - "653 ocean \n", - "654 ocean \n", - "655 ocean \n", - "656 ocean \n", - "657 ocean \n", - "658 ocean \n", - "659 ocean \n", - "660 ocean \n", - "661 ocean \n", - "662 ocean \n", - "663 ocean \n", - "664 ocean \n", - "665 ocean \n", - "666 ocean \n", - "667 ocean \n", - "668 ocean \n", - "669 ocean \n", - "670 ocean \n", - "671 ocean \n", - "672 ocean \n", - "673 ocean \n", - "674 ocean \n", - "675 ocean \n", - "676 ocean \n", - "677 ocean \n", - "678 ocean \n", - "679 ocean \n", - "680 ocean \n", - "681 ocean \n", - "682 ocean \n", - "683 ocean \n", - "684 ocean \n", - "685 ocean \n", - "686 ocean \n", - "687 ocean \n", - "688 ocean \n", - "689 ocean \n", - "690 ocean \n", - "691 ocean \n", - "692 ocean \n", - "693 ocean \n", - "694 ocean \n", - "695 ocean \n", - "696 ocean \n", - "697 ocean \n", - "698 ocean \n", - "699 ocean \n", - "700 ocean \n", - "701 ocean \n", - "702 ocean \n", - "703 ocean \n", - "704 ocean \n", - "705 ocean \n", - "706 ocean \n", - "707 ocean \n", - "708 ocean \n", - "709 ocean \n", - "710 ocean \n", - "711 ocean \n", - "712 ocean \n", - "713 ocean \n", - "714 ocean \n", - "715 ocean \n", - "716 ocean \n", - "717 ocean \n", - "718 ocean \n", - "719 ocean \n", - "720 ocean \n", - "721 ocean \n", - "722 ocean \n", - "723 ocean \n", - "724 ocean \n", - "725 ocean \n", - "726 ocean \n", - "727 ocean \n", - "728 ocean \n", - "729 ocean \n", - "730 ocean \n", - "731 ocean \n", - "732 ocean \n", - "733 ocean \n", - "734 ocean \n", - "735 ocean \n", - "736 ocean \n", - "737 ocean \n", - "738 ocean \n", - "739 ocean \n", - "740 ocean \n", - "741 ocean \n", - "742 ocean \n", - "743 ocean \n", - "744 ocean \n", - "745 ocean \n", - "746 ocean \n", - "747 ocean \n", - "748 ocean \n", - "749 ocean \n", - "750 ocean \n", - "751 ocean \n", - "752 ocean \n", - "753 ocean \n", - "754 ocean \n", - "755 ocean \n", - "756 ocean \n", - "757 ocean \n", - "758 ocean \n", - "759 ocean \n", - "760 ocean \n", - "761 ocean \n", - "762 ocean \n", - "763 ocean \n", - "764 ocean \n", - "765 ocean \n", - "766 ocean \n", - "767 ocean \n", - "768 ocean \n", - "769 ocean \n", - "770 ocean \n", - "771 ocean \n", - "772 ocean \n", - "773 ocean \n", - "774 ocean \n", - "775 ocean \n", - "776 ocean \n", - "777 ocean \n", - "778 ocean \n", - "779 ocean \n", - "780 ocean \n", - "781 ocean \n", - "782 ocean \n", - "783 ocean \n", - "784 ocean \n", - "785 ocean \n", - "786 ocean \n", - "787 ocean \n", - "788 ocean \n", - "789 ocean \n", - "790 ocean \n", - "791 ocean \n", - "792 ocean \n", - "793 ocean \n", - "794 ocean \n", - "795 ocean \n", - "796 ocean \n", - "797 ocean \n", - "798 ocean \n", - "799 ocean \n", - "800 ocean \n", - "801 ocean \n", - "802 ocean \n", - "803 ocean \n", - "804 ocean \n", - "805 ocean \n", - "806 ocean \n", - "807 ocean \n", - "808 ocean \n", - "809 ocean \n", - "810 ocean \n", - "811 ocean \n", - "812 ocean \n", - "813 ocean \n", - "814 ocean \n", - "815 ocean \n", - "816 ocean \n", - "817 ocean \n", - "818 ocean \n", - "819 ocean \n", - "820 ocean \n", - "821 ocean \n", - "822 ocean \n", - "823 ocean \n", - "824 ocean \n", - "825 ocean \n", - "826 ocean \n", - "827 ocean \n", - "828 ocean \n", - "829 ocean \n", - "830 ocean \n", - "831 ocean \n", - "832 ocean \n", - "833 ocean \n", - "834 ocean \n", - "835 ocean \n", - "836 ocean \n", - "837 ocean \n", - "838 ocean \n", - "839 ocean \n", - "840 ocean \n", - "841 ocean \n", - "842 ocean \n", - "843 ocean \n", - "844 ocean \n", - "845 ocean \n", - "846 ocean \n", - "847 ocean \n", - "848 ocean \n", - "849 ocean \n", - "850 ocean \n", - "851 ocean \n", - "852 ocean \n", - "853 ocean \n", - "854 ocean \n", - "855 ocean \n", - "856 ocean \n", - "857 ocean \n", - "858 ocean \n", - "859 ocean \n", - "860 ocean \n", - "861 ocean \n", - "862 ocean \n", - "863 ocean \n", - "864 ocean \n", - "865 ocean \n", - "866 ocean \n", - "867 ocean \n", - "868 ocean \n", - "869 ocean \n", - "870 ocean \n", - "871 ocean \n", - "872 ocean \n", - "873 ocean \n", - "874 ocean \n", - "875 ocean \n", - "876 ocean \n", - "877 ocean \n", - "878 ocean \n", - "879 ocean \n", - "880 ocean \n", - "881 ocean \n", - "882 ocean \n", - "883 ocean \n", - "884 ocean \n", - "885 ocean \n", - "886 ocean \n", - "887 ocean \n", - "888 ocean \n", - "889 ocean \n", - "890 ocean \n", - "891 ocean \n", - "892 ocean \n", - "893 ocean \n", - "894 ocean \n", - "895 ocean \n", - "896 ocean \n", - "897 ocean \n", - "898 ocean \n", - "899 ocean \n", - "900 ocean \n", - "901 ocean \n", - "902 ocean \n", - "903 ocean \n", - "904 ocean \n", - "905 ocean \n", - "906 ocean \n", - "907 ocean \n", - "908 ocean \n", - "909 ocean \n", - "910 ocean \n", - "911 ocean \n", - "912 ocean \n", - "913 ocean \n", - "914 ocean \n", - "915 ocean \n", - "916 ocean \n", - "917 ocean \n", - "918 ocean \n", - "919 ocean \n", - "920 ocean \n", - "921 ocean \n", - "922 ocean \n", - "923 ocean \n", - "924 ocean \n", - "925 ocean \n", - "926 ocean \n", - "927 ocean \n", - "928 ocean \n", - "929 ocean \n", - "930 ocean \n", - "931 ocean \n", - "932 ocean \n", - "933 ocean \n", - "934 ocean \n", - "935 ocean \n", - "936 ocean \n", - "937 ocean \n", - "938 ocean \n", - "939 ocean \n", - "940 ocean \n", - "941 ocean \n", - "942 ocean \n", - "943 ocean \n", - "944 ocean \n", - "945 ocean \n", - "946 ocean \n", - "947 ocean \n", - "948 ocean \n", - "949 ocean \n", - "950 ocean \n", - "951 ocean \n", - "952 ocean \n", - "953 ocean \n", - "954 ocean \n", - "955 ocean \n", - "956 ocean \n", - "957 ocean \n", - "958 ocean \n", - "959 ocean \n", - "960 ocean \n", - "961 ocean \n", - "962 ocean \n", - "963 ocean \n", - "964 ocean \n", - "965 ocean \n", - "966 ocean \n", - "967 ocean \n", - "968 ocean \n", - "969 ocean \n", - "970 ocean \n", - "971 ocean \n", - "972 ocean \n", - "973 ocean \n", - "974 ocean \n", - "975 ocean \n", - "976 ocean \n", - "977 ocean \n", - "978 ocean \n", - "979 ocean \n", - "980 ocean \n", - "981 ocean \n", - "982 ocean \n", - "983 ocean \n", - "984 ocean \n", - "985 ocean \n", - "986 ocean \n", - "987 ocean \n", - "988 ocean \n", - "989 ocean \n", - "990 ocean \n", - "991 ocean \n", - "992 ocean \n", - "993 ocean \n", - "994 ocean \n", - "995 ocean \n", - "996 ocean \n", - "997 ocean \n", - "998 ocean \n", - "999 ocean \n", - "1000 ocean \n", - "1001 ocean \n", - "1002 ocean \n", - "1003 ocean \n", - "1004 ocean \n", - "1005 ocean \n", - "1006 ocean \n", - "1007 ocean \n", - "1008 ocean \n", - "1009 ocean \n", - "1010 ocean \n", - "1011 ocean \n", - "1012 ocean \n", - "1013 ocean \n", - "1014 ocean \n", - "1015 ocean \n", - "1016 ocean \n", - "1017 ocean \n", - "1018 ocean \n", - "1019 ocean \n", - "1020 ocean \n", - "1021 ocean \n", - "1022 ocean \n", - "1023 ocean \n", - "1024 ocean \n", - "1025 ocean \n", - "1026 ocean \n", - "1027 ocean \n", - "1028 ocean \n", - "1029 ocean \n", - "1030 ocean \n", - "1031 ocean \n", - "1032 ocean \n", - "1033 ocean \n", - "1034 ocean \n", - "1035 ocean \n", - "1036 ocean \n", - "1037 ocean \n", - "1038 ocean \n", - "1039 ocean \n", - "1040 ocean \n", - "1041 ocean \n", - "1042 ocean \n", - "1043 ocean \n", - "1044 ocean \n", - "1045 ocean \n", - "1046 ocean \n", - "1047 ocean \n", - "1048 ocean \n", - "1049 ocean \n", - "1050 ocean \n", - "1051 ocean \n", - "1052 ocean \n", - "1053 ocean \n", - "1054 ocean \n", - "1055 ocean \n", - "1056 ocean \n", - "1057 ocean \n", - "1058 ocean \n", - "1059 ocean \n", - "1060 ocean \n", - "1061 ocean \n", - "1062 ocean \n", - "1063 ocean \n", - "1064 ocean \n", - "1065 ocean \n", - "1066 ocean \n", - "1067 ocean \n", - "1068 ocean \n", - "1069 ocean \n", - "1070 ocean \n", - "1071 ocean \n", - "1072 ocean \n", - "1073 ocean \n", - "1074 ocean \n", - "1075 ocean \n", - "1076 ocean \n", - "1077 ocean \n", - "1078 ocean \n", - "1079 ocean \n", - "1080 ocean \n", - "1081 ocean \n", - "1082 ocean \n", - "1083 ocean \n", - "1084 ocean \n", - "1085 ocean \n", - "1086 ocean \n", - "1087 ocean \n", - "1088 ocean \n", - "1089 ocean \n", - "1090 ocean \n", - "1091 ocean \n", - "1092 ocean \n", - "1093 ocean \n", - "1094 ocean \n", - "1095 ocean \n", - "1096 ocean \n", - "1097 ocean \n", - "1098 ocean \n", - "1099 ocean \n", - "1100 ocean \n", - "1101 ocean \n", - "1102 ocean \n", - "1103 ocean \n", - "1104 ocean \n", - "1105 ocean \n", - "1106 ocean \n", - "1107 ocean \n", - "1108 ocean \n", - "1109 ocean \n", - "1110 ocean \n", - "1111 ocean \n", - "1112 ocean \n", - "1113 ocean \n", - "1114 ocean \n", - "1115 ocean \n", - "\n", - " variable \\\n", - "0 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "2 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "3 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "4 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "5 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "6 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "7 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "8 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "9 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "10 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "11 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "12 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "13 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "14 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "15 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "16 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "17 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "18 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "19 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "20 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "21 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "22 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "23 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "24 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "25 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "26 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "27 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "28 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "29 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "30 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "31 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "32 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "33 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "34 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "35 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "36 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "37 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "38 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "39 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "40 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "41 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "42 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "43 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "44 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "45 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "46 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "47 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "48 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "49 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "50 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "51 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "52 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "53 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "54 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "55 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "56 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "57 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "58 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "59 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "60 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "61 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "62 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "63 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "64 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "65 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "66 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "67 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "68 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "69 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "70 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "71 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "72 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "73 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "74 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "75 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "76 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "77 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "78 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "79 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "80 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "81 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "82 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "83 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "84 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "85 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "86 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "87 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "88 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "89 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "90 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "91 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "92 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "93 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "94 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "95 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "96 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "97 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "98 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "99 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "100 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "101 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "102 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "103 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "104 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "105 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "106 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "107 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "108 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "109 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "110 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "111 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "112 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "113 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "114 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "115 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "116 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "117 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "118 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "119 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "120 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "121 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "122 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "123 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "124 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "125 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "126 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "127 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "128 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "129 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "130 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "131 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "132 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "133 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "134 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "135 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "136 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "137 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "138 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "139 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "140 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "141 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "142 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "143 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "144 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "145 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "146 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "147 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "148 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "149 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "150 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "151 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "152 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "153 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "154 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "155 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "156 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "157 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "158 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "159 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "160 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "161 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "162 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "163 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "164 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "165 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "166 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "167 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "168 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "169 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "170 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "171 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "172 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "173 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "174 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "175 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "176 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "177 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "178 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "179 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "180 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "181 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "182 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "183 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "184 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "185 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "186 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "187 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "188 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "189 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "190 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "191 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "192 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "193 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "194 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "195 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "196 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "197 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "198 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "199 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "200 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "201 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "202 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "203 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "204 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "205 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "206 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "207 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "208 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "209 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "210 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "211 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "212 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "213 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "214 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "215 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "216 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "217 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "218 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "219 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "220 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "221 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "222 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "223 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "224 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "225 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "226 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "227 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "228 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "229 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "230 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "231 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "232 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "233 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "234 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "235 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "236 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "237 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "238 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "239 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "240 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "241 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "242 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "243 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "244 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "245 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "246 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "247 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "248 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "249 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "250 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "251 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "252 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "253 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "254 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "255 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "256 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "257 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "258 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "259 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "260 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "261 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "262 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "263 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "264 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "265 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "266 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "267 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "268 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "269 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "270 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "271 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "272 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "273 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "274 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "275 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "276 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "277 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "278 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "279 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "280 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "281 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "282 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "283 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "284 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "285 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "286 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "287 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "288 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "289 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "290 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "291 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "292 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "293 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "294 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "295 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "296 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "297 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "298 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "299 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "300 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "301 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "302 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "303 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "304 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "305 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "306 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "307 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "308 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "309 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "310 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "311 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "312 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "313 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "314 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "315 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "316 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "317 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "318 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "319 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "320 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "321 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "322 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "323 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "324 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "325 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "326 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "327 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "328 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "329 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "330 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "331 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "332 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "333 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "334 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "335 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "336 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "337 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "338 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "339 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "340 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "341 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "342 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "343 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "344 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "345 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "346 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "347 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "348 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "349 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "350 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "351 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "352 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "353 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "354 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "355 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "356 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "357 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "358 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "359 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "360 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "361 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "362 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "363 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "364 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "365 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "366 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "367 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "368 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "369 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "370 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "371 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "372 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "373 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "374 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "375 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "376 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "377 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "378 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "379 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "380 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "381 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "382 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "383 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "384 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "385 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "386 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "387 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "388 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "389 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "390 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "391 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "392 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "393 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "394 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "395 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "396 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "397 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "398 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "399 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "400 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "401 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "402 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "403 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "404 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "405 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "406 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "407 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "408 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "409 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "410 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "411 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "412 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "413 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "414 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "415 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "416 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "417 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "418 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "419 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "420 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "421 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "422 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "423 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "424 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "425 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "426 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "427 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "428 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "429 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "430 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "431 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "432 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "433 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "434 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "435 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "436 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "437 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "438 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "439 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "440 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "441 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "442 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "443 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "444 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "445 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "446 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "447 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "448 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "449 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "450 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "451 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "452 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "453 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "454 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "455 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "456 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "457 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "458 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "459 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "460 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "461 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "462 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "463 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "464 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "465 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "466 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "467 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "468 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "469 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "470 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "471 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "472 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "473 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "474 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "475 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "476 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "477 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "478 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "479 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "480 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "481 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "482 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "483 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "484 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "485 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "486 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "487 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "488 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "489 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "490 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "491 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "492 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "493 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "494 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "495 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "496 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "497 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "498 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "499 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "500 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "501 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "502 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "503 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "504 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "505 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "506 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "507 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "508 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "509 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "510 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "511 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "512 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "513 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "514 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "515 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "516 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "517 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "518 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "519 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "520 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "521 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "522 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "523 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "524 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "525 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "526 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "527 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "528 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "529 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "530 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "531 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "532 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "533 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "534 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "535 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "536 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "537 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "538 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "539 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "540 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "541 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "542 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "543 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "544 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "545 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "546 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "547 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "548 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "549 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "550 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "551 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "552 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "553 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "554 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "555 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "556 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "557 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "558 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "559 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "560 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "561 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "562 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "563 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "564 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "565 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "566 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "567 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "568 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "569 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "570 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "571 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "572 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "573 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "574 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "575 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "576 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "577 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "578 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "579 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "580 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "581 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "582 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "583 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "584 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "585 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "586 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "587 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "588 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "589 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "590 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "591 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "592 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "593 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "594 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "595 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "596 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "597 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "598 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "599 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "600 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "601 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "602 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "603 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "604 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "605 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "606 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "607 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "608 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "609 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "610 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "611 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "612 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "613 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "614 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "615 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "616 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "617 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "618 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "619 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "620 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "621 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "622 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "623 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "624 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "625 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "626 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "627 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "628 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "629 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "630 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "631 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "632 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "633 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "634 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "635 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "636 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "637 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "638 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "639 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "640 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "641 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "642 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "643 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "644 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "645 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "646 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "647 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "648 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "649 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "650 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "651 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "652 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "653 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "654 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "655 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "656 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "657 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "658 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "659 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "660 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "661 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "662 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "663 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "664 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "665 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "666 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "667 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "668 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "669 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "670 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "671 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "672 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "673 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "674 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "675 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "676 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "677 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "678 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "679 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "680 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "681 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "682 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "683 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "684 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "685 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "686 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "687 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "688 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "689 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "690 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "691 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "692 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "693 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "694 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "695 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "696 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "697 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "698 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "699 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "700 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "701 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "702 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "703 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "704 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "705 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "706 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "707 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "708 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "709 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "710 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "711 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "712 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "713 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "714 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "715 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "716 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "717 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "718 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "719 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "720 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "721 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "722 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "723 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "724 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "725 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "726 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "727 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "728 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "729 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "730 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "731 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "732 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "733 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "734 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "735 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "736 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "737 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "738 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "739 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "740 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "741 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "742 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "743 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "744 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "745 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "746 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "747 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "748 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "749 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "750 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "751 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "752 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "753 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "754 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "755 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "756 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "757 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "758 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "759 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "760 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "761 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "762 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "763 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "764 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "765 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "766 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "767 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "768 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "769 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "770 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "771 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "772 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "773 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "774 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "775 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "776 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "777 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "778 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "779 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "780 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "781 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "782 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "783 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "784 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "785 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "786 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "787 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "788 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "789 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "790 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "791 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "792 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "793 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "794 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "795 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "796 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "797 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "798 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "799 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "800 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "801 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "802 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "803 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "804 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "805 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "806 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "807 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "808 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "809 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "810 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "811 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "812 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "813 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "814 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "815 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "816 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "817 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "818 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "819 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "820 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "821 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "822 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "823 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "824 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "825 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "826 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "827 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "828 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "829 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "830 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "831 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "832 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "833 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "834 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "835 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "836 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "837 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "838 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "839 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "840 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "841 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "842 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "843 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "844 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "845 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "846 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "847 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "848 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "849 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "850 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "851 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "852 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "853 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "854 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "855 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "856 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "857 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "858 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "859 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "860 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "861 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "862 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "863 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "864 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "865 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "866 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "867 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "868 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "869 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "870 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "871 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "872 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "873 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "874 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "875 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "876 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "877 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "878 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "879 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "880 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "881 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "882 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "883 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "884 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "885 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "886 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "887 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "888 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "889 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "890 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "891 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "892 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "893 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "894 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "895 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "896 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "897 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "898 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "899 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "900 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "901 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "902 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "903 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "904 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "905 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "906 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "907 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "908 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "909 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "910 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "911 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "912 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "913 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "914 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "915 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "916 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "917 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "918 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "919 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "920 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "921 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "922 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "923 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "924 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "925 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "926 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "927 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "928 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "929 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "930 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "931 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "932 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "933 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "934 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "935 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "936 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "937 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "938 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "939 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "940 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "941 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "942 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "943 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "944 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "945 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "946 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "947 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "948 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "949 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "950 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "951 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "952 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "953 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "954 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "955 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "956 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "957 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "958 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "959 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "960 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "961 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "962 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "963 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "964 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "965 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "966 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "967 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "968 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "969 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "970 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "971 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "972 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "973 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "974 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "975 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "976 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "977 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "978 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "979 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "980 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "981 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "982 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "983 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "984 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "985 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "986 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "987 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "988 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "989 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "990 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "991 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "992 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "993 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "994 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "995 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "996 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "997 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "998 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "999 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1000 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1001 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1002 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1003 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1004 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1005 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1006 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1007 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1008 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1009 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1010 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1011 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1012 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1013 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1014 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1015 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1016 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1017 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1018 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1019 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1020 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1021 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1022 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1023 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1024 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1025 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1026 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1027 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1028 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1029 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1030 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1031 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1032 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1033 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1034 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1035 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1036 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1037 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1038 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1039 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1040 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1041 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1042 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1043 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1044 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1045 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1046 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1047 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1048 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1049 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1050 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1051 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1052 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1053 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1054 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1055 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1056 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1057 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1058 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1059 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1060 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1061 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1062 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1063 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1064 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1065 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1066 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1067 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1068 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1069 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1070 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1071 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1072 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1073 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1074 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1075 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1076 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1077 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1078 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1079 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1080 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1081 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1082 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1083 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1084 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1085 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1086 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1087 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1088 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1089 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1090 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1091 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1092 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1093 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1094 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1095 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1096 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1097 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1098 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1099 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1100 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1101 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1102 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1103 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1104 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1105 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1106 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1107 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1108 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1109 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1110 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1111 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1112 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1113 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1114 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1115 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "\n", - " frequency start_date end_date \\\n", - "0 fx 1900-04-01, 00:00:00 1900-04-01, 00:00:00 \n", - "1 fx 1900-07-01, 00:00:00 1900-07-01, 00:00:00 \n", - "2 fx 1900-10-01, 00:00:00 1900-10-01, 00:00:00 \n", - "3 fx 1901-01-01, 00:00:00 1901-01-01, 00:00:00 \n", - "4 fx 1901-07-01, 00:00:00 1901-07-01, 00:00:00 \n", - "5 fx 1902-01-01, 00:00:00 1902-01-01, 00:00:00 \n", - "6 fx 1902-07-01, 00:00:00 1902-07-01, 00:00:00 \n", - "7 fx 1902-10-01, 00:00:00 1902-10-01, 00:00:00 \n", - "8 fx 1903-01-01, 00:00:00 1903-01-01, 00:00:00 \n", - "9 fx 1903-04-01, 00:00:00 1903-04-01, 00:00:00 \n", - "10 fx 1903-07-01, 00:00:00 1903-07-01, 00:00:00 \n", - "11 fx 1903-10-01, 00:00:00 1903-10-01, 00:00:00 \n", - "12 fx 1904-01-01, 00:00:00 1904-01-01, 00:00:00 \n", - "13 fx 1904-04-01, 00:00:00 1904-04-01, 00:00:00 \n", - "14 fx 1904-07-01, 00:00:00 1904-07-01, 00:00:00 \n", - "15 fx 1904-10-01, 00:00:00 1904-10-01, 00:00:00 \n", - "16 fx 1905-01-01, 00:00:00 1905-01-01, 00:00:00 \n", - "17 fx 1905-04-01, 00:00:00 1905-04-01, 00:00:00 \n", - "18 fx 1905-07-01, 00:00:00 1905-07-01, 00:00:00 \n", - "19 fx 1905-10-01, 00:00:00 1905-10-01, 00:00:00 \n", - "20 fx 1906-01-01, 00:00:00 1906-01-01, 00:00:00 \n", - "21 fx 1906-04-01, 00:00:00 1906-04-01, 00:00:00 \n", - "22 fx 1906-07-01, 00:00:00 1906-07-01, 00:00:00 \n", - "23 fx 1906-10-01, 00:00:00 1906-10-01, 00:00:00 \n", - "24 fx 1907-01-01, 00:00:00 1907-01-01, 00:00:00 \n", - "25 fx 1907-04-01, 00:00:00 1907-04-01, 00:00:00 \n", - "26 fx 1907-07-01, 00:00:00 1907-07-01, 00:00:00 \n", - "27 fx 1907-10-01, 00:00:00 1907-10-01, 00:00:00 \n", - "28 fx 1908-01-01, 00:00:00 1908-01-01, 00:00:00 \n", - "29 fx 1908-07-01, 00:00:00 1908-07-01, 00:00:00 \n", - "30 fx 1908-10-01, 00:00:00 1908-10-01, 00:00:00 \n", - "31 fx 1909-01-01, 00:00:00 1909-01-01, 00:00:00 \n", - "32 fx 1909-04-01, 00:00:00 1909-04-01, 00:00:00 \n", - "33 fx 1909-07-01, 00:00:00 1909-07-01, 00:00:00 \n", - "34 fx 1909-10-01, 00:00:00 1909-10-01, 00:00:00 \n", - "35 fx 1910-01-01, 00:00:00 1910-01-01, 00:00:00 \n", - "36 fx 1910-04-01, 00:00:00 1910-04-01, 00:00:00 \n", - "37 fx 1910-07-01, 00:00:00 1910-07-01, 00:00:00 \n", - "38 fx 1910-10-01, 00:00:00 1910-10-01, 00:00:00 \n", - "39 fx 1911-01-01, 00:00:00 1911-01-01, 00:00:00 \n", - "40 fx 1911-04-01, 00:00:00 1911-04-01, 00:00:00 \n", - "41 fx 1911-07-01, 00:00:00 1911-07-01, 00:00:00 \n", - "42 fx 1911-10-01, 00:00:00 1911-10-01, 00:00:00 \n", - "43 fx 1912-01-01, 00:00:00 1912-01-01, 00:00:00 \n", - "44 fx 1912-04-01, 00:00:00 1912-04-01, 00:00:00 \n", - "45 fx 1912-07-01, 00:00:00 1912-07-01, 00:00:00 \n", - "46 fx 1912-10-01, 00:00:00 1912-10-01, 00:00:00 \n", - "47 fx 1913-01-01, 00:00:00 1913-01-01, 00:00:00 \n", - "48 fx 1913-04-01, 00:00:00 1913-04-01, 00:00:00 \n", - "49 fx 1913-07-01, 00:00:00 1913-07-01, 00:00:00 \n", - "50 fx 1913-10-01, 00:00:00 1913-10-01, 00:00:00 \n", - "51 fx 1914-01-01, 00:00:00 1914-01-01, 00:00:00 \n", - "52 fx 1914-04-01, 00:00:00 1914-04-01, 00:00:00 \n", - "53 fx 1914-07-01, 00:00:00 1914-07-01, 00:00:00 \n", - "54 fx 1914-10-01, 00:00:00 1914-10-01, 00:00:00 \n", - "55 fx 1915-01-01, 00:00:00 1915-01-01, 00:00:00 \n", - "56 fx 1915-04-01, 00:00:00 1915-04-01, 00:00:00 \n", - "57 fx 1915-07-01, 00:00:00 1915-07-01, 00:00:00 \n", - "58 fx 1915-10-01, 00:00:00 1915-10-01, 00:00:00 \n", - "59 fx 1916-01-01, 00:00:00 1916-01-01, 00:00:00 \n", - "60 fx 1916-04-01, 00:00:00 1916-04-01, 00:00:00 \n", - "61 fx 1916-07-01, 00:00:00 1916-07-01, 00:00:00 \n", - "62 fx 1916-10-01, 00:00:00 1916-10-01, 00:00:00 \n", - "63 fx 1917-01-01, 00:00:00 1917-01-01, 00:00:00 \n", - "64 fx 1917-04-01, 00:00:00 1917-04-01, 00:00:00 \n", - "65 fx 1917-07-01, 00:00:00 1917-07-01, 00:00:00 \n", - "66 fx 1917-10-01, 00:00:00 1917-10-01, 00:00:00 \n", - "67 fx 1918-01-01, 00:00:00 1918-01-01, 00:00:00 \n", - "68 fx 1918-04-01, 00:00:00 1918-04-01, 00:00:00 \n", - "69 fx 1918-07-01, 00:00:00 1918-07-01, 00:00:00 \n", - "70 fx 1918-10-01, 00:00:00 1918-10-01, 00:00:00 \n", - "71 fx 1919-01-01, 00:00:00 1919-01-01, 00:00:00 \n", - "72 fx 1919-04-01, 00:00:00 1919-04-01, 00:00:00 \n", - "73 fx 1919-07-01, 00:00:00 1919-07-01, 00:00:00 \n", - "74 fx 1919-10-01, 00:00:00 1919-10-01, 00:00:00 \n", - "75 fx 1920-01-01, 00:00:00 1920-01-01, 00:00:00 \n", - "76 fx 1920-04-01, 00:00:00 1920-04-01, 00:00:00 \n", - "77 fx 1920-07-01, 00:00:00 1920-07-01, 00:00:00 \n", - "78 fx 1920-10-01, 00:00:00 1920-10-01, 00:00:00 \n", - "79 fx 1921-01-01, 00:00:00 1921-01-01, 00:00:00 \n", - "80 fx 1921-04-01, 00:00:00 1921-04-01, 00:00:00 \n", - "81 fx 1921-07-01, 00:00:00 1921-07-01, 00:00:00 \n", - "82 fx 1921-10-01, 00:00:00 1921-10-01, 00:00:00 \n", - "83 fx 1922-01-01, 00:00:00 1922-01-01, 00:00:00 \n", - "84 fx 1922-04-01, 00:00:00 1922-04-01, 00:00:00 \n", - "85 fx 1922-07-01, 00:00:00 1922-07-01, 00:00:00 \n", - "86 fx 1922-10-01, 00:00:00 1922-10-01, 00:00:00 \n", - "87 fx 1923-01-01, 00:00:00 1923-01-01, 00:00:00 \n", - "88 fx 1923-04-01, 00:00:00 1923-04-01, 00:00:00 \n", - "89 fx 1923-07-01, 00:00:00 1923-07-01, 00:00:00 \n", - "90 fx 1923-10-01, 00:00:00 1923-10-01, 00:00:00 \n", - "91 fx 1924-01-01, 00:00:00 1924-01-01, 00:00:00 \n", - "92 fx 1924-04-01, 00:00:00 1924-04-01, 00:00:00 \n", - "93 fx 1924-07-01, 00:00:00 1924-07-01, 00:00:00 \n", - "94 fx 1924-10-01, 00:00:00 1924-10-01, 00:00:00 \n", - "95 fx 1925-01-01, 00:00:00 1925-01-01, 00:00:00 \n", - "96 fx 1925-04-01, 00:00:00 1925-04-01, 00:00:00 \n", - "97 fx 1925-07-01, 00:00:00 1925-07-01, 00:00:00 \n", - "98 fx 1925-10-01, 00:00:00 1925-10-01, 00:00:00 \n", - "99 fx 1926-01-01, 00:00:00 1926-01-01, 00:00:00 \n", - "100 fx 1926-04-01, 00:00:00 1926-04-01, 00:00:00 \n", - "101 fx 2151-04-01, 00:00:00 2151-04-01, 00:00:00 \n", - "102 fx 2151-07-01, 00:00:00 2151-07-01, 00:00:00 \n", - "103 fx 2151-10-01, 00:00:00 2151-10-01, 00:00:00 \n", - "104 fx 2152-01-01, 00:00:00 2152-01-01, 00:00:00 \n", - "105 fx 2152-04-01, 00:00:00 2152-04-01, 00:00:00 \n", - "106 fx 2152-07-01, 00:00:00 2152-07-01, 00:00:00 \n", - "107 fx 2152-10-01, 00:00:00 2152-10-01, 00:00:00 \n", - "108 fx 2153-01-01, 00:00:00 2153-01-01, 00:00:00 \n", - "109 fx 2153-04-01, 00:00:00 2153-04-01, 00:00:00 \n", - "110 fx 2153-07-01, 00:00:00 2153-07-01, 00:00:00 \n", - "111 fx 1926-07-01, 00:00:00 1926-07-01, 00:00:00 \n", - "112 fx 2153-10-01, 00:00:00 2153-10-01, 00:00:00 \n", - "113 fx 2154-01-01, 00:00:00 2154-01-01, 00:00:00 \n", - "114 fx 2154-04-01, 00:00:00 2154-04-01, 00:00:00 \n", - "115 fx 2154-07-01, 00:00:00 2154-07-01, 00:00:00 \n", - "116 fx 2154-10-01, 00:00:00 2154-10-01, 00:00:00 \n", - "117 fx 2155-01-01, 00:00:00 2155-01-01, 00:00:00 \n", - "118 fx 2155-04-01, 00:00:00 2155-04-01, 00:00:00 \n", - "119 fx 2155-07-01, 00:00:00 2155-07-01, 00:00:00 \n", - "120 fx 2155-10-01, 00:00:00 2155-10-01, 00:00:00 \n", - "121 fx 2156-01-01, 00:00:00 2156-01-01, 00:00:00 \n", - "122 fx 1926-10-01, 00:00:00 1926-10-01, 00:00:00 \n", - "123 fx 2156-04-01, 00:00:00 2156-04-01, 00:00:00 \n", - "124 fx 2156-07-01, 00:00:00 2156-07-01, 00:00:00 \n", - "125 fx 2156-10-01, 00:00:00 2156-10-01, 00:00:00 \n", - "126 fx 2157-01-01, 00:00:00 2157-01-01, 00:00:00 \n", - "127 fx 2157-04-01, 00:00:00 2157-04-01, 00:00:00 \n", - "128 fx 2157-07-01, 00:00:00 2157-07-01, 00:00:00 \n", - "129 fx 2157-10-01, 00:00:00 2157-10-01, 00:00:00 \n", - "130 fx 2158-01-01, 00:00:00 2158-01-01, 00:00:00 \n", - "131 fx 2158-04-01, 00:00:00 2158-04-01, 00:00:00 \n", - "132 fx 2158-07-01, 00:00:00 2158-07-01, 00:00:00 \n", - "133 fx 1927-01-01, 00:00:00 1927-01-01, 00:00:00 \n", - "134 fx 2158-10-01, 00:00:00 2158-10-01, 00:00:00 \n", - "135 fx 2159-01-01, 00:00:00 2159-01-01, 00:00:00 \n", - "136 fx 2159-04-01, 00:00:00 2159-04-01, 00:00:00 \n", - "137 fx 2159-07-01, 00:00:00 2159-07-01, 00:00:00 \n", - "138 fx 2159-10-01, 00:00:00 2159-10-01, 00:00:00 \n", - "139 fx 2160-01-01, 00:00:00 2160-01-01, 00:00:00 \n", - "140 fx 2160-04-01, 00:00:00 2160-04-01, 00:00:00 \n", - "141 fx 2160-07-01, 00:00:00 2160-07-01, 00:00:00 \n", - "142 fx 2160-10-01, 00:00:00 2160-10-01, 00:00:00 \n", - "143 fx 2161-01-01, 00:00:00 2161-01-01, 00:00:00 \n", - "144 fx 1927-04-01, 00:00:00 1927-04-01, 00:00:00 \n", - "145 fx 2161-04-01, 00:00:00 2161-04-01, 00:00:00 \n", - "146 fx 2161-07-01, 00:00:00 2161-07-01, 00:00:00 \n", - "147 fx 2161-10-01, 00:00:00 2161-10-01, 00:00:00 \n", - "148 fx 2162-01-01, 00:00:00 2162-01-01, 00:00:00 \n", - "149 fx 2162-04-01, 00:00:00 2162-04-01, 00:00:00 \n", - "150 fx 2162-07-01, 00:00:00 2162-07-01, 00:00:00 \n", - "151 fx 2162-10-01, 00:00:00 2162-10-01, 00:00:00 \n", - "152 fx 2163-01-01, 00:00:00 2163-01-01, 00:00:00 \n", - "153 fx 2163-04-01, 00:00:00 2163-04-01, 00:00:00 \n", - "154 fx 2163-07-01, 00:00:00 2163-07-01, 00:00:00 \n", - "155 fx 1927-07-01, 00:00:00 1927-07-01, 00:00:00 \n", - "156 fx 2163-10-01, 00:00:00 2163-10-01, 00:00:00 \n", - "157 fx 2164-01-01, 00:00:00 2164-01-01, 00:00:00 \n", - "158 fx 2164-04-01, 00:00:00 2164-04-01, 00:00:00 \n", - "159 fx 2164-07-01, 00:00:00 2164-07-01, 00:00:00 \n", - "160 fx 2164-10-01, 00:00:00 2164-10-01, 00:00:00 \n", - "161 fx 2165-01-01, 00:00:00 2165-01-01, 00:00:00 \n", - "162 fx 2165-04-01, 00:00:00 2165-04-01, 00:00:00 \n", - "163 fx 2165-07-01, 00:00:00 2165-07-01, 00:00:00 \n", - "164 fx 2165-10-01, 00:00:00 2165-10-01, 00:00:00 \n", - "165 fx 2166-01-01, 00:00:00 2166-01-01, 00:00:00 \n", - "166 fx 1927-10-01, 00:00:00 1927-10-01, 00:00:00 \n", - "167 fx 2166-04-01, 00:00:00 2166-04-01, 00:00:00 \n", - "168 fx 2166-07-01, 00:00:00 2166-07-01, 00:00:00 \n", - "169 fx 2166-10-01, 00:00:00 2166-10-01, 00:00:00 \n", - "170 fx 2167-01-01, 00:00:00 2167-01-01, 00:00:00 \n", - "171 fx 2167-04-01, 00:00:00 2167-04-01, 00:00:00 \n", - "172 fx 2167-07-01, 00:00:00 2167-07-01, 00:00:00 \n", - "173 fx 2167-10-01, 00:00:00 2167-10-01, 00:00:00 \n", - "174 fx 2168-01-01, 00:00:00 2168-01-01, 00:00:00 \n", - "175 fx 2168-04-01, 00:00:00 2168-04-01, 00:00:00 \n", - "176 fx 2168-07-01, 00:00:00 2168-07-01, 00:00:00 \n", - "177 fx 1928-01-01, 00:00:00 1928-01-01, 00:00:00 \n", - "178 fx 2168-10-01, 00:00:00 2168-10-01, 00:00:00 \n", - "179 fx 2169-01-01, 00:00:00 2169-01-01, 00:00:00 \n", - "180 fx 2169-04-01, 00:00:00 2169-04-01, 00:00:00 \n", - "181 fx 2169-07-01, 00:00:00 2169-07-01, 00:00:00 \n", - "182 fx 2169-10-01, 00:00:00 2169-10-01, 00:00:00 \n", - "183 fx 2170-01-01, 00:00:00 2170-01-01, 00:00:00 \n", - "184 fx 2170-04-01, 00:00:00 2170-04-01, 00:00:00 \n", - "185 fx 2170-07-01, 00:00:00 2170-07-01, 00:00:00 \n", - "186 fx 2170-10-01, 00:00:00 2170-10-01, 00:00:00 \n", - "187 fx 2171-01-01, 00:00:00 2171-01-01, 00:00:00 \n", - "188 fx 1928-04-01, 00:00:00 1928-04-01, 00:00:00 \n", - "189 fx 2171-04-01, 00:00:00 2171-04-01, 00:00:00 \n", - "190 fx 2171-07-01, 00:00:00 2171-07-01, 00:00:00 \n", - "191 fx 2171-10-01, 00:00:00 2171-10-01, 00:00:00 \n", - "192 fx 2172-01-01, 00:00:00 2172-01-01, 00:00:00 \n", - "193 fx 2172-04-01, 00:00:00 2172-04-01, 00:00:00 \n", - "194 fx 2172-07-01, 00:00:00 2172-07-01, 00:00:00 \n", - "195 fx 2172-10-01, 00:00:00 2172-10-01, 00:00:00 \n", - "196 fx 2173-01-01, 00:00:00 2173-01-01, 00:00:00 \n", - "197 fx 2173-04-01, 00:00:00 2173-04-01, 00:00:00 \n", - "198 fx 2173-07-01, 00:00:00 2173-07-01, 00:00:00 \n", - "199 fx 1928-07-01, 00:00:00 1928-07-01, 00:00:00 \n", - "200 fx 2173-10-01, 00:00:00 2173-10-01, 00:00:00 \n", - "201 fx 2174-01-01, 00:00:00 2174-01-01, 00:00:00 \n", - "202 fx 2174-04-01, 00:00:00 2174-04-01, 00:00:00 \n", - "203 fx 2174-07-01, 00:00:00 2174-07-01, 00:00:00 \n", - "204 fx 2174-10-01, 00:00:00 2174-10-01, 00:00:00 \n", - "205 fx 2175-01-01, 00:00:00 2175-01-01, 00:00:00 \n", - "206 fx 2175-04-01, 00:00:00 2175-04-01, 00:00:00 \n", - "207 fx 2175-07-01, 00:00:00 2175-07-01, 00:00:00 \n", - "208 fx 2175-10-01, 00:00:00 2175-10-01, 00:00:00 \n", - "209 fx 2176-01-01, 00:00:00 2176-01-01, 00:00:00 \n", - "210 fx 1928-10-01, 00:00:00 1928-10-01, 00:00:00 \n", - "211 fx 2176-04-01, 00:00:00 2176-04-01, 00:00:00 \n", - "212 fx 2176-07-01, 00:00:00 2176-07-01, 00:00:00 \n", - "213 fx 2176-10-01, 00:00:00 2176-10-01, 00:00:00 \n", - "214 fx 2177-01-01, 00:00:00 2177-01-01, 00:00:00 \n", - "215 fx 2177-04-01, 00:00:00 2177-04-01, 00:00:00 \n", - "216 fx 2177-07-01, 00:00:00 2177-07-01, 00:00:00 \n", - "217 fx 2177-10-01, 00:00:00 2177-10-01, 00:00:00 \n", - "218 fx 2178-01-01, 00:00:00 2178-01-01, 00:00:00 \n", - "219 fx 2178-04-01, 00:00:00 2178-04-01, 00:00:00 \n", - "220 fx 2178-07-01, 00:00:00 2178-07-01, 00:00:00 \n", - "221 fx 1929-01-01, 00:00:00 1929-01-01, 00:00:00 \n", - "222 fx 2178-10-01, 00:00:00 2178-10-01, 00:00:00 \n", - "223 fx 2179-01-01, 00:00:00 2179-01-01, 00:00:00 \n", - "224 fx 2179-04-01, 00:00:00 2179-04-01, 00:00:00 \n", - "225 fx 2179-07-01, 00:00:00 2179-07-01, 00:00:00 \n", - "226 fx 2179-10-01, 00:00:00 2179-10-01, 00:00:00 \n", - "227 fx 2180-01-01, 00:00:00 2180-01-01, 00:00:00 \n", - "228 fx 1929-04-01, 00:00:00 1929-04-01, 00:00:00 \n", - "229 fx 1929-07-01, 00:00:00 1929-07-01, 00:00:00 \n", - "230 fx 1929-10-01, 00:00:00 1929-10-01, 00:00:00 \n", - "231 fx 1930-01-01, 00:00:00 1930-01-01, 00:00:00 \n", - "232 fx 1930-04-01, 00:00:00 1930-04-01, 00:00:00 \n", - "233 fx 1930-07-01, 00:00:00 1930-07-01, 00:00:00 \n", - "234 fx 1930-10-01, 00:00:00 1930-10-01, 00:00:00 \n", - "235 fx 1931-01-01, 00:00:00 1931-01-01, 00:00:00 \n", - "236 fx 1931-04-01, 00:00:00 1931-04-01, 00:00:00 \n", - "237 fx 1931-07-01, 00:00:00 1931-07-01, 00:00:00 \n", - "238 fx 1931-10-01, 00:00:00 1931-10-01, 00:00:00 \n", - "239 fx 1932-01-01, 00:00:00 1932-01-01, 00:00:00 \n", - "240 fx 1932-04-01, 00:00:00 1932-04-01, 00:00:00 \n", - "241 fx 1932-07-01, 00:00:00 1932-07-01, 00:00:00 \n", - "242 fx 1932-10-01, 00:00:00 1932-10-01, 00:00:00 \n", - "243 fx 1933-01-01, 00:00:00 1933-01-01, 00:00:00 \n", - "244 fx 1933-04-01, 00:00:00 1933-04-01, 00:00:00 \n", - "245 fx 1933-07-01, 00:00:00 1933-07-01, 00:00:00 \n", - "246 fx 1933-10-01, 00:00:00 1933-10-01, 00:00:00 \n", - "247 fx 1934-01-01, 00:00:00 1934-01-01, 00:00:00 \n", - "248 fx 1934-04-01, 00:00:00 1934-04-01, 00:00:00 \n", - "249 fx 1934-07-01, 00:00:00 1934-07-01, 00:00:00 \n", - "250 fx 1934-10-01, 00:00:00 1934-10-01, 00:00:00 \n", - "251 fx 1935-01-01, 00:00:00 1935-01-01, 00:00:00 \n", - "252 fx 1935-04-01, 00:00:00 1935-04-01, 00:00:00 \n", - "253 fx 1935-07-01, 00:00:00 1935-07-01, 00:00:00 \n", - "254 fx 1935-10-01, 00:00:00 1935-10-01, 00:00:00 \n", - "255 fx 1936-01-01, 00:00:00 1936-01-01, 00:00:00 \n", - "256 fx 1936-04-01, 00:00:00 1936-04-01, 00:00:00 \n", - "257 fx 1936-07-01, 00:00:00 1936-07-01, 00:00:00 \n", - "258 fx 1936-10-01, 00:00:00 1936-10-01, 00:00:00 \n", - "259 fx 1937-01-01, 00:00:00 1937-01-01, 00:00:00 \n", - "260 fx 1937-04-01, 00:00:00 1937-04-01, 00:00:00 \n", - "261 fx 1937-07-01, 00:00:00 1937-07-01, 00:00:00 \n", - "262 fx 1937-10-01, 00:00:00 1937-10-01, 00:00:00 \n", - "263 fx 1938-01-01, 00:00:00 1938-01-01, 00:00:00 \n", - "264 fx 1938-04-01, 00:00:00 1938-04-01, 00:00:00 \n", - "265 fx 1938-07-01, 00:00:00 1938-07-01, 00:00:00 \n", - "266 fx 1938-10-01, 00:00:00 1938-10-01, 00:00:00 \n", - "267 fx 1939-01-01, 00:00:00 1939-01-01, 00:00:00 \n", - "268 fx 1939-04-01, 00:00:00 1939-04-01, 00:00:00 \n", - "269 fx 1939-07-01, 00:00:00 1939-07-01, 00:00:00 \n", - "270 fx 1939-10-01, 00:00:00 1939-10-01, 00:00:00 \n", - "271 fx 1940-01-01, 00:00:00 1940-01-01, 00:00:00 \n", - "272 fx 1940-04-01, 00:00:00 1940-04-01, 00:00:00 \n", - "273 fx 1940-07-01, 00:00:00 1940-07-01, 00:00:00 \n", - "274 fx 1940-10-01, 00:00:00 1940-10-01, 00:00:00 \n", - "275 fx 1941-01-01, 00:00:00 1941-01-01, 00:00:00 \n", - "276 fx 1941-04-01, 00:00:00 1941-04-01, 00:00:00 \n", - "277 fx 1941-07-01, 00:00:00 1941-07-01, 00:00:00 \n", - "278 fx 1941-10-01, 00:00:00 1941-10-01, 00:00:00 \n", - "279 fx 1942-01-01, 00:00:00 1942-01-01, 00:00:00 \n", - "280 fx 1942-04-01, 00:00:00 1942-04-01, 00:00:00 \n", - "281 fx 1942-07-01, 00:00:00 1942-07-01, 00:00:00 \n", - "282 fx 1942-10-01, 00:00:00 1942-10-01, 00:00:00 \n", - "283 fx 1943-01-01, 00:00:00 1943-01-01, 00:00:00 \n", - "284 fx 1943-04-01, 00:00:00 1943-04-01, 00:00:00 \n", - "285 fx 1943-07-01, 00:00:00 1943-07-01, 00:00:00 \n", - "286 fx 1943-10-01, 00:00:00 1943-10-01, 00:00:00 \n", - "287 fx 1944-01-01, 00:00:00 1944-01-01, 00:00:00 \n", - "288 fx 1944-04-01, 00:00:00 1944-04-01, 00:00:00 \n", - "289 fx 1944-07-01, 00:00:00 1944-07-01, 00:00:00 \n", - "290 fx 1944-10-01, 00:00:00 1944-10-01, 00:00:00 \n", - "291 fx 1945-01-01, 00:00:00 1945-01-01, 00:00:00 \n", - "292 fx 1945-04-01, 00:00:00 1945-04-01, 00:00:00 \n", - "293 fx 1945-07-01, 00:00:00 1945-07-01, 00:00:00 \n", - "294 fx 1945-10-01, 00:00:00 1945-10-01, 00:00:00 \n", - "295 fx 1946-01-01, 00:00:00 1946-01-01, 00:00:00 \n", - "296 fx 1946-04-01, 00:00:00 1946-04-01, 00:00:00 \n", - "297 fx 1946-07-01, 00:00:00 1946-07-01, 00:00:00 \n", - "298 fx 1946-10-01, 00:00:00 1946-10-01, 00:00:00 \n", - "299 fx 1947-01-01, 00:00:00 1947-01-01, 00:00:00 \n", - "300 fx 1947-04-01, 00:00:00 1947-04-01, 00:00:00 \n", - "301 fx 1947-07-01, 00:00:00 1947-07-01, 00:00:00 \n", - "302 fx 1947-10-01, 00:00:00 1947-10-01, 00:00:00 \n", - "303 fx 1948-01-01, 00:00:00 1948-01-01, 00:00:00 \n", - "304 fx 1948-04-01, 00:00:00 1948-04-01, 00:00:00 \n", - "305 fx 1948-07-01, 00:00:00 1948-07-01, 00:00:00 \n", - "306 fx 1948-10-01, 00:00:00 1948-10-01, 00:00:00 \n", - "307 fx 1949-01-01, 00:00:00 1949-01-01, 00:00:00 \n", - "308 fx 1949-04-01, 00:00:00 1949-04-01, 00:00:00 \n", - "309 fx 1949-07-01, 00:00:00 1949-07-01, 00:00:00 \n", - "310 fx 1949-10-01, 00:00:00 1949-10-01, 00:00:00 \n", - "311 fx 1950-01-01, 00:00:00 1950-01-01, 00:00:00 \n", - "312 fx 1950-04-01, 00:00:00 1950-04-01, 00:00:00 \n", - "313 fx 1950-07-01, 00:00:00 1950-07-01, 00:00:00 \n", - "314 fx 1950-10-01, 00:00:00 1950-10-01, 00:00:00 \n", - "315 fx 1951-01-01, 00:00:00 1951-01-01, 00:00:00 \n", - "316 fx 1951-04-01, 00:00:00 1951-04-01, 00:00:00 \n", - "317 fx 1951-07-01, 00:00:00 1951-07-01, 00:00:00 \n", - "318 fx 1951-10-01, 00:00:00 1951-10-01, 00:00:00 \n", - "319 fx 1952-01-01, 00:00:00 1952-01-01, 00:00:00 \n", - "320 fx 1952-04-01, 00:00:00 1952-04-01, 00:00:00 \n", - "321 fx 1952-07-01, 00:00:00 1952-07-01, 00:00:00 \n", - "322 fx 1952-10-01, 00:00:00 1952-10-01, 00:00:00 \n", - "323 fx 1953-01-01, 00:00:00 1953-01-01, 00:00:00 \n", - "324 fx 1953-04-01, 00:00:00 1953-04-01, 00:00:00 \n", - "325 fx 1953-07-01, 00:00:00 1953-07-01, 00:00:00 \n", - "326 fx 1953-10-01, 00:00:00 1953-10-01, 00:00:00 \n", - "327 fx 1954-01-01, 00:00:00 1954-01-01, 00:00:00 \n", - "328 fx 1954-04-01, 00:00:00 1954-04-01, 00:00:00 \n", - "329 fx 1954-07-01, 00:00:00 1954-07-01, 00:00:00 \n", - "330 fx 1954-10-01, 00:00:00 1954-10-01, 00:00:00 \n", - "331 fx 1955-01-01, 00:00:00 1955-01-01, 00:00:00 \n", - "332 fx 1955-04-01, 00:00:00 1955-04-01, 00:00:00 \n", - "333 fx 1955-07-01, 00:00:00 1955-07-01, 00:00:00 \n", - "334 fx 1955-10-01, 00:00:00 1955-10-01, 00:00:00 \n", - "335 fx 1956-01-01, 00:00:00 1956-01-01, 00:00:00 \n", - "336 fx 1956-04-01, 00:00:00 1956-04-01, 00:00:00 \n", - "337 fx 1956-07-01, 00:00:00 1956-07-01, 00:00:00 \n", - "338 fx 1956-10-01, 00:00:00 1956-10-01, 00:00:00 \n", - "339 fx 1957-01-01, 00:00:00 1957-01-01, 00:00:00 \n", - "340 fx 1957-04-01, 00:00:00 1957-04-01, 00:00:00 \n", - "341 fx 1957-07-01, 00:00:00 1957-07-01, 00:00:00 \n", - "342 fx 1957-10-01, 00:00:00 1957-10-01, 00:00:00 \n", - "343 fx 1958-01-01, 00:00:00 1958-01-01, 00:00:00 \n", - "344 fx 1958-04-01, 00:00:00 1958-04-01, 00:00:00 \n", - "345 fx 1958-07-01, 00:00:00 1958-07-01, 00:00:00 \n", - "346 fx 1958-10-01, 00:00:00 1958-10-01, 00:00:00 \n", - "347 fx 1959-01-01, 00:00:00 1959-01-01, 00:00:00 \n", - "348 fx 1959-04-01, 00:00:00 1959-04-01, 00:00:00 \n", - "349 fx 1959-07-01, 00:00:00 1959-07-01, 00:00:00 \n", - "350 fx 1959-10-01, 00:00:00 1959-10-01, 00:00:00 \n", - "351 fx 1960-01-01, 00:00:00 1960-01-01, 00:00:00 \n", - "352 fx 1960-04-01, 00:00:00 1960-04-01, 00:00:00 \n", - "353 fx 1960-07-01, 00:00:00 1960-07-01, 00:00:00 \n", - "354 fx 1960-10-01, 00:00:00 1960-10-01, 00:00:00 \n", - "355 fx 1961-01-01, 00:00:00 1961-01-01, 00:00:00 \n", - "356 fx 1961-04-01, 00:00:00 1961-04-01, 00:00:00 \n", - "357 fx 1961-07-01, 00:00:00 1961-07-01, 00:00:00 \n", - "358 fx 1961-10-01, 00:00:00 1961-10-01, 00:00:00 \n", - "359 fx 1962-01-01, 00:00:00 1962-01-01, 00:00:00 \n", - "360 fx 1962-04-01, 00:00:00 1962-04-01, 00:00:00 \n", - "361 fx 1962-07-01, 00:00:00 1962-07-01, 00:00:00 \n", - "362 fx 1962-10-01, 00:00:00 1962-10-01, 00:00:00 \n", - "363 fx 1963-01-01, 00:00:00 1963-01-01, 00:00:00 \n", - "364 fx 1963-04-01, 00:00:00 1963-04-01, 00:00:00 \n", - "365 fx 1963-07-01, 00:00:00 1963-07-01, 00:00:00 \n", - "366 fx 1963-10-01, 00:00:00 1963-10-01, 00:00:00 \n", - "367 fx 1964-01-01, 00:00:00 1964-01-01, 00:00:00 \n", - "368 fx 1964-04-01, 00:00:00 1964-04-01, 00:00:00 \n", - "369 fx 1964-07-01, 00:00:00 1964-07-01, 00:00:00 \n", - "370 fx 1964-10-01, 00:00:00 1964-10-01, 00:00:00 \n", - "371 fx 1965-01-01, 00:00:00 1965-01-01, 00:00:00 \n", - "372 fx 1965-04-01, 00:00:00 1965-04-01, 00:00:00 \n", - "373 fx 1965-07-01, 00:00:00 1965-07-01, 00:00:00 \n", - "374 fx 1965-10-01, 00:00:00 1965-10-01, 00:00:00 \n", - "375 fx 1966-01-01, 00:00:00 1966-01-01, 00:00:00 \n", - "376 fx 1966-04-01, 00:00:00 1966-04-01, 00:00:00 \n", - "377 fx 1966-07-01, 00:00:00 1966-07-01, 00:00:00 \n", - "378 fx 1966-10-01, 00:00:00 1966-10-01, 00:00:00 \n", - "379 fx 1967-01-01, 00:00:00 1967-01-01, 00:00:00 \n", - "380 fx 1967-04-01, 00:00:00 1967-04-01, 00:00:00 \n", - "381 fx 1967-07-01, 00:00:00 1967-07-01, 00:00:00 \n", - "382 fx 1967-10-01, 00:00:00 1967-10-01, 00:00:00 \n", - "383 fx 1968-01-01, 00:00:00 1968-01-01, 00:00:00 \n", - "384 fx 1968-04-01, 00:00:00 1968-04-01, 00:00:00 \n", - "385 fx 1968-07-01, 00:00:00 1968-07-01, 00:00:00 \n", - "386 fx 1968-10-01, 00:00:00 1968-10-01, 00:00:00 \n", - "387 fx 1969-01-01, 00:00:00 1969-01-01, 00:00:00 \n", - "388 fx 1969-04-01, 00:00:00 1969-04-01, 00:00:00 \n", - "389 fx 1969-07-01, 00:00:00 1969-07-01, 00:00:00 \n", - "390 fx 1969-10-01, 00:00:00 1969-10-01, 00:00:00 \n", - "391 fx 1970-01-01, 00:00:00 1970-01-01, 00:00:00 \n", - "392 fx 1970-04-01, 00:00:00 1970-04-01, 00:00:00 \n", - "393 fx 1970-07-01, 00:00:00 1970-07-01, 00:00:00 \n", - "394 fx 1970-10-01, 00:00:00 1970-10-01, 00:00:00 \n", - "395 fx 1971-01-01, 00:00:00 1971-01-01, 00:00:00 \n", - "396 fx 1971-04-01, 00:00:00 1971-04-01, 00:00:00 \n", - "397 fx 1971-07-01, 00:00:00 1971-07-01, 00:00:00 \n", - "398 fx 1971-10-01, 00:00:00 1971-10-01, 00:00:00 \n", - "399 fx 1972-01-01, 00:00:00 1972-01-01, 00:00:00 \n", - "400 fx 1972-04-01, 00:00:00 1972-04-01, 00:00:00 \n", - "401 fx 1972-07-01, 00:00:00 1972-07-01, 00:00:00 \n", - "402 fx 1972-10-01, 00:00:00 1972-10-01, 00:00:00 \n", - "403 fx 1973-01-01, 00:00:00 1973-01-01, 00:00:00 \n", - "404 fx 1973-04-01, 00:00:00 1973-04-01, 00:00:00 \n", - "405 fx 1973-07-01, 00:00:00 1973-07-01, 00:00:00 \n", - "406 fx 1973-10-01, 00:00:00 1973-10-01, 00:00:00 \n", - "407 fx 1974-01-01, 00:00:00 1974-01-01, 00:00:00 \n", - "408 fx 1974-04-01, 00:00:00 1974-04-01, 00:00:00 \n", - "409 fx 1974-07-01, 00:00:00 1974-07-01, 00:00:00 \n", - "410 fx 1974-10-01, 00:00:00 1974-10-01, 00:00:00 \n", - "411 fx 1975-01-01, 00:00:00 1975-01-01, 00:00:00 \n", - "412 fx 1975-04-01, 00:00:00 1975-04-01, 00:00:00 \n", - "413 fx 1975-07-01, 00:00:00 1975-07-01, 00:00:00 \n", - "414 fx 1975-10-01, 00:00:00 1975-10-01, 00:00:00 \n", - "415 fx 1976-01-01, 00:00:00 1976-01-01, 00:00:00 \n", - "416 fx 1976-04-01, 00:00:00 1976-04-01, 00:00:00 \n", - "417 fx 1976-07-01, 00:00:00 1976-07-01, 00:00:00 \n", - "418 fx 1976-10-01, 00:00:00 1976-10-01, 00:00:00 \n", - "419 fx 1977-01-01, 00:00:00 1977-01-01, 00:00:00 \n", - "420 fx 1977-04-01, 00:00:00 1977-04-01, 00:00:00 \n", - "421 fx 1977-07-01, 00:00:00 1977-07-01, 00:00:00 \n", - "422 fx 1977-10-01, 00:00:00 1977-10-01, 00:00:00 \n", - "423 fx 1978-01-01, 00:00:00 1978-01-01, 00:00:00 \n", - "424 fx 1978-04-01, 00:00:00 1978-04-01, 00:00:00 \n", - "425 fx 1978-07-01, 00:00:00 1978-07-01, 00:00:00 \n", - "426 fx 1978-10-01, 00:00:00 1978-10-01, 00:00:00 \n", - "427 fx 1979-01-01, 00:00:00 1979-01-01, 00:00:00 \n", - "428 fx 1979-04-01, 00:00:00 1979-04-01, 00:00:00 \n", - "429 fx 1979-07-01, 00:00:00 1979-07-01, 00:00:00 \n", - "430 fx 1979-10-01, 00:00:00 1979-10-01, 00:00:00 \n", - "431 fx 1980-01-01, 00:00:00 1980-01-01, 00:00:00 \n", - "432 fx 1980-04-01, 00:00:00 1980-04-01, 00:00:00 \n", - "433 fx 1980-07-01, 00:00:00 1980-07-01, 00:00:00 \n", - "434 fx 1980-10-01, 00:00:00 1980-10-01, 00:00:00 \n", - "435 fx 1981-01-01, 00:00:00 1981-01-01, 00:00:00 \n", - "436 fx 1981-04-01, 00:00:00 1981-04-01, 00:00:00 \n", - "437 fx 1981-07-01, 00:00:00 1981-07-01, 00:00:00 \n", - "438 fx 1981-10-01, 00:00:00 1981-10-01, 00:00:00 \n", - "439 fx 1982-01-01, 00:00:00 1982-01-01, 00:00:00 \n", - "440 fx 1982-04-01, 00:00:00 1982-04-01, 00:00:00 \n", - "441 fx 1982-07-01, 00:00:00 1982-07-01, 00:00:00 \n", - "442 fx 1982-10-01, 00:00:00 1982-10-01, 00:00:00 \n", - "443 fx 1983-01-01, 00:00:00 1983-01-01, 00:00:00 \n", - "444 fx 1983-04-01, 00:00:00 1983-04-01, 00:00:00 \n", - "445 fx 1983-07-01, 00:00:00 1983-07-01, 00:00:00 \n", - "446 fx 1983-10-01, 00:00:00 1983-10-01, 00:00:00 \n", - "447 fx 1984-01-01, 00:00:00 1984-01-01, 00:00:00 \n", - "448 fx 1984-04-01, 00:00:00 1984-04-01, 00:00:00 \n", - "449 fx 1984-07-01, 00:00:00 1984-07-01, 00:00:00 \n", - "450 fx 1984-10-01, 00:00:00 1984-10-01, 00:00:00 \n", - "451 fx 1985-01-01, 00:00:00 1985-01-01, 00:00:00 \n", - "452 fx 1985-04-01, 00:00:00 1985-04-01, 00:00:00 \n", - "453 fx 1985-07-01, 00:00:00 1985-07-01, 00:00:00 \n", - "454 fx 1985-10-01, 00:00:00 1985-10-01, 00:00:00 \n", - "455 fx 1986-01-01, 00:00:00 1986-01-01, 00:00:00 \n", - "456 fx 1986-04-01, 00:00:00 1986-04-01, 00:00:00 \n", - "457 fx 1986-07-01, 00:00:00 1986-07-01, 00:00:00 \n", - "458 fx 1986-10-01, 00:00:00 1986-10-01, 00:00:00 \n", - "459 fx 1987-01-01, 00:00:00 1987-01-01, 00:00:00 \n", - "460 fx 1987-04-01, 00:00:00 1987-04-01, 00:00:00 \n", - "461 fx 1987-07-01, 00:00:00 1987-07-01, 00:00:00 \n", - "462 fx 1987-10-01, 00:00:00 1987-10-01, 00:00:00 \n", - "463 fx 1988-01-01, 00:00:00 1988-01-01, 00:00:00 \n", - "464 fx 1988-04-01, 00:00:00 1988-04-01, 00:00:00 \n", - "465 fx 1988-07-01, 00:00:00 1988-07-01, 00:00:00 \n", - "466 fx 1988-10-01, 00:00:00 1988-10-01, 00:00:00 \n", - "467 fx 1989-01-01, 00:00:00 1989-01-01, 00:00:00 \n", - "468 fx 1989-04-01, 00:00:00 1989-04-01, 00:00:00 \n", - "469 fx 1989-07-01, 00:00:00 1989-07-01, 00:00:00 \n", - "470 fx 1989-10-01, 00:00:00 1989-10-01, 00:00:00 \n", - "471 fx 1990-01-01, 00:00:00 1990-01-01, 00:00:00 \n", - "472 fx 1990-04-01, 00:00:00 1990-04-01, 00:00:00 \n", - "473 fx 1990-07-01, 00:00:00 1990-07-01, 00:00:00 \n", - "474 fx 1990-10-01, 00:00:00 1990-10-01, 00:00:00 \n", - "475 fx 1991-01-01, 00:00:00 1991-01-01, 00:00:00 \n", - "476 fx 1991-04-01, 00:00:00 1991-04-01, 00:00:00 \n", - "477 fx 1991-07-01, 00:00:00 1991-07-01, 00:00:00 \n", - "478 fx 1991-10-01, 00:00:00 1991-10-01, 00:00:00 \n", - "479 fx 1992-01-01, 00:00:00 1992-01-01, 00:00:00 \n", - "480 fx 1992-04-01, 00:00:00 1992-04-01, 00:00:00 \n", - "481 fx 1992-07-01, 00:00:00 1992-07-01, 00:00:00 \n", - "482 fx 1992-10-01, 00:00:00 1992-10-01, 00:00:00 \n", - "483 fx 1993-01-01, 00:00:00 1993-01-01, 00:00:00 \n", - "484 fx 1993-04-01, 00:00:00 1993-04-01, 00:00:00 \n", - "485 fx 1993-07-01, 00:00:00 1993-07-01, 00:00:00 \n", - "486 fx 1993-10-01, 00:00:00 1993-10-01, 00:00:00 \n", - "487 fx 1994-01-01, 00:00:00 1994-01-01, 00:00:00 \n", - "488 fx 1994-04-01, 00:00:00 1994-04-01, 00:00:00 \n", - "489 fx 1994-07-01, 00:00:00 1994-07-01, 00:00:00 \n", - "490 fx 1994-10-01, 00:00:00 1994-10-01, 00:00:00 \n", - "491 fx 1995-01-01, 00:00:00 1995-01-01, 00:00:00 \n", - "492 fx 1995-04-01, 00:00:00 1995-04-01, 00:00:00 \n", - "493 fx 1995-07-01, 00:00:00 1995-07-01, 00:00:00 \n", - "494 fx 1995-10-01, 00:00:00 1995-10-01, 00:00:00 \n", - "495 fx 1996-01-01, 00:00:00 1996-01-01, 00:00:00 \n", - "496 fx 1996-04-01, 00:00:00 1996-04-01, 00:00:00 \n", - "497 fx 1996-07-01, 00:00:00 1996-07-01, 00:00:00 \n", - "498 fx 1996-10-01, 00:00:00 1996-10-01, 00:00:00 \n", - "499 fx 1997-01-01, 00:00:00 1997-01-01, 00:00:00 \n", - "500 fx 1997-04-01, 00:00:00 1997-04-01, 00:00:00 \n", - "501 fx 1997-07-01, 00:00:00 1997-07-01, 00:00:00 \n", - "502 fx 1997-10-01, 00:00:00 1997-10-01, 00:00:00 \n", - "503 fx 1998-01-01, 00:00:00 1998-01-01, 00:00:00 \n", - "504 fx 1998-04-01, 00:00:00 1998-04-01, 00:00:00 \n", - "505 fx 1998-07-01, 00:00:00 1998-07-01, 00:00:00 \n", - "506 fx 1998-10-01, 00:00:00 1998-10-01, 00:00:00 \n", - "507 fx 1999-01-01, 00:00:00 1999-01-01, 00:00:00 \n", - "508 fx 1999-04-01, 00:00:00 1999-04-01, 00:00:00 \n", - "509 fx 1999-07-01, 00:00:00 1999-07-01, 00:00:00 \n", - "510 fx 1999-10-01, 00:00:00 1999-10-01, 00:00:00 \n", - "511 fx 2000-01-01, 00:00:00 2000-01-01, 00:00:00 \n", - "512 fx 2000-04-01, 00:00:00 2000-04-01, 00:00:00 \n", - "513 fx 2000-07-01, 00:00:00 2000-07-01, 00:00:00 \n", - "514 fx 2000-10-01, 00:00:00 2000-10-01, 00:00:00 \n", - "515 fx 2001-01-01, 00:00:00 2001-01-01, 00:00:00 \n", - "516 fx 2001-04-01, 00:00:00 2001-04-01, 00:00:00 \n", - "517 fx 2001-07-01, 00:00:00 2001-07-01, 00:00:00 \n", - "518 fx 2001-10-01, 00:00:00 2001-10-01, 00:00:00 \n", - "519 fx 2002-01-01, 00:00:00 2002-01-01, 00:00:00 \n", - "520 fx 2002-04-01, 00:00:00 2002-04-01, 00:00:00 \n", - "521 fx 2002-07-01, 00:00:00 2002-07-01, 00:00:00 \n", - "522 fx 2002-10-01, 00:00:00 2002-10-01, 00:00:00 \n", - "523 fx 2003-01-01, 00:00:00 2003-01-01, 00:00:00 \n", - "524 fx 2003-04-01, 00:00:00 2003-04-01, 00:00:00 \n", - "525 fx 2003-07-01, 00:00:00 2003-07-01, 00:00:00 \n", - "526 fx 2003-10-01, 00:00:00 2003-10-01, 00:00:00 \n", - "527 fx 2004-01-01, 00:00:00 2004-01-01, 00:00:00 \n", - "528 fx 2004-04-01, 00:00:00 2004-04-01, 00:00:00 \n", - "529 fx 2004-07-01, 00:00:00 2004-07-01, 00:00:00 \n", - "530 fx 2004-10-01, 00:00:00 2004-10-01, 00:00:00 \n", - "531 fx 2005-01-01, 00:00:00 2005-01-01, 00:00:00 \n", - "532 fx 2005-04-01, 00:00:00 2005-04-01, 00:00:00 \n", - "533 fx 2005-07-01, 00:00:00 2005-07-01, 00:00:00 \n", - "534 fx 2005-10-01, 00:00:00 2005-10-01, 00:00:00 \n", - "535 fx 2006-01-01, 00:00:00 2006-01-01, 00:00:00 \n", - "536 fx 2006-04-01, 00:00:00 2006-04-01, 00:00:00 \n", - "537 fx 2006-07-01, 00:00:00 2006-07-01, 00:00:00 \n", - "538 fx 2006-10-01, 00:00:00 2006-10-01, 00:00:00 \n", - "539 fx 2007-01-01, 00:00:00 2007-01-01, 00:00:00 \n", - "540 fx 2007-04-01, 00:00:00 2007-04-01, 00:00:00 \n", - "541 fx 2007-07-01, 00:00:00 2007-07-01, 00:00:00 \n", - "542 fx 2007-10-01, 00:00:00 2007-10-01, 00:00:00 \n", - "543 fx 2008-01-01, 00:00:00 2008-01-01, 00:00:00 \n", - "544 fx 2008-04-01, 00:00:00 2008-04-01, 00:00:00 \n", - "545 fx 2008-07-01, 00:00:00 2008-07-01, 00:00:00 \n", - "546 fx 2008-10-01, 00:00:00 2008-10-01, 00:00:00 \n", - "547 fx 2009-01-01, 00:00:00 2009-01-01, 00:00:00 \n", - "548 fx 2009-04-01, 00:00:00 2009-04-01, 00:00:00 \n", - "549 fx 2009-07-01, 00:00:00 2009-07-01, 00:00:00 \n", - "550 fx 2009-10-01, 00:00:00 2009-10-01, 00:00:00 \n", - "551 fx 2010-01-01, 00:00:00 2010-01-01, 00:00:00 \n", - "552 fx 2010-04-01, 00:00:00 2010-04-01, 00:00:00 \n", - "553 fx 2010-07-01, 00:00:00 2010-07-01, 00:00:00 \n", - "554 fx 2010-10-01, 00:00:00 2010-10-01, 00:00:00 \n", - "555 fx 2011-01-01, 00:00:00 2011-01-01, 00:00:00 \n", - "556 fx 2011-04-01, 00:00:00 2011-04-01, 00:00:00 \n", - "557 fx 2011-07-01, 00:00:00 2011-07-01, 00:00:00 \n", - "558 fx 2011-10-01, 00:00:00 2011-10-01, 00:00:00 \n", - "559 fx 2012-01-01, 00:00:00 2012-01-01, 00:00:00 \n", - "560 fx 2012-04-01, 00:00:00 2012-04-01, 00:00:00 \n", - "561 fx 2012-07-01, 00:00:00 2012-07-01, 00:00:00 \n", - "562 fx 2012-10-01, 00:00:00 2012-10-01, 00:00:00 \n", - "563 fx 2013-01-01, 00:00:00 2013-01-01, 00:00:00 \n", - "564 fx 2013-04-01, 00:00:00 2013-04-01, 00:00:00 \n", - "565 fx 2013-07-01, 00:00:00 2013-07-01, 00:00:00 \n", - "566 fx 2013-10-01, 00:00:00 2013-10-01, 00:00:00 \n", - "567 fx 2014-01-01, 00:00:00 2014-01-01, 00:00:00 \n", - "568 fx 2014-04-01, 00:00:00 2014-04-01, 00:00:00 \n", - "569 fx 2014-07-01, 00:00:00 2014-07-01, 00:00:00 \n", - "570 fx 2014-10-01, 00:00:00 2014-10-01, 00:00:00 \n", - "571 fx 2015-01-01, 00:00:00 2015-01-01, 00:00:00 \n", - "572 fx 2015-04-01, 00:00:00 2015-04-01, 00:00:00 \n", - "573 fx 2015-07-01, 00:00:00 2015-07-01, 00:00:00 \n", - "574 fx 2015-10-01, 00:00:00 2015-10-01, 00:00:00 \n", - "575 fx 2016-01-01, 00:00:00 2016-01-01, 00:00:00 \n", - "576 fx 2016-04-01, 00:00:00 2016-04-01, 00:00:00 \n", - "577 fx 2016-07-01, 00:00:00 2016-07-01, 00:00:00 \n", - "578 fx 2016-10-01, 00:00:00 2016-10-01, 00:00:00 \n", - "579 fx 2017-01-01, 00:00:00 2017-01-01, 00:00:00 \n", - "580 fx 2017-04-01, 00:00:00 2017-04-01, 00:00:00 \n", - "581 fx 2017-07-01, 00:00:00 2017-07-01, 00:00:00 \n", - "582 fx 2017-10-01, 00:00:00 2017-10-01, 00:00:00 \n", - "583 fx 2018-01-01, 00:00:00 2018-01-01, 00:00:00 \n", - "584 fx 2018-04-01, 00:00:00 2018-04-01, 00:00:00 \n", - "585 fx 2018-07-01, 00:00:00 2018-07-01, 00:00:00 \n", - "586 fx 2018-10-01, 00:00:00 2018-10-01, 00:00:00 \n", - "587 fx 2019-01-01, 00:00:00 2019-01-01, 00:00:00 \n", - "588 fx 2019-04-01, 00:00:00 2019-04-01, 00:00:00 \n", - "589 fx 2019-07-01, 00:00:00 2019-07-01, 00:00:00 \n", - "590 fx 2019-10-01, 00:00:00 2019-10-01, 00:00:00 \n", - "591 fx 2020-01-01, 00:00:00 2020-01-01, 00:00:00 \n", - "592 fx 2020-04-01, 00:00:00 2020-04-01, 00:00:00 \n", - "593 fx 2020-07-01, 00:00:00 2020-07-01, 00:00:00 \n", - "594 fx 2020-10-01, 00:00:00 2020-10-01, 00:00:00 \n", - "595 fx 2021-01-01, 00:00:00 2021-01-01, 00:00:00 \n", - "596 fx 2021-04-01, 00:00:00 2021-04-01, 00:00:00 \n", - "597 fx 2021-07-01, 00:00:00 2021-07-01, 00:00:00 \n", - "598 fx 2021-10-01, 00:00:00 2021-10-01, 00:00:00 \n", - "599 fx 2022-01-01, 00:00:00 2022-01-01, 00:00:00 \n", - "600 fx 2022-04-01, 00:00:00 2022-04-01, 00:00:00 \n", - "601 fx 2022-07-01, 00:00:00 2022-07-01, 00:00:00 \n", - "602 fx 2022-10-01, 00:00:00 2022-10-01, 00:00:00 \n", - "603 fx 2023-01-01, 00:00:00 2023-01-01, 00:00:00 \n", - "604 fx 2023-04-01, 00:00:00 2023-04-01, 00:00:00 \n", - "605 fx 2023-07-01, 00:00:00 2023-07-01, 00:00:00 \n", - "606 fx 2023-10-01, 00:00:00 2023-10-01, 00:00:00 \n", - "607 fx 2024-01-01, 00:00:00 2024-01-01, 00:00:00 \n", - "608 fx 2024-04-01, 00:00:00 2024-04-01, 00:00:00 \n", - "609 fx 2024-07-01, 00:00:00 2024-07-01, 00:00:00 \n", - "610 fx 2024-10-01, 00:00:00 2024-10-01, 00:00:00 \n", - "611 fx 2025-01-01, 00:00:00 2025-01-01, 00:00:00 \n", - "612 fx 2025-04-01, 00:00:00 2025-04-01, 00:00:00 \n", - "613 fx 2025-07-01, 00:00:00 2025-07-01, 00:00:00 \n", - "614 fx 2025-10-01, 00:00:00 2025-10-01, 00:00:00 \n", - "615 fx 2026-01-01, 00:00:00 2026-01-01, 00:00:00 \n", - "616 fx 2026-04-01, 00:00:00 2026-04-01, 00:00:00 \n", - "617 fx 2026-07-01, 00:00:00 2026-07-01, 00:00:00 \n", - "618 fx 2026-10-01, 00:00:00 2026-10-01, 00:00:00 \n", - "619 fx 2027-01-01, 00:00:00 2027-01-01, 00:00:00 \n", - "620 fx 2027-04-01, 00:00:00 2027-04-01, 00:00:00 \n", - "621 fx 2027-07-01, 00:00:00 2027-07-01, 00:00:00 \n", - "622 fx 2027-10-01, 00:00:00 2027-10-01, 00:00:00 \n", - "623 fx 2028-01-01, 00:00:00 2028-01-01, 00:00:00 \n", - "624 fx 2028-04-01, 00:00:00 2028-04-01, 00:00:00 \n", - "625 fx 2028-07-01, 00:00:00 2028-07-01, 00:00:00 \n", - "626 fx 2028-10-01, 00:00:00 2028-10-01, 00:00:00 \n", - "627 fx 2029-01-01, 00:00:00 2029-01-01, 00:00:00 \n", - "628 fx 2029-04-01, 00:00:00 2029-04-01, 00:00:00 \n", - "629 fx 2029-07-01, 00:00:00 2029-07-01, 00:00:00 \n", - "630 fx 2029-10-01, 00:00:00 2029-10-01, 00:00:00 \n", - "631 fx 2030-01-01, 00:00:00 2030-01-01, 00:00:00 \n", - "632 fx 2030-04-01, 00:00:00 2030-04-01, 00:00:00 \n", - "633 fx 2030-07-01, 00:00:00 2030-07-01, 00:00:00 \n", - "634 fx 2030-10-01, 00:00:00 2030-10-01, 00:00:00 \n", - "635 fx 2031-01-01, 00:00:00 2031-01-01, 00:00:00 \n", - "636 fx 2031-04-01, 00:00:00 2031-04-01, 00:00:00 \n", - "637 fx 2031-07-01, 00:00:00 2031-07-01, 00:00:00 \n", - "638 fx 2031-10-01, 00:00:00 2031-10-01, 00:00:00 \n", - "639 fx 2032-01-01, 00:00:00 2032-01-01, 00:00:00 \n", - "640 fx 2032-04-01, 00:00:00 2032-04-01, 00:00:00 \n", - "641 fx 2032-07-01, 00:00:00 2032-07-01, 00:00:00 \n", - "642 fx 2032-10-01, 00:00:00 2032-10-01, 00:00:00 \n", - "643 fx 2033-01-01, 00:00:00 2033-01-01, 00:00:00 \n", - "644 fx 2033-04-01, 00:00:00 2033-04-01, 00:00:00 \n", - "645 fx 2033-07-01, 00:00:00 2033-07-01, 00:00:00 \n", - "646 fx 2033-10-01, 00:00:00 2033-10-01, 00:00:00 \n", - "647 fx 2034-01-01, 00:00:00 2034-01-01, 00:00:00 \n", - "648 fx 2034-04-01, 00:00:00 2034-04-01, 00:00:00 \n", - "649 fx 2034-07-01, 00:00:00 2034-07-01, 00:00:00 \n", - "650 fx 2034-10-01, 00:00:00 2034-10-01, 00:00:00 \n", - "651 fx 2035-01-01, 00:00:00 2035-01-01, 00:00:00 \n", - "652 fx 2035-04-01, 00:00:00 2035-04-01, 00:00:00 \n", - "653 fx 2035-07-01, 00:00:00 2035-07-01, 00:00:00 \n", - "654 fx 2035-10-01, 00:00:00 2035-10-01, 00:00:00 \n", - "655 fx 2036-01-01, 00:00:00 2036-01-01, 00:00:00 \n", - "656 fx 2036-04-01, 00:00:00 2036-04-01, 00:00:00 \n", - "657 fx 2036-07-01, 00:00:00 2036-07-01, 00:00:00 \n", - "658 fx 2036-10-01, 00:00:00 2036-10-01, 00:00:00 \n", - "659 fx 2037-01-01, 00:00:00 2037-01-01, 00:00:00 \n", - "660 fx 2037-04-01, 00:00:00 2037-04-01, 00:00:00 \n", - "661 fx 2037-07-01, 00:00:00 2037-07-01, 00:00:00 \n", - "662 fx 2037-10-01, 00:00:00 2037-10-01, 00:00:00 \n", - "663 fx 2038-01-01, 00:00:00 2038-01-01, 00:00:00 \n", - "664 fx 2038-04-01, 00:00:00 2038-04-01, 00:00:00 \n", - "665 fx 2038-07-01, 00:00:00 2038-07-01, 00:00:00 \n", - "666 fx 2038-10-01, 00:00:00 2038-10-01, 00:00:00 \n", - "667 fx 2039-01-01, 00:00:00 2039-01-01, 00:00:00 \n", - "668 fx 2039-04-01, 00:00:00 2039-04-01, 00:00:00 \n", - "669 fx 2039-07-01, 00:00:00 2039-07-01, 00:00:00 \n", - "670 fx 2039-10-01, 00:00:00 2039-10-01, 00:00:00 \n", - "671 fx 2040-01-01, 00:00:00 2040-01-01, 00:00:00 \n", - "672 fx 2040-04-01, 00:00:00 2040-04-01, 00:00:00 \n", - "673 fx 2040-07-01, 00:00:00 2040-07-01, 00:00:00 \n", - "674 fx 2040-10-01, 00:00:00 2040-10-01, 00:00:00 \n", - "675 fx 2041-01-01, 00:00:00 2041-01-01, 00:00:00 \n", - "676 fx 2041-04-01, 00:00:00 2041-04-01, 00:00:00 \n", - "677 fx 2041-07-01, 00:00:00 2041-07-01, 00:00:00 \n", - "678 fx 2041-10-01, 00:00:00 2041-10-01, 00:00:00 \n", - "679 fx 2042-01-01, 00:00:00 2042-01-01, 00:00:00 \n", - "680 fx 2042-04-01, 00:00:00 2042-04-01, 00:00:00 \n", - "681 fx 2042-07-01, 00:00:00 2042-07-01, 00:00:00 \n", - "682 fx 2042-10-01, 00:00:00 2042-10-01, 00:00:00 \n", - "683 fx 2043-01-01, 00:00:00 2043-01-01, 00:00:00 \n", - "684 fx 2043-04-01, 00:00:00 2043-04-01, 00:00:00 \n", - "685 fx 2043-07-01, 00:00:00 2043-07-01, 00:00:00 \n", - "686 fx 2043-10-01, 00:00:00 2043-10-01, 00:00:00 \n", - "687 fx 2044-01-01, 00:00:00 2044-01-01, 00:00:00 \n", - "688 fx 2044-04-01, 00:00:00 2044-04-01, 00:00:00 \n", - "689 fx 2044-07-01, 00:00:00 2044-07-01, 00:00:00 \n", - "690 fx 2044-10-01, 00:00:00 2044-10-01, 00:00:00 \n", - "691 fx 2045-01-01, 00:00:00 2045-01-01, 00:00:00 \n", - "692 fx 2045-04-01, 00:00:00 2045-04-01, 00:00:00 \n", - "693 fx 2045-07-01, 00:00:00 2045-07-01, 00:00:00 \n", - "694 fx 2045-10-01, 00:00:00 2045-10-01, 00:00:00 \n", - "695 fx 2046-01-01, 00:00:00 2046-01-01, 00:00:00 \n", - "696 fx 2046-04-01, 00:00:00 2046-04-01, 00:00:00 \n", - "697 fx 2046-07-01, 00:00:00 2046-07-01, 00:00:00 \n", - "698 fx 2046-10-01, 00:00:00 2046-10-01, 00:00:00 \n", - "699 fx 2047-01-01, 00:00:00 2047-01-01, 00:00:00 \n", - "700 fx 2047-04-01, 00:00:00 2047-04-01, 00:00:00 \n", - "701 fx 2047-07-01, 00:00:00 2047-07-01, 00:00:00 \n", - "702 fx 2047-10-01, 00:00:00 2047-10-01, 00:00:00 \n", - "703 fx 2048-01-01, 00:00:00 2048-01-01, 00:00:00 \n", - "704 fx 2048-04-01, 00:00:00 2048-04-01, 00:00:00 \n", - "705 fx 2048-07-01, 00:00:00 2048-07-01, 00:00:00 \n", - "706 fx 2048-10-01, 00:00:00 2048-10-01, 00:00:00 \n", - "707 fx 2049-01-01, 00:00:00 2049-01-01, 00:00:00 \n", - "708 fx 2049-04-01, 00:00:00 2049-04-01, 00:00:00 \n", - "709 fx 2049-07-01, 00:00:00 2049-07-01, 00:00:00 \n", - "710 fx 2049-10-01, 00:00:00 2049-10-01, 00:00:00 \n", - "711 fx 2050-01-01, 00:00:00 2050-01-01, 00:00:00 \n", - "712 fx 2050-04-01, 00:00:00 2050-04-01, 00:00:00 \n", - "713 fx 2050-07-01, 00:00:00 2050-07-01, 00:00:00 \n", - "714 fx 2050-10-01, 00:00:00 2050-10-01, 00:00:00 \n", - "715 fx 2051-01-01, 00:00:00 2051-01-01, 00:00:00 \n", - "716 fx 2051-04-01, 00:00:00 2051-04-01, 00:00:00 \n", - "717 fx 2051-07-01, 00:00:00 2051-07-01, 00:00:00 \n", - "718 fx 2051-10-01, 00:00:00 2051-10-01, 00:00:00 \n", - "719 fx 2052-01-01, 00:00:00 2052-01-01, 00:00:00 \n", - "720 fx 2052-04-01, 00:00:00 2052-04-01, 00:00:00 \n", - "721 fx 2052-07-01, 00:00:00 2052-07-01, 00:00:00 \n", - "722 fx 2052-10-01, 00:00:00 2052-10-01, 00:00:00 \n", - "723 fx 2053-01-01, 00:00:00 2053-01-01, 00:00:00 \n", - "724 fx 2053-04-01, 00:00:00 2053-04-01, 00:00:00 \n", - "725 fx 2053-07-01, 00:00:00 2053-07-01, 00:00:00 \n", - "726 fx 2053-10-01, 00:00:00 2053-10-01, 00:00:00 \n", - "727 fx 2054-01-01, 00:00:00 2054-01-01, 00:00:00 \n", - "728 fx 2054-04-01, 00:00:00 2054-04-01, 00:00:00 \n", - "729 fx 2054-07-01, 00:00:00 2054-07-01, 00:00:00 \n", - "730 fx 2054-10-01, 00:00:00 2054-10-01, 00:00:00 \n", - "731 fx 2055-01-01, 00:00:00 2055-01-01, 00:00:00 \n", - "732 fx 2055-04-01, 00:00:00 2055-04-01, 00:00:00 \n", - "733 fx 2055-07-01, 00:00:00 2055-07-01, 00:00:00 \n", - "734 fx 2055-10-01, 00:00:00 2055-10-01, 00:00:00 \n", - "735 fx 2056-01-01, 00:00:00 2056-01-01, 00:00:00 \n", - "736 fx 2056-04-01, 00:00:00 2056-04-01, 00:00:00 \n", - "737 fx 2056-07-01, 00:00:00 2056-07-01, 00:00:00 \n", - "738 fx 2056-10-01, 00:00:00 2056-10-01, 00:00:00 \n", - "739 fx 2057-01-01, 00:00:00 2057-01-01, 00:00:00 \n", - "740 fx 2057-04-01, 00:00:00 2057-04-01, 00:00:00 \n", - "741 fx 2057-07-01, 00:00:00 2057-07-01, 00:00:00 \n", - "742 fx 2057-10-01, 00:00:00 2057-10-01, 00:00:00 \n", - "743 fx 2058-01-01, 00:00:00 2058-01-01, 00:00:00 \n", - "744 fx 2058-04-01, 00:00:00 2058-04-01, 00:00:00 \n", - "745 fx 2058-07-01, 00:00:00 2058-07-01, 00:00:00 \n", - "746 fx 2058-10-01, 00:00:00 2058-10-01, 00:00:00 \n", - "747 fx 2059-01-01, 00:00:00 2059-01-01, 00:00:00 \n", - "748 fx 2059-04-01, 00:00:00 2059-04-01, 00:00:00 \n", - "749 fx 2059-07-01, 00:00:00 2059-07-01, 00:00:00 \n", - "750 fx 2059-10-01, 00:00:00 2059-10-01, 00:00:00 \n", - "751 fx 2060-01-01, 00:00:00 2060-01-01, 00:00:00 \n", - "752 fx 2060-04-01, 00:00:00 2060-04-01, 00:00:00 \n", - "753 fx 2060-07-01, 00:00:00 2060-07-01, 00:00:00 \n", - "754 fx 2060-10-01, 00:00:00 2060-10-01, 00:00:00 \n", - "755 fx 2061-01-01, 00:00:00 2061-01-01, 00:00:00 \n", - "756 fx 2061-04-01, 00:00:00 2061-04-01, 00:00:00 \n", - "757 fx 2061-07-01, 00:00:00 2061-07-01, 00:00:00 \n", - "758 fx 2061-10-01, 00:00:00 2061-10-01, 00:00:00 \n", - "759 fx 2062-01-01, 00:00:00 2062-01-01, 00:00:00 \n", - "760 fx 2062-04-01, 00:00:00 2062-04-01, 00:00:00 \n", - "761 fx 2062-07-01, 00:00:00 2062-07-01, 00:00:00 \n", - "762 fx 2062-10-01, 00:00:00 2062-10-01, 00:00:00 \n", - "763 fx 2063-01-01, 00:00:00 2063-01-01, 00:00:00 \n", - "764 fx 2063-04-01, 00:00:00 2063-04-01, 00:00:00 \n", - "765 fx 2063-07-01, 00:00:00 2063-07-01, 00:00:00 \n", - "766 fx 2063-10-01, 00:00:00 2063-10-01, 00:00:00 \n", - "767 fx 2064-01-01, 00:00:00 2064-01-01, 00:00:00 \n", - "768 fx 2064-04-01, 00:00:00 2064-04-01, 00:00:00 \n", - "769 fx 2064-07-01, 00:00:00 2064-07-01, 00:00:00 \n", - "770 fx 2064-10-01, 00:00:00 2064-10-01, 00:00:00 \n", - "771 fx 2065-01-01, 00:00:00 2065-01-01, 00:00:00 \n", - "772 fx 2065-04-01, 00:00:00 2065-04-01, 00:00:00 \n", - "773 fx 2065-07-01, 00:00:00 2065-07-01, 00:00:00 \n", - "774 fx 2065-10-01, 00:00:00 2065-10-01, 00:00:00 \n", - "775 fx 2066-01-01, 00:00:00 2066-01-01, 00:00:00 \n", - "776 fx 2066-04-01, 00:00:00 2066-04-01, 00:00:00 \n", - "777 fx 2066-07-01, 00:00:00 2066-07-01, 00:00:00 \n", - "778 fx 2066-10-01, 00:00:00 2066-10-01, 00:00:00 \n", - "779 fx 2067-01-01, 00:00:00 2067-01-01, 00:00:00 \n", - "780 fx 2067-04-01, 00:00:00 2067-04-01, 00:00:00 \n", - "781 fx 2067-07-01, 00:00:00 2067-07-01, 00:00:00 \n", - "782 fx 2067-10-01, 00:00:00 2067-10-01, 00:00:00 \n", - "783 fx 2068-01-01, 00:00:00 2068-01-01, 00:00:00 \n", - "784 fx 2068-04-01, 00:00:00 2068-04-01, 00:00:00 \n", - "785 fx 2068-07-01, 00:00:00 2068-07-01, 00:00:00 \n", - "786 fx 2068-10-01, 00:00:00 2068-10-01, 00:00:00 \n", - "787 fx 2069-01-01, 00:00:00 2069-01-01, 00:00:00 \n", - "788 fx 2069-04-01, 00:00:00 2069-04-01, 00:00:00 \n", - "789 fx 2069-07-01, 00:00:00 2069-07-01, 00:00:00 \n", - "790 fx 2069-10-01, 00:00:00 2069-10-01, 00:00:00 \n", - "791 fx 2070-01-01, 00:00:00 2070-01-01, 00:00:00 \n", - "792 fx 2070-04-01, 00:00:00 2070-04-01, 00:00:00 \n", - "793 fx 2070-07-01, 00:00:00 2070-07-01, 00:00:00 \n", - "794 fx 2070-10-01, 00:00:00 2070-10-01, 00:00:00 \n", - "795 fx 2071-01-01, 00:00:00 2071-01-01, 00:00:00 \n", - "796 fx 2071-04-01, 00:00:00 2071-04-01, 00:00:00 \n", - "797 fx 2071-07-01, 00:00:00 2071-07-01, 00:00:00 \n", - "798 fx 2071-10-01, 00:00:00 2071-10-01, 00:00:00 \n", - "799 fx 2072-01-01, 00:00:00 2072-01-01, 00:00:00 \n", - "800 fx 2072-04-01, 00:00:00 2072-04-01, 00:00:00 \n", - "801 fx 2072-07-01, 00:00:00 2072-07-01, 00:00:00 \n", - "802 fx 2072-10-01, 00:00:00 2072-10-01, 00:00:00 \n", - "803 fx 2073-01-01, 00:00:00 2073-01-01, 00:00:00 \n", - "804 fx 2073-04-01, 00:00:00 2073-04-01, 00:00:00 \n", - "805 fx 2073-07-01, 00:00:00 2073-07-01, 00:00:00 \n", - "806 fx 2073-10-01, 00:00:00 2073-10-01, 00:00:00 \n", - "807 fx 2074-01-01, 00:00:00 2074-01-01, 00:00:00 \n", - "808 fx 2074-04-01, 00:00:00 2074-04-01, 00:00:00 \n", - "809 fx 2074-07-01, 00:00:00 2074-07-01, 00:00:00 \n", - "810 fx 2074-10-01, 00:00:00 2074-10-01, 00:00:00 \n", - "811 fx 2075-01-01, 00:00:00 2075-01-01, 00:00:00 \n", - "812 fx 2075-04-01, 00:00:00 2075-04-01, 00:00:00 \n", - "813 fx 2075-07-01, 00:00:00 2075-07-01, 00:00:00 \n", - "814 fx 2075-10-01, 00:00:00 2075-10-01, 00:00:00 \n", - "815 fx 2076-01-01, 00:00:00 2076-01-01, 00:00:00 \n", - "816 fx 2076-04-01, 00:00:00 2076-04-01, 00:00:00 \n", - "817 fx 2076-07-01, 00:00:00 2076-07-01, 00:00:00 \n", - "818 fx 2076-10-01, 00:00:00 2076-10-01, 00:00:00 \n", - "819 fx 2077-01-01, 00:00:00 2077-01-01, 00:00:00 \n", - "820 fx 2077-04-01, 00:00:00 2077-04-01, 00:00:00 \n", - "821 fx 2077-07-01, 00:00:00 2077-07-01, 00:00:00 \n", - "822 fx 2077-10-01, 00:00:00 2077-10-01, 00:00:00 \n", - "823 fx 2078-01-01, 00:00:00 2078-01-01, 00:00:00 \n", - "824 fx 2078-04-01, 00:00:00 2078-04-01, 00:00:00 \n", - "825 fx 2078-07-01, 00:00:00 2078-07-01, 00:00:00 \n", - "826 fx 2078-10-01, 00:00:00 2078-10-01, 00:00:00 \n", - "827 fx 2079-01-01, 00:00:00 2079-01-01, 00:00:00 \n", - "828 fx 2079-04-01, 00:00:00 2079-04-01, 00:00:00 \n", - "829 fx 2079-07-01, 00:00:00 2079-07-01, 00:00:00 \n", - "830 fx 2079-10-01, 00:00:00 2079-10-01, 00:00:00 \n", - "831 fx 2080-01-01, 00:00:00 2080-01-01, 00:00:00 \n", - "832 fx 2080-04-01, 00:00:00 2080-04-01, 00:00:00 \n", - "833 fx 2080-07-01, 00:00:00 2080-07-01, 00:00:00 \n", - "834 fx 2080-10-01, 00:00:00 2080-10-01, 00:00:00 \n", - "835 fx 2081-01-01, 00:00:00 2081-01-01, 00:00:00 \n", - "836 fx 2081-04-01, 00:00:00 2081-04-01, 00:00:00 \n", - "837 fx 2081-07-01, 00:00:00 2081-07-01, 00:00:00 \n", - "838 fx 2081-10-01, 00:00:00 2081-10-01, 00:00:00 \n", - "839 fx 2082-01-01, 00:00:00 2082-01-01, 00:00:00 \n", - "840 fx 2082-04-01, 00:00:00 2082-04-01, 00:00:00 \n", - "841 fx 2082-07-01, 00:00:00 2082-07-01, 00:00:00 \n", - "842 fx 2082-10-01, 00:00:00 2082-10-01, 00:00:00 \n", - "843 fx 2083-01-01, 00:00:00 2083-01-01, 00:00:00 \n", - "844 fx 2083-04-01, 00:00:00 2083-04-01, 00:00:00 \n", - "845 fx 2083-07-01, 00:00:00 2083-07-01, 00:00:00 \n", - "846 fx 2083-10-01, 00:00:00 2083-10-01, 00:00:00 \n", - "847 fx 2084-01-01, 00:00:00 2084-01-01, 00:00:00 \n", - "848 fx 2084-04-01, 00:00:00 2084-04-01, 00:00:00 \n", - "849 fx 2084-07-01, 00:00:00 2084-07-01, 00:00:00 \n", - "850 fx 2084-10-01, 00:00:00 2084-10-01, 00:00:00 \n", - "851 fx 2085-01-01, 00:00:00 2085-01-01, 00:00:00 \n", - "852 fx 2085-04-01, 00:00:00 2085-04-01, 00:00:00 \n", - "853 fx 2085-07-01, 00:00:00 2085-07-01, 00:00:00 \n", - "854 fx 2085-10-01, 00:00:00 2085-10-01, 00:00:00 \n", - "855 fx 2086-01-01, 00:00:00 2086-01-01, 00:00:00 \n", - "856 fx 2086-04-01, 00:00:00 2086-04-01, 00:00:00 \n", - "857 fx 2086-07-01, 00:00:00 2086-07-01, 00:00:00 \n", - "858 fx 2086-10-01, 00:00:00 2086-10-01, 00:00:00 \n", - "859 fx 2087-01-01, 00:00:00 2087-01-01, 00:00:00 \n", - "860 fx 2087-04-01, 00:00:00 2087-04-01, 00:00:00 \n", - "861 fx 2087-07-01, 00:00:00 2087-07-01, 00:00:00 \n", - "862 fx 2087-10-01, 00:00:00 2087-10-01, 00:00:00 \n", - "863 fx 2088-01-01, 00:00:00 2088-01-01, 00:00:00 \n", - "864 fx 2088-04-01, 00:00:00 2088-04-01, 00:00:00 \n", - "865 fx 2088-07-01, 00:00:00 2088-07-01, 00:00:00 \n", - "866 fx 2088-10-01, 00:00:00 2088-10-01, 00:00:00 \n", - "867 fx 2089-01-01, 00:00:00 2089-01-01, 00:00:00 \n", - "868 fx 2089-04-01, 00:00:00 2089-04-01, 00:00:00 \n", - "869 fx 2089-07-01, 00:00:00 2089-07-01, 00:00:00 \n", - "870 fx 2089-10-01, 00:00:00 2089-10-01, 00:00:00 \n", - "871 fx 2090-01-01, 00:00:00 2090-01-01, 00:00:00 \n", - "872 fx 2090-04-01, 00:00:00 2090-04-01, 00:00:00 \n", - "873 fx 2090-07-01, 00:00:00 2090-07-01, 00:00:00 \n", - "874 fx 2090-10-01, 00:00:00 2090-10-01, 00:00:00 \n", - "875 fx 2091-01-01, 00:00:00 2091-01-01, 00:00:00 \n", - "876 fx 2091-04-01, 00:00:00 2091-04-01, 00:00:00 \n", - "877 fx 2091-07-01, 00:00:00 2091-07-01, 00:00:00 \n", - "878 fx 2091-10-01, 00:00:00 2091-10-01, 00:00:00 \n", - "879 fx 2092-01-01, 00:00:00 2092-01-01, 00:00:00 \n", - "880 fx 2092-04-01, 00:00:00 2092-04-01, 00:00:00 \n", - "881 fx 2092-07-01, 00:00:00 2092-07-01, 00:00:00 \n", - "882 fx 2092-10-01, 00:00:00 2092-10-01, 00:00:00 \n", - "883 fx 2093-01-01, 00:00:00 2093-01-01, 00:00:00 \n", - "884 fx 2093-04-01, 00:00:00 2093-04-01, 00:00:00 \n", - "885 fx 2093-07-01, 00:00:00 2093-07-01, 00:00:00 \n", - "886 fx 2093-10-01, 00:00:00 2093-10-01, 00:00:00 \n", - "887 fx 2094-01-01, 00:00:00 2094-01-01, 00:00:00 \n", - "888 fx 2094-04-01, 00:00:00 2094-04-01, 00:00:00 \n", - "889 fx 2094-07-01, 00:00:00 2094-07-01, 00:00:00 \n", - "890 fx 2094-10-01, 00:00:00 2094-10-01, 00:00:00 \n", - "891 fx 2095-01-01, 00:00:00 2095-01-01, 00:00:00 \n", - "892 fx 2095-04-01, 00:00:00 2095-04-01, 00:00:00 \n", - "893 fx 2095-07-01, 00:00:00 2095-07-01, 00:00:00 \n", - "894 fx 2095-10-01, 00:00:00 2095-10-01, 00:00:00 \n", - "895 fx 2096-01-01, 00:00:00 2096-01-01, 00:00:00 \n", - "896 fx 2096-04-01, 00:00:00 2096-04-01, 00:00:00 \n", - "897 fx 2096-07-01, 00:00:00 2096-07-01, 00:00:00 \n", - "898 fx 2096-10-01, 00:00:00 2096-10-01, 00:00:00 \n", - "899 fx 2097-01-01, 00:00:00 2097-01-01, 00:00:00 \n", - "900 fx 2097-04-01, 00:00:00 2097-04-01, 00:00:00 \n", - "901 fx 2097-07-01, 00:00:00 2097-07-01, 00:00:00 \n", - "902 fx 2097-10-01, 00:00:00 2097-10-01, 00:00:00 \n", - "903 fx 2098-01-01, 00:00:00 2098-01-01, 00:00:00 \n", - "904 fx 2098-04-01, 00:00:00 2098-04-01, 00:00:00 \n", - "905 fx 2098-07-01, 00:00:00 2098-07-01, 00:00:00 \n", - "906 fx 2098-10-01, 00:00:00 2098-10-01, 00:00:00 \n", - "907 fx 2099-01-01, 00:00:00 2099-01-01, 00:00:00 \n", - "908 fx 2099-04-01, 00:00:00 2099-04-01, 00:00:00 \n", - "909 fx 2099-07-01, 00:00:00 2099-07-01, 00:00:00 \n", - "910 fx 2099-10-01, 00:00:00 2099-10-01, 00:00:00 \n", - "911 fx 2100-01-01, 00:00:00 2100-01-01, 00:00:00 \n", - "912 fx 2100-04-01, 00:00:00 2100-04-01, 00:00:00 \n", - "913 fx 2100-07-01, 00:00:00 2100-07-01, 00:00:00 \n", - "914 fx 2100-10-01, 00:00:00 2100-10-01, 00:00:00 \n", - "915 fx 2101-01-01, 00:00:00 2101-01-01, 00:00:00 \n", - "916 fx 2101-04-01, 00:00:00 2101-04-01, 00:00:00 \n", - "917 fx 2101-07-01, 00:00:00 2101-07-01, 00:00:00 \n", - "918 fx 2101-10-01, 00:00:00 2101-10-01, 00:00:00 \n", - "919 fx 2102-01-01, 00:00:00 2102-01-01, 00:00:00 \n", - "920 fx 2102-04-01, 00:00:00 2102-04-01, 00:00:00 \n", - "921 fx 2102-07-01, 00:00:00 2102-07-01, 00:00:00 \n", - "922 fx 2102-10-01, 00:00:00 2102-10-01, 00:00:00 \n", - "923 fx 2103-01-01, 00:00:00 2103-01-01, 00:00:00 \n", - "924 fx 2103-04-01, 00:00:00 2103-04-01, 00:00:00 \n", - "925 fx 2103-07-01, 00:00:00 2103-07-01, 00:00:00 \n", - "926 fx 2103-10-01, 00:00:00 2103-10-01, 00:00:00 \n", - "927 fx 2104-01-01, 00:00:00 2104-01-01, 00:00:00 \n", - "928 fx 2104-04-01, 00:00:00 2104-04-01, 00:00:00 \n", - "929 fx 2104-07-01, 00:00:00 2104-07-01, 00:00:00 \n", - "930 fx 2104-10-01, 00:00:00 2104-10-01, 00:00:00 \n", - "931 fx 2105-01-01, 00:00:00 2105-01-01, 00:00:00 \n", - "932 fx 2105-04-01, 00:00:00 2105-04-01, 00:00:00 \n", - "933 fx 2105-07-01, 00:00:00 2105-07-01, 00:00:00 \n", - "934 fx 2105-10-01, 00:00:00 2105-10-01, 00:00:00 \n", - "935 fx 2106-01-01, 00:00:00 2106-01-01, 00:00:00 \n", - "936 fx 2106-04-01, 00:00:00 2106-04-01, 00:00:00 \n", - "937 fx 2106-07-01, 00:00:00 2106-07-01, 00:00:00 \n", - "938 fx 2106-10-01, 00:00:00 2106-10-01, 00:00:00 \n", - "939 fx 2107-01-01, 00:00:00 2107-01-01, 00:00:00 \n", - "940 fx 2107-04-01, 00:00:00 2107-04-01, 00:00:00 \n", - "941 fx 2107-07-01, 00:00:00 2107-07-01, 00:00:00 \n", - "942 fx 2107-10-01, 00:00:00 2107-10-01, 00:00:00 \n", - "943 fx 2108-01-01, 00:00:00 2108-01-01, 00:00:00 \n", - "944 fx 2108-04-01, 00:00:00 2108-04-01, 00:00:00 \n", - "945 fx 2108-07-01, 00:00:00 2108-07-01, 00:00:00 \n", - "946 fx 2108-10-01, 00:00:00 2108-10-01, 00:00:00 \n", - "947 fx 2109-01-01, 00:00:00 2109-01-01, 00:00:00 \n", - "948 fx 2109-04-01, 00:00:00 2109-04-01, 00:00:00 \n", - "949 fx 2109-07-01, 00:00:00 2109-07-01, 00:00:00 \n", - "950 fx 2109-10-01, 00:00:00 2109-10-01, 00:00:00 \n", - "951 fx 2110-01-01, 00:00:00 2110-01-01, 00:00:00 \n", - "952 fx 2110-04-01, 00:00:00 2110-04-01, 00:00:00 \n", - "953 fx 2110-07-01, 00:00:00 2110-07-01, 00:00:00 \n", - "954 fx 2110-10-01, 00:00:00 2110-10-01, 00:00:00 \n", - "955 fx 2111-01-01, 00:00:00 2111-01-01, 00:00:00 \n", - "956 fx 2111-04-01, 00:00:00 2111-04-01, 00:00:00 \n", - "957 fx 2111-07-01, 00:00:00 2111-07-01, 00:00:00 \n", - "958 fx 2111-10-01, 00:00:00 2111-10-01, 00:00:00 \n", - "959 fx 2112-01-01, 00:00:00 2112-01-01, 00:00:00 \n", - "960 fx 2112-04-01, 00:00:00 2112-04-01, 00:00:00 \n", - "961 fx 2112-07-01, 00:00:00 2112-07-01, 00:00:00 \n", - "962 fx 2112-10-01, 00:00:00 2112-10-01, 00:00:00 \n", - "963 fx 2113-01-01, 00:00:00 2113-01-01, 00:00:00 \n", - "964 fx 2113-04-01, 00:00:00 2113-04-01, 00:00:00 \n", - "965 fx 2113-07-01, 00:00:00 2113-07-01, 00:00:00 \n", - "966 fx 2113-10-01, 00:00:00 2113-10-01, 00:00:00 \n", - "967 fx 2114-01-01, 00:00:00 2114-01-01, 00:00:00 \n", - "968 fx 2114-04-01, 00:00:00 2114-04-01, 00:00:00 \n", - "969 fx 2114-07-01, 00:00:00 2114-07-01, 00:00:00 \n", - "970 fx 2114-10-01, 00:00:00 2114-10-01, 00:00:00 \n", - "971 fx 2115-01-01, 00:00:00 2115-01-01, 00:00:00 \n", - "972 fx 2115-04-01, 00:00:00 2115-04-01, 00:00:00 \n", - "973 fx 2115-07-01, 00:00:00 2115-07-01, 00:00:00 \n", - "974 fx 2115-10-01, 00:00:00 2115-10-01, 00:00:00 \n", - "975 fx 2116-01-01, 00:00:00 2116-01-01, 00:00:00 \n", - "976 fx 2116-04-01, 00:00:00 2116-04-01, 00:00:00 \n", - "977 fx 2116-07-01, 00:00:00 2116-07-01, 00:00:00 \n", - "978 fx 2116-10-01, 00:00:00 2116-10-01, 00:00:00 \n", - "979 fx 2117-01-01, 00:00:00 2117-01-01, 00:00:00 \n", - "980 fx 2117-04-01, 00:00:00 2117-04-01, 00:00:00 \n", - "981 fx 2117-07-01, 00:00:00 2117-07-01, 00:00:00 \n", - "982 fx 2117-10-01, 00:00:00 2117-10-01, 00:00:00 \n", - "983 fx 2118-01-01, 00:00:00 2118-01-01, 00:00:00 \n", - "984 fx 2118-04-01, 00:00:00 2118-04-01, 00:00:00 \n", - "985 fx 2118-07-01, 00:00:00 2118-07-01, 00:00:00 \n", - "986 fx 2118-10-01, 00:00:00 2118-10-01, 00:00:00 \n", - "987 fx 2119-01-01, 00:00:00 2119-01-01, 00:00:00 \n", - "988 fx 2119-04-01, 00:00:00 2119-04-01, 00:00:00 \n", - "989 fx 2119-07-01, 00:00:00 2119-07-01, 00:00:00 \n", - "990 fx 2119-10-01, 00:00:00 2119-10-01, 00:00:00 \n", - "991 fx 2120-01-01, 00:00:00 2120-01-01, 00:00:00 \n", - "992 fx 2120-04-01, 00:00:00 2120-04-01, 00:00:00 \n", - "993 fx 2120-07-01, 00:00:00 2120-07-01, 00:00:00 \n", - "994 fx 2120-10-01, 00:00:00 2120-10-01, 00:00:00 \n", - "995 fx 2121-01-01, 00:00:00 2121-01-01, 00:00:00 \n", - "996 fx 2121-04-01, 00:00:00 2121-04-01, 00:00:00 \n", - "997 fx 2121-07-01, 00:00:00 2121-07-01, 00:00:00 \n", - "998 fx 2121-10-01, 00:00:00 2121-10-01, 00:00:00 \n", - "999 fx 2122-01-01, 00:00:00 2122-01-01, 00:00:00 \n", - "1000 fx 2122-04-01, 00:00:00 2122-04-01, 00:00:00 \n", - "1001 fx 2122-07-01, 00:00:00 2122-07-01, 00:00:00 \n", - "1002 fx 2122-10-01, 00:00:00 2122-10-01, 00:00:00 \n", - "1003 fx 2123-01-01, 00:00:00 2123-01-01, 00:00:00 \n", - "1004 fx 2123-04-01, 00:00:00 2123-04-01, 00:00:00 \n", - "1005 fx 2123-07-01, 00:00:00 2123-07-01, 00:00:00 \n", - "1006 fx 2123-10-01, 00:00:00 2123-10-01, 00:00:00 \n", - "1007 fx 2124-01-01, 00:00:00 2124-01-01, 00:00:00 \n", - "1008 fx 2124-04-01, 00:00:00 2124-04-01, 00:00:00 \n", - "1009 fx 2124-07-01, 00:00:00 2124-07-01, 00:00:00 \n", - "1010 fx 2124-10-01, 00:00:00 2124-10-01, 00:00:00 \n", - "1011 fx 2125-01-01, 00:00:00 2125-01-01, 00:00:00 \n", - "1012 fx 2125-04-01, 00:00:00 2125-04-01, 00:00:00 \n", - "1013 fx 2125-07-01, 00:00:00 2125-07-01, 00:00:00 \n", - "1014 fx 2125-10-01, 00:00:00 2125-10-01, 00:00:00 \n", - "1015 fx 2126-01-01, 00:00:00 2126-01-01, 00:00:00 \n", - "1016 fx 2126-04-01, 00:00:00 2126-04-01, 00:00:00 \n", - "1017 fx 2126-07-01, 00:00:00 2126-07-01, 00:00:00 \n", - "1018 fx 2126-10-01, 00:00:00 2126-10-01, 00:00:00 \n", - "1019 fx 2127-01-01, 00:00:00 2127-01-01, 00:00:00 \n", - "1020 fx 2127-04-01, 00:00:00 2127-04-01, 00:00:00 \n", - "1021 fx 2127-07-01, 00:00:00 2127-07-01, 00:00:00 \n", - "1022 fx 2127-10-01, 00:00:00 2127-10-01, 00:00:00 \n", - "1023 fx 2128-01-01, 00:00:00 2128-01-01, 00:00:00 \n", - "1024 fx 2128-04-01, 00:00:00 2128-04-01, 00:00:00 \n", - "1025 fx 2128-07-01, 00:00:00 2128-07-01, 00:00:00 \n", - "1026 fx 2128-10-01, 00:00:00 2128-10-01, 00:00:00 \n", - "1027 fx 2129-01-01, 00:00:00 2129-01-01, 00:00:00 \n", - "1028 fx 2129-04-01, 00:00:00 2129-04-01, 00:00:00 \n", - "1029 fx 2129-07-01, 00:00:00 2129-07-01, 00:00:00 \n", - "1030 fx 2129-10-01, 00:00:00 2129-10-01, 00:00:00 \n", - "1031 fx 2130-01-01, 00:00:00 2130-01-01, 00:00:00 \n", - "1032 fx 2130-04-01, 00:00:00 2130-04-01, 00:00:00 \n", - "1033 fx 2130-07-01, 00:00:00 2130-07-01, 00:00:00 \n", - "1034 fx 2130-10-01, 00:00:00 2130-10-01, 00:00:00 \n", - "1035 fx 2131-01-01, 00:00:00 2131-01-01, 00:00:00 \n", - "1036 fx 2131-04-01, 00:00:00 2131-04-01, 00:00:00 \n", - "1037 fx 2131-07-01, 00:00:00 2131-07-01, 00:00:00 \n", - "1038 fx 2131-10-01, 00:00:00 2131-10-01, 00:00:00 \n", - "1039 fx 2132-01-01, 00:00:00 2132-01-01, 00:00:00 \n", - "1040 fx 2132-04-01, 00:00:00 2132-04-01, 00:00:00 \n", - "1041 fx 2132-07-01, 00:00:00 2132-07-01, 00:00:00 \n", - "1042 fx 2132-10-01, 00:00:00 2132-10-01, 00:00:00 \n", - "1043 fx 2133-01-01, 00:00:00 2133-01-01, 00:00:00 \n", - "1044 fx 2133-04-01, 00:00:00 2133-04-01, 00:00:00 \n", - "1045 fx 2133-07-01, 00:00:00 2133-07-01, 00:00:00 \n", - "1046 fx 2133-10-01, 00:00:00 2133-10-01, 00:00:00 \n", - "1047 fx 2134-01-01, 00:00:00 2134-01-01, 00:00:00 \n", - "1048 fx 2134-04-01, 00:00:00 2134-04-01, 00:00:00 \n", - "1049 fx 2134-07-01, 00:00:00 2134-07-01, 00:00:00 \n", - "1050 fx 2134-10-01, 00:00:00 2134-10-01, 00:00:00 \n", - "1051 fx 2135-01-01, 00:00:00 2135-01-01, 00:00:00 \n", - "1052 fx 2135-04-01, 00:00:00 2135-04-01, 00:00:00 \n", - "1053 fx 2135-07-01, 00:00:00 2135-07-01, 00:00:00 \n", - "1054 fx 2135-10-01, 00:00:00 2135-10-01, 00:00:00 \n", - "1055 fx 2136-01-01, 00:00:00 2136-01-01, 00:00:00 \n", - "1056 fx 2136-04-01, 00:00:00 2136-04-01, 00:00:00 \n", - "1057 fx 2136-07-01, 00:00:00 2136-07-01, 00:00:00 \n", - "1058 fx 2136-10-01, 00:00:00 2136-10-01, 00:00:00 \n", - "1059 fx 2137-01-01, 00:00:00 2137-01-01, 00:00:00 \n", - "1060 fx 2137-04-01, 00:00:00 2137-04-01, 00:00:00 \n", - "1061 fx 2137-07-01, 00:00:00 2137-07-01, 00:00:00 \n", - "1062 fx 2137-10-01, 00:00:00 2137-10-01, 00:00:00 \n", - "1063 fx 2138-01-01, 00:00:00 2138-01-01, 00:00:00 \n", - "1064 fx 2138-04-01, 00:00:00 2138-04-01, 00:00:00 \n", - "1065 fx 2138-07-01, 00:00:00 2138-07-01, 00:00:00 \n", - "1066 fx 2138-10-01, 00:00:00 2138-10-01, 00:00:00 \n", - "1067 fx 2139-01-01, 00:00:00 2139-01-01, 00:00:00 \n", - "1068 fx 2139-04-01, 00:00:00 2139-04-01, 00:00:00 \n", - "1069 fx 2139-07-01, 00:00:00 2139-07-01, 00:00:00 \n", - "1070 fx 2139-10-01, 00:00:00 2139-10-01, 00:00:00 \n", - "1071 fx 2140-01-01, 00:00:00 2140-01-01, 00:00:00 \n", - "1072 fx 2140-04-01, 00:00:00 2140-04-01, 00:00:00 \n", - "1073 fx 2140-07-01, 00:00:00 2140-07-01, 00:00:00 \n", - "1074 fx 2140-10-01, 00:00:00 2140-10-01, 00:00:00 \n", - "1075 fx 2141-01-01, 00:00:00 2141-01-01, 00:00:00 \n", - "1076 fx 2141-04-01, 00:00:00 2141-04-01, 00:00:00 \n", - "1077 fx 2141-07-01, 00:00:00 2141-07-01, 00:00:00 \n", - "1078 fx 2141-10-01, 00:00:00 2141-10-01, 00:00:00 \n", - "1079 fx 2142-01-01, 00:00:00 2142-01-01, 00:00:00 \n", - "1080 fx 2142-04-01, 00:00:00 2142-04-01, 00:00:00 \n", - "1081 fx 2142-07-01, 00:00:00 2142-07-01, 00:00:00 \n", - "1082 fx 2142-10-01, 00:00:00 2142-10-01, 00:00:00 \n", - "1083 fx 2143-01-01, 00:00:00 2143-01-01, 00:00:00 \n", - "1084 fx 2143-04-01, 00:00:00 2143-04-01, 00:00:00 \n", - "1085 fx 2143-07-01, 00:00:00 2143-07-01, 00:00:00 \n", - "1086 fx 2143-10-01, 00:00:00 2143-10-01, 00:00:00 \n", - "1087 fx 2144-01-01, 00:00:00 2144-01-01, 00:00:00 \n", - "1088 fx 2144-04-01, 00:00:00 2144-04-01, 00:00:00 \n", - "1089 fx 2144-07-01, 00:00:00 2144-07-01, 00:00:00 \n", - "1090 fx 2144-10-01, 00:00:00 2144-10-01, 00:00:00 \n", - "1091 fx 2145-01-01, 00:00:00 2145-01-01, 00:00:00 \n", - "1092 fx 2145-04-01, 00:00:00 2145-04-01, 00:00:00 \n", - "1093 fx 2145-07-01, 00:00:00 2145-07-01, 00:00:00 \n", - "1094 fx 2145-10-01, 00:00:00 2145-10-01, 00:00:00 \n", - "1095 fx 2146-01-01, 00:00:00 2146-01-01, 00:00:00 \n", - "1096 fx 2146-04-01, 00:00:00 2146-04-01, 00:00:00 \n", - "1097 fx 2146-07-01, 00:00:00 2146-07-01, 00:00:00 \n", - "1098 fx 2146-10-01, 00:00:00 2146-10-01, 00:00:00 \n", - "1099 fx 2147-01-01, 00:00:00 2147-01-01, 00:00:00 \n", - "1100 fx 2147-04-01, 00:00:00 2147-04-01, 00:00:00 \n", - "1101 fx 2147-07-01, 00:00:00 2147-07-01, 00:00:00 \n", - "1102 fx 2147-10-01, 00:00:00 2147-10-01, 00:00:00 \n", - "1103 fx 2148-01-01, 00:00:00 2148-01-01, 00:00:00 \n", - "1104 fx 2148-04-01, 00:00:00 2148-04-01, 00:00:00 \n", - "1105 fx 2148-07-01, 00:00:00 2148-07-01, 00:00:00 \n", - "1106 fx 2148-10-01, 00:00:00 2148-10-01, 00:00:00 \n", - "1107 fx 2149-01-01, 00:00:00 2149-01-01, 00:00:00 \n", - "1108 fx 2149-04-01, 00:00:00 2149-04-01, 00:00:00 \n", - "1109 fx 2149-07-01, 00:00:00 2149-07-01, 00:00:00 \n", - "1110 fx 2149-10-01, 00:00:00 2149-10-01, 00:00:00 \n", - "1111 fx 2150-01-01, 00:00:00 2150-01-01, 00:00:00 \n", - "1112 fx 2150-04-01, 00:00:00 2150-04-01, 00:00:00 \n", - "1113 fx 2150-07-01, 00:00:00 2150-07-01, 00:00:00 \n", - "1114 fx 2150-10-01, 00:00:00 2150-10-01, 00:00:00 \n", - "1115 fx 2151-01-01, 00:00:00 2151-01-01, 00:00:00 \n", - "\n", - " variable_long_name \\\n", - "0 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "2 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "3 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "4 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "5 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "6 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "7 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "8 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "9 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "10 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "11 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "12 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "13 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "14 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "15 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "16 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "17 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "18 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "19 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "20 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "21 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "22 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "23 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "24 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "25 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "26 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "27 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "28 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "29 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "30 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "31 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "32 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "33 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "34 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "35 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "36 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "37 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "38 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "39 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "40 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "41 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "42 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "43 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "44 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "45 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "46 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "47 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "48 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "49 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "50 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "51 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "52 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "53 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "54 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "55 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "56 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "57 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "58 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "59 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "60 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "61 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "62 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "63 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "64 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "65 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "66 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "67 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "68 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "69 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "70 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "71 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "72 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "73 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "74 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "75 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "76 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "77 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "78 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "79 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "80 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "81 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "82 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "83 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "84 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "85 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "86 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "87 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "88 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "89 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "90 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "91 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "92 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "93 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "94 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "95 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "96 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "97 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "98 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "99 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "100 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "101 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "102 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "103 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "104 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "105 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "106 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "107 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "108 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "109 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "110 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "111 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "112 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "113 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "114 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "115 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "116 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "117 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "118 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "119 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "120 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "121 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "122 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "123 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "124 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "125 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "126 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "127 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "128 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "129 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "130 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "131 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "132 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "133 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "134 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "135 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "136 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "137 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "138 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "139 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "140 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "141 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "142 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "143 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "144 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "145 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "146 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "147 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "148 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "149 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "150 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "151 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "152 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "153 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "154 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "155 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "156 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "157 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "158 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "159 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "160 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "161 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "162 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "163 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "164 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "165 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "166 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "167 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "168 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "169 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "170 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "171 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "172 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "173 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "174 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "175 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "176 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "177 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "178 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "179 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "180 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "181 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "182 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "183 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "184 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "185 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "186 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "187 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "188 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "189 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "190 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "191 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "192 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "193 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "194 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "195 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "196 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "197 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "198 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "199 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "200 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "201 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "202 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "203 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "204 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "205 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "206 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "207 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "208 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "209 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "210 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "211 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "212 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "213 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "214 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "215 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "216 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "217 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "218 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "219 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "220 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "221 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "222 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "223 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "224 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "225 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "226 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "227 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "228 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "229 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "230 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "231 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "232 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "233 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "234 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "235 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "236 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "237 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "238 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "239 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "240 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "241 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "242 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "243 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "244 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "245 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "246 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "247 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "248 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "249 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "250 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "251 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "252 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "253 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "254 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "255 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "256 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "257 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "258 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "259 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "260 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "261 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "262 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "263 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "264 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "265 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "266 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "267 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "268 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "269 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "270 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "271 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "272 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "273 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "274 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "275 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "276 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "277 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "278 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "279 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "280 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "281 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "282 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "283 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "284 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "285 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "286 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "287 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "288 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "289 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "290 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "291 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "292 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "293 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "294 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "295 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "296 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "297 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "298 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "299 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "300 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "301 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "302 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "303 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "304 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "305 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "306 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "307 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "308 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "309 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "310 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "311 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "312 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "313 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "314 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "315 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "316 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "317 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "318 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "319 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "320 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "321 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "322 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "323 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "324 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "325 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "326 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "327 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "328 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "329 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "330 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "331 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "332 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "333 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "334 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "335 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "336 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "337 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "338 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "339 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "340 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "341 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "342 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "343 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "344 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "345 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "346 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "347 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "348 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "349 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "350 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "351 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "352 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "353 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "354 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "355 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "356 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "357 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "358 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "359 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "360 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "361 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "362 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "363 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "364 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "365 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "366 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "367 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "368 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "369 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "370 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "371 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "372 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "373 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "374 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "375 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "376 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "377 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "378 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "379 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "380 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "381 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "382 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "383 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "384 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "385 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "386 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "387 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "388 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "389 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "390 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "391 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "392 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "393 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "394 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "395 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "396 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "397 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "398 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "399 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "400 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "401 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "402 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "403 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "404 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "405 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "406 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "407 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "408 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "409 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "410 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "411 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "412 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "413 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "414 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "415 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "416 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "417 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "418 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "419 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "420 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "421 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "422 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "423 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "424 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "425 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "426 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "427 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "428 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "429 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "430 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "431 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "432 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "433 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "434 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "435 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "436 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "437 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "438 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "439 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "440 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "441 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "442 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "443 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "444 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "445 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "446 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "447 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "448 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "449 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "450 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "451 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "452 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "453 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "454 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "455 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "456 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "457 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "458 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "459 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "460 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "461 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "462 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "463 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "464 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "465 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "466 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "467 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "468 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "469 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "470 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "471 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "472 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "473 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "474 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "475 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "476 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "477 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "478 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "479 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "480 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "481 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "482 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "483 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "484 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "485 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "486 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "487 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "488 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "489 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "490 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "491 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "492 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "493 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "494 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "495 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "496 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "497 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "498 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "499 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "500 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "501 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "502 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "503 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "504 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "505 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "506 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "507 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "508 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "509 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "510 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "511 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "512 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "513 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "514 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "515 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "516 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "517 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "518 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "519 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "520 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "521 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "522 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "523 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "524 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "525 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "526 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "527 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "528 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "529 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "530 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "531 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "532 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "533 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "534 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "535 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "536 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "537 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "538 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "539 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "540 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "541 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "542 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "543 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "544 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "545 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "546 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "547 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "548 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "549 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "550 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "551 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "552 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "553 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "554 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "555 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "556 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "557 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "558 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "559 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "560 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "561 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "562 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "563 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "564 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "565 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "566 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "567 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "568 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "569 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "570 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "571 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "572 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "573 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "574 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "575 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "576 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "577 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "578 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "579 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "580 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "581 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "582 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "583 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "584 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "585 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "586 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "587 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "588 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "589 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "590 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "591 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "592 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "593 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "594 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "595 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "596 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "597 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "598 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "599 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "600 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "601 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "602 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "603 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "604 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "605 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "606 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "607 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "608 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "609 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "610 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "611 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "612 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "613 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "614 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "615 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "616 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "617 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "618 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "619 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "620 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "621 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "622 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "623 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "624 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "625 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "626 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "627 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "628 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "629 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "630 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "631 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "632 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "633 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "634 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "635 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "636 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "637 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "638 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "639 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "640 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "641 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "642 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "643 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "644 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "645 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "646 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "647 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "648 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "649 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "650 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "651 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "652 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "653 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "654 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "655 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "656 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "657 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "658 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "659 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "660 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "661 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "662 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "663 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "664 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "665 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "666 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "667 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "668 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "669 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "670 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "671 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "672 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "673 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "674 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "675 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "676 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "677 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "678 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "679 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "680 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "681 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "682 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "683 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "684 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "685 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "686 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "687 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "688 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "689 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "690 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "691 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "692 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "693 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "694 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "695 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "696 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "697 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "698 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "699 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "700 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "701 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "702 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "703 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "704 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "705 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "706 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "707 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "708 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "709 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "710 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "711 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "712 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "713 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "714 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "715 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "716 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "717 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "718 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "719 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "720 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "721 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "722 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "723 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "724 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "725 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "726 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "727 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "728 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "729 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "730 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "731 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "732 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "733 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "734 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "735 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "736 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "737 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "738 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "739 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "740 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "741 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "742 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "743 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "744 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "745 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "746 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "747 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "748 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "749 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "750 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "751 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "752 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "753 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "754 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "755 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "756 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "757 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "758 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "759 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "760 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "761 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "762 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "763 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "764 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "765 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "766 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "767 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "768 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "769 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "770 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "771 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "772 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "773 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "774 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "775 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "776 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "777 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "778 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "779 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "780 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "781 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "782 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "783 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "784 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "785 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "786 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "787 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "788 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "789 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "790 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "791 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "792 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "793 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "794 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "795 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "796 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "797 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "798 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "799 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "800 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "801 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "802 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "803 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "804 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "805 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "806 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "807 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "808 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "809 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "810 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "811 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "812 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "813 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "814 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "815 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "816 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "817 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "818 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "819 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "820 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "821 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "822 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "823 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "824 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "825 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "826 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "827 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "828 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "829 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "830 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "831 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "832 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "833 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "834 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "835 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "836 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "837 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "838 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "839 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "840 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "841 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "842 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "843 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "844 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "845 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "846 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "847 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "848 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "849 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "850 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "851 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "852 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "853 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "854 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "855 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "856 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "857 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "858 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "859 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "860 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "861 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "862 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "863 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "864 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "865 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "866 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "867 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "868 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "869 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "870 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "871 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "872 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "873 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "874 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "875 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "876 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "877 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "878 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "879 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "880 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "881 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "882 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "883 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "884 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "885 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "886 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "887 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "888 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "889 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "890 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "891 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "892 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "893 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "894 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "895 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "896 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "897 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "898 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "899 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "900 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "901 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "902 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "903 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "904 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "905 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "906 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "907 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "908 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "909 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "910 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "911 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "912 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "913 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "914 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "915 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "916 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "917 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "918 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "919 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "920 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "921 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "922 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "923 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "924 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "925 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "926 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "927 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "928 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "929 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "930 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "931 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "932 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "933 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "934 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "935 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "936 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "937 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "938 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "939 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "940 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "941 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "942 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "943 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "944 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "945 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "946 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "947 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "948 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "949 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "950 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "951 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "952 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "953 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "954 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "955 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "956 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "957 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "958 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "959 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "960 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "961 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "962 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "963 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "964 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "965 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "966 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "967 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "968 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "969 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "970 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "971 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "972 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "973 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "974 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "975 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "976 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "977 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "978 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "979 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "980 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "981 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "982 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "983 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "984 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "985 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "986 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "987 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "988 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "989 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "990 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "991 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "992 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "993 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "994 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "995 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "996 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "997 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "998 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "999 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1000 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1001 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1002 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1003 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1004 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1005 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1006 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1007 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1008 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1009 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1010 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1011 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1012 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1013 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1014 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1015 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1016 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1017 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1018 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1019 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1020 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1021 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1022 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1023 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1024 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1025 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1026 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1027 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1028 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1029 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1030 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1031 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1032 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1033 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1034 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1035 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1036 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1037 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1038 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1039 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1040 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1041 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1042 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1043 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1044 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1045 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1046 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1047 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1048 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1049 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1050 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1051 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1052 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1053 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1054 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1055 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1056 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1057 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1058 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1059 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1060 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1061 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1062 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1063 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1064 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1065 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1066 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1067 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1068 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1069 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1070 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1071 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1072 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1073 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1074 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1075 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1076 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1077 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1078 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1079 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1080 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1081 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1082 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1083 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1084 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1085 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1086 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1087 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1088 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1089 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1090 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1091 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1092 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1093 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1094 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1095 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1096 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1097 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1098 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1099 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1100 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1101 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1102 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1103 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1104 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1105 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1106 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1107 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1108 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1109 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1110 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1111 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1112 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1113 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1114 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1115 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "\n", - " variable_standard_name \\\n", - "0 [sea_floor_depth_below_geoid] \n", - "1 [sea_floor_depth_below_geoid] \n", - "2 [sea_floor_depth_below_geoid] \n", - "3 [sea_floor_depth_below_geoid] \n", - "4 [sea_floor_depth_below_geoid] \n", - "5 [sea_floor_depth_below_geoid] \n", - "6 [sea_floor_depth_below_geoid] \n", - "7 [sea_floor_depth_below_geoid] \n", - "8 [sea_floor_depth_below_geoid] \n", - "9 [sea_floor_depth_below_geoid] \n", - "10 [sea_floor_depth_below_geoid] \n", - "11 [sea_floor_depth_below_geoid] \n", - "12 [sea_floor_depth_below_geoid] \n", - "13 [sea_floor_depth_below_geoid] \n", - "14 [sea_floor_depth_below_geoid] \n", - "15 [sea_floor_depth_below_geoid] \n", - "16 [sea_floor_depth_below_geoid] \n", - "17 [sea_floor_depth_below_geoid] \n", - "18 [sea_floor_depth_below_geoid] \n", - "19 [sea_floor_depth_below_geoid] \n", - "20 [sea_floor_depth_below_geoid] \n", - "21 [sea_floor_depth_below_geoid] \n", - "22 [sea_floor_depth_below_geoid] \n", - "23 [sea_floor_depth_below_geoid] \n", - "24 [sea_floor_depth_below_geoid] \n", - "25 [sea_floor_depth_below_geoid] \n", - "26 [sea_floor_depth_below_geoid] \n", - "27 [sea_floor_depth_below_geoid] \n", - "28 [sea_floor_depth_below_geoid] \n", - "29 [sea_floor_depth_below_geoid] \n", - "30 [sea_floor_depth_below_geoid] \n", - "31 [sea_floor_depth_below_geoid] \n", - "32 [sea_floor_depth_below_geoid] \n", - "33 [sea_floor_depth_below_geoid] \n", - "34 [sea_floor_depth_below_geoid] \n", - "35 [sea_floor_depth_below_geoid] \n", - "36 [sea_floor_depth_below_geoid] \n", - "37 [sea_floor_depth_below_geoid] \n", - "38 [sea_floor_depth_below_geoid] \n", - "39 [sea_floor_depth_below_geoid] \n", - "40 [sea_floor_depth_below_geoid] \n", - "41 [sea_floor_depth_below_geoid] \n", - "42 [sea_floor_depth_below_geoid] \n", - "43 [sea_floor_depth_below_geoid] \n", - "44 [sea_floor_depth_below_geoid] \n", - "45 [sea_floor_depth_below_geoid] \n", - "46 [sea_floor_depth_below_geoid] \n", - "47 [sea_floor_depth_below_geoid] \n", - "48 [sea_floor_depth_below_geoid] \n", - "49 [sea_floor_depth_below_geoid] \n", - "50 [sea_floor_depth_below_geoid] \n", - "51 [sea_floor_depth_below_geoid] \n", - "52 [sea_floor_depth_below_geoid] \n", - "53 [sea_floor_depth_below_geoid] \n", - "54 [sea_floor_depth_below_geoid] \n", - "55 [sea_floor_depth_below_geoid] \n", - "56 [sea_floor_depth_below_geoid] \n", - "57 [sea_floor_depth_below_geoid] \n", - "58 [sea_floor_depth_below_geoid] \n", - "59 [sea_floor_depth_below_geoid] \n", - "60 [sea_floor_depth_below_geoid] \n", - "61 [sea_floor_depth_below_geoid] \n", - "62 [sea_floor_depth_below_geoid] \n", - "63 [sea_floor_depth_below_geoid] \n", - "64 [sea_floor_depth_below_geoid] \n", - "65 [sea_floor_depth_below_geoid] \n", - "66 [sea_floor_depth_below_geoid] \n", - "67 [sea_floor_depth_below_geoid] \n", - "68 [sea_floor_depth_below_geoid] \n", - "69 [sea_floor_depth_below_geoid] \n", - "70 [sea_floor_depth_below_geoid] \n", - "71 [sea_floor_depth_below_geoid] \n", - "72 [sea_floor_depth_below_geoid] \n", - "73 [sea_floor_depth_below_geoid] \n", - "74 [sea_floor_depth_below_geoid] \n", - "75 [sea_floor_depth_below_geoid] \n", - "76 [sea_floor_depth_below_geoid] \n", - "77 [sea_floor_depth_below_geoid] \n", - "78 [sea_floor_depth_below_geoid] \n", - "79 [sea_floor_depth_below_geoid] \n", - "80 [sea_floor_depth_below_geoid] \n", - "81 [sea_floor_depth_below_geoid] \n", - "82 [sea_floor_depth_below_geoid] \n", - "83 [sea_floor_depth_below_geoid] \n", - "84 [sea_floor_depth_below_geoid] \n", - "85 [sea_floor_depth_below_geoid] \n", - "86 [sea_floor_depth_below_geoid] \n", - "87 [sea_floor_depth_below_geoid] \n", - "88 [sea_floor_depth_below_geoid] \n", - "89 [sea_floor_depth_below_geoid] \n", - "90 [sea_floor_depth_below_geoid] \n", - "91 [sea_floor_depth_below_geoid] \n", - "92 [sea_floor_depth_below_geoid] \n", - "93 [sea_floor_depth_below_geoid] \n", - "94 [sea_floor_depth_below_geoid] \n", - "95 [sea_floor_depth_below_geoid] \n", - "96 [sea_floor_depth_below_geoid] \n", - "97 [sea_floor_depth_below_geoid] \n", - "98 [sea_floor_depth_below_geoid] \n", - "99 [sea_floor_depth_below_geoid] \n", - "100 [sea_floor_depth_below_geoid] \n", - "101 [sea_floor_depth_below_geoid] \n", - "102 [sea_floor_depth_below_geoid] \n", - "103 [sea_floor_depth_below_geoid] \n", - "104 [sea_floor_depth_below_geoid] \n", - "105 [sea_floor_depth_below_geoid] \n", - "106 [sea_floor_depth_below_geoid] \n", - "107 [sea_floor_depth_below_geoid] \n", - "108 [sea_floor_depth_below_geoid] \n", - "109 [sea_floor_depth_below_geoid] \n", - "110 [sea_floor_depth_below_geoid] \n", - "111 [sea_floor_depth_below_geoid] \n", - "112 [sea_floor_depth_below_geoid] \n", - "113 [sea_floor_depth_below_geoid] \n", - "114 [sea_floor_depth_below_geoid] \n", - "115 [sea_floor_depth_below_geoid] \n", - "116 [sea_floor_depth_below_geoid] \n", - "117 [sea_floor_depth_below_geoid] \n", - "118 [sea_floor_depth_below_geoid] \n", - "119 [sea_floor_depth_below_geoid] \n", - "120 [sea_floor_depth_below_geoid] \n", - "121 [sea_floor_depth_below_geoid] \n", - "122 [sea_floor_depth_below_geoid] \n", - "123 [sea_floor_depth_below_geoid] \n", - "124 [sea_floor_depth_below_geoid] \n", - "125 [sea_floor_depth_below_geoid] \n", - "126 [sea_floor_depth_below_geoid] \n", - "127 [sea_floor_depth_below_geoid] \n", - "128 [sea_floor_depth_below_geoid] \n", - "129 [sea_floor_depth_below_geoid] \n", - "130 [sea_floor_depth_below_geoid] \n", - "131 [sea_floor_depth_below_geoid] \n", - "132 [sea_floor_depth_below_geoid] \n", - "133 [sea_floor_depth_below_geoid] \n", - "134 [sea_floor_depth_below_geoid] \n", - "135 [sea_floor_depth_below_geoid] \n", - "136 [sea_floor_depth_below_geoid] \n", - "137 [sea_floor_depth_below_geoid] \n", - "138 [sea_floor_depth_below_geoid] \n", - "139 [sea_floor_depth_below_geoid] \n", - "140 [sea_floor_depth_below_geoid] \n", - "141 [sea_floor_depth_below_geoid] \n", - "142 [sea_floor_depth_below_geoid] \n", - "143 [sea_floor_depth_below_geoid] \n", - "144 [sea_floor_depth_below_geoid] \n", - "145 [sea_floor_depth_below_geoid] \n", - "146 [sea_floor_depth_below_geoid] \n", - "147 [sea_floor_depth_below_geoid] \n", - "148 [sea_floor_depth_below_geoid] \n", - "149 [sea_floor_depth_below_geoid] \n", - "150 [sea_floor_depth_below_geoid] \n", - "151 [sea_floor_depth_below_geoid] \n", - "152 [sea_floor_depth_below_geoid] \n", - "153 [sea_floor_depth_below_geoid] \n", - "154 [sea_floor_depth_below_geoid] \n", - "155 [sea_floor_depth_below_geoid] \n", - "156 [sea_floor_depth_below_geoid] \n", - "157 [sea_floor_depth_below_geoid] \n", - "158 [sea_floor_depth_below_geoid] \n", - "159 [sea_floor_depth_below_geoid] \n", - "160 [sea_floor_depth_below_geoid] \n", - "161 [sea_floor_depth_below_geoid] \n", - "162 [sea_floor_depth_below_geoid] \n", - "163 [sea_floor_depth_below_geoid] \n", - "164 [sea_floor_depth_below_geoid] \n", - "165 [sea_floor_depth_below_geoid] \n", - "166 [sea_floor_depth_below_geoid] \n", - "167 [sea_floor_depth_below_geoid] \n", - "168 [sea_floor_depth_below_geoid] \n", - "169 [sea_floor_depth_below_geoid] \n", - "170 [sea_floor_depth_below_geoid] \n", - "171 [sea_floor_depth_below_geoid] \n", - "172 [sea_floor_depth_below_geoid] \n", - "173 [sea_floor_depth_below_geoid] \n", - "174 [sea_floor_depth_below_geoid] \n", - "175 [sea_floor_depth_below_geoid] \n", - "176 [sea_floor_depth_below_geoid] \n", - "177 [sea_floor_depth_below_geoid] \n", - "178 [sea_floor_depth_below_geoid] \n", - "179 [sea_floor_depth_below_geoid] \n", - "180 [sea_floor_depth_below_geoid] \n", - "181 [sea_floor_depth_below_geoid] \n", - "182 [sea_floor_depth_below_geoid] \n", - "183 [sea_floor_depth_below_geoid] \n", - "184 [sea_floor_depth_below_geoid] \n", - "185 [sea_floor_depth_below_geoid] \n", - "186 [sea_floor_depth_below_geoid] \n", - "187 [sea_floor_depth_below_geoid] \n", - "188 [sea_floor_depth_below_geoid] \n", - "189 [sea_floor_depth_below_geoid] \n", - "190 [sea_floor_depth_below_geoid] \n", - "191 [sea_floor_depth_below_geoid] \n", - "192 [sea_floor_depth_below_geoid] \n", - "193 [sea_floor_depth_below_geoid] \n", - "194 [sea_floor_depth_below_geoid] \n", - "195 [sea_floor_depth_below_geoid] \n", - "196 [sea_floor_depth_below_geoid] \n", - "197 [sea_floor_depth_below_geoid] \n", - "198 [sea_floor_depth_below_geoid] \n", - "199 [sea_floor_depth_below_geoid] \n", - "200 [sea_floor_depth_below_geoid] \n", - "201 [sea_floor_depth_below_geoid] \n", - "202 [sea_floor_depth_below_geoid] \n", - "203 [sea_floor_depth_below_geoid] \n", - "204 [sea_floor_depth_below_geoid] \n", - "205 [sea_floor_depth_below_geoid] \n", - "206 [sea_floor_depth_below_geoid] \n", - "207 [sea_floor_depth_below_geoid] \n", - "208 [sea_floor_depth_below_geoid] \n", - "209 [sea_floor_depth_below_geoid] \n", - "210 [sea_floor_depth_below_geoid] \n", - "211 [sea_floor_depth_below_geoid] \n", - "212 [sea_floor_depth_below_geoid] \n", - "213 [sea_floor_depth_below_geoid] \n", - "214 [sea_floor_depth_below_geoid] \n", - "215 [sea_floor_depth_below_geoid] \n", - "216 [sea_floor_depth_below_geoid] \n", - "217 [sea_floor_depth_below_geoid] \n", - "218 [sea_floor_depth_below_geoid] \n", - "219 [sea_floor_depth_below_geoid] \n", - "220 [sea_floor_depth_below_geoid] \n", - "221 [sea_floor_depth_below_geoid] \n", - "222 [sea_floor_depth_below_geoid] \n", - "223 [sea_floor_depth_below_geoid] \n", - "224 [sea_floor_depth_below_geoid] \n", - "225 [sea_floor_depth_below_geoid] \n", - "226 [sea_floor_depth_below_geoid] \n", - "227 [sea_floor_depth_below_geoid] \n", - "228 [sea_floor_depth_below_geoid] \n", - "229 [sea_floor_depth_below_geoid] \n", - "230 [sea_floor_depth_below_geoid] \n", - "231 [sea_floor_depth_below_geoid] \n", - "232 [sea_floor_depth_below_geoid] \n", - "233 [sea_floor_depth_below_geoid] \n", - "234 [sea_floor_depth_below_geoid] \n", - "235 [sea_floor_depth_below_geoid] \n", - "236 [sea_floor_depth_below_geoid] \n", - "237 [sea_floor_depth_below_geoid] \n", - "238 [sea_floor_depth_below_geoid] \n", - "239 [sea_floor_depth_below_geoid] \n", - "240 [sea_floor_depth_below_geoid] \n", - "241 [sea_floor_depth_below_geoid] \n", - "242 [sea_floor_depth_below_geoid] \n", - "243 [sea_floor_depth_below_geoid] \n", - "244 [sea_floor_depth_below_geoid] \n", - "245 [sea_floor_depth_below_geoid] \n", - "246 [sea_floor_depth_below_geoid] \n", - "247 [sea_floor_depth_below_geoid] \n", - "248 [sea_floor_depth_below_geoid] \n", - "249 [sea_floor_depth_below_geoid] \n", - "250 [sea_floor_depth_below_geoid] \n", - "251 [sea_floor_depth_below_geoid] \n", - "252 [sea_floor_depth_below_geoid] \n", - "253 [sea_floor_depth_below_geoid] \n", - "254 [sea_floor_depth_below_geoid] \n", - "255 [sea_floor_depth_below_geoid] \n", - "256 [sea_floor_depth_below_geoid] \n", - "257 [sea_floor_depth_below_geoid] \n", - "258 [sea_floor_depth_below_geoid] \n", - "259 [sea_floor_depth_below_geoid] \n", - "260 [sea_floor_depth_below_geoid] \n", - "261 [sea_floor_depth_below_geoid] \n", - "262 [sea_floor_depth_below_geoid] \n", - "263 [sea_floor_depth_below_geoid] \n", - "264 [sea_floor_depth_below_geoid] \n", - "265 [sea_floor_depth_below_geoid] \n", - "266 [sea_floor_depth_below_geoid] \n", - "267 [sea_floor_depth_below_geoid] \n", - "268 [sea_floor_depth_below_geoid] \n", - "269 [sea_floor_depth_below_geoid] \n", - "270 [sea_floor_depth_below_geoid] \n", - "271 [sea_floor_depth_below_geoid] \n", - "272 [sea_floor_depth_below_geoid] \n", - "273 [sea_floor_depth_below_geoid] \n", - "274 [sea_floor_depth_below_geoid] \n", - "275 [sea_floor_depth_below_geoid] \n", - "276 [sea_floor_depth_below_geoid] \n", - "277 [sea_floor_depth_below_geoid] \n", - "278 [sea_floor_depth_below_geoid] \n", - "279 [sea_floor_depth_below_geoid] \n", - "280 [sea_floor_depth_below_geoid] \n", - "281 [sea_floor_depth_below_geoid] \n", - "282 [sea_floor_depth_below_geoid] \n", - "283 [sea_floor_depth_below_geoid] \n", - "284 [sea_floor_depth_below_geoid] \n", - "285 [sea_floor_depth_below_geoid] \n", - "286 [sea_floor_depth_below_geoid] \n", - "287 [sea_floor_depth_below_geoid] \n", - "288 [sea_floor_depth_below_geoid] \n", - "289 [sea_floor_depth_below_geoid] \n", - "290 [sea_floor_depth_below_geoid] \n", - "291 [sea_floor_depth_below_geoid] \n", - "292 [sea_floor_depth_below_geoid] \n", - "293 [sea_floor_depth_below_geoid] \n", - "294 [sea_floor_depth_below_geoid] \n", - "295 [sea_floor_depth_below_geoid] \n", - "296 [sea_floor_depth_below_geoid] \n", - "297 [sea_floor_depth_below_geoid] \n", - "298 [sea_floor_depth_below_geoid] \n", - "299 [sea_floor_depth_below_geoid] \n", - "300 [sea_floor_depth_below_geoid] \n", - "301 [sea_floor_depth_below_geoid] \n", - "302 [sea_floor_depth_below_geoid] \n", - "303 [sea_floor_depth_below_geoid] \n", - "304 [sea_floor_depth_below_geoid] \n", - "305 [sea_floor_depth_below_geoid] \n", - "306 [sea_floor_depth_below_geoid] \n", - "307 [sea_floor_depth_below_geoid] \n", - "308 [sea_floor_depth_below_geoid] \n", - "309 [sea_floor_depth_below_geoid] \n", - "310 [sea_floor_depth_below_geoid] \n", - "311 [sea_floor_depth_below_geoid] \n", - "312 [sea_floor_depth_below_geoid] \n", - "313 [sea_floor_depth_below_geoid] \n", - "314 [sea_floor_depth_below_geoid] \n", - "315 [sea_floor_depth_below_geoid] \n", - "316 [sea_floor_depth_below_geoid] \n", - "317 [sea_floor_depth_below_geoid] \n", - "318 [sea_floor_depth_below_geoid] \n", - "319 [sea_floor_depth_below_geoid] \n", - "320 [sea_floor_depth_below_geoid] \n", - "321 [sea_floor_depth_below_geoid] \n", - "322 [sea_floor_depth_below_geoid] \n", - "323 [sea_floor_depth_below_geoid] \n", - "324 [sea_floor_depth_below_geoid] \n", - "325 [sea_floor_depth_below_geoid] \n", - "326 [sea_floor_depth_below_geoid] \n", - "327 [sea_floor_depth_below_geoid] \n", - "328 [sea_floor_depth_below_geoid] \n", - "329 [sea_floor_depth_below_geoid] \n", - "330 [sea_floor_depth_below_geoid] \n", - "331 [sea_floor_depth_below_geoid] \n", - "332 [sea_floor_depth_below_geoid] \n", - "333 [sea_floor_depth_below_geoid] \n", - "334 [sea_floor_depth_below_geoid] \n", - "335 [sea_floor_depth_below_geoid] \n", - "336 [sea_floor_depth_below_geoid] \n", - "337 [sea_floor_depth_below_geoid] \n", - "338 [sea_floor_depth_below_geoid] \n", - "339 [sea_floor_depth_below_geoid] \n", - "340 [sea_floor_depth_below_geoid] \n", - "341 [sea_floor_depth_below_geoid] \n", - "342 [sea_floor_depth_below_geoid] \n", - "343 [sea_floor_depth_below_geoid] \n", - "344 [sea_floor_depth_below_geoid] \n", - "345 [sea_floor_depth_below_geoid] \n", - "346 [sea_floor_depth_below_geoid] \n", - "347 [sea_floor_depth_below_geoid] \n", - "348 [sea_floor_depth_below_geoid] \n", - "349 [sea_floor_depth_below_geoid] \n", - "350 [sea_floor_depth_below_geoid] \n", - "351 [sea_floor_depth_below_geoid] \n", - "352 [sea_floor_depth_below_geoid] \n", - "353 [sea_floor_depth_below_geoid] \n", - "354 [sea_floor_depth_below_geoid] \n", - "355 [sea_floor_depth_below_geoid] \n", - "356 [sea_floor_depth_below_geoid] \n", - "357 [sea_floor_depth_below_geoid] \n", - "358 [sea_floor_depth_below_geoid] \n", - "359 [sea_floor_depth_below_geoid] \n", - "360 [sea_floor_depth_below_geoid] \n", - "361 [sea_floor_depth_below_geoid] \n", - "362 [sea_floor_depth_below_geoid] \n", - "363 [sea_floor_depth_below_geoid] \n", - "364 [sea_floor_depth_below_geoid] \n", - "365 [sea_floor_depth_below_geoid] \n", - "366 [sea_floor_depth_below_geoid] \n", - "367 [sea_floor_depth_below_geoid] \n", - "368 [sea_floor_depth_below_geoid] \n", - "369 [sea_floor_depth_below_geoid] \n", - "370 [sea_floor_depth_below_geoid] \n", - "371 [sea_floor_depth_below_geoid] \n", - "372 [sea_floor_depth_below_geoid] \n", - "373 [sea_floor_depth_below_geoid] \n", - "374 [sea_floor_depth_below_geoid] \n", - "375 [sea_floor_depth_below_geoid] \n", - "376 [sea_floor_depth_below_geoid] \n", - "377 [sea_floor_depth_below_geoid] \n", - "378 [sea_floor_depth_below_geoid] \n", - "379 [sea_floor_depth_below_geoid] \n", - "380 [sea_floor_depth_below_geoid] \n", - "381 [sea_floor_depth_below_geoid] \n", - "382 [sea_floor_depth_below_geoid] \n", - "383 [sea_floor_depth_below_geoid] \n", - "384 [sea_floor_depth_below_geoid] \n", - "385 [sea_floor_depth_below_geoid] \n", - "386 [sea_floor_depth_below_geoid] \n", - "387 [sea_floor_depth_below_geoid] \n", - "388 [sea_floor_depth_below_geoid] \n", - "389 [sea_floor_depth_below_geoid] \n", - "390 [sea_floor_depth_below_geoid] \n", - "391 [sea_floor_depth_below_geoid] \n", - "392 [sea_floor_depth_below_geoid] \n", - "393 [sea_floor_depth_below_geoid] \n", - "394 [sea_floor_depth_below_geoid] \n", - "395 [sea_floor_depth_below_geoid] \n", - "396 [sea_floor_depth_below_geoid] \n", - "397 [sea_floor_depth_below_geoid] \n", - "398 [sea_floor_depth_below_geoid] \n", - "399 [sea_floor_depth_below_geoid] \n", - "400 [sea_floor_depth_below_geoid] \n", - "401 [sea_floor_depth_below_geoid] \n", - "402 [sea_floor_depth_below_geoid] \n", - "403 [sea_floor_depth_below_geoid] \n", - "404 [sea_floor_depth_below_geoid] \n", - "405 [sea_floor_depth_below_geoid] \n", - "406 [sea_floor_depth_below_geoid] \n", - "407 [sea_floor_depth_below_geoid] \n", - "408 [sea_floor_depth_below_geoid] \n", - "409 [sea_floor_depth_below_geoid] \n", - "410 [sea_floor_depth_below_geoid] \n", - "411 [sea_floor_depth_below_geoid] \n", - "412 [sea_floor_depth_below_geoid] \n", - "413 [sea_floor_depth_below_geoid] \n", - "414 [sea_floor_depth_below_geoid] \n", - "415 [sea_floor_depth_below_geoid] \n", - "416 [sea_floor_depth_below_geoid] \n", - "417 [sea_floor_depth_below_geoid] \n", - "418 [sea_floor_depth_below_geoid] \n", - "419 [sea_floor_depth_below_geoid] \n", - "420 [sea_floor_depth_below_geoid] \n", - "421 [sea_floor_depth_below_geoid] \n", - "422 [sea_floor_depth_below_geoid] \n", - "423 [sea_floor_depth_below_geoid] \n", - "424 [sea_floor_depth_below_geoid] \n", - "425 [sea_floor_depth_below_geoid] \n", - "426 [sea_floor_depth_below_geoid] \n", - "427 [sea_floor_depth_below_geoid] \n", - "428 [sea_floor_depth_below_geoid] \n", - "429 [sea_floor_depth_below_geoid] \n", - "430 [sea_floor_depth_below_geoid] \n", - "431 [sea_floor_depth_below_geoid] \n", - "432 [sea_floor_depth_below_geoid] \n", - "433 [sea_floor_depth_below_geoid] \n", - "434 [sea_floor_depth_below_geoid] \n", - "435 [sea_floor_depth_below_geoid] \n", - "436 [sea_floor_depth_below_geoid] \n", - "437 [sea_floor_depth_below_geoid] \n", - "438 [sea_floor_depth_below_geoid] \n", - "439 [sea_floor_depth_below_geoid] \n", - "440 [sea_floor_depth_below_geoid] \n", - "441 [sea_floor_depth_below_geoid] \n", - "442 [sea_floor_depth_below_geoid] \n", - "443 [sea_floor_depth_below_geoid] \n", - "444 [sea_floor_depth_below_geoid] \n", - "445 [sea_floor_depth_below_geoid] \n", - "446 [sea_floor_depth_below_geoid] \n", - "447 [sea_floor_depth_below_geoid] \n", - "448 [sea_floor_depth_below_geoid] \n", - "449 [sea_floor_depth_below_geoid] \n", - "450 [sea_floor_depth_below_geoid] \n", - "451 [sea_floor_depth_below_geoid] \n", - "452 [sea_floor_depth_below_geoid] \n", - "453 [sea_floor_depth_below_geoid] \n", - "454 [sea_floor_depth_below_geoid] \n", - "455 [sea_floor_depth_below_geoid] \n", - "456 [sea_floor_depth_below_geoid] \n", - "457 [sea_floor_depth_below_geoid] \n", - "458 [sea_floor_depth_below_geoid] \n", - "459 [sea_floor_depth_below_geoid] \n", - "460 [sea_floor_depth_below_geoid] \n", - "461 [sea_floor_depth_below_geoid] \n", - "462 [sea_floor_depth_below_geoid] \n", - "463 [sea_floor_depth_below_geoid] \n", - "464 [sea_floor_depth_below_geoid] \n", - "465 [sea_floor_depth_below_geoid] \n", - "466 [sea_floor_depth_below_geoid] \n", - "467 [sea_floor_depth_below_geoid] \n", - "468 [sea_floor_depth_below_geoid] \n", - "469 [sea_floor_depth_below_geoid] \n", - "470 [sea_floor_depth_below_geoid] \n", - "471 [sea_floor_depth_below_geoid] \n", - "472 [sea_floor_depth_below_geoid] \n", - "473 [sea_floor_depth_below_geoid] \n", - "474 [sea_floor_depth_below_geoid] \n", - "475 [sea_floor_depth_below_geoid] \n", - "476 [sea_floor_depth_below_geoid] \n", - "477 [sea_floor_depth_below_geoid] \n", - "478 [sea_floor_depth_below_geoid] \n", - "479 [sea_floor_depth_below_geoid] \n", - "480 [sea_floor_depth_below_geoid] \n", - "481 [sea_floor_depth_below_geoid] \n", - "482 [sea_floor_depth_below_geoid] \n", - "483 [sea_floor_depth_below_geoid] \n", - "484 [sea_floor_depth_below_geoid] \n", - "485 [sea_floor_depth_below_geoid] \n", - "486 [sea_floor_depth_below_geoid] \n", - "487 [sea_floor_depth_below_geoid] \n", - "488 [sea_floor_depth_below_geoid] \n", - "489 [sea_floor_depth_below_geoid] \n", - "490 [sea_floor_depth_below_geoid] \n", - "491 [sea_floor_depth_below_geoid] \n", - "492 [sea_floor_depth_below_geoid] \n", - "493 [sea_floor_depth_below_geoid] \n", - "494 [sea_floor_depth_below_geoid] \n", - "495 [sea_floor_depth_below_geoid] \n", - "496 [sea_floor_depth_below_geoid] \n", - "497 [sea_floor_depth_below_geoid] \n", - "498 [sea_floor_depth_below_geoid] \n", - "499 [sea_floor_depth_below_geoid] \n", - "500 [sea_floor_depth_below_geoid] \n", - "501 [sea_floor_depth_below_geoid] \n", - "502 [sea_floor_depth_below_geoid] \n", - "503 [sea_floor_depth_below_geoid] \n", - "504 [sea_floor_depth_below_geoid] \n", - "505 [sea_floor_depth_below_geoid] \n", - "506 [sea_floor_depth_below_geoid] \n", - "507 [sea_floor_depth_below_geoid] \n", - "508 [sea_floor_depth_below_geoid] \n", - "509 [sea_floor_depth_below_geoid] \n", - "510 [sea_floor_depth_below_geoid] \n", - "511 [sea_floor_depth_below_geoid] \n", - "512 [sea_floor_depth_below_geoid] \n", - "513 [sea_floor_depth_below_geoid] \n", - "514 [sea_floor_depth_below_geoid] \n", - "515 [sea_floor_depth_below_geoid] \n", - "516 [sea_floor_depth_below_geoid] \n", - "517 [sea_floor_depth_below_geoid] \n", - "518 [sea_floor_depth_below_geoid] \n", - "519 [sea_floor_depth_below_geoid] \n", - "520 [sea_floor_depth_below_geoid] \n", - "521 [sea_floor_depth_below_geoid] \n", - "522 [sea_floor_depth_below_geoid] \n", - "523 [sea_floor_depth_below_geoid] \n", - "524 [sea_floor_depth_below_geoid] \n", - "525 [sea_floor_depth_below_geoid] \n", - "526 [sea_floor_depth_below_geoid] \n", - "527 [sea_floor_depth_below_geoid] \n", - "528 [sea_floor_depth_below_geoid] \n", - "529 [sea_floor_depth_below_geoid] \n", - "530 [sea_floor_depth_below_geoid] \n", - "531 [sea_floor_depth_below_geoid] \n", - "532 [sea_floor_depth_below_geoid] \n", - "533 [sea_floor_depth_below_geoid] \n", - "534 [sea_floor_depth_below_geoid] \n", - "535 [sea_floor_depth_below_geoid] \n", - "536 [sea_floor_depth_below_geoid] \n", - "537 [sea_floor_depth_below_geoid] \n", - "538 [sea_floor_depth_below_geoid] \n", - "539 [sea_floor_depth_below_geoid] \n", - "540 [sea_floor_depth_below_geoid] \n", - "541 [sea_floor_depth_below_geoid] \n", - "542 [sea_floor_depth_below_geoid] \n", - "543 [sea_floor_depth_below_geoid] \n", - "544 [sea_floor_depth_below_geoid] \n", - "545 [sea_floor_depth_below_geoid] \n", - "546 [sea_floor_depth_below_geoid] \n", - "547 [sea_floor_depth_below_geoid] \n", - "548 [sea_floor_depth_below_geoid] \n", - "549 [sea_floor_depth_below_geoid] \n", - "550 [sea_floor_depth_below_geoid] \n", - "551 [sea_floor_depth_below_geoid] \n", - "552 [sea_floor_depth_below_geoid] \n", - "553 [sea_floor_depth_below_geoid] \n", - "554 [sea_floor_depth_below_geoid] \n", - "555 [sea_floor_depth_below_geoid] \n", - "556 [sea_floor_depth_below_geoid] \n", - "557 [sea_floor_depth_below_geoid] \n", - "558 [sea_floor_depth_below_geoid] \n", - "559 [sea_floor_depth_below_geoid] \n", - "560 [sea_floor_depth_below_geoid] \n", - "561 [sea_floor_depth_below_geoid] \n", - "562 [sea_floor_depth_below_geoid] \n", - "563 [sea_floor_depth_below_geoid] \n", - "564 [sea_floor_depth_below_geoid] \n", - "565 [sea_floor_depth_below_geoid] \n", - "566 [sea_floor_depth_below_geoid] \n", - "567 [sea_floor_depth_below_geoid] \n", - "568 [sea_floor_depth_below_geoid] \n", - "569 [sea_floor_depth_below_geoid] \n", - "570 [sea_floor_depth_below_geoid] \n", - "571 [sea_floor_depth_below_geoid] \n", - "572 [sea_floor_depth_below_geoid] \n", - "573 [sea_floor_depth_below_geoid] \n", - "574 [sea_floor_depth_below_geoid] \n", - "575 [sea_floor_depth_below_geoid] \n", - "576 [sea_floor_depth_below_geoid] \n", - "577 [sea_floor_depth_below_geoid] \n", - "578 [sea_floor_depth_below_geoid] \n", - "579 [sea_floor_depth_below_geoid] \n", - "580 [sea_floor_depth_below_geoid] \n", - "581 [sea_floor_depth_below_geoid] \n", - "582 [sea_floor_depth_below_geoid] \n", - "583 [sea_floor_depth_below_geoid] \n", - "584 [sea_floor_depth_below_geoid] \n", - "585 [sea_floor_depth_below_geoid] \n", - "586 [sea_floor_depth_below_geoid] \n", - "587 [sea_floor_depth_below_geoid] \n", - "588 [sea_floor_depth_below_geoid] \n", - "589 [sea_floor_depth_below_geoid] \n", - "590 [sea_floor_depth_below_geoid] \n", - "591 [sea_floor_depth_below_geoid] \n", - "592 [sea_floor_depth_below_geoid] \n", - "593 [sea_floor_depth_below_geoid] \n", - "594 [sea_floor_depth_below_geoid] \n", - "595 [sea_floor_depth_below_geoid] \n", - "596 [sea_floor_depth_below_geoid] \n", - "597 [sea_floor_depth_below_geoid] \n", - "598 [sea_floor_depth_below_geoid] \n", - "599 [sea_floor_depth_below_geoid] \n", - "600 [sea_floor_depth_below_geoid] \n", - "601 [sea_floor_depth_below_geoid] \n", - "602 [sea_floor_depth_below_geoid] \n", - "603 [sea_floor_depth_below_geoid] \n", - "604 [sea_floor_depth_below_geoid] \n", - "605 [sea_floor_depth_below_geoid] \n", - "606 [sea_floor_depth_below_geoid] \n", - "607 [sea_floor_depth_below_geoid] \n", - "608 [sea_floor_depth_below_geoid] \n", - "609 [sea_floor_depth_below_geoid] \n", - "610 [sea_floor_depth_below_geoid] \n", - "611 [sea_floor_depth_below_geoid] \n", - "612 [sea_floor_depth_below_geoid] \n", - "613 [sea_floor_depth_below_geoid] \n", - "614 [sea_floor_depth_below_geoid] \n", - "615 [sea_floor_depth_below_geoid] \n", - "616 [sea_floor_depth_below_geoid] \n", - "617 [sea_floor_depth_below_geoid] \n", - "618 [sea_floor_depth_below_geoid] \n", - "619 [sea_floor_depth_below_geoid] \n", - "620 [sea_floor_depth_below_geoid] \n", - "621 [sea_floor_depth_below_geoid] \n", - "622 [sea_floor_depth_below_geoid] \n", - "623 [sea_floor_depth_below_geoid] \n", - "624 [sea_floor_depth_below_geoid] \n", - "625 [sea_floor_depth_below_geoid] \n", - "626 [sea_floor_depth_below_geoid] \n", - "627 [sea_floor_depth_below_geoid] \n", - "628 [sea_floor_depth_below_geoid] \n", - "629 [sea_floor_depth_below_geoid] \n", - "630 [sea_floor_depth_below_geoid] \n", - "631 [sea_floor_depth_below_geoid] \n", - "632 [sea_floor_depth_below_geoid] \n", - "633 [sea_floor_depth_below_geoid] \n", - "634 [sea_floor_depth_below_geoid] \n", - "635 [sea_floor_depth_below_geoid] \n", - "636 [sea_floor_depth_below_geoid] \n", - "637 [sea_floor_depth_below_geoid] \n", - "638 [sea_floor_depth_below_geoid] \n", - "639 [sea_floor_depth_below_geoid] \n", - "640 [sea_floor_depth_below_geoid] \n", - "641 [sea_floor_depth_below_geoid] \n", - "642 [sea_floor_depth_below_geoid] \n", - "643 [sea_floor_depth_below_geoid] \n", - "644 [sea_floor_depth_below_geoid] \n", - "645 [sea_floor_depth_below_geoid] \n", - "646 [sea_floor_depth_below_geoid] \n", - "647 [sea_floor_depth_below_geoid] \n", - "648 [sea_floor_depth_below_geoid] \n", - "649 [sea_floor_depth_below_geoid] \n", - "650 [sea_floor_depth_below_geoid] \n", - "651 [sea_floor_depth_below_geoid] \n", - "652 [sea_floor_depth_below_geoid] \n", - "653 [sea_floor_depth_below_geoid] \n", - "654 [sea_floor_depth_below_geoid] \n", - "655 [sea_floor_depth_below_geoid] \n", - "656 [sea_floor_depth_below_geoid] \n", - "657 [sea_floor_depth_below_geoid] \n", - "658 [sea_floor_depth_below_geoid] \n", - "659 [sea_floor_depth_below_geoid] \n", - "660 [sea_floor_depth_below_geoid] \n", - "661 [sea_floor_depth_below_geoid] \n", - "662 [sea_floor_depth_below_geoid] \n", - "663 [sea_floor_depth_below_geoid] \n", - "664 [sea_floor_depth_below_geoid] \n", - "665 [sea_floor_depth_below_geoid] \n", - "666 [sea_floor_depth_below_geoid] \n", - "667 [sea_floor_depth_below_geoid] \n", - "668 [sea_floor_depth_below_geoid] \n", - "669 [sea_floor_depth_below_geoid] \n", - "670 [sea_floor_depth_below_geoid] \n", - "671 [sea_floor_depth_below_geoid] \n", - "672 [sea_floor_depth_below_geoid] \n", - "673 [sea_floor_depth_below_geoid] \n", - "674 [sea_floor_depth_below_geoid] \n", - "675 [sea_floor_depth_below_geoid] \n", - "676 [sea_floor_depth_below_geoid] \n", - "677 [sea_floor_depth_below_geoid] \n", - "678 [sea_floor_depth_below_geoid] \n", - "679 [sea_floor_depth_below_geoid] \n", - "680 [sea_floor_depth_below_geoid] \n", - "681 [sea_floor_depth_below_geoid] \n", - "682 [sea_floor_depth_below_geoid] \n", - "683 [sea_floor_depth_below_geoid] \n", - "684 [sea_floor_depth_below_geoid] \n", - "685 [sea_floor_depth_below_geoid] \n", - "686 [sea_floor_depth_below_geoid] \n", - "687 [sea_floor_depth_below_geoid] \n", - "688 [sea_floor_depth_below_geoid] \n", - "689 [sea_floor_depth_below_geoid] \n", - "690 [sea_floor_depth_below_geoid] \n", - "691 [sea_floor_depth_below_geoid] \n", - "692 [sea_floor_depth_below_geoid] \n", - "693 [sea_floor_depth_below_geoid] \n", - "694 [sea_floor_depth_below_geoid] \n", - "695 [sea_floor_depth_below_geoid] \n", - "696 [sea_floor_depth_below_geoid] \n", - "697 [sea_floor_depth_below_geoid] \n", - "698 [sea_floor_depth_below_geoid] \n", - "699 [sea_floor_depth_below_geoid] \n", - "700 [sea_floor_depth_below_geoid] \n", - "701 [sea_floor_depth_below_geoid] \n", - "702 [sea_floor_depth_below_geoid] \n", - "703 [sea_floor_depth_below_geoid] \n", - "704 [sea_floor_depth_below_geoid] \n", - "705 [sea_floor_depth_below_geoid] \n", - "706 [sea_floor_depth_below_geoid] \n", - "707 [sea_floor_depth_below_geoid] \n", - "708 [sea_floor_depth_below_geoid] \n", - "709 [sea_floor_depth_below_geoid] \n", - "710 [sea_floor_depth_below_geoid] \n", - "711 [sea_floor_depth_below_geoid] \n", - "712 [sea_floor_depth_below_geoid] \n", - "713 [sea_floor_depth_below_geoid] \n", - "714 [sea_floor_depth_below_geoid] \n", - "715 [sea_floor_depth_below_geoid] \n", - "716 [sea_floor_depth_below_geoid] \n", - "717 [sea_floor_depth_below_geoid] \n", - "718 [sea_floor_depth_below_geoid] \n", - "719 [sea_floor_depth_below_geoid] \n", - "720 [sea_floor_depth_below_geoid] \n", - "721 [sea_floor_depth_below_geoid] \n", - "722 [sea_floor_depth_below_geoid] \n", - "723 [sea_floor_depth_below_geoid] \n", - "724 [sea_floor_depth_below_geoid] \n", - "725 [sea_floor_depth_below_geoid] \n", - "726 [sea_floor_depth_below_geoid] \n", - "727 [sea_floor_depth_below_geoid] \n", - "728 [sea_floor_depth_below_geoid] \n", - "729 [sea_floor_depth_below_geoid] \n", - "730 [sea_floor_depth_below_geoid] \n", - "731 [sea_floor_depth_below_geoid] \n", - "732 [sea_floor_depth_below_geoid] \n", - "733 [sea_floor_depth_below_geoid] \n", - "734 [sea_floor_depth_below_geoid] \n", - "735 [sea_floor_depth_below_geoid] \n", - "736 [sea_floor_depth_below_geoid] \n", - "737 [sea_floor_depth_below_geoid] \n", - "738 [sea_floor_depth_below_geoid] \n", - "739 [sea_floor_depth_below_geoid] \n", - "740 [sea_floor_depth_below_geoid] \n", - "741 [sea_floor_depth_below_geoid] \n", - "742 [sea_floor_depth_below_geoid] \n", - "743 [sea_floor_depth_below_geoid] \n", - "744 [sea_floor_depth_below_geoid] \n", - "745 [sea_floor_depth_below_geoid] \n", - "746 [sea_floor_depth_below_geoid] \n", - "747 [sea_floor_depth_below_geoid] \n", - "748 [sea_floor_depth_below_geoid] \n", - "749 [sea_floor_depth_below_geoid] \n", - "750 [sea_floor_depth_below_geoid] \n", - "751 [sea_floor_depth_below_geoid] \n", - "752 [sea_floor_depth_below_geoid] \n", - "753 [sea_floor_depth_below_geoid] \n", - "754 [sea_floor_depth_below_geoid] \n", - "755 [sea_floor_depth_below_geoid] \n", - "756 [sea_floor_depth_below_geoid] \n", - "757 [sea_floor_depth_below_geoid] \n", - "758 [sea_floor_depth_below_geoid] \n", - "759 [sea_floor_depth_below_geoid] \n", - "760 [sea_floor_depth_below_geoid] \n", - "761 [sea_floor_depth_below_geoid] \n", - "762 [sea_floor_depth_below_geoid] \n", - "763 [sea_floor_depth_below_geoid] \n", - "764 [sea_floor_depth_below_geoid] \n", - "765 [sea_floor_depth_below_geoid] \n", - "766 [sea_floor_depth_below_geoid] \n", - "767 [sea_floor_depth_below_geoid] \n", - "768 [sea_floor_depth_below_geoid] \n", - "769 [sea_floor_depth_below_geoid] \n", - "770 [sea_floor_depth_below_geoid] \n", - "771 [sea_floor_depth_below_geoid] \n", - "772 [sea_floor_depth_below_geoid] \n", - "773 [sea_floor_depth_below_geoid] \n", - "774 [sea_floor_depth_below_geoid] \n", - "775 [sea_floor_depth_below_geoid] \n", - "776 [sea_floor_depth_below_geoid] \n", - "777 [sea_floor_depth_below_geoid] \n", - "778 [sea_floor_depth_below_geoid] \n", - "779 [sea_floor_depth_below_geoid] \n", - "780 [sea_floor_depth_below_geoid] \n", - "781 [sea_floor_depth_below_geoid] \n", - "782 [sea_floor_depth_below_geoid] \n", - "783 [sea_floor_depth_below_geoid] \n", - "784 [sea_floor_depth_below_geoid] \n", - "785 [sea_floor_depth_below_geoid] \n", - "786 [sea_floor_depth_below_geoid] \n", - "787 [sea_floor_depth_below_geoid] \n", - "788 [sea_floor_depth_below_geoid] \n", - "789 [sea_floor_depth_below_geoid] \n", - "790 [sea_floor_depth_below_geoid] \n", - "791 [sea_floor_depth_below_geoid] \n", - "792 [sea_floor_depth_below_geoid] \n", - "793 [sea_floor_depth_below_geoid] \n", - "794 [sea_floor_depth_below_geoid] \n", - "795 [sea_floor_depth_below_geoid] \n", - "796 [sea_floor_depth_below_geoid] \n", - "797 [sea_floor_depth_below_geoid] \n", - "798 [sea_floor_depth_below_geoid] \n", - "799 [sea_floor_depth_below_geoid] \n", - "800 [sea_floor_depth_below_geoid] \n", - "801 [sea_floor_depth_below_geoid] \n", - "802 [sea_floor_depth_below_geoid] \n", - "803 [sea_floor_depth_below_geoid] \n", - "804 [sea_floor_depth_below_geoid] \n", - "805 [sea_floor_depth_below_geoid] \n", - "806 [sea_floor_depth_below_geoid] \n", - "807 [sea_floor_depth_below_geoid] \n", - "808 [sea_floor_depth_below_geoid] \n", - "809 [sea_floor_depth_below_geoid] \n", - "810 [sea_floor_depth_below_geoid] \n", - "811 [sea_floor_depth_below_geoid] \n", - "812 [sea_floor_depth_below_geoid] \n", - "813 [sea_floor_depth_below_geoid] \n", - "814 [sea_floor_depth_below_geoid] \n", - "815 [sea_floor_depth_below_geoid] \n", - "816 [sea_floor_depth_below_geoid] \n", - "817 [sea_floor_depth_below_geoid] \n", - "818 [sea_floor_depth_below_geoid] \n", - "819 [sea_floor_depth_below_geoid] \n", - "820 [sea_floor_depth_below_geoid] \n", - "821 [sea_floor_depth_below_geoid] \n", - "822 [sea_floor_depth_below_geoid] \n", - "823 [sea_floor_depth_below_geoid] \n", - "824 [sea_floor_depth_below_geoid] \n", - "825 [sea_floor_depth_below_geoid] \n", - "826 [sea_floor_depth_below_geoid] \n", - "827 [sea_floor_depth_below_geoid] \n", - "828 [sea_floor_depth_below_geoid] \n", - "829 [sea_floor_depth_below_geoid] \n", - "830 [sea_floor_depth_below_geoid] \n", - "831 [sea_floor_depth_below_geoid] \n", - "832 [sea_floor_depth_below_geoid] \n", - "833 [sea_floor_depth_below_geoid] \n", - "834 [sea_floor_depth_below_geoid] \n", - "835 [sea_floor_depth_below_geoid] \n", - "836 [sea_floor_depth_below_geoid] \n", - "837 [sea_floor_depth_below_geoid] \n", - "838 [sea_floor_depth_below_geoid] \n", - "839 [sea_floor_depth_below_geoid] \n", - "840 [sea_floor_depth_below_geoid] \n", - "841 [sea_floor_depth_below_geoid] \n", - "842 [sea_floor_depth_below_geoid] \n", - "843 [sea_floor_depth_below_geoid] \n", - "844 [sea_floor_depth_below_geoid] \n", - "845 [sea_floor_depth_below_geoid] \n", - "846 [sea_floor_depth_below_geoid] \n", - "847 [sea_floor_depth_below_geoid] \n", - "848 [sea_floor_depth_below_geoid] \n", - "849 [sea_floor_depth_below_geoid] \n", - "850 [sea_floor_depth_below_geoid] \n", - "851 [sea_floor_depth_below_geoid] \n", - "852 [sea_floor_depth_below_geoid] \n", - "853 [sea_floor_depth_below_geoid] \n", - "854 [sea_floor_depth_below_geoid] \n", - "855 [sea_floor_depth_below_geoid] \n", - "856 [sea_floor_depth_below_geoid] \n", - "857 [sea_floor_depth_below_geoid] \n", - "858 [sea_floor_depth_below_geoid] \n", - "859 [sea_floor_depth_below_geoid] \n", - "860 [sea_floor_depth_below_geoid] \n", - "861 [sea_floor_depth_below_geoid] \n", - "862 [sea_floor_depth_below_geoid] \n", - "863 [sea_floor_depth_below_geoid] \n", - "864 [sea_floor_depth_below_geoid] \n", - "865 [sea_floor_depth_below_geoid] \n", - "866 [sea_floor_depth_below_geoid] \n", - "867 [sea_floor_depth_below_geoid] \n", - "868 [sea_floor_depth_below_geoid] \n", - "869 [sea_floor_depth_below_geoid] \n", - "870 [sea_floor_depth_below_geoid] \n", - "871 [sea_floor_depth_below_geoid] \n", - "872 [sea_floor_depth_below_geoid] \n", - "873 [sea_floor_depth_below_geoid] \n", - "874 [sea_floor_depth_below_geoid] \n", - "875 [sea_floor_depth_below_geoid] \n", - "876 [sea_floor_depth_below_geoid] \n", - "877 [sea_floor_depth_below_geoid] \n", - "878 [sea_floor_depth_below_geoid] \n", - "879 [sea_floor_depth_below_geoid] \n", - "880 [sea_floor_depth_below_geoid] \n", - "881 [sea_floor_depth_below_geoid] \n", - "882 [sea_floor_depth_below_geoid] \n", - "883 [sea_floor_depth_below_geoid] \n", - "884 [sea_floor_depth_below_geoid] \n", - "885 [sea_floor_depth_below_geoid] \n", - "886 [sea_floor_depth_below_geoid] \n", - "887 [sea_floor_depth_below_geoid] \n", - "888 [sea_floor_depth_below_geoid] \n", - "889 [sea_floor_depth_below_geoid] \n", - "890 [sea_floor_depth_below_geoid] \n", - "891 [sea_floor_depth_below_geoid] \n", - "892 [sea_floor_depth_below_geoid] \n", - "893 [sea_floor_depth_below_geoid] \n", - "894 [sea_floor_depth_below_geoid] \n", - "895 [sea_floor_depth_below_geoid] \n", - "896 [sea_floor_depth_below_geoid] \n", - "897 [sea_floor_depth_below_geoid] \n", - "898 [sea_floor_depth_below_geoid] \n", - "899 [sea_floor_depth_below_geoid] \n", - "900 [sea_floor_depth_below_geoid] \n", - "901 [sea_floor_depth_below_geoid] \n", - "902 [sea_floor_depth_below_geoid] \n", - "903 [sea_floor_depth_below_geoid] \n", - "904 [sea_floor_depth_below_geoid] \n", - "905 [sea_floor_depth_below_geoid] \n", - "906 [sea_floor_depth_below_geoid] \n", - "907 [sea_floor_depth_below_geoid] \n", - "908 [sea_floor_depth_below_geoid] \n", - "909 [sea_floor_depth_below_geoid] \n", - "910 [sea_floor_depth_below_geoid] \n", - "911 [sea_floor_depth_below_geoid] \n", - "912 [sea_floor_depth_below_geoid] \n", - "913 [sea_floor_depth_below_geoid] \n", - "914 [sea_floor_depth_below_geoid] \n", - "915 [sea_floor_depth_below_geoid] \n", - "916 [sea_floor_depth_below_geoid] \n", - "917 [sea_floor_depth_below_geoid] \n", - "918 [sea_floor_depth_below_geoid] \n", - "919 [sea_floor_depth_below_geoid] \n", - "920 [sea_floor_depth_below_geoid] \n", - "921 [sea_floor_depth_below_geoid] \n", - "922 [sea_floor_depth_below_geoid] \n", - "923 [sea_floor_depth_below_geoid] \n", - "924 [sea_floor_depth_below_geoid] \n", - "925 [sea_floor_depth_below_geoid] \n", - "926 [sea_floor_depth_below_geoid] \n", - "927 [sea_floor_depth_below_geoid] \n", - "928 [sea_floor_depth_below_geoid] \n", - "929 [sea_floor_depth_below_geoid] \n", - "930 [sea_floor_depth_below_geoid] \n", - "931 [sea_floor_depth_below_geoid] \n", - "932 [sea_floor_depth_below_geoid] \n", - "933 [sea_floor_depth_below_geoid] \n", - "934 [sea_floor_depth_below_geoid] \n", - "935 [sea_floor_depth_below_geoid] \n", - "936 [sea_floor_depth_below_geoid] \n", - "937 [sea_floor_depth_below_geoid] \n", - "938 [sea_floor_depth_below_geoid] \n", - "939 [sea_floor_depth_below_geoid] \n", - "940 [sea_floor_depth_below_geoid] \n", - "941 [sea_floor_depth_below_geoid] \n", - "942 [sea_floor_depth_below_geoid] \n", - "943 [sea_floor_depth_below_geoid] \n", - "944 [sea_floor_depth_below_geoid] \n", - "945 [sea_floor_depth_below_geoid] \n", - "946 [sea_floor_depth_below_geoid] \n", - "947 [sea_floor_depth_below_geoid] \n", - "948 [sea_floor_depth_below_geoid] \n", - "949 [sea_floor_depth_below_geoid] \n", - "950 [sea_floor_depth_below_geoid] \n", - "951 [sea_floor_depth_below_geoid] \n", - "952 [sea_floor_depth_below_geoid] \n", - "953 [sea_floor_depth_below_geoid] \n", - "954 [sea_floor_depth_below_geoid] \n", - "955 [sea_floor_depth_below_geoid] \n", - "956 [sea_floor_depth_below_geoid] \n", - "957 [sea_floor_depth_below_geoid] \n", - "958 [sea_floor_depth_below_geoid] \n", - "959 [sea_floor_depth_below_geoid] \n", - "960 [sea_floor_depth_below_geoid] \n", - "961 [sea_floor_depth_below_geoid] \n", - "962 [sea_floor_depth_below_geoid] \n", - "963 [sea_floor_depth_below_geoid] \n", - "964 [sea_floor_depth_below_geoid] \n", - "965 [sea_floor_depth_below_geoid] \n", - "966 [sea_floor_depth_below_geoid] \n", - "967 [sea_floor_depth_below_geoid] \n", - "968 [sea_floor_depth_below_geoid] \n", - "969 [sea_floor_depth_below_geoid] \n", - "970 [sea_floor_depth_below_geoid] \n", - "971 [sea_floor_depth_below_geoid] \n", - "972 [sea_floor_depth_below_geoid] \n", - "973 [sea_floor_depth_below_geoid] \n", - "974 [sea_floor_depth_below_geoid] \n", - "975 [sea_floor_depth_below_geoid] \n", - "976 [sea_floor_depth_below_geoid] \n", - "977 [sea_floor_depth_below_geoid] \n", - "978 [sea_floor_depth_below_geoid] \n", - "979 [sea_floor_depth_below_geoid] \n", - "980 [sea_floor_depth_below_geoid] \n", - "981 [sea_floor_depth_below_geoid] \n", - "982 [sea_floor_depth_below_geoid] \n", - "983 [sea_floor_depth_below_geoid] \n", - "984 [sea_floor_depth_below_geoid] \n", - "985 [sea_floor_depth_below_geoid] \n", - "986 [sea_floor_depth_below_geoid] \n", - "987 [sea_floor_depth_below_geoid] \n", - "988 [sea_floor_depth_below_geoid] \n", - "989 [sea_floor_depth_below_geoid] \n", - "990 [sea_floor_depth_below_geoid] \n", - "991 [sea_floor_depth_below_geoid] \n", - "992 [sea_floor_depth_below_geoid] \n", - "993 [sea_floor_depth_below_geoid] \n", - "994 [sea_floor_depth_below_geoid] \n", - "995 [sea_floor_depth_below_geoid] \n", - "996 [sea_floor_depth_below_geoid] \n", - "997 [sea_floor_depth_below_geoid] \n", - "998 [sea_floor_depth_below_geoid] \n", - "999 [sea_floor_depth_below_geoid] \n", - "1000 [sea_floor_depth_below_geoid] \n", - "1001 [sea_floor_depth_below_geoid] \n", - "1002 [sea_floor_depth_below_geoid] \n", - "1003 [sea_floor_depth_below_geoid] \n", - "1004 [sea_floor_depth_below_geoid] \n", - "1005 [sea_floor_depth_below_geoid] \n", - "1006 [sea_floor_depth_below_geoid] \n", - "1007 [sea_floor_depth_below_geoid] \n", - "1008 [sea_floor_depth_below_geoid] \n", - "1009 [sea_floor_depth_below_geoid] \n", - "1010 [sea_floor_depth_below_geoid] \n", - "1011 [sea_floor_depth_below_geoid] \n", - "1012 [sea_floor_depth_below_geoid] \n", - "1013 [sea_floor_depth_below_geoid] \n", - "1014 [sea_floor_depth_below_geoid] \n", - "1015 [sea_floor_depth_below_geoid] \n", - "1016 [sea_floor_depth_below_geoid] \n", - "1017 [sea_floor_depth_below_geoid] \n", - "1018 [sea_floor_depth_below_geoid] \n", - "1019 [sea_floor_depth_below_geoid] \n", - "1020 [sea_floor_depth_below_geoid] \n", - "1021 [sea_floor_depth_below_geoid] \n", - "1022 [sea_floor_depth_below_geoid] \n", - "1023 [sea_floor_depth_below_geoid] \n", - "1024 [sea_floor_depth_below_geoid] \n", - "1025 [sea_floor_depth_below_geoid] \n", - "1026 [sea_floor_depth_below_geoid] \n", - "1027 [sea_floor_depth_below_geoid] \n", - "1028 [sea_floor_depth_below_geoid] \n", - "1029 [sea_floor_depth_below_geoid] \n", - "1030 [sea_floor_depth_below_geoid] \n", - "1031 [sea_floor_depth_below_geoid] \n", - "1032 [sea_floor_depth_below_geoid] \n", - "1033 [sea_floor_depth_below_geoid] \n", - "1034 [sea_floor_depth_below_geoid] \n", - "1035 [sea_floor_depth_below_geoid] \n", - "1036 [sea_floor_depth_below_geoid] \n", - "1037 [sea_floor_depth_below_geoid] \n", - "1038 [sea_floor_depth_below_geoid] \n", - "1039 [sea_floor_depth_below_geoid] \n", - "1040 [sea_floor_depth_below_geoid] \n", - "1041 [sea_floor_depth_below_geoid] \n", - "1042 [sea_floor_depth_below_geoid] \n", - "1043 [sea_floor_depth_below_geoid] \n", - "1044 [sea_floor_depth_below_geoid] \n", - "1045 [sea_floor_depth_below_geoid] \n", - "1046 [sea_floor_depth_below_geoid] \n", - "1047 [sea_floor_depth_below_geoid] \n", - "1048 [sea_floor_depth_below_geoid] \n", - "1049 [sea_floor_depth_below_geoid] \n", - "1050 [sea_floor_depth_below_geoid] \n", - "1051 [sea_floor_depth_below_geoid] \n", - "1052 [sea_floor_depth_below_geoid] \n", - "1053 [sea_floor_depth_below_geoid] \n", - "1054 [sea_floor_depth_below_geoid] \n", - "1055 [sea_floor_depth_below_geoid] \n", - "1056 [sea_floor_depth_below_geoid] \n", - "1057 [sea_floor_depth_below_geoid] \n", - "1058 [sea_floor_depth_below_geoid] \n", - "1059 [sea_floor_depth_below_geoid] \n", - "1060 [sea_floor_depth_below_geoid] \n", - "1061 [sea_floor_depth_below_geoid] \n", - "1062 [sea_floor_depth_below_geoid] \n", - "1063 [sea_floor_depth_below_geoid] \n", - "1064 [sea_floor_depth_below_geoid] \n", - "1065 [sea_floor_depth_below_geoid] \n", - "1066 [sea_floor_depth_below_geoid] \n", - "1067 [sea_floor_depth_below_geoid] \n", - "1068 [sea_floor_depth_below_geoid] \n", - "1069 [sea_floor_depth_below_geoid] \n", - "1070 [sea_floor_depth_below_geoid] \n", - "1071 [sea_floor_depth_below_geoid] \n", - "1072 [sea_floor_depth_below_geoid] \n", - "1073 [sea_floor_depth_below_geoid] \n", - "1074 [sea_floor_depth_below_geoid] \n", - "1075 [sea_floor_depth_below_geoid] \n", - "1076 [sea_floor_depth_below_geoid] \n", - "1077 [sea_floor_depth_below_geoid] \n", - "1078 [sea_floor_depth_below_geoid] \n", - "1079 [sea_floor_depth_below_geoid] \n", - "1080 [sea_floor_depth_below_geoid] \n", - "1081 [sea_floor_depth_below_geoid] \n", - "1082 [sea_floor_depth_below_geoid] \n", - "1083 [sea_floor_depth_below_geoid] \n", - "1084 [sea_floor_depth_below_geoid] \n", - "1085 [sea_floor_depth_below_geoid] \n", - "1086 [sea_floor_depth_below_geoid] \n", - "1087 [sea_floor_depth_below_geoid] \n", - "1088 [sea_floor_depth_below_geoid] \n", - "1089 [sea_floor_depth_below_geoid] \n", - "1090 [sea_floor_depth_below_geoid] \n", - "1091 [sea_floor_depth_below_geoid] \n", - "1092 [sea_floor_depth_below_geoid] \n", - "1093 [sea_floor_depth_below_geoid] \n", - "1094 [sea_floor_depth_below_geoid] \n", - "1095 [sea_floor_depth_below_geoid] \n", - "1096 [sea_floor_depth_below_geoid] \n", - "1097 [sea_floor_depth_below_geoid] \n", - "1098 [sea_floor_depth_below_geoid] \n", - "1099 [sea_floor_depth_below_geoid] \n", - "1100 [sea_floor_depth_below_geoid] \n", - "1101 [sea_floor_depth_below_geoid] \n", - "1102 [sea_floor_depth_below_geoid] \n", - "1103 [sea_floor_depth_below_geoid] \n", - "1104 [sea_floor_depth_below_geoid] \n", - "1105 [sea_floor_depth_below_geoid] \n", - "1106 [sea_floor_depth_below_geoid] \n", - "1107 [sea_floor_depth_below_geoid] \n", - "1108 [sea_floor_depth_below_geoid] \n", - "1109 [sea_floor_depth_below_geoid] \n", - "1110 [sea_floor_depth_below_geoid] \n", - "1111 [sea_floor_depth_below_geoid] \n", - "1112 [sea_floor_depth_below_geoid] \n", - "1113 [sea_floor_depth_below_geoid] \n", - "1114 [sea_floor_depth_below_geoid] \n", - "1115 [sea_floor_depth_below_geoid] \n", - "\n", - " variable_cell_methods \\\n", - "0 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "2 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "3 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "4 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "5 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "6 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "7 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "8 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "9 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "10 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "11 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "12 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "13 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "14 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "15 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "16 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "17 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "18 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "19 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "20 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "21 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "22 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "23 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "24 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "25 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "26 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "27 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "28 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "29 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "30 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "31 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "32 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "33 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "34 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "35 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "36 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "37 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "38 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "39 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "40 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "41 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "42 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "43 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "44 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "45 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "46 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "47 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "48 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "49 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "50 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "51 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "52 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "53 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "54 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "55 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "56 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "57 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "58 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "59 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "60 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "61 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "62 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "63 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "64 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "65 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "66 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "67 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "68 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "69 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "70 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "71 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "72 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "73 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "74 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "75 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "76 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "77 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "78 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "79 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "80 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "81 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "82 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "83 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "84 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "85 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "86 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "87 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "88 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "89 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "90 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "91 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "92 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "93 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "94 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "95 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "96 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "97 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "98 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "99 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "100 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "101 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "102 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "103 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "104 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "105 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "106 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "107 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "108 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "109 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "110 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "111 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "112 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "113 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "114 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "115 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "116 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "117 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "118 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "119 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "120 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "121 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "122 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "123 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "124 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "125 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "126 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "127 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "128 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "129 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "130 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "131 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "132 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "133 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "134 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "135 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "136 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "137 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "138 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "139 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "140 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "141 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "142 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "143 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "144 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "145 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "146 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "147 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "148 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "149 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "150 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "151 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "152 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "153 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "154 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "155 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "156 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "157 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "158 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "159 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "160 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "161 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "162 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "163 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "164 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "165 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "166 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "167 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "168 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "169 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "170 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "171 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "172 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "173 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "174 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "175 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "176 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "177 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "178 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "179 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "180 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "181 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "182 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "183 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "184 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "185 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "186 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "187 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "188 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "189 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "190 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "191 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "192 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "193 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "194 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "195 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "196 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "197 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "198 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "199 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "200 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "201 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "202 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "203 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "204 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "205 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "206 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "207 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "208 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "209 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "210 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "211 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "212 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "213 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "214 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "215 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "216 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "217 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "218 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "219 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "220 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "221 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "222 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "223 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "224 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "225 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "226 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "227 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "228 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "229 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "230 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "231 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "232 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "233 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "234 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "235 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "236 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "237 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "238 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "239 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "240 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "241 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "242 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "243 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "244 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "245 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "246 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "247 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "248 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "249 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "250 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "251 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "252 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "253 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "254 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "255 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "256 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "257 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "258 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "259 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "260 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "261 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "262 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "263 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "264 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "265 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "266 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "267 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "268 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "269 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "270 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "271 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "272 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "273 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "274 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "275 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "276 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "277 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "278 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "279 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "280 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "281 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "282 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "283 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "284 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "285 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "286 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "287 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "288 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "289 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "290 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "291 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "292 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "293 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "294 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "295 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "296 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "297 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "298 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "299 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "300 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "301 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "302 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "303 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "304 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "305 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "306 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "307 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "308 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "309 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "310 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "311 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "312 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "313 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "314 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "315 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "316 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "317 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "318 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "319 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "320 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "321 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "322 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "323 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "324 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "325 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "326 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "327 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "328 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "329 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "330 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "331 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "332 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "333 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "334 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "335 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "336 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "337 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "338 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "339 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "340 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "341 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "342 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "343 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "344 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "345 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "346 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "347 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "348 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "349 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "350 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "351 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "352 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "353 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "354 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "355 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "356 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "357 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "358 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "359 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "360 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "361 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "362 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "363 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "364 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "365 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "366 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "367 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "368 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "369 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "370 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "371 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "372 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "373 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "374 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "375 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "376 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "377 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "378 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "379 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "380 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "381 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "382 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "383 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "384 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "385 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "386 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "387 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "388 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "389 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "390 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "391 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "392 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "393 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "394 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "395 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "396 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "397 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "398 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "399 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "400 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "401 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "402 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "403 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "404 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "405 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "406 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "407 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "408 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "409 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "410 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "411 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "412 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "413 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "414 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "415 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "416 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "417 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "418 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "419 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "420 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "421 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "422 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "423 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "424 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "425 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "426 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "427 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "428 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "429 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "430 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "431 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "432 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "433 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "434 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "435 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "436 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "437 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "438 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "439 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "440 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "441 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "442 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "443 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "444 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "445 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "446 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "447 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "448 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "449 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "450 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "451 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "452 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "453 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "454 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "455 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "456 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "457 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "458 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "459 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "460 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "461 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "462 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "463 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "464 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "465 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "466 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "467 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "468 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "469 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "470 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "471 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "472 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "473 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "474 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "475 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "476 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "477 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "478 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "479 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "480 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "481 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "482 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "483 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "484 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "485 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "486 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "487 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "488 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "489 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "490 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "491 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "492 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "493 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "494 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "495 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "496 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "497 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "498 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "499 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "500 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "501 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "502 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "503 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "504 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "505 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "506 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "507 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "508 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "509 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "510 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "511 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "512 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "513 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "514 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "515 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "516 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "517 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "518 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "519 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "520 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "521 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "522 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "523 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "524 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "525 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "526 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "527 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "528 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "529 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "530 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "531 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "532 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "533 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "534 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "535 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "536 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "537 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "538 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "539 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "540 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "541 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "542 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "543 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "544 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "545 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "546 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "547 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "548 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "549 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "550 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "551 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "552 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "553 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "554 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "555 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "556 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "557 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "558 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "559 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "560 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "561 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "562 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "563 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "564 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "565 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "566 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "567 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "568 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "569 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "570 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "571 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "572 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "573 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "574 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "575 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "576 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "577 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "578 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "579 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "580 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "581 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "582 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "583 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "584 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "585 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "586 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "587 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "588 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "589 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "590 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "591 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "592 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "593 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "594 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "595 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "596 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "597 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "598 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "599 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "600 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "601 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "602 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "603 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "604 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "605 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "606 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "607 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "608 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "609 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "610 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "611 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "612 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "613 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "614 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "615 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "616 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "617 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "618 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "619 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "620 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "621 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "622 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "623 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "624 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "625 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "626 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "627 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "628 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "629 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "630 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "631 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "632 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "633 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "634 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "635 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "636 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "637 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "638 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "639 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "640 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "641 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "642 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "643 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "644 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "645 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "646 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "647 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "648 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "649 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "650 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "651 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "652 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "653 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "654 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "655 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "656 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "657 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "658 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "659 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "660 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "661 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "662 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "663 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "664 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "665 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "666 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "667 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "668 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "669 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "670 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "671 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "672 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "673 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "674 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "675 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "676 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "677 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "678 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "679 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "680 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "681 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "682 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "683 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "684 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "685 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "686 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "687 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "688 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "689 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "690 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "691 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "692 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "693 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "694 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "695 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "696 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "697 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "698 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "699 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "700 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "701 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "702 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "703 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "704 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "705 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "706 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "707 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "708 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "709 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "710 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "711 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "712 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "713 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "714 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "715 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "716 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "717 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "718 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "719 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "720 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "721 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "722 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "723 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "724 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "725 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "726 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "727 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "728 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "729 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "730 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "731 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "732 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "733 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "734 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "735 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "736 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "737 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "738 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "739 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "740 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "741 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "742 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "743 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "744 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "745 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "746 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "747 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "748 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "749 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "750 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "751 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "752 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "753 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "754 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "755 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "756 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "757 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "758 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "759 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "760 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "761 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "762 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "763 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "764 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "765 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "766 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "767 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "768 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "769 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "770 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "771 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "772 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "773 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "774 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "775 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "776 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "777 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "778 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "779 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "780 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "781 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "782 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "783 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "784 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "785 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "786 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "787 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "788 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "789 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "790 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "791 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "792 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "793 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "794 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "795 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "796 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "797 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "798 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "799 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "800 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "801 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "802 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "803 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "804 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "805 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "806 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "807 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "808 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "809 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "810 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "811 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "812 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "813 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "814 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "815 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "816 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "817 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "818 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "819 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "820 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "821 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "822 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "823 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "824 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "825 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "826 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "827 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "828 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "829 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "830 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "831 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "832 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "833 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "834 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "835 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "836 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "837 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "838 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "839 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "840 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "841 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "842 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "843 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "844 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "845 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "846 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "847 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "848 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "849 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "850 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "851 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "852 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "853 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "854 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "855 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "856 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "857 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "858 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "859 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "860 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "861 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "862 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "863 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "864 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "865 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "866 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "867 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "868 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "869 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "870 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "871 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "872 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "873 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "874 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "875 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "876 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "877 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "878 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "879 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "880 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "881 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "882 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "883 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "884 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "885 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "886 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "887 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "888 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "889 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "890 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "891 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "892 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "893 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "894 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "895 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "896 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "897 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "898 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "899 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "900 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "901 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "902 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "903 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "904 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "905 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "906 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "907 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "908 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "909 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "910 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "911 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "912 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "913 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "914 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "915 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "916 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "917 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "918 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "919 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "920 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "921 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "922 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "923 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "924 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "925 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "926 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "927 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "928 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "929 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "930 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "931 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "932 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "933 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "934 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "935 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "936 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "937 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "938 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "939 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "940 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "941 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "942 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "943 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "944 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "945 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "946 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "947 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "948 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "949 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "950 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "951 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "952 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "953 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "954 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "955 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "956 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "957 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "958 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "959 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "960 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "961 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "962 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "963 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "964 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "965 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "966 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "967 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "968 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "969 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "970 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "971 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "972 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "973 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "974 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "975 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "976 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "977 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "978 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "979 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "980 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "981 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "982 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "983 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "984 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "985 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "986 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "987 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "988 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "989 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "990 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "991 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "992 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "993 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "994 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "995 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "996 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "997 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "998 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "999 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1000 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1001 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1002 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1003 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1004 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1005 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1006 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1007 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1008 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1009 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1010 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1011 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1012 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1013 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1014 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1015 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1016 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1017 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1018 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1019 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1020 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1021 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1022 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1023 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1024 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1025 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1026 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1027 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1028 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1029 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1030 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1031 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1032 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1033 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1034 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1035 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1036 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1037 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1038 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1039 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1040 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1041 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1042 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1043 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1044 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1045 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1046 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1047 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1048 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1049 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1050 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1051 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1052 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1053 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1054 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1055 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1056 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1057 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1058 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1059 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1060 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1061 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1062 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1063 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1064 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1065 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1066 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1067 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1068 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1069 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1070 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1071 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1072 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1073 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1074 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1075 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1076 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1077 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1078 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1079 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1080 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1081 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1082 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1083 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1084 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1085 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1086 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1087 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1088 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1089 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1090 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1091 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1092 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1093 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1094 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1095 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1096 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1097 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1098 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1099 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1100 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1101 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1102 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1103 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1104 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1105 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1106 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1107 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1108 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1109 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1110 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1111 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1112 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1113 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1114 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1115 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "\n", - " filename file_id \n", - "0 ocean_grid.nc ocean_grid \n", - "1 ocean_grid.nc ocean_grid \n", - "2 ocean_grid.nc ocean_grid \n", - "3 ocean_grid.nc ocean_grid \n", - "4 ocean_grid.nc ocean_grid \n", - "5 ocean_grid.nc ocean_grid \n", - "6 ocean_grid.nc ocean_grid \n", - "7 ocean_grid.nc ocean_grid \n", - "8 ocean_grid.nc ocean_grid \n", - "9 ocean_grid.nc ocean_grid \n", - "10 ocean_grid.nc ocean_grid \n", - "11 ocean_grid.nc ocean_grid \n", - "12 ocean_grid.nc ocean_grid \n", - "13 ocean_grid.nc ocean_grid \n", - "14 ocean_grid.nc ocean_grid \n", - "15 ocean_grid.nc ocean_grid \n", - "16 ocean_grid.nc ocean_grid \n", - "17 ocean_grid.nc ocean_grid \n", - "18 ocean_grid.nc ocean_grid \n", - "19 ocean_grid.nc ocean_grid \n", - "20 ocean_grid.nc ocean_grid \n", - "21 ocean_grid.nc ocean_grid \n", - "22 ocean_grid.nc ocean_grid \n", - "23 ocean_grid.nc ocean_grid \n", - "24 ocean_grid.nc ocean_grid \n", - "25 ocean_grid.nc ocean_grid \n", - "26 ocean_grid.nc ocean_grid \n", - "27 ocean_grid.nc ocean_grid \n", - "28 ocean_grid.nc ocean_grid \n", - "29 ocean_grid.nc ocean_grid \n", - "30 ocean_grid.nc ocean_grid \n", - "31 ocean_grid.nc ocean_grid \n", - "32 ocean_grid.nc ocean_grid \n", - "33 ocean_grid.nc ocean_grid \n", - "34 ocean_grid.nc ocean_grid \n", - "35 ocean_grid.nc ocean_grid \n", - "36 ocean_grid.nc ocean_grid \n", - "37 ocean_grid.nc ocean_grid \n", - "38 ocean_grid.nc ocean_grid \n", - "39 ocean_grid.nc ocean_grid \n", - "40 ocean_grid.nc ocean_grid \n", - "41 ocean_grid.nc ocean_grid \n", - "42 ocean_grid.nc ocean_grid \n", - "43 ocean_grid.nc ocean_grid \n", - "44 ocean_grid.nc ocean_grid \n", - "45 ocean_grid.nc ocean_grid \n", - "46 ocean_grid.nc ocean_grid \n", - "47 ocean_grid.nc ocean_grid \n", - "48 ocean_grid.nc ocean_grid \n", - "49 ocean_grid.nc ocean_grid \n", - "50 ocean_grid.nc ocean_grid \n", - "51 ocean_grid.nc ocean_grid \n", - "52 ocean_grid.nc ocean_grid \n", - "53 ocean_grid.nc ocean_grid \n", - "54 ocean_grid.nc ocean_grid \n", - "55 ocean_grid.nc ocean_grid \n", - "56 ocean_grid.nc ocean_grid \n", - "57 ocean_grid.nc ocean_grid \n", - "58 ocean_grid.nc ocean_grid \n", - "59 ocean_grid.nc ocean_grid \n", - "60 ocean_grid.nc ocean_grid \n", - "61 ocean_grid.nc ocean_grid \n", - "62 ocean_grid.nc ocean_grid \n", - "63 ocean_grid.nc ocean_grid \n", - "64 ocean_grid.nc ocean_grid \n", - "65 ocean_grid.nc ocean_grid \n", - "66 ocean_grid.nc ocean_grid \n", - "67 ocean_grid.nc ocean_grid \n", - "68 ocean_grid.nc ocean_grid \n", - "69 ocean_grid.nc ocean_grid \n", - "70 ocean_grid.nc ocean_grid \n", - "71 ocean_grid.nc ocean_grid \n", - "72 ocean_grid.nc ocean_grid \n", - "73 ocean_grid.nc ocean_grid \n", - "74 ocean_grid.nc ocean_grid \n", - "75 ocean_grid.nc ocean_grid \n", - "76 ocean_grid.nc ocean_grid \n", - "77 ocean_grid.nc ocean_grid \n", - "78 ocean_grid.nc ocean_grid \n", - "79 ocean_grid.nc ocean_grid \n", - "80 ocean_grid.nc ocean_grid \n", - "81 ocean_grid.nc ocean_grid \n", - "82 ocean_grid.nc ocean_grid \n", - "83 ocean_grid.nc ocean_grid \n", - "84 ocean_grid.nc ocean_grid \n", - "85 ocean_grid.nc ocean_grid \n", - "86 ocean_grid.nc ocean_grid \n", - "87 ocean_grid.nc ocean_grid \n", - "88 ocean_grid.nc ocean_grid \n", - "89 ocean_grid.nc ocean_grid \n", - "90 ocean_grid.nc ocean_grid \n", - "91 ocean_grid.nc ocean_grid \n", - "92 ocean_grid.nc ocean_grid \n", - "93 ocean_grid.nc ocean_grid \n", - "94 ocean_grid.nc ocean_grid \n", - "95 ocean_grid.nc ocean_grid \n", - "96 ocean_grid.nc ocean_grid \n", - "97 ocean_grid.nc ocean_grid \n", - "98 ocean_grid.nc ocean_grid \n", - "99 ocean_grid.nc ocean_grid \n", - "100 ocean_grid.nc ocean_grid \n", - "101 ocean_grid.nc ocean_grid \n", - "102 ocean_grid.nc ocean_grid \n", - "103 ocean_grid.nc ocean_grid \n", - "104 ocean_grid.nc ocean_grid \n", - "105 ocean_grid.nc ocean_grid \n", - "106 ocean_grid.nc ocean_grid \n", - "107 ocean_grid.nc ocean_grid \n", - "108 ocean_grid.nc ocean_grid \n", - "109 ocean_grid.nc ocean_grid \n", - "110 ocean_grid.nc ocean_grid \n", - "111 ocean_grid.nc ocean_grid \n", - "112 ocean_grid.nc ocean_grid \n", - "113 ocean_grid.nc ocean_grid \n", - "114 ocean_grid.nc ocean_grid \n", - "115 ocean_grid.nc ocean_grid \n", - "116 ocean_grid.nc ocean_grid \n", - "117 ocean_grid.nc ocean_grid \n", - "118 ocean_grid.nc ocean_grid \n", - "119 ocean_grid.nc ocean_grid \n", - "120 ocean_grid.nc ocean_grid \n", - "121 ocean_grid.nc ocean_grid \n", - "122 ocean_grid.nc ocean_grid \n", - "123 ocean_grid.nc ocean_grid \n", - "124 ocean_grid.nc ocean_grid \n", - "125 ocean_grid.nc ocean_grid \n", - "126 ocean_grid.nc ocean_grid \n", - "127 ocean_grid.nc ocean_grid \n", - "128 ocean_grid.nc ocean_grid \n", - "129 ocean_grid.nc ocean_grid \n", - "130 ocean_grid.nc ocean_grid \n", - "131 ocean_grid.nc ocean_grid \n", - "132 ocean_grid.nc ocean_grid \n", - "133 ocean_grid.nc ocean_grid \n", - "134 ocean_grid.nc ocean_grid \n", - "135 ocean_grid.nc ocean_grid \n", - "136 ocean_grid.nc ocean_grid \n", - "137 ocean_grid.nc ocean_grid \n", - "138 ocean_grid.nc ocean_grid \n", - "139 ocean_grid.nc ocean_grid \n", - "140 ocean_grid.nc ocean_grid \n", - "141 ocean_grid.nc ocean_grid \n", - "142 ocean_grid.nc ocean_grid \n", - "143 ocean_grid.nc ocean_grid \n", - "144 ocean_grid.nc ocean_grid \n", - "145 ocean_grid.nc ocean_grid \n", - "146 ocean_grid.nc ocean_grid \n", - "147 ocean_grid.nc ocean_grid \n", - "148 ocean_grid.nc ocean_grid \n", - "149 ocean_grid.nc ocean_grid \n", - "150 ocean_grid.nc ocean_grid \n", - "151 ocean_grid.nc ocean_grid \n", - "152 ocean_grid.nc ocean_grid \n", - "153 ocean_grid.nc ocean_grid \n", - "154 ocean_grid.nc ocean_grid \n", - "155 ocean_grid.nc ocean_grid \n", - "156 ocean_grid.nc ocean_grid \n", - "157 ocean_grid.nc ocean_grid \n", - "158 ocean_grid.nc ocean_grid \n", - "159 ocean_grid.nc ocean_grid \n", - "160 ocean_grid.nc ocean_grid \n", - "161 ocean_grid.nc ocean_grid \n", - "162 ocean_grid.nc ocean_grid \n", - "163 ocean_grid.nc ocean_grid \n", - "164 ocean_grid.nc ocean_grid \n", - "165 ocean_grid.nc ocean_grid \n", - "166 ocean_grid.nc ocean_grid \n", - "167 ocean_grid.nc ocean_grid \n", - "168 ocean_grid.nc ocean_grid \n", - "169 ocean_grid.nc ocean_grid \n", - "170 ocean_grid.nc ocean_grid \n", - "171 ocean_grid.nc ocean_grid \n", - "172 ocean_grid.nc ocean_grid \n", - "173 ocean_grid.nc ocean_grid \n", - "174 ocean_grid.nc ocean_grid \n", - "175 ocean_grid.nc ocean_grid \n", - "176 ocean_grid.nc ocean_grid \n", - "177 ocean_grid.nc ocean_grid \n", - "178 ocean_grid.nc ocean_grid \n", - "179 ocean_grid.nc ocean_grid \n", - "180 ocean_grid.nc ocean_grid \n", - "181 ocean_grid.nc ocean_grid \n", - "182 ocean_grid.nc ocean_grid \n", - "183 ocean_grid.nc ocean_grid \n", - "184 ocean_grid.nc ocean_grid \n", - "185 ocean_grid.nc ocean_grid \n", - "186 ocean_grid.nc ocean_grid \n", - "187 ocean_grid.nc ocean_grid \n", - "188 ocean_grid.nc ocean_grid \n", - "189 ocean_grid.nc ocean_grid \n", - "190 ocean_grid.nc ocean_grid \n", - "191 ocean_grid.nc ocean_grid \n", - "192 ocean_grid.nc ocean_grid \n", - "193 ocean_grid.nc ocean_grid \n", - "194 ocean_grid.nc ocean_grid \n", - "195 ocean_grid.nc ocean_grid \n", - "196 ocean_grid.nc ocean_grid \n", - "197 ocean_grid.nc ocean_grid \n", - "198 ocean_grid.nc ocean_grid \n", - "199 ocean_grid.nc ocean_grid \n", - "200 ocean_grid.nc ocean_grid \n", - "201 ocean_grid.nc ocean_grid \n", - "202 ocean_grid.nc ocean_grid \n", - "203 ocean_grid.nc ocean_grid \n", - "204 ocean_grid.nc ocean_grid \n", - "205 ocean_grid.nc ocean_grid \n", - "206 ocean_grid.nc ocean_grid \n", - "207 ocean_grid.nc ocean_grid \n", - "208 ocean_grid.nc ocean_grid \n", - "209 ocean_grid.nc ocean_grid \n", - "210 ocean_grid.nc ocean_grid \n", - "211 ocean_grid.nc ocean_grid \n", - "212 ocean_grid.nc ocean_grid \n", - "213 ocean_grid.nc ocean_grid \n", - "214 ocean_grid.nc ocean_grid \n", - "215 ocean_grid.nc ocean_grid \n", - "216 ocean_grid.nc ocean_grid \n", - "217 ocean_grid.nc ocean_grid \n", - "218 ocean_grid.nc ocean_grid \n", - "219 ocean_grid.nc ocean_grid \n", - "220 ocean_grid.nc ocean_grid \n", - "221 ocean_grid.nc ocean_grid \n", - "222 ocean_grid.nc ocean_grid \n", - "223 ocean_grid.nc ocean_grid \n", - "224 ocean_grid.nc ocean_grid \n", - "225 ocean_grid.nc ocean_grid \n", - "226 ocean_grid.nc ocean_grid \n", - "227 ocean_grid.nc ocean_grid \n", - "228 ocean_grid.nc ocean_grid \n", - "229 ocean_grid.nc ocean_grid \n", - "230 ocean_grid.nc ocean_grid \n", - "231 ocean_grid.nc ocean_grid \n", - "232 ocean_grid.nc ocean_grid \n", - "233 ocean_grid.nc ocean_grid \n", - "234 ocean_grid.nc ocean_grid \n", - "235 ocean_grid.nc ocean_grid \n", - "236 ocean_grid.nc ocean_grid \n", - "237 ocean_grid.nc ocean_grid \n", - "238 ocean_grid.nc ocean_grid \n", - "239 ocean_grid.nc ocean_grid \n", - "240 ocean_grid.nc ocean_grid \n", - "241 ocean_grid.nc ocean_grid \n", - "242 ocean_grid.nc ocean_grid \n", - "243 ocean_grid.nc ocean_grid \n", - "244 ocean_grid.nc ocean_grid \n", - "245 ocean_grid.nc ocean_grid \n", - "246 ocean_grid.nc ocean_grid \n", - "247 ocean_grid.nc ocean_grid \n", - "248 ocean_grid.nc ocean_grid \n", - "249 ocean_grid.nc ocean_grid \n", - "250 ocean_grid.nc ocean_grid \n", - "251 ocean_grid.nc ocean_grid \n", - "252 ocean_grid.nc ocean_grid \n", - "253 ocean_grid.nc ocean_grid \n", - "254 ocean_grid.nc ocean_grid \n", - "255 ocean_grid.nc ocean_grid \n", - "256 ocean_grid.nc ocean_grid \n", - "257 ocean_grid.nc ocean_grid \n", - "258 ocean_grid.nc ocean_grid \n", - "259 ocean_grid.nc ocean_grid \n", - "260 ocean_grid.nc ocean_grid \n", - "261 ocean_grid.nc ocean_grid \n", - "262 ocean_grid.nc ocean_grid \n", - "263 ocean_grid.nc ocean_grid \n", - "264 ocean_grid.nc ocean_grid \n", - "265 ocean_grid.nc ocean_grid \n", - "266 ocean_grid.nc ocean_grid \n", - "267 ocean_grid.nc ocean_grid \n", - "268 ocean_grid.nc ocean_grid \n", - "269 ocean_grid.nc ocean_grid \n", - "270 ocean_grid.nc ocean_grid \n", - "271 ocean_grid.nc ocean_grid \n", - "272 ocean_grid.nc ocean_grid \n", - "273 ocean_grid.nc ocean_grid \n", - "274 ocean_grid.nc ocean_grid \n", - "275 ocean_grid.nc ocean_grid \n", - "276 ocean_grid.nc ocean_grid \n", - "277 ocean_grid.nc ocean_grid \n", - "278 ocean_grid.nc ocean_grid \n", - "279 ocean_grid.nc ocean_grid \n", - "280 ocean_grid.nc ocean_grid \n", - "281 ocean_grid.nc ocean_grid \n", - "282 ocean_grid.nc ocean_grid \n", - "283 ocean_grid.nc ocean_grid \n", - "284 ocean_grid.nc ocean_grid \n", - "285 ocean_grid.nc ocean_grid \n", - "286 ocean_grid.nc ocean_grid \n", - "287 ocean_grid.nc ocean_grid \n", - "288 ocean_grid.nc ocean_grid \n", - "289 ocean_grid.nc ocean_grid \n", - "290 ocean_grid.nc ocean_grid \n", - "291 ocean_grid.nc ocean_grid \n", - "292 ocean_grid.nc ocean_grid \n", - "293 ocean_grid.nc ocean_grid \n", - "294 ocean_grid.nc ocean_grid \n", - "295 ocean_grid.nc ocean_grid \n", - "296 ocean_grid.nc ocean_grid \n", - "297 ocean_grid.nc ocean_grid \n", - "298 ocean_grid.nc ocean_grid \n", - "299 ocean_grid.nc ocean_grid \n", - "300 ocean_grid.nc ocean_grid \n", - "301 ocean_grid.nc ocean_grid \n", - "302 ocean_grid.nc ocean_grid \n", - "303 ocean_grid.nc ocean_grid \n", - "304 ocean_grid.nc ocean_grid \n", - "305 ocean_grid.nc ocean_grid \n", - "306 ocean_grid.nc ocean_grid \n", - "307 ocean_grid.nc ocean_grid \n", - "308 ocean_grid.nc ocean_grid \n", - "309 ocean_grid.nc ocean_grid \n", - "310 ocean_grid.nc ocean_grid \n", - "311 ocean_grid.nc ocean_grid \n", - "312 ocean_grid.nc ocean_grid \n", - "313 ocean_grid.nc ocean_grid \n", - "314 ocean_grid.nc ocean_grid \n", - "315 ocean_grid.nc ocean_grid \n", - "316 ocean_grid.nc ocean_grid \n", - "317 ocean_grid.nc ocean_grid \n", - "318 ocean_grid.nc ocean_grid \n", - "319 ocean_grid.nc ocean_grid \n", - "320 ocean_grid.nc ocean_grid \n", - "321 ocean_grid.nc ocean_grid \n", - "322 ocean_grid.nc ocean_grid \n", - "323 ocean_grid.nc ocean_grid \n", - "324 ocean_grid.nc ocean_grid \n", - "325 ocean_grid.nc ocean_grid \n", - "326 ocean_grid.nc ocean_grid \n", - "327 ocean_grid.nc ocean_grid \n", - "328 ocean_grid.nc ocean_grid \n", - "329 ocean_grid.nc ocean_grid \n", - "330 ocean_grid.nc ocean_grid \n", - "331 ocean_grid.nc ocean_grid \n", - "332 ocean_grid.nc ocean_grid \n", - "333 ocean_grid.nc ocean_grid \n", - "334 ocean_grid.nc ocean_grid \n", - "335 ocean_grid.nc ocean_grid \n", - "336 ocean_grid.nc ocean_grid \n", - "337 ocean_grid.nc ocean_grid \n", - "338 ocean_grid.nc ocean_grid \n", - "339 ocean_grid.nc ocean_grid \n", - "340 ocean_grid.nc ocean_grid \n", - "341 ocean_grid.nc ocean_grid \n", - "342 ocean_grid.nc ocean_grid \n", - "343 ocean_grid.nc ocean_grid \n", - "344 ocean_grid.nc ocean_grid \n", - "345 ocean_grid.nc ocean_grid \n", - "346 ocean_grid.nc ocean_grid \n", - "347 ocean_grid.nc ocean_grid \n", - "348 ocean_grid.nc ocean_grid \n", - "349 ocean_grid.nc ocean_grid \n", - "350 ocean_grid.nc ocean_grid \n", - "351 ocean_grid.nc ocean_grid \n", - "352 ocean_grid.nc ocean_grid \n", - "353 ocean_grid.nc ocean_grid \n", - "354 ocean_grid.nc ocean_grid \n", - "355 ocean_grid.nc ocean_grid \n", - "356 ocean_grid.nc ocean_grid \n", - "357 ocean_grid.nc ocean_grid \n", - "358 ocean_grid.nc ocean_grid \n", - "359 ocean_grid.nc ocean_grid \n", - "360 ocean_grid.nc ocean_grid \n", - "361 ocean_grid.nc ocean_grid \n", - "362 ocean_grid.nc ocean_grid \n", - "363 ocean_grid.nc ocean_grid \n", - "364 ocean_grid.nc ocean_grid \n", - "365 ocean_grid.nc ocean_grid \n", - "366 ocean_grid.nc ocean_grid \n", - "367 ocean_grid.nc ocean_grid \n", - "368 ocean_grid.nc ocean_grid \n", - "369 ocean_grid.nc ocean_grid \n", - "370 ocean_grid.nc ocean_grid \n", - "371 ocean_grid.nc ocean_grid \n", - "372 ocean_grid.nc ocean_grid \n", - "373 ocean_grid.nc ocean_grid \n", - "374 ocean_grid.nc ocean_grid \n", - "375 ocean_grid.nc ocean_grid \n", - "376 ocean_grid.nc ocean_grid \n", - "377 ocean_grid.nc ocean_grid \n", - "378 ocean_grid.nc ocean_grid \n", - "379 ocean_grid.nc ocean_grid \n", - "380 ocean_grid.nc ocean_grid \n", - "381 ocean_grid.nc ocean_grid \n", - "382 ocean_grid.nc ocean_grid \n", - "383 ocean_grid.nc ocean_grid \n", - "384 ocean_grid.nc ocean_grid \n", - "385 ocean_grid.nc ocean_grid \n", - "386 ocean_grid.nc ocean_grid \n", - "387 ocean_grid.nc ocean_grid \n", - "388 ocean_grid.nc ocean_grid \n", - "389 ocean_grid.nc ocean_grid \n", - "390 ocean_grid.nc ocean_grid \n", - "391 ocean_grid.nc ocean_grid \n", - "392 ocean_grid.nc ocean_grid \n", - "393 ocean_grid.nc ocean_grid \n", - "394 ocean_grid.nc ocean_grid \n", - "395 ocean_grid.nc ocean_grid \n", - "396 ocean_grid.nc ocean_grid \n", - "397 ocean_grid.nc ocean_grid \n", - "398 ocean_grid.nc ocean_grid \n", - "399 ocean_grid.nc ocean_grid \n", - "400 ocean_grid.nc ocean_grid \n", - "401 ocean_grid.nc ocean_grid \n", - "402 ocean_grid.nc ocean_grid \n", - "403 ocean_grid.nc ocean_grid \n", - "404 ocean_grid.nc ocean_grid \n", - "405 ocean_grid.nc ocean_grid \n", - "406 ocean_grid.nc ocean_grid \n", - "407 ocean_grid.nc ocean_grid \n", - "408 ocean_grid.nc ocean_grid \n", - "409 ocean_grid.nc ocean_grid \n", - "410 ocean_grid.nc ocean_grid \n", - "411 ocean_grid.nc ocean_grid \n", - "412 ocean_grid.nc ocean_grid \n", - "413 ocean_grid.nc ocean_grid \n", - "414 ocean_grid.nc ocean_grid \n", - "415 ocean_grid.nc ocean_grid \n", - "416 ocean_grid.nc ocean_grid \n", - "417 ocean_grid.nc ocean_grid \n", - "418 ocean_grid.nc ocean_grid \n", - "419 ocean_grid.nc ocean_grid \n", - "420 ocean_grid.nc ocean_grid \n", - "421 ocean_grid.nc ocean_grid \n", - "422 ocean_grid.nc ocean_grid \n", - "423 ocean_grid.nc ocean_grid \n", - "424 ocean_grid.nc ocean_grid \n", - "425 ocean_grid.nc ocean_grid \n", - "426 ocean_grid.nc ocean_grid \n", - "427 ocean_grid.nc ocean_grid \n", - "428 ocean_grid.nc ocean_grid \n", - "429 ocean_grid.nc ocean_grid \n", - "430 ocean_grid.nc ocean_grid \n", - "431 ocean_grid.nc ocean_grid \n", - "432 ocean_grid.nc ocean_grid \n", - "433 ocean_grid.nc ocean_grid \n", - "434 ocean_grid.nc ocean_grid \n", - "435 ocean_grid.nc ocean_grid \n", - "436 ocean_grid.nc ocean_grid \n", - "437 ocean_grid.nc ocean_grid \n", - "438 ocean_grid.nc ocean_grid \n", - "439 ocean_grid.nc ocean_grid \n", - "440 ocean_grid.nc ocean_grid \n", - "441 ocean_grid.nc ocean_grid \n", - "442 ocean_grid.nc ocean_grid \n", - "443 ocean_grid.nc ocean_grid \n", - "444 ocean_grid.nc ocean_grid \n", - "445 ocean_grid.nc ocean_grid \n", - "446 ocean_grid.nc ocean_grid \n", - "447 ocean_grid.nc ocean_grid \n", - "448 ocean_grid.nc ocean_grid \n", - "449 ocean_grid.nc ocean_grid \n", - "450 ocean_grid.nc ocean_grid \n", - "451 ocean_grid.nc ocean_grid \n", - "452 ocean_grid.nc ocean_grid \n", - "453 ocean_grid.nc ocean_grid \n", - "454 ocean_grid.nc ocean_grid \n", - "455 ocean_grid.nc ocean_grid \n", - "456 ocean_grid.nc ocean_grid \n", - "457 ocean_grid.nc ocean_grid \n", - "458 ocean_grid.nc ocean_grid \n", - "459 ocean_grid.nc ocean_grid \n", - "460 ocean_grid.nc ocean_grid \n", - "461 ocean_grid.nc ocean_grid \n", - "462 ocean_grid.nc ocean_grid \n", - "463 ocean_grid.nc ocean_grid \n", - "464 ocean_grid.nc ocean_grid \n", - "465 ocean_grid.nc ocean_grid \n", - "466 ocean_grid.nc ocean_grid \n", - "467 ocean_grid.nc ocean_grid \n", - "468 ocean_grid.nc ocean_grid \n", - "469 ocean_grid.nc ocean_grid \n", - "470 ocean_grid.nc ocean_grid \n", - "471 ocean_grid.nc ocean_grid \n", - "472 ocean_grid.nc ocean_grid \n", - "473 ocean_grid.nc ocean_grid \n", - "474 ocean_grid.nc ocean_grid \n", - "475 ocean_grid.nc ocean_grid \n", - "476 ocean_grid.nc ocean_grid \n", - "477 ocean_grid.nc ocean_grid \n", - "478 ocean_grid.nc ocean_grid \n", - "479 ocean_grid.nc ocean_grid \n", - "480 ocean_grid.nc ocean_grid \n", - "481 ocean_grid.nc ocean_grid \n", - "482 ocean_grid.nc ocean_grid \n", - "483 ocean_grid.nc ocean_grid \n", - "484 ocean_grid.nc ocean_grid \n", - "485 ocean_grid.nc ocean_grid \n", - "486 ocean_grid.nc ocean_grid \n", - "487 ocean_grid.nc ocean_grid \n", - "488 ocean_grid.nc ocean_grid \n", - "489 ocean_grid.nc ocean_grid \n", - "490 ocean_grid.nc ocean_grid \n", - "491 ocean_grid.nc ocean_grid \n", - "492 ocean_grid.nc ocean_grid \n", - "493 ocean_grid.nc ocean_grid \n", - "494 ocean_grid.nc ocean_grid \n", - "495 ocean_grid.nc ocean_grid \n", - "496 ocean_grid.nc ocean_grid \n", - "497 ocean_grid.nc ocean_grid \n", - "498 ocean_grid.nc ocean_grid \n", - "499 ocean_grid.nc ocean_grid \n", - "500 ocean_grid.nc ocean_grid \n", - "501 ocean_grid.nc ocean_grid \n", - "502 ocean_grid.nc ocean_grid \n", - "503 ocean_grid.nc ocean_grid \n", - "504 ocean_grid.nc ocean_grid \n", - "505 ocean_grid.nc ocean_grid \n", - "506 ocean_grid.nc ocean_grid \n", - "507 ocean_grid.nc ocean_grid \n", - "508 ocean_grid.nc ocean_grid \n", - "509 ocean_grid.nc ocean_grid \n", - "510 ocean_grid.nc ocean_grid \n", - "511 ocean_grid.nc ocean_grid \n", - "512 ocean_grid.nc ocean_grid \n", - "513 ocean_grid.nc ocean_grid \n", - "514 ocean_grid.nc ocean_grid \n", - "515 ocean_grid.nc ocean_grid \n", - "516 ocean_grid.nc ocean_grid \n", - "517 ocean_grid.nc ocean_grid \n", - "518 ocean_grid.nc ocean_grid \n", - "519 ocean_grid.nc ocean_grid \n", - "520 ocean_grid.nc ocean_grid \n", - "521 ocean_grid.nc ocean_grid \n", - "522 ocean_grid.nc ocean_grid \n", - "523 ocean_grid.nc ocean_grid \n", - "524 ocean_grid.nc ocean_grid \n", - "525 ocean_grid.nc ocean_grid \n", - "526 ocean_grid.nc ocean_grid \n", - "527 ocean_grid.nc ocean_grid \n", - "528 ocean_grid.nc ocean_grid \n", - "529 ocean_grid.nc ocean_grid \n", - "530 ocean_grid.nc ocean_grid \n", - "531 ocean_grid.nc ocean_grid \n", - "532 ocean_grid.nc ocean_grid \n", - "533 ocean_grid.nc ocean_grid \n", - "534 ocean_grid.nc ocean_grid \n", - "535 ocean_grid.nc ocean_grid \n", - "536 ocean_grid.nc ocean_grid \n", - "537 ocean_grid.nc ocean_grid \n", - "538 ocean_grid.nc ocean_grid \n", - "539 ocean_grid.nc ocean_grid \n", - "540 ocean_grid.nc ocean_grid \n", - "541 ocean_grid.nc ocean_grid \n", - "542 ocean_grid.nc ocean_grid \n", - "543 ocean_grid.nc ocean_grid \n", - "544 ocean_grid.nc ocean_grid \n", - "545 ocean_grid.nc ocean_grid \n", - "546 ocean_grid.nc ocean_grid \n", - "547 ocean_grid.nc ocean_grid \n", - "548 ocean_grid.nc ocean_grid \n", - "549 ocean_grid.nc ocean_grid \n", - "550 ocean_grid.nc ocean_grid \n", - "551 ocean_grid.nc ocean_grid \n", - "552 ocean_grid.nc ocean_grid \n", - "553 ocean_grid.nc ocean_grid \n", - "554 ocean_grid.nc ocean_grid \n", - "555 ocean_grid.nc ocean_grid \n", - "556 ocean_grid.nc ocean_grid \n", - "557 ocean_grid.nc ocean_grid \n", - "558 ocean_grid.nc ocean_grid \n", - "559 ocean_grid.nc ocean_grid \n", - "560 ocean_grid.nc ocean_grid \n", - "561 ocean_grid.nc ocean_grid \n", - "562 ocean_grid.nc ocean_grid \n", - "563 ocean_grid.nc ocean_grid \n", - "564 ocean_grid.nc ocean_grid \n", - "565 ocean_grid.nc ocean_grid \n", - "566 ocean_grid.nc ocean_grid \n", - "567 ocean_grid.nc ocean_grid \n", - "568 ocean_grid.nc ocean_grid \n", - "569 ocean_grid.nc ocean_grid \n", - "570 ocean_grid.nc ocean_grid \n", - "571 ocean_grid.nc ocean_grid \n", - "572 ocean_grid.nc ocean_grid \n", - "573 ocean_grid.nc ocean_grid \n", - "574 ocean_grid.nc ocean_grid \n", - "575 ocean_grid.nc ocean_grid \n", - "576 ocean_grid.nc ocean_grid \n", - "577 ocean_grid.nc ocean_grid \n", - "578 ocean_grid.nc ocean_grid \n", - "579 ocean_grid.nc ocean_grid \n", - "580 ocean_grid.nc ocean_grid \n", - "581 ocean_grid.nc ocean_grid \n", - "582 ocean_grid.nc ocean_grid \n", - "583 ocean_grid.nc ocean_grid \n", - "584 ocean_grid.nc ocean_grid \n", - "585 ocean_grid.nc ocean_grid \n", - "586 ocean_grid.nc ocean_grid \n", - "587 ocean_grid.nc ocean_grid \n", - "588 ocean_grid.nc ocean_grid \n", - "589 ocean_grid.nc ocean_grid \n", - "590 ocean_grid.nc ocean_grid \n", - "591 ocean_grid.nc ocean_grid \n", - "592 ocean_grid.nc ocean_grid \n", - "593 ocean_grid.nc ocean_grid \n", - "594 ocean_grid.nc ocean_grid \n", - "595 ocean_grid.nc ocean_grid \n", - "596 ocean_grid.nc ocean_grid \n", - "597 ocean_grid.nc ocean_grid \n", - "598 ocean_grid.nc ocean_grid \n", - "599 ocean_grid.nc ocean_grid \n", - "600 ocean_grid.nc ocean_grid \n", - "601 ocean_grid.nc ocean_grid \n", - "602 ocean_grid.nc ocean_grid \n", - "603 ocean_grid.nc ocean_grid \n", - "604 ocean_grid.nc ocean_grid \n", - "605 ocean_grid.nc ocean_grid \n", - "606 ocean_grid.nc ocean_grid \n", - "607 ocean_grid.nc ocean_grid \n", - "608 ocean_grid.nc ocean_grid \n", - "609 ocean_grid.nc ocean_grid \n", - "610 ocean_grid.nc ocean_grid \n", - "611 ocean_grid.nc ocean_grid \n", - "612 ocean_grid.nc ocean_grid \n", - "613 ocean_grid.nc ocean_grid \n", - "614 ocean_grid.nc ocean_grid \n", - "615 ocean_grid.nc ocean_grid \n", - "616 ocean_grid.nc ocean_grid \n", - "617 ocean_grid.nc ocean_grid \n", - "618 ocean_grid.nc ocean_grid \n", - "619 ocean_grid.nc ocean_grid \n", - "620 ocean_grid.nc ocean_grid \n", - "621 ocean_grid.nc ocean_grid \n", - "622 ocean_grid.nc ocean_grid \n", - "623 ocean_grid.nc ocean_grid \n", - "624 ocean_grid.nc ocean_grid \n", - "625 ocean_grid.nc ocean_grid \n", - "626 ocean_grid.nc ocean_grid \n", - "627 ocean_grid.nc ocean_grid \n", - "628 ocean_grid.nc ocean_grid \n", - "629 ocean_grid.nc ocean_grid \n", - "630 ocean_grid.nc ocean_grid \n", - "631 ocean_grid.nc ocean_grid \n", - "632 ocean_grid.nc ocean_grid \n", - "633 ocean_grid.nc ocean_grid \n", - "634 ocean_grid.nc ocean_grid \n", - "635 ocean_grid.nc ocean_grid \n", - "636 ocean_grid.nc ocean_grid \n", - "637 ocean_grid.nc ocean_grid \n", - "638 ocean_grid.nc ocean_grid \n", - "639 ocean_grid.nc ocean_grid \n", - "640 ocean_grid.nc ocean_grid \n", - "641 ocean_grid.nc ocean_grid \n", - "642 ocean_grid.nc ocean_grid \n", - "643 ocean_grid.nc ocean_grid \n", - "644 ocean_grid.nc ocean_grid \n", - "645 ocean_grid.nc ocean_grid \n", - "646 ocean_grid.nc ocean_grid \n", - "647 ocean_grid.nc ocean_grid \n", - "648 ocean_grid.nc ocean_grid \n", - "649 ocean_grid.nc ocean_grid \n", - "650 ocean_grid.nc ocean_grid \n", - "651 ocean_grid.nc ocean_grid \n", - "652 ocean_grid.nc ocean_grid \n", - "653 ocean_grid.nc ocean_grid \n", - "654 ocean_grid.nc ocean_grid \n", - "655 ocean_grid.nc ocean_grid \n", - "656 ocean_grid.nc ocean_grid \n", - "657 ocean_grid.nc ocean_grid \n", - "658 ocean_grid.nc ocean_grid \n", - "659 ocean_grid.nc ocean_grid \n", - "660 ocean_grid.nc ocean_grid \n", - "661 ocean_grid.nc ocean_grid \n", - "662 ocean_grid.nc ocean_grid \n", - "663 ocean_grid.nc ocean_grid \n", - "664 ocean_grid.nc ocean_grid \n", - "665 ocean_grid.nc ocean_grid \n", - "666 ocean_grid.nc ocean_grid \n", - "667 ocean_grid.nc ocean_grid \n", - "668 ocean_grid.nc ocean_grid \n", - "669 ocean_grid.nc ocean_grid \n", - "670 ocean_grid.nc ocean_grid \n", - "671 ocean_grid.nc ocean_grid \n", - "672 ocean_grid.nc ocean_grid \n", - "673 ocean_grid.nc ocean_grid \n", - "674 ocean_grid.nc ocean_grid \n", - "675 ocean_grid.nc ocean_grid \n", - "676 ocean_grid.nc ocean_grid \n", - "677 ocean_grid.nc ocean_grid \n", - "678 ocean_grid.nc ocean_grid \n", - "679 ocean_grid.nc ocean_grid \n", - "680 ocean_grid.nc ocean_grid \n", - "681 ocean_grid.nc ocean_grid \n", - "682 ocean_grid.nc ocean_grid \n", - "683 ocean_grid.nc ocean_grid \n", - "684 ocean_grid.nc ocean_grid \n", - "685 ocean_grid.nc ocean_grid \n", - "686 ocean_grid.nc ocean_grid \n", - "687 ocean_grid.nc ocean_grid \n", - "688 ocean_grid.nc ocean_grid \n", - "689 ocean_grid.nc ocean_grid \n", - "690 ocean_grid.nc ocean_grid \n", - "691 ocean_grid.nc ocean_grid \n", - "692 ocean_grid.nc ocean_grid \n", - "693 ocean_grid.nc ocean_grid \n", - "694 ocean_grid.nc ocean_grid \n", - "695 ocean_grid.nc ocean_grid \n", - "696 ocean_grid.nc ocean_grid \n", - "697 ocean_grid.nc ocean_grid \n", - "698 ocean_grid.nc ocean_grid \n", - "699 ocean_grid.nc ocean_grid \n", - "700 ocean_grid.nc ocean_grid \n", - "701 ocean_grid.nc ocean_grid \n", - "702 ocean_grid.nc ocean_grid \n", - "703 ocean_grid.nc ocean_grid \n", - "704 ocean_grid.nc ocean_grid \n", - "705 ocean_grid.nc ocean_grid \n", - "706 ocean_grid.nc ocean_grid \n", - "707 ocean_grid.nc ocean_grid \n", - "708 ocean_grid.nc ocean_grid \n", - "709 ocean_grid.nc ocean_grid \n", - "710 ocean_grid.nc ocean_grid \n", - "711 ocean_grid.nc ocean_grid \n", - "712 ocean_grid.nc ocean_grid \n", - "713 ocean_grid.nc ocean_grid \n", - "714 ocean_grid.nc ocean_grid \n", - "715 ocean_grid.nc ocean_grid \n", - "716 ocean_grid.nc ocean_grid \n", - "717 ocean_grid.nc ocean_grid \n", - "718 ocean_grid.nc ocean_grid \n", - "719 ocean_grid.nc ocean_grid \n", - "720 ocean_grid.nc ocean_grid \n", - "721 ocean_grid.nc ocean_grid \n", - "722 ocean_grid.nc ocean_grid \n", - "723 ocean_grid.nc ocean_grid \n", - "724 ocean_grid.nc ocean_grid \n", - "725 ocean_grid.nc ocean_grid \n", - "726 ocean_grid.nc ocean_grid \n", - "727 ocean_grid.nc ocean_grid \n", - "728 ocean_grid.nc ocean_grid \n", - "729 ocean_grid.nc ocean_grid \n", - "730 ocean_grid.nc ocean_grid \n", - "731 ocean_grid.nc ocean_grid \n", - "732 ocean_grid.nc ocean_grid \n", - "733 ocean_grid.nc ocean_grid \n", - "734 ocean_grid.nc ocean_grid \n", - "735 ocean_grid.nc ocean_grid \n", - "736 ocean_grid.nc ocean_grid \n", - "737 ocean_grid.nc ocean_grid \n", - "738 ocean_grid.nc ocean_grid \n", - "739 ocean_grid.nc ocean_grid \n", - "740 ocean_grid.nc ocean_grid \n", - "741 ocean_grid.nc ocean_grid \n", - "742 ocean_grid.nc ocean_grid \n", - "743 ocean_grid.nc ocean_grid \n", - "744 ocean_grid.nc ocean_grid \n", - "745 ocean_grid.nc ocean_grid \n", - "746 ocean_grid.nc ocean_grid \n", - "747 ocean_grid.nc ocean_grid \n", - "748 ocean_grid.nc ocean_grid \n", - "749 ocean_grid.nc ocean_grid \n", - "750 ocean_grid.nc ocean_grid \n", - "751 ocean_grid.nc ocean_grid \n", - "752 ocean_grid.nc ocean_grid \n", - "753 ocean_grid.nc ocean_grid \n", - "754 ocean_grid.nc ocean_grid \n", - "755 ocean_grid.nc ocean_grid \n", - "756 ocean_grid.nc ocean_grid \n", - "757 ocean_grid.nc ocean_grid \n", - "758 ocean_grid.nc ocean_grid \n", - "759 ocean_grid.nc ocean_grid \n", - "760 ocean_grid.nc ocean_grid \n", - "761 ocean_grid.nc ocean_grid \n", - "762 ocean_grid.nc ocean_grid \n", - "763 ocean_grid.nc ocean_grid \n", - "764 ocean_grid.nc ocean_grid \n", - "765 ocean_grid.nc ocean_grid \n", - "766 ocean_grid.nc ocean_grid \n", - "767 ocean_grid.nc ocean_grid \n", - "768 ocean_grid.nc ocean_grid \n", - "769 ocean_grid.nc ocean_grid \n", - "770 ocean_grid.nc ocean_grid \n", - "771 ocean_grid.nc ocean_grid \n", - "772 ocean_grid.nc ocean_grid \n", - "773 ocean_grid.nc ocean_grid \n", - "774 ocean_grid.nc ocean_grid \n", - "775 ocean_grid.nc ocean_grid \n", - "776 ocean_grid.nc ocean_grid \n", - "777 ocean_grid.nc ocean_grid \n", - "778 ocean_grid.nc ocean_grid \n", - "779 ocean_grid.nc ocean_grid \n", - "780 ocean_grid.nc ocean_grid \n", - "781 ocean_grid.nc ocean_grid \n", - "782 ocean_grid.nc ocean_grid \n", - "783 ocean_grid.nc ocean_grid \n", - "784 ocean_grid.nc ocean_grid \n", - "785 ocean_grid.nc ocean_grid \n", - "786 ocean_grid.nc ocean_grid \n", - "787 ocean_grid.nc ocean_grid \n", - "788 ocean_grid.nc ocean_grid \n", - "789 ocean_grid.nc ocean_grid \n", - "790 ocean_grid.nc ocean_grid \n", - "791 ocean_grid.nc ocean_grid \n", - "792 ocean_grid.nc ocean_grid \n", - "793 ocean_grid.nc ocean_grid \n", - "794 ocean_grid.nc ocean_grid \n", - "795 ocean_grid.nc ocean_grid \n", - "796 ocean_grid.nc ocean_grid \n", - "797 ocean_grid.nc ocean_grid \n", - "798 ocean_grid.nc ocean_grid \n", - "799 ocean_grid.nc ocean_grid \n", - "800 ocean_grid.nc ocean_grid \n", - "801 ocean_grid.nc ocean_grid \n", - "802 ocean_grid.nc ocean_grid \n", - "803 ocean_grid.nc ocean_grid \n", - "804 ocean_grid.nc ocean_grid \n", - "805 ocean_grid.nc ocean_grid \n", - "806 ocean_grid.nc ocean_grid \n", - "807 ocean_grid.nc ocean_grid \n", - "808 ocean_grid.nc ocean_grid \n", - "809 ocean_grid.nc ocean_grid \n", - "810 ocean_grid.nc ocean_grid \n", - "811 ocean_grid.nc ocean_grid \n", - "812 ocean_grid.nc ocean_grid \n", - "813 ocean_grid.nc ocean_grid \n", - "814 ocean_grid.nc ocean_grid \n", - "815 ocean_grid.nc ocean_grid \n", - "816 ocean_grid.nc ocean_grid \n", - "817 ocean_grid.nc ocean_grid \n", - "818 ocean_grid.nc ocean_grid \n", - "819 ocean_grid.nc ocean_grid \n", - "820 ocean_grid.nc ocean_grid \n", - "821 ocean_grid.nc ocean_grid \n", - "822 ocean_grid.nc ocean_grid \n", - "823 ocean_grid.nc ocean_grid \n", - "824 ocean_grid.nc ocean_grid \n", - "825 ocean_grid.nc ocean_grid \n", - "826 ocean_grid.nc ocean_grid \n", - "827 ocean_grid.nc ocean_grid \n", - "828 ocean_grid.nc ocean_grid \n", - "829 ocean_grid.nc ocean_grid \n", - "830 ocean_grid.nc ocean_grid \n", - "831 ocean_grid.nc ocean_grid \n", - "832 ocean_grid.nc ocean_grid \n", - "833 ocean_grid.nc ocean_grid \n", - "834 ocean_grid.nc ocean_grid \n", - "835 ocean_grid.nc ocean_grid \n", - "836 ocean_grid.nc ocean_grid \n", - "837 ocean_grid.nc ocean_grid \n", - "838 ocean_grid.nc ocean_grid \n", - "839 ocean_grid.nc ocean_grid \n", - "840 ocean_grid.nc ocean_grid \n", - "841 ocean_grid.nc ocean_grid \n", - "842 ocean_grid.nc ocean_grid \n", - "843 ocean_grid.nc ocean_grid \n", - "844 ocean_grid.nc ocean_grid \n", - "845 ocean_grid.nc ocean_grid \n", - "846 ocean_grid.nc ocean_grid \n", - "847 ocean_grid.nc ocean_grid \n", - "848 ocean_grid.nc ocean_grid \n", - "849 ocean_grid.nc ocean_grid \n", - "850 ocean_grid.nc ocean_grid \n", - "851 ocean_grid.nc ocean_grid \n", - "852 ocean_grid.nc ocean_grid \n", - "853 ocean_grid.nc ocean_grid \n", - "854 ocean_grid.nc ocean_grid \n", - "855 ocean_grid.nc ocean_grid \n", - "856 ocean_grid.nc ocean_grid \n", - "857 ocean_grid.nc ocean_grid \n", - "858 ocean_grid.nc ocean_grid \n", - "859 ocean_grid.nc ocean_grid \n", - "860 ocean_grid.nc ocean_grid \n", - "861 ocean_grid.nc ocean_grid \n", - "862 ocean_grid.nc ocean_grid \n", - "863 ocean_grid.nc ocean_grid \n", - "864 ocean_grid.nc ocean_grid \n", - "865 ocean_grid.nc ocean_grid \n", - "866 ocean_grid.nc ocean_grid \n", - "867 ocean_grid.nc ocean_grid \n", - "868 ocean_grid.nc ocean_grid \n", - "869 ocean_grid.nc ocean_grid \n", - "870 ocean_grid.nc ocean_grid \n", - "871 ocean_grid.nc ocean_grid \n", - "872 ocean_grid.nc ocean_grid \n", - "873 ocean_grid.nc ocean_grid \n", - "874 ocean_grid.nc ocean_grid \n", - "875 ocean_grid.nc ocean_grid \n", - "876 ocean_grid.nc ocean_grid \n", - "877 ocean_grid.nc ocean_grid \n", - "878 ocean_grid.nc ocean_grid \n", - "879 ocean_grid.nc ocean_grid \n", - "880 ocean_grid.nc ocean_grid \n", - "881 ocean_grid.nc ocean_grid \n", - "882 ocean_grid.nc ocean_grid \n", - "883 ocean_grid.nc ocean_grid \n", - "884 ocean_grid.nc ocean_grid \n", - "885 ocean_grid.nc ocean_grid \n", - "886 ocean_grid.nc ocean_grid \n", - "887 ocean_grid.nc ocean_grid \n", - "888 ocean_grid.nc ocean_grid \n", - "889 ocean_grid.nc ocean_grid \n", - "890 ocean_grid.nc ocean_grid \n", - "891 ocean_grid.nc ocean_grid \n", - "892 ocean_grid.nc ocean_grid \n", - "893 ocean_grid.nc ocean_grid \n", - "894 ocean_grid.nc ocean_grid \n", - "895 ocean_grid.nc ocean_grid \n", - "896 ocean_grid.nc ocean_grid \n", - "897 ocean_grid.nc ocean_grid \n", - "898 ocean_grid.nc ocean_grid \n", - "899 ocean_grid.nc ocean_grid \n", - "900 ocean_grid.nc ocean_grid \n", - "901 ocean_grid.nc ocean_grid \n", - "902 ocean_grid.nc ocean_grid \n", - "903 ocean_grid.nc ocean_grid \n", - "904 ocean_grid.nc ocean_grid \n", - "905 ocean_grid.nc ocean_grid \n", - "906 ocean_grid.nc ocean_grid \n", - "907 ocean_grid.nc ocean_grid \n", - "908 ocean_grid.nc ocean_grid \n", - "909 ocean_grid.nc ocean_grid \n", - "910 ocean_grid.nc ocean_grid \n", - "911 ocean_grid.nc ocean_grid \n", - "912 ocean_grid.nc ocean_grid \n", - "913 ocean_grid.nc ocean_grid \n", - "914 ocean_grid.nc ocean_grid \n", - "915 ocean_grid.nc ocean_grid \n", - "916 ocean_grid.nc ocean_grid \n", - "917 ocean_grid.nc ocean_grid \n", - "918 ocean_grid.nc ocean_grid \n", - "919 ocean_grid.nc ocean_grid \n", - "920 ocean_grid.nc ocean_grid \n", - "921 ocean_grid.nc ocean_grid \n", - "922 ocean_grid.nc ocean_grid \n", - "923 ocean_grid.nc ocean_grid \n", - "924 ocean_grid.nc ocean_grid \n", - "925 ocean_grid.nc ocean_grid \n", - "926 ocean_grid.nc ocean_grid \n", - "927 ocean_grid.nc ocean_grid \n", - "928 ocean_grid.nc ocean_grid \n", - "929 ocean_grid.nc ocean_grid \n", - "930 ocean_grid.nc ocean_grid \n", - "931 ocean_grid.nc ocean_grid \n", - "932 ocean_grid.nc ocean_grid \n", - "933 ocean_grid.nc ocean_grid \n", - "934 ocean_grid.nc ocean_grid \n", - "935 ocean_grid.nc ocean_grid \n", - "936 ocean_grid.nc ocean_grid \n", - "937 ocean_grid.nc ocean_grid \n", - "938 ocean_grid.nc ocean_grid \n", - "939 ocean_grid.nc ocean_grid \n", - "940 ocean_grid.nc ocean_grid \n", - "941 ocean_grid.nc ocean_grid \n", - "942 ocean_grid.nc ocean_grid \n", - "943 ocean_grid.nc ocean_grid \n", - "944 ocean_grid.nc ocean_grid \n", - "945 ocean_grid.nc ocean_grid \n", - "946 ocean_grid.nc ocean_grid \n", - "947 ocean_grid.nc ocean_grid \n", - "948 ocean_grid.nc ocean_grid \n", - "949 ocean_grid.nc ocean_grid \n", - "950 ocean_grid.nc ocean_grid \n", - "951 ocean_grid.nc ocean_grid \n", - "952 ocean_grid.nc ocean_grid \n", - "953 ocean_grid.nc ocean_grid \n", - "954 ocean_grid.nc ocean_grid \n", - "955 ocean_grid.nc ocean_grid \n", - "956 ocean_grid.nc ocean_grid \n", - "957 ocean_grid.nc ocean_grid \n", - "958 ocean_grid.nc ocean_grid \n", - "959 ocean_grid.nc ocean_grid \n", - "960 ocean_grid.nc ocean_grid \n", - "961 ocean_grid.nc ocean_grid \n", - "962 ocean_grid.nc ocean_grid \n", - "963 ocean_grid.nc ocean_grid \n", - "964 ocean_grid.nc ocean_grid \n", - "965 ocean_grid.nc ocean_grid \n", - "966 ocean_grid.nc ocean_grid \n", - "967 ocean_grid.nc ocean_grid \n", - "968 ocean_grid.nc ocean_grid \n", - "969 ocean_grid.nc ocean_grid \n", - "970 ocean_grid.nc ocean_grid \n", - "971 ocean_grid.nc ocean_grid \n", - "972 ocean_grid.nc ocean_grid \n", - "973 ocean_grid.nc ocean_grid \n", - "974 ocean_grid.nc ocean_grid \n", - "975 ocean_grid.nc ocean_grid \n", - "976 ocean_grid.nc ocean_grid \n", - "977 ocean_grid.nc ocean_grid \n", - "978 ocean_grid.nc ocean_grid \n", - "979 ocean_grid.nc ocean_grid \n", - "980 ocean_grid.nc ocean_grid \n", - "981 ocean_grid.nc ocean_grid \n", - "982 ocean_grid.nc ocean_grid \n", - "983 ocean_grid.nc ocean_grid \n", - "984 ocean_grid.nc ocean_grid \n", - "985 ocean_grid.nc ocean_grid \n", - "986 ocean_grid.nc ocean_grid \n", - "987 ocean_grid.nc ocean_grid \n", - "988 ocean_grid.nc ocean_grid \n", - "989 ocean_grid.nc ocean_grid \n", - "990 ocean_grid.nc ocean_grid \n", - "991 ocean_grid.nc ocean_grid \n", - "992 ocean_grid.nc ocean_grid \n", - "993 ocean_grid.nc ocean_grid \n", - "994 ocean_grid.nc ocean_grid \n", - "995 ocean_grid.nc ocean_grid \n", - "996 ocean_grid.nc ocean_grid \n", - "997 ocean_grid.nc ocean_grid \n", - "998 ocean_grid.nc ocean_grid \n", - "999 ocean_grid.nc ocean_grid \n", - "1000 ocean_grid.nc ocean_grid \n", - "1001 ocean_grid.nc ocean_grid \n", - "1002 ocean_grid.nc ocean_grid \n", - "1003 ocean_grid.nc ocean_grid \n", - "1004 ocean_grid.nc ocean_grid \n", - "1005 ocean_grid.nc ocean_grid \n", - "1006 ocean_grid.nc ocean_grid \n", - "1007 ocean_grid.nc ocean_grid \n", - "1008 ocean_grid.nc ocean_grid \n", - "1009 ocean_grid.nc ocean_grid \n", - "1010 ocean_grid.nc ocean_grid \n", - "1011 ocean_grid.nc ocean_grid \n", - "1012 ocean_grid.nc ocean_grid \n", - "1013 ocean_grid.nc ocean_grid \n", - "1014 ocean_grid.nc ocean_grid \n", - "1015 ocean_grid.nc ocean_grid \n", - "1016 ocean_grid.nc ocean_grid \n", - "1017 ocean_grid.nc ocean_grid \n", - "1018 ocean_grid.nc ocean_grid \n", - "1019 ocean_grid.nc ocean_grid \n", - "1020 ocean_grid.nc ocean_grid \n", - "1021 ocean_grid.nc ocean_grid \n", - "1022 ocean_grid.nc ocean_grid \n", - "1023 ocean_grid.nc ocean_grid \n", - "1024 ocean_grid.nc ocean_grid \n", - "1025 ocean_grid.nc ocean_grid \n", - "1026 ocean_grid.nc ocean_grid \n", - "1027 ocean_grid.nc ocean_grid \n", - "1028 ocean_grid.nc ocean_grid \n", - "1029 ocean_grid.nc ocean_grid \n", - "1030 ocean_grid.nc ocean_grid \n", - "1031 ocean_grid.nc ocean_grid \n", - "1032 ocean_grid.nc ocean_grid \n", - "1033 ocean_grid.nc ocean_grid \n", - "1034 ocean_grid.nc ocean_grid \n", - "1035 ocean_grid.nc ocean_grid \n", - "1036 ocean_grid.nc ocean_grid \n", - "1037 ocean_grid.nc ocean_grid \n", - "1038 ocean_grid.nc ocean_grid \n", - "1039 ocean_grid.nc ocean_grid \n", - "1040 ocean_grid.nc ocean_grid \n", - "1041 ocean_grid.nc ocean_grid \n", - "1042 ocean_grid.nc ocean_grid \n", - "1043 ocean_grid.nc ocean_grid \n", - "1044 ocean_grid.nc ocean_grid \n", - "1045 ocean_grid.nc ocean_grid \n", - "1046 ocean_grid.nc ocean_grid \n", - "1047 ocean_grid.nc ocean_grid \n", - "1048 ocean_grid.nc ocean_grid \n", - "1049 ocean_grid.nc ocean_grid \n", - "1050 ocean_grid.nc ocean_grid \n", - "1051 ocean_grid.nc ocean_grid \n", - "1052 ocean_grid.nc ocean_grid \n", - "1053 ocean_grid.nc ocean_grid \n", - "1054 ocean_grid.nc ocean_grid \n", - "1055 ocean_grid.nc ocean_grid \n", - "1056 ocean_grid.nc ocean_grid \n", - "1057 ocean_grid.nc ocean_grid \n", - "1058 ocean_grid.nc ocean_grid \n", - "1059 ocean_grid.nc ocean_grid \n", - "1060 ocean_grid.nc ocean_grid \n", - "1061 ocean_grid.nc ocean_grid \n", - "1062 ocean_grid.nc ocean_grid \n", - "1063 ocean_grid.nc ocean_grid \n", - "1064 ocean_grid.nc ocean_grid \n", - "1065 ocean_grid.nc ocean_grid \n", - "1066 ocean_grid.nc ocean_grid \n", - "1067 ocean_grid.nc ocean_grid \n", - "1068 ocean_grid.nc ocean_grid \n", - "1069 ocean_grid.nc ocean_grid \n", - "1070 ocean_grid.nc ocean_grid \n", - "1071 ocean_grid.nc ocean_grid \n", - "1072 ocean_grid.nc ocean_grid \n", - "1073 ocean_grid.nc ocean_grid \n", - "1074 ocean_grid.nc ocean_grid \n", - "1075 ocean_grid.nc ocean_grid \n", - "1076 ocean_grid.nc ocean_grid \n", - "1077 ocean_grid.nc ocean_grid \n", - "1078 ocean_grid.nc ocean_grid \n", - "1079 ocean_grid.nc ocean_grid \n", - "1080 ocean_grid.nc ocean_grid \n", - "1081 ocean_grid.nc ocean_grid \n", - "1082 ocean_grid.nc ocean_grid \n", - "1083 ocean_grid.nc ocean_grid \n", - "1084 ocean_grid.nc ocean_grid \n", - "1085 ocean_grid.nc ocean_grid \n", - "1086 ocean_grid.nc ocean_grid \n", - "1087 ocean_grid.nc ocean_grid \n", - "1088 ocean_grid.nc ocean_grid \n", - "1089 ocean_grid.nc ocean_grid \n", - "1090 ocean_grid.nc ocean_grid \n", - "1091 ocean_grid.nc ocean_grid \n", - "1092 ocean_grid.nc ocean_grid \n", - "1093 ocean_grid.nc ocean_grid \n", - "1094 ocean_grid.nc ocean_grid \n", - "1095 ocean_grid.nc ocean_grid \n", - "1096 ocean_grid.nc ocean_grid \n", - "1097 ocean_grid.nc ocean_grid \n", - "1098 ocean_grid.nc ocean_grid \n", - "1099 ocean_grid.nc ocean_grid \n", - "1100 ocean_grid.nc ocean_grid \n", - "1101 ocean_grid.nc ocean_grid \n", - "1102 ocean_grid.nc ocean_grid \n", - "1103 ocean_grid.nc ocean_grid \n", - "1104 ocean_grid.nc ocean_grid \n", - "1105 ocean_grid.nc ocean_grid \n", - "1106 ocean_grid.nc ocean_grid \n", - "1107 ocean_grid.nc ocean_grid \n", - "1108 ocean_grid.nc ocean_grid \n", - "1109 ocean_grid.nc ocean_grid \n", - "1110 ocean_grid.nc ocean_grid \n", - "1111 ocean_grid.nc ocean_grid \n", - "1112 ocean_grid.nc ocean_grid \n", - "1113 ocean_grid.nc ocean_grid \n", - "1114 ocean_grid.nc ocean_grid \n", - "1115 ocean_grid.nc ocean_grid " + " path \\\n", + "0 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean_grid.nc \n", + "1 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output001/ocean/ocean_grid.nc \n", + "2 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output002/ocean/ocean_grid.nc \n", + "\n", + " realm \\\n", + "0 ocean \n", + "1 ocean \n", + "2 ocean \n", + "\n", + " variable \\\n", + "0 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "1 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "2 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "\n", + " frequency start_date end_date \\\n", + "0 fx 1900-04-01, 00:00:00 1900-04-01, 00:00:00 \n", + "1 fx 1900-07-01, 00:00:00 1900-07-01, 00:00:00 \n", + "2 fx 1900-10-01, 00:00:00 1900-10-01, 00:00:00 \n", + "\n", + " variable_long_name \\\n", + "0 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "1 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "2 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "\n", + " variable_standard_name \\\n", + "0 [sea_floor_depth_below_geoid] \n", + "1 [sea_floor_depth_below_geoid] \n", + "2 [sea_floor_depth_below_geoid] \n", + "\n", + " variable_cell_methods \\\n", + "0 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "1 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "2 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "\n", + " filename file_id \n", + "0 ocean_grid.nc ocean_grid \n", + "1 ocean_grid.nc ocean_grid \n", + "2 ocean_grid.nc ocean_grid " ] }, - "execution_count": 10, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "catalog[expt].search(variable='area_t').df" + "catalog[expt].search(variable='area_t').df[0:3]" ] }, { From 9b4c9272f3d39256957f582b14303fefe933baba Mon Sep 17 00:00:00 2001 From: dougiesquire Date: Tue, 24 Oct 2023 21:50:31 +1100 Subject: [PATCH 06/10] Demonstrate differences, add tips and gotchas --- Tutorials/Using_Intake_Catalog.ipynb | 10074 ++++++++++++++++++++++--- 1 file changed, 8846 insertions(+), 1228 deletions(-) diff --git a/Tutorials/Using_Intake_Catalog.ipynb b/Tutorials/Using_Intake_Catalog.ipynb index e148538b..e7a6e8d3 100644 --- a/Tutorials/Using_Intake_Catalog.ipynb +++ b/Tutorials/Using_Intake_Catalog.ipynb @@ -4,14 +4,18 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Using _Intake_ as an Alternative to the _COSIMA Cookbook_" + "# Using the ACCESS-NRI Intake catalog as an alternative to the COSIMA Cookbook" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "This notebook shows how to move from the cosima_cookbook to intake" + "This notebook demonstrates how to use the ACCESS-NRI Intake catalog, and demonstrates key similarities to and differences from the cosima cookbook\n", + "\n", + "This notebook is concise version of the longer [ACCESS-NRI Intake catalog documentation](https://access-nri-intake-catalog.readthedocs.io/) and related [COSIMA training workshop](https://github.com/ACCESS-Hive/cosima-training-workshop-2023/blob/main/Intake.ipynb). Users are encouraged to refer to these for more detail and demonstrations. At the time of writing (Oct 2023), the ACCESS-NRI Intake Catalog is under testing and feedback from users is requested.\n", + "\n", + "Requirements: The `conda/analysis3` (tested on `analysis3-23.07`) module from `/g/data/hh5/public/modules`. " ] }, { @@ -26,9 +30,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The cosima cookbook version:\n", + "The most commonly used method from the cosima cookbook is `querying.getvar`, e.g.:\n", "\n", - "```\n", + "```python\n", "import cosima_cookbook as cc\n", "\n", "session = cc.database.create_session()\n", @@ -41,9 +45,9 @@ ")\n", "```\n", "\n", - "translates to this in intake\n", + "Using the ACCESS-NRI Intake catalog, the same data can be obtained with:\n", "\n", - "```\n", + "```python\n", "import intake\n", "\n", "catalog = intake.cat.access_nri\n", @@ -51,94 +55,25 @@ "ds = catalog[\"expt0\"].search(\n", " variable=\"var0\", \n", " frequency=\"1mon\"\n", - ").to_dask(\n", - " xarray_combine_by_coords_kwargs={\n", - " 'compat':'override','data_vars':'minimal', 'coords':'minimal'\n", - " }\n", - ")\n", + ").to_dask()\n", "\n", "da=ds[var0]\n", "```" ] }, - { - "cell_type": "markdown", - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-17T05:08:26.798834Z", - "iopub.status.busy": "2023-10-17T05:08:26.797949Z", - "iopub.status.idle": "2023-10-17T05:08:26.815228Z", - "shell.execute_reply": "2023-10-17T05:08:26.813996Z", - "shell.execute_reply.started": "2023-10-17T05:08:26.798785Z" - } - }, - "source": [ - "# Opening the catalog" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-17T05:08:33.157661Z", - "iopub.status.busy": "2023-10-17T05:08:33.156981Z", - "iopub.status.idle": "2023-10-17T05:08:33.166567Z", - "shell.execute_reply": "2023-10-17T05:08:33.165239Z", - "shell.execute_reply.started": "2023-10-17T05:08:33.157616Z" - } - }, - "source": [ - "This notebook is concise version of the longer [COSIMA training workshop](https://github.com/ACCESS-Hive/cosima-training-workshop-2023/blob/main/Intake.ipynb) on the Intake Catalog, and the [documentation](https://access-nri-intake-catalog.readthedocs.io/). At the time of writing (Oct 2023), the ACCESS-NRI Intake Catalog is under testing and feedback from users is requested.\n", - "\n", - "**Notes that are unique to changing from the cookbook to intake are in BOLD**\n", - "\n", - "Requirements: The conda/analysis3 (tested on analysis3-23.04) module from /g/data/hh5/public/modules. " - ] - }, { "cell_type": "markdown", "metadata": {}, "source": [ - "**Firstly, load modules, using intake instead of cosima_cookbooks**:" + "# Start a dask Client\n", + "\n", + "This is not specific to using the ACCESS-NRI Intake catalog. You would do the same thing using the COSIMA cookbook." ] }, { "cell_type": "code", "execution_count": 1, - "metadata": { - "execution": { - "iopub.status.idle": "2023-10-19T04:02:18.952683Z", - "shell.execute_reply": "2023-10-19T04:02:18.951478Z", - "shell.execute_reply.started": "2023-10-19T04:02:13.482762Z" - } - }, - "outputs": [], - "source": [ - "import intake # instead of import cosima_cookbook as cc\n", - "\n", - "from dask.distributed import Client\n", - "from datetime import timedelta" - ] - }, - { - "cell_type": "markdown", "metadata": {}, - "source": [ - "And start a dask client" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:02:18.955235Z", - "iopub.status.busy": "2023-10-19T04:02:18.954965Z", - "iopub.status.idle": "2023-10-19T04:02:21.419705Z", - "shell.execute_reply": "2023-10-19T04:02:21.418555Z", - "shell.execute_reply.started": "2023-10-19T04:02:18.955211Z" - } - }, "outputs": [ { "data": { @@ -147,7 +82,7 @@ "
\n", "
\n", "

Client

\n", - "

Client-4c1fa9fd-6e34-11ee-88ef-00000081fe80

\n", + "

Client-63b116bd-7259-11ee-8bba-00000189fe80

\n", " \n", "\n", " \n", @@ -182,22 +117,22 @@ " \n", "
\n", "

LocalCluster

\n", - "

96c34029

\n", + "

116d5881

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", @@ -219,14 +154,14 @@ "
\n", "
\n", "

Scheduler

\n", - "

Scheduler-42d00596-c8ef-4c8f-b5a5-4ba9c75524eb

\n", + "

Scheduler-9fe60939-f338-4dcf-82d3-3363806c5a80

\n", "
\n", " Dashboard: /proxy/8787/status\n", " \n", - " Workers: 8\n", + " Workers: 12\n", "
\n", - " Total threads: 48\n", + " Total threads: 12\n", " \n", - " Total memory: 188.56 GiB\n", + " Total memory: 46.00 GiB\n", "
\n", " \n", " \n", " \n", " \n", " \n", @@ -234,7 +169,7 @@ " Dashboard:/proxy/8787/status\n", " \n", " \n", " \n", " \n", @@ -242,7 +177,7 @@ " Started: Just now\n", " \n", " \n", " \n", "
\n", - " Comm: tcp://127.0.0.1:39307\n", + " Comm: tcp://127.0.0.1:43707\n", " \n", - " Workers: 8\n", + " Workers: 12\n", "
\n", - " Total threads: 48\n", + " Total threads: 12\n", "
\n", - " Total memory: 188.56 GiB\n", + " Total memory: 46.00 GiB\n", "
\n", @@ -265,29 +200,29 @@ " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -310,29 +245,29 @@ "
\n", - " Comm: tcp://127.0.0.1:36465\n", + " Comm: tcp://127.0.0.1:43457\n", " \n", - " Total threads: 6\n", + " Total threads: 1\n", "
\n", - " Dashboard: /proxy/46333/status\n", + " Dashboard: /proxy/41043/status\n", " \n", - " Memory: 23.57 GiB\n", + " Memory: 3.83 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:40545\n", + " Nanny: tcp://127.0.0.1:45893\n", "
\n", - " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-1yut9h5j\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-s9tph877\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -355,29 +290,29 @@ "
\n", - " Comm: tcp://127.0.0.1:41981\n", + " Comm: tcp://127.0.0.1:38049\n", " \n", - " Total threads: 6\n", + " Total threads: 1\n", "
\n", - " Dashboard: /proxy/36613/status\n", + " Dashboard: /proxy/42243/status\n", " \n", - " Memory: 23.57 GiB\n", + " Memory: 3.83 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:37635\n", + " Nanny: tcp://127.0.0.1:41331\n", "
\n", - " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-xfkimd8u\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-xc6b4roh\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -400,29 +335,29 @@ "
\n", - " Comm: tcp://127.0.0.1:35171\n", + " Comm: tcp://127.0.0.1:38081\n", " \n", - " Total threads: 6\n", + " Total threads: 1\n", "
\n", - " Dashboard: /proxy/42797/status\n", + " Dashboard: /proxy/39705/status\n", " \n", - " Memory: 23.57 GiB\n", + " Memory: 3.83 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:38933\n", + " Nanny: tcp://127.0.0.1:43099\n", "
\n", - " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-gbch_vue\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-1i2yr4j9\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -445,29 +380,29 @@ "
\n", - " Comm: tcp://127.0.0.1:41895\n", + " Comm: tcp://127.0.0.1:34977\n", " \n", - " Total threads: 6\n", + " Total threads: 1\n", "
\n", - " Dashboard: /proxy/45445/status\n", + " Dashboard: /proxy/35971/status\n", " \n", - " Memory: 23.57 GiB\n", + " Memory: 3.83 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:33813\n", + " Nanny: tcp://127.0.0.1:41817\n", "
\n", - " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-vl55ywcv\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-g7gss_yv\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -490,29 +425,29 @@ "
\n", - " Comm: tcp://127.0.0.1:35181\n", + " Comm: tcp://127.0.0.1:45121\n", " \n", - " Total threads: 6\n", + " Total threads: 1\n", "
\n", - " Dashboard: /proxy/39981/status\n", + " Dashboard: /proxy/33275/status\n", " \n", - " Memory: 23.57 GiB\n", + " Memory: 3.83 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:43889\n", + " Nanny: tcp://127.0.0.1:44751\n", "
\n", - " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-_6z6i1ng\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-wszi53f0\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -535,29 +470,29 @@ "
\n", - " Comm: tcp://127.0.0.1:34063\n", + " Comm: tcp://127.0.0.1:38617\n", " \n", - " Total threads: 6\n", + " Total threads: 1\n", "
\n", - " Dashboard: /proxy/35719/status\n", + " Dashboard: /proxy/44449/status\n", " \n", - " Memory: 23.57 GiB\n", + " Memory: 3.83 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:45835\n", + " Nanny: tcp://127.0.0.1:45153\n", "
\n", - " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-vncezhts\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-cy6w0b8u\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -580,29 +515,209 @@ "
\n", - " Comm: tcp://127.0.0.1:45267\n", + " Comm: tcp://127.0.0.1:45069\n", " \n", - " Total threads: 6\n", + " Total threads: 1\n", "
\n", - " Dashboard: /proxy/44115/status\n", + " Dashboard: /proxy/35401/status\n", " \n", - " Memory: 23.57 GiB\n", + " Memory: 3.83 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:38991\n", + " Nanny: tcp://127.0.0.1:34635\n", "
\n", - " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-jktm0e41\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-4xpc3vr5\n", "
\n", " \n", " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", - " Comm: tcp://127.0.0.1:34489\n", + " Comm: tcp://127.0.0.1:44011\n", + " \n", + " Total threads: 1\n", + "
\n", + " Dashboard: /proxy/37841/status\n", + " \n", + " Memory: 3.83 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:34349\n", + "
\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-sxsjsxvo\n", + "
\n", + " \n", + "
\n", + " \n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 8

\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", + " Comm: tcp://127.0.0.1:33295\n", + " \n", + " Total threads: 1\n", + "
\n", + " Dashboard: /proxy/36673/status\n", + " \n", + " Memory: 3.83 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:39853\n", + "
\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-7up0pfsa\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 9

\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", + " Comm: tcp://127.0.0.1:43509\n", + " \n", + " Total threads: 1\n", + "
\n", + " Dashboard: /proxy/44905/status\n", + " \n", + " Memory: 3.83 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:41079\n", + "
\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-k_lnxaa9\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 10

\n", + "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n", + " \n", + "\n", + " \n", + "\n", + "
\n", + " Comm: tcp://127.0.0.1:32807\n", + " \n", + " Total threads: 1\n", + "
\n", + " Dashboard: /proxy/35275/status\n", + " \n", + " Memory: 3.83 GiB\n", + "
\n", + " Nanny: tcp://127.0.0.1:39547\n", + "
\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-vpy_e_70\n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "
\n", + "
\n", + "
\n", + "
\n", + " \n", + "

Worker: 11

\n", + "
\n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -629,68 +744,85 @@ "" ], "text/plain": [ - "" + "" ] }, - "execution_count": 2, + "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "client = Client()\n", + "from dask.distributed import Client\n", + "\n", + "client = Client(threads_per_worker=1)\n", "client" ] }, + { + "cell_type": "markdown", + "metadata": { + "execution": { + "iopub.execute_input": "2023-10-17T05:08:26.798834Z", + "iopub.status.busy": "2023-10-17T05:08:26.797949Z", + "iopub.status.idle": "2023-10-17T05:08:26.815228Z", + "shell.execute_reply": "2023-10-17T05:08:26.813996Z", + "shell.execute_reply.started": "2023-10-17T05:08:26.798785Z" + } + }, + "source": [ + "# Opening and searching the catalog" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "To use the ACCESS-NRI Intake catalog, we need to import `intake`" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "import intake\n", + "import cosima_cookbook as cc # We'll also load the cookbook for comparisons later" + ] + }, { "cell_type": "markdown", "metadata": {}, "source": [ - "**Open the catalog (similar to starting a database session)**" + "We can open the catalog as follows. This is somewhat similar to starting a database session with the COSIMA cookbook. The returned object `catalog` is an instance of the ACCESS-NRI Intake catalog that we can use to find and load data." ] }, { "cell_type": "code", "execution_count": 3, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:02:21.426487Z", - "iopub.status.busy": "2023-10-19T04:02:21.425557Z", - "iopub.status.idle": "2023-10-19T04:02:22.222897Z", - "shell.execute_reply": "2023-10-19T04:02:22.222069Z", - "shell.execute_reply.started": "2023-10-19T04:02:21.426436Z" - } - }, + "metadata": {}, "outputs": [], "source": [ - "catalog = intake.cat.access_nri\n", - "# session = cc.database.create_session()" + "catalog = intake.cat.access_nri" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "**You can browse the catalogue (instead of the database explorer, just run `catalog`) or browse the results of a search:**" + "Printing the `catalog` object will return a dataframe of experiments that you can browse:" ] }, { "cell_type": "code", "execution_count": 4, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:02:22.224159Z", - "iopub.status.busy": "2023-10-19T04:02:22.223901Z", - "iopub.status.idle": "2023-10-19T04:02:22.314510Z", - "shell.execute_reply": "2023-10-19T04:02:22.313470Z", - "shell.execute_reply.started": "2023-10-19T04:02:22.224136Z" - } - }, + "metadata": {}, "outputs": [ { "data": { "text/html": [ - "

Intake dataframe catalog with 68 source(s) across 294 rows:

\n", + "

access_nri catalog with 86 source(s) across 2201 rows:

\n", "\n", + "
\n", + " Comm: tcp://127.0.0.1:42023\n", " \n", - " Total threads: 6\n", + " Total threads: 1\n", "
\n", - " Dashboard: /proxy/45263/status\n", + " Dashboard: /proxy/36737/status\n", " \n", - " Memory: 23.57 GiB\n", + " Memory: 3.83 GiB\n", "
\n", - " Nanny: tcp://127.0.0.1:46429\n", + " Nanny: tcp://127.0.0.1:39365\n", "
\n", - " Local directory: /jobfs/98446146.gadi-pbs/dask-scratch-space/worker-a4cx4q1g\n", + " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-ppimjdnd\n", "
\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
modeldescriptionrealmfrequencyvariable
name
01deg_jra55v13_ryf9091{ACCESS-OM2}{0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)}{ocean}{1day}{surface_salt}
01deg_jra55v140_iaf{ACCESS-OM2}{Cycle 1 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{ocean}{1day}{surface_salt}
01deg_jra55v140_iaf_cycle2{ACCESS-OM2}{Cycle 2 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{ocean}{1day}{surface_salt}
01deg_jra55v140_iaf_cycle3{ACCESS-OM2}{Cycle 3 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{ocean}{1day}{surface_salt}
01deg_jra55v140_iaf_cycle4{ACCESS-OM2}{Cycle 4 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{ocean}{1day}{surface_salt}
01deg_jra55v140_iaf_cycle4_jra55v150_extension{ACCESS-OM2}{Extensions of cycle 4 of 0.1 degree ACCESS-OM2 + WOMBAT BGC global model configuration with JRA55-do v1.5.0 and v1.5.0.1 interannual forcing}{ocean}{1day}{surface_salt}
\n", + "
" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" } - }, - "outputs": [], + ], "source": [ - "expt=\"01deg_jra55v13_ryf9091\"\n", - "variable=\"aice_m\"" + "catalog.search(model=\"ACCESS-OM2\", variable=\"surface_salt\", frequency=\"1day\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "**Instead of 'getvar' we use search, and specify the experiment name and the variable**" + "In this way, the catalog provides similar functionality to the COSIMA cookbook Database Explorer tool." ] }, { - "cell_type": "code", - "execution_count": 6, + "cell_type": "markdown", "metadata": { "execution": { - "iopub.execute_input": "2023-10-19T04:02:22.321245Z", - "iopub.status.busy": "2023-10-19T04:02:22.321092Z", - "iopub.status.idle": "2023-10-19T04:02:25.010330Z", - "shell.execute_reply": "2023-10-19T04:02:25.009340Z", - "shell.execute_reply.started": "2023-10-19T04:02:22.321231Z" + "iopub.execute_input": "2023-10-17T05:28:12.243671Z", + "iopub.status.busy": "2023-10-17T05:28:12.242971Z", + "iopub.status.idle": "2023-10-17T05:28:12.248842Z", + "shell.execute_reply": "2023-10-17T05:28:12.247916Z", + "shell.execute_reply.started": "2023-10-17T05:28:12.243636Z" } }, - "outputs": [], "source": [ - "var=catalog[expt].search(variable=variable)\n", - "\n", - "# var = cc.querying.getvar(\n", - "# expt=expt,\n", - "# variable=variable,\n", - "# session=session, \n", - "# decode_coords=False\n", - "# )\n" + "# Opening data" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "# Loading Data" + "There are [multiple ways](https://access-nri-intake-catalog.readthedocs.io/en/latest/usage/quickstart.html#loading-intake-sources) to open data from the experiments in `catalog`. Here we'll demonstrate how to do this when you know the name of the experiment you are interested in, since this typical for COSIMA users.\n", + "\n", + "By far the most commonly used COSIMA cookbook function is `querying.getvar`. For example, we might use it to open monthly data for the `surface_salt` variable in the `01deg_jra55v13_ryf9091` experiment as follows:" ] }, { - "cell_type": "markdown", + "cell_type": "code", + "execution_count": 6, "metadata": {}, + "outputs": [], "source": [ - "**At this point we don't have an xarray object yet, we just have a dataframe of entries in the catalog. We need to call 'to_dask()' to create the xarray dataset, which will attempt to merge and concatenate all the files relating to entries in the catalog.**\n", - "- For CICE data, its simpler to use `decode_coords:False` in both the cookbook and intake.\n", - "- To speed up the xarray combining of data files, we pass some extra `xarray_combine_by_coords_kwargs` arguments. This is safe because we are only using curated results from one model run. Be careful using these arguments if opening results from more than one model or dataset." + "experiment = \"01deg_jra55v13_ryf9091\"\n", + "variable = \"surface_salt\"" ] }, { "cell_type": "code", "execution_count": 7, "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:02:25.011181Z", - "iopub.status.busy": "2023-10-19T04:02:25.010999Z", - "iopub.status.idle": "2023-10-19T04:04:15.272132Z", - "shell.execute_reply": "2023-10-19T04:04:15.270763Z", - "shell.execute_reply.started": "2023-10-19T04:02:25.011165Z" - } + "scrolled": true }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.04/lib/python3.9/site-packages/distributed/client.py:3161: UserWarning: Sending large graph of size 10.56 MiB.\n", - "This may cause some slowdown.\n", - "Consider scattering data ahead of time and using futures.\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", " warnings.warn(\n" ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "CPU times: user 42.1 s, sys: 3.29 s, total: 45.4 s\n", - "Wall time: 1min 50s\n" - ] } ], "source": [ - "%%time\n", - "sic=var.to_dask(\n", - " xarray_open_kwargs={\n", - " \"decode_coords\":False\n", - " },\n", - " xarray_combine_by_coords_kwargs={\n", - " 'compat':'override','data_vars':'minimal', 'coords':'minimal'\n", - " }\n", + "session = cc.database.create_session()\n", + "\n", + "data_cc = cc.querying.getvar(\n", + " expt=experiment,\n", + " variable=variable,\n", + " session=session,\n", + " frequency=\"1 monthly\",\n", ")" ] }, - { - "cell_type": "markdown", - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-17T05:28:41.403256Z", - "iopub.status.busy": "2023-10-17T05:28:41.402118Z", - "iopub.status.idle": "2023-10-17T05:28:41.410631Z", - "shell.execute_reply": "2023-10-17T05:28:41.408824Z", - "shell.execute_reply.started": "2023-10-17T05:28:41.403191Z" - } - }, - "source": [ - "# Filtering by time" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "**In the cosima_cookbook, we might have filtered by time using _start_date_ and _end_date_ arguments to _get_var_. Intake doesn't include filtering by time ranges in the 'search' function, but as we haven't loaded the dataset in to memory yet, we can filter by time before loading the data.**" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Per [other notebooks](https://cosima-recipes.readthedocs.io/en/latest/DocumentedExamples/IcePlottingExample.html), CICE thinks that monthly data for, say, January occurs at midnight on Jan 31 -- while xarray interprets this as the first milllisecond of February. \n", - " \n", - "To get around this and we now subtract 12 hours from the time dimension. This means that, at least data is sitting in the correct month, and really helps to compute monthly climatologies correctly." - ] - }, { "cell_type": "code", "execution_count": 8, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:04:15.275947Z", - "iopub.status.busy": "2023-10-19T04:04:15.275311Z", - "iopub.status.idle": "2023-10-19T04:04:15.308820Z", - "shell.execute_reply": "2023-10-19T04:04:15.307948Z", - "shell.execute_reply.started": "2023-10-19T04:04:15.275904Z" - } - }, - "outputs": [], - "source": [ - "sic['time'] = sic.time.to_pandas() - timedelta(hours = 12)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "**As we have only lazy loaded the data so far, this is a good time to subset to only use the years we are interested in**" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:04:15.309544Z", - "iopub.status.busy": "2023-10-19T04:04:15.309377Z", - "iopub.status.idle": "2023-10-19T04:04:15.467438Z", - "shell.execute_reply": "2023-10-19T04:04:15.431450Z", - "shell.execute_reply.started": "2023-10-19T04:04:15.309529Z" - } - }, - "outputs": [], - "source": [ - "sic=sic.sel(time=slice('2090','2099'))" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Note that `aice_m` is the monthly average of fractional ice area in each grid cell aka the concentration. To find the actual area of the ice we need to know the area of each cell. Unfortunately, CICE doesn't save this for us ... but the ocean model does. So, let's load `area_t` from the ocean model, and rename the coordinates in our ice variable to match the ocean model. Then we can multiply the ice concentration with the cell area to get a total ice area." - ] - }, - { - "cell_type": "markdown", "metadata": {}, - "source": [ - "**There are many output files with the area field, however we only want one (as they are all the same)**" - ] - }, - { - "cell_type": "code", - "execution_count": 17, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:13:59.258307Z", - "iopub.status.busy": "2023-10-19T04:13:59.257517Z", - "iopub.status.idle": "2023-10-19T04:13:59.301277Z", - "shell.execute_reply": "2023-10-19T04:13:59.300541Z", - "shell.execute_reply.started": "2023-10-19T04:13:59.258260Z" - } - }, "outputs": [ { "data": { "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
pathrealmvariablefrequencystart_dateend_datevariable_long_namevariable_standard_namevariable_cell_methodsfilenamefile_id
0/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1900-04-01, 00:00:001900-04-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
1/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output001/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1900-07-01, 00:00:001900-07-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
2/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output002/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fx1900-10-01, 00:00:001900-10-01, 00:00:00[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[sea_floor_depth_below_geoid][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point]ocean_grid.ncocean_grid
\n", - "
" - ], - "text/plain": [ - " path \\\n", - "0 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean_grid.nc \n", - "1 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output001/ocean/ocean_grid.nc \n", - "2 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output002/ocean/ocean_grid.nc \n", - "\n", - " realm \\\n", - "0 ocean \n", - "1 ocean \n", - "2 ocean \n", - "\n", - " variable \\\n", - "0 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "1 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "2 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", - "\n", - " frequency start_date end_date \\\n", - "0 fx 1900-04-01, 00:00:00 1900-04-01, 00:00:00 \n", - "1 fx 1900-07-01, 00:00:00 1900-07-01, 00:00:00 \n", - "2 fx 1900-10-01, 00:00:00 1900-10-01, 00:00:00 \n", - "\n", - " variable_long_name \\\n", - "0 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "1 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "2 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", - "\n", - " variable_standard_name \\\n", - "0 [sea_floor_depth_below_geoid] \n", - "1 [sea_floor_depth_below_geoid] \n", - "2 [sea_floor_depth_below_geoid] \n", - "\n", - " variable_cell_methods \\\n", - "0 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "1 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "2 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", - "\n", - " filename file_id \n", - "0 ocean_grid.nc ocean_grid \n", - "1 ocean_grid.nc ocean_grid \n", - "2 ocean_grid.nc ocean_grid " - ] - }, - "execution_count": 17, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "catalog[expt].search(variable='area_t').df[0:3]" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-18T22:58:12.036123Z", - "iopub.status.busy": "2023-10-18T22:58:12.034779Z", - "iopub.status.idle": "2023-10-18T22:58:12.103468Z", - "shell.execute_reply": "2023-10-18T22:58:12.102647Z", - "shell.execute_reply.started": "2023-10-18T22:58:12.036074Z" - } - }, - "source": [ - "**so lets include the start date to force the catalog to only return one file to open. (We used _n=1_ in the cookbook, there is an [open issue](https://github.com/ACCESS-NRI/access-nri-intake-catalog/issues/117) to try and improve this in intake.)**" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:04:16.478554Z", - "iopub.status.busy": "2023-10-19T04:04:16.478377Z", - "iopub.status.idle": "2023-10-19T04:04:17.277017Z", - "shell.execute_reply": "2023-10-19T04:04:17.275822Z", - "shell.execute_reply.started": "2023-10-19T04:04:16.478539Z" - } - }, - "outputs": [], - "source": [ - "# area_t = cc.querying.getvar(sic_args['expt'], 'area_t',session,n = 1)\n", - "area_t=catalog[expt].search(variable='area_t', start_date='2090-01-01,*').to_dask().load()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "(As an aside, a convenient place to work with the area_t field is to add it as a coordinate to the sic dataset:)" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:04:17.279871Z", - "iopub.status.busy": "2023-10-19T04:04:17.278562Z", - "iopub.status.idle": "2023-10-19T04:04:17.288375Z", - "shell.execute_reply": "2023-10-19T04:04:17.287343Z", - "shell.execute_reply.started": "2023-10-19T04:04:17.279826Z" - } - }, - "outputs": [], - "source": [ - "sic['area_t']=area_t.area_t\n", - "\n", - "sic=sic.set_coords('area_t')" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Chunks" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "This section is optional, you can just use the DataSet now, and especially if the data is small. \n", - "\n", - "At this point, our data is 'lazy loaded' using [dask](https://docs.dask.org/en/latest/array-chunks.html) chunks. These are needed if the data won't fit in memory, but are also useful for parrallezing the analysis.\n", - "\n", - "When we view the DataArray, it shows details about the dask chunks, rather than the values (which are shown if they are loaded in memory). You can see the array size is ~4.35GB, but the chunks are 37MB. " - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:04:17.290705Z", - "iopub.status.busy": "2023-10-19T04:04:17.289829Z", - "iopub.status.idle": "2023-10-19T04:04:17.343584Z", - "shell.execute_reply": "2023-10-19T04:04:17.342602Z", - "shell.execute_reply.started": "2023-10-19T04:04:17.290662Z" - } - }, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "
<xarray.DataArray 'aice_m' (time: 120, nj: 2700, ni: 3600)>\n",
-       "dask.array<getitem, shape=(120, 2700, 3600), dtype=float32, chunksize=(1, 2700, 3600), chunktype=numpy.ndarray>\n",
+       "
<xarray.DataArray 'surface_salt' (time: 3360, yt_ocean: 2700, xt_ocean: 3600)>\n",
+       "dask.array<concatenate, shape=(3360, 2700, 3600), dtype=float32, chunksize=(1, 675, 900), chunktype=numpy.ndarray>\n",
        "Coordinates:\n",
-       "  * time     (time) object 2090-01-31 12:00:00 ... 2099-12-31 12:00:00\n",
-       "Dimensions without coordinates: nj, ni\n",
-       "Attributes:\n",
-       "    units:          1\n",
-       "    long_name:      ice area  (aggregate)\n",
-       "    coordinates:    TLON TLAT time\n",
-       "    cell_measures:  area: tarea\n",
+       "  * xt_ocean  (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n",
+       "  * yt_ocean  (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n",
+       "  * time      (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n",
+       "Attributes: (12/13)\n",
+       "    long_name:      Practical Salinity\n",
+       "    units:          psu\n",
+       "    valid_range:    [-10. 100.]\n",
        "    cell_methods:   time: mean\n",
-       "    time_rep:       averaged
" + " 2179-03-16 12:00:00, 2179-04-16 00:00:00, 2179-05-16 12:00:00,\n", + " 2179-06-16 00:00:00, 2179-07-16 12:00:00, 2179-08-16 12:00:00,\n", + " 2179-09-16 00:00:00, 2179-10-16 12:00:00, 2179-11-16 00:00:00,\n", + " 2179-12-16 12:00:00],\n", + " dtype='object', length=3360, calendar='noleap', freq='None'))
  • long_name :
    Practical Salinity
    units :
    psu
    valid_range :
    [-10. 100.]
    cell_methods :
    time: mean
    time_avg_info :
    average_T1,average_T2,average_DT
    standard_name :
    sea_surface_salinity
    ncfiles :
    ['/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output001/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output002/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output003/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output004/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output005/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output006/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output007/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output008/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output009/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output010/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output011/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output012/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output013/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output014/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output015/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output016/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output017/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output018/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output019/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output020/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output021/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output022/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output023/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output024/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output025/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output026/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output027/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output028/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output029/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output030/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output031/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output032/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output033/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output034/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output035/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output036/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output037/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output038/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output039/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output040/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output041/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output042/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output043/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output044/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output045/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output046/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output047/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output048/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output049/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output050/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output051/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output052/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output053/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output054/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output055/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output056/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output057/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output058/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output059/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output060/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output061/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output062/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output063/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output064/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output065/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output066/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output067/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output068/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output069/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output070/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output071/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output072/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output073/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output074/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output075/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output076/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output077/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output078/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output079/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output080/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output081/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output082/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output083/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output084/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output085/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output086/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output087/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output088/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output089/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output090/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output091/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output092/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output093/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output094/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output095/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output096/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output097/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output098/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output099/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output100/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output101/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output102/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output103/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output104/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output105/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output106/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output107/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output108/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output109/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output110/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output111/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output112/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output113/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output114/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output115/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output116/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output117/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output118/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output119/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output120/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output121/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output122/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output123/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output124/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output125/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output126/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output127/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output128/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output129/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output130/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output131/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output132/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output133/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output134/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output135/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output136/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output137/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output138/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output139/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output140/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output141/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output142/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output143/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output144/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output145/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output146/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output147/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output148/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output149/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output150/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output151/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output152/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output153/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output154/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output155/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output156/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output157/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output158/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output159/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output160/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output161/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output162/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output163/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output164/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output165/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output166/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output167/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output168/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output169/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output170/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output171/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output172/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output173/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output174/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output175/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output176/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output177/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output178/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output179/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output180/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output181/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output182/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output183/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output184/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output185/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output186/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output187/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output188/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output189/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output190/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output191/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output192/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output193/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output194/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output195/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output196/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output197/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output198/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output199/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output200/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output201/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output202/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output203/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output204/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output205/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output206/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output207/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output208/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output209/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output210/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output211/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output212/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output213/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output214/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output215/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output216/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output217/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output218/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output219/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output220/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output221/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output222/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output223/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output224/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output225/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output226/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output227/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output228/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output229/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output230/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output231/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output232/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output233/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output234/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output235/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output236/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output237/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output238/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output239/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output240/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output241/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output242/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output243/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output244/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output245/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output246/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output247/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output248/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output249/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output250/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output251/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output252/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output253/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output254/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output255/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output256/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output257/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output258/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output259/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output260/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output261/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output262/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output263/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output264/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output265/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output266/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output267/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output268/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output269/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output270/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output271/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output272/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output273/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output274/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output275/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output276/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output277/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output278/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output279/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output280/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output281/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output282/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output283/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output284/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output285/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output286/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output287/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output288/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output289/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output290/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output291/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output292/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output293/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output294/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output295/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output296/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output297/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output298/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output299/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output300/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output301/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output302/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output303/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output304/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output305/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output306/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output307/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output308/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output309/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output310/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output311/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output312/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output313/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output314/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output315/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output316/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output317/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output318/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output319/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output320/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output321/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output322/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output323/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output324/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output325/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output326/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output327/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output328/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output329/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output330/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output331/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output332/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output333/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output334/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output335/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output336/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output337/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output338/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output339/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output340/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output341/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output342/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output343/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output344/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output345/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output346/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output347/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output348/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output349/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output350/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output351/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output352/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output353/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output354/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output355/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output356/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output357/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output358/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output359/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output360/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output361/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output362/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output363/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output364/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output365/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output366/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output367/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output368/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output369/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output370/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output371/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output372/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output373/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output374/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output375/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output376/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output377/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output378/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output379/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output380/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output381/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output382/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output383/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output384/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output385/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output386/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output387/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output388/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output389/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output390/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output391/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output392/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output393/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output394/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output395/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output396/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output397/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output398/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output399/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output400/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output401/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output402/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output403/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output404/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output405/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output406/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output407/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output408/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output409/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output410/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output411/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output412/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output413/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output414/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output415/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output416/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output417/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output418/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output419/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output420/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output421/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output422/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output423/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output424/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output425/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output426/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output427/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output428/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output429/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output430/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output431/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output432/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output433/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output434/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output435/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output436/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output437/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output438/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output439/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output440/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output441/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output442/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output443/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output444/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output445/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output446/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output447/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output448/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output449/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output450/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output451/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output452/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output453/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output454/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output455/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output456/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output457/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output458/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output459/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output460/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output461/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output462/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output463/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output464/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output465/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output466/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output467/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output468/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output469/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output470/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output471/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output472/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output473/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output474/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output475/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output476/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output477/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output478/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output479/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output480/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output481/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output482/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output483/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output484/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output485/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output486/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output487/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output488/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output489/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output490/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output491/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output492/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output493/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output494/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output495/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output496/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output497/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output498/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output499/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output500/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output501/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output502/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output503/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output504/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output505/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output506/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output507/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output508/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output509/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output510/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output511/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output512/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output513/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output514/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output515/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output516/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output517/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output518/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output519/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output520/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output521/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output522/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output523/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output524/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output525/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output526/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output527/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output528/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output529/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output530/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output531/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output532/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output533/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output534/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output535/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output536/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output537/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output538/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output539/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output540/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output541/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output542/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output543/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output544/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output545/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output546/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output547/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output548/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output549/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output550/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output551/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output552/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output553/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output554/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output555/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output556/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output557/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output558/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output559/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output560/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output561/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output562/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output563/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output564/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output565/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output566/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output567/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output568/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output569/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output570/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output571/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output572/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output573/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output574/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output575/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output576/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output577/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output578/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output579/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output580/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output581/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output582/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output583/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output584/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output585/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output586/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output587/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output588/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output589/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output590/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output591/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output592/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output593/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output594/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output595/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output596/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output597/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output598/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output599/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output600/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output601/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output602/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output603/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output604/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output605/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output606/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output607/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output608/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output609/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output610/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output611/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output612/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output613/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output614/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output615/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output616/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output617/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output618/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output619/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output620/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output621/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output622/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output623/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output624/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output625/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output626/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output627/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output628/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output629/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output630/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output631/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output632/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output633/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output634/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output635/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output636/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output637/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output638/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output639/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output640/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output641/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output642/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output643/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output644/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output645/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output646/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output647/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output648/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output649/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output650/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output651/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output652/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output653/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output654/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output655/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output656/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output657/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output658/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output659/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output660/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output661/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output662/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output663/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output664/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output665/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output666/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output667/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output668/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output669/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output670/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output671/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output672/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output673/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output674/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output675/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output676/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output677/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output678/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output679/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output680/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output681/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output682/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output683/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output684/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output685/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output686/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output687/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output688/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output689/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output690/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output691/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output692/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output693/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output694/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output695/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output696/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output697/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output698/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output699/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output700/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output701/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output702/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output703/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output704/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output705/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output706/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output707/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output708/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output709/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output710/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output711/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output712/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output713/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output714/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output715/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output716/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output717/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output718/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output719/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output720/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output721/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output722/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output723/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output724/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output725/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output726/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output727/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output728/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output729/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output730/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output731/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output732/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output733/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output734/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output735/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output736/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output737/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output738/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output739/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output740/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output741/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output742/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output743/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output744/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output745/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output746/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output747/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output748/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output749/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output750/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output751/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output752/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output753/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output754/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output755/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output756/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output757/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output758/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output759/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output760/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output761/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output762/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output763/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output764/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output765/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output766/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output767/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output768/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output769/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output770/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output771/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output772/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output773/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output774/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output775/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output776/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output777/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output778/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output779/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output780/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output781/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output782/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output783/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output784/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output785/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output786/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output787/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output788/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output789/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output790/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output791/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output792/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output793/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output794/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output795/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output796/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output797/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output798/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output799/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output800/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output801/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output802/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output803/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output804/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output805/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output806/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output807/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output808/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output809/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output810/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output811/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output812/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output813/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output814/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output815/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output816/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output817/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output818/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output819/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output820/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output821/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output822/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output823/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output824/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output825/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output826/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output827/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output828/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output829/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output830/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output831/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output832/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output833/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output834/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output835/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output836/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output837/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output838/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output839/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output840/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output841/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output842/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output843/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output844/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output845/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output846/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output847/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output848/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output849/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output850/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output851/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output852/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output853/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output854/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output855/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output856/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output857/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output858/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output859/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output860/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output861/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output862/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output863/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output864/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output865/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output866/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output867/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output868/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output869/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output870/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output871/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output872/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output873/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output874/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output875/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output876/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output877/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output878/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output879/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output880/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output881/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output882/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output883/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output884/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output885/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output886/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output887/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output888/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output889/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output890/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output891/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output892/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output893/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output894/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output895/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output896/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output897/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output898/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output899/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output900/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output901/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output902/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output903/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output904/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output905/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output906/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output907/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output908/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output909/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output910/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output911/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output912/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output913/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output914/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output915/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output916/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output917/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output918/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output919/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output920/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output921/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output922/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output923/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output924/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output925/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output926/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output927/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output928/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output929/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output930/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output931/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output932/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output933/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output934/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output935/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output936/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output937/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output938/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output939/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output940/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output941/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output942/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output943/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output944/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output945/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output946/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output947/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output948/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output949/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output950/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output951/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output952/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output953/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output954/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output955/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output956/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output957/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output958/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output959/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output960/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output961/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output962/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output963/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output964/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output965/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output966/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output967/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output968/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output969/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output970/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output971/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output972/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output973/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output974/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output975/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output976/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output977/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output978/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output979/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output980/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output981/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output982/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output983/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output984/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output985/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output986/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output987/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output988/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output989/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output990/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output991/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output992/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output993/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output994/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output995/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output996/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output996/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output997/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output997/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output998/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output998/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output999/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output999/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1000/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1000/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1001/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1001/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1002/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1002/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1003/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1003/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1004/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1004/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1005/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1005/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1006/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1006/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1007/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1007/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1008/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1008/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1009/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1009/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1010/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1010/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1011/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1011/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1012/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1012/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1013/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1013/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1014/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1014/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1015/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1015/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1016/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1016/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1017/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1017/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1018/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1018/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1019/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1019/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1020/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1020/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1021/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1021/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1022/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1022/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1023/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1023/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1024/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1024/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1025/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1025/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1026/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1026/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1027/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1027/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1028/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1028/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1029/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1029/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1030/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1030/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1031/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1031/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1032/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1032/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1033/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1033/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1034/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1034/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1035/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1035/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1036/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1036/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1037/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1037/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1038/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1038/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1039/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1039/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1040/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1040/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1041/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1041/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1042/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1042/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1043/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1043/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1044/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1045/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1046/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1047/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1048/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1049/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1050/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1051/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1052/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1053/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1054/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1055/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1056/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1057/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1058/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1059/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1060/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1061/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1062/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1063/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1064/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1065/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1066/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1067/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1068/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1069/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1070/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1071/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1072/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1073/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1074/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1075/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1076/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1077/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1078/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1079/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1080/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1081/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1082/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1083/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1084/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1085/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1086/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1087/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1088/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1089/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1090/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1091/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1092/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1093/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1094/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1095/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1096/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1097/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1098/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1099/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1100/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1101/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1102/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1103/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1104/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1105/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1106/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1107/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1108/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1109/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1110/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1111/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1112/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1113/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1114/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1115/ocean/ocean_month.nc']
    contact :
    Andy Hogg
    email :
    andy.hogg@anu.edu.au
    created :
    2020-06-11
    description :
    0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)
    notes :
    Additional daily outputs saved from 1 Jan 1950 to 31 Dec 1969 and 1 Jan 2086 to 31 Dec 2100
    url :
    https://github.com/COSIMA/01deg_jra55_ryf/tree/01deg_jra55v13_ryf9091
  • " ], "text/plain": [ - "\n", - "dask.array\n", + "\n", + "dask.array\n", "Coordinates:\n", - " * time (time) object 2090-01-31 12:00:00 ... 2099-12-31 12:00:00\n", - "Dimensions without coordinates: nj, ni\n", - "Attributes:\n", - " units: 1\n", - " long_name: ice area (aggregate)\n", - " coordinates: TLON TLAT time\n", - " cell_measures: area: tarea\n", + " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", + " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", + " * time (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n", + "Attributes: (12/13)\n", + " long_name: Practical Salinity\n", + " units: psu\n", + " valid_range: [-10. 100.]\n", " cell_methods: time: mean\n", - " time_rep: averaged" + " time_avg_info: average_T1,average_T2,average_DT\n", + " standard_name: sea_surface_salinity\n", + " ... ...\n", + " contact: Andy Hogg\n", + " email: andy.hogg@anu.edu.au\n", + " created: 2020-06-11\n", + " description: 0.1 degree ACCESS-OM2 global model configuration with JRA...\n", + " notes: Additional daily outputs saved from 1 Jan 1950 to 31 Dec ...\n", + " url: https://github.com/COSIMA/01deg_jra55_ryf/tree/01deg_jra5..." ] }, - "execution_count": 13, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "sic.aice_m" + "data_cc" ] }, { "cell_type": "markdown", - "metadata": { - "jp-MarkdownHeadingCollapsed": true - }, + "metadata": {}, "source": [ - "The number of chunks is small, only 120, which is good. But the size of each chunk is inefficient - we might aim for them to be 10% of the memory available to each worker. On a _large_ ARE Instance, we have 48GB spread across 12 cores, so with the default number of dask workers (also 12), we should aim for chunk sizes around 400MB.\n", - "\n", - "To keep our chunks oriented with the netcdf source files (which have 1 time step for all X&Y coordinates), we will rechunk to so each chunk has the full X&Y, but multiple timesteps. Through trial and error, we can set this so our chunk sizes are close to 400MB. (Conveniently, out number of chunks is now a multiple of our number of cores too)" + "We can open the same data using our `catalog` object as follows:" ] }, { "cell_type": "code", - "execution_count": 14, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:04:17.345313Z", - "iopub.status.busy": "2023-10-19T04:04:17.344894Z", - "iopub.status.idle": "2023-10-19T04:04:17.377375Z", - "shell.execute_reply": "2023-10-19T04:04:17.376583Z", - "shell.execute_reply.started": "2023-10-19T04:04:17.345277Z" - } - }, - "outputs": [], - "source": [ - "sic=sic.chunk({'time':10, 'nj':-1, 'ni':-1})" - ] - }, - { - "cell_type": "markdown", + "execution_count": 9, "metadata": {}, + "outputs": [], "source": [ - "Our chunk sizes are more efficient now, and load quickly:" + "data_ic = catalog[experiment].search(\n", + " variable=variable, \n", + " frequency=\"1mon\"\n", + ").to_dask()" ] }, { "cell_type": "code", - "execution_count": 15, - "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:04:17.378112Z", - "iopub.status.busy": "2023-10-19T04:04:17.377965Z", - "iopub.status.idle": "2023-10-19T04:04:17.389199Z", - "shell.execute_reply": "2023-10-19T04:04:17.388573Z", - "shell.execute_reply.started": "2023-10-19T04:04:17.378099Z" - } - }, + "execution_count": 10, + "metadata": {}, "outputs": [ { "data": { @@ -2798,18 +5042,19 @@ " stroke: currentColor;\n", " fill: currentColor;\n", "}\n", - "
    <xarray.DataArray 'aice_m' (time: 120, nj: 2700, ni: 3600)>\n",
    -       "dask.array<rechunk-merge, shape=(120, 2700, 3600), dtype=float32, chunksize=(10, 2700, 3600), chunktype=numpy.ndarray>\n",
    +       "
    <xarray.DataArray 'surface_salt' (time: 3360, yt_ocean: 2700, xt_ocean: 3600)>\n",
    +       "dask.array<concatenate, shape=(3360, 2700, 3600), dtype=float32, chunksize=(1, 675, 900), chunktype=numpy.ndarray>\n",
            "Coordinates:\n",
    -       "  * time     (time) object 2090-01-31 12:00:00 ... 2099-12-31 12:00:00\n",
    -       "Dimensions without coordinates: nj, ni\n",
    +       "  * xt_ocean  (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n",
    +       "  * yt_ocean  (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n",
    +       "  * time      (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n",
            "Attributes:\n",
    -       "    units:          1\n",
    -       "    long_name:      ice area  (aggregate)\n",
    -       "    coordinates:    TLON TLAT time\n",
    -       "    cell_measures:  area: tarea\n",
    +       "    long_name:      Practical Salinity\n",
    +       "    units:          psu\n",
    +       "    valid_range:    [-10. 100.]\n",
            "    cell_methods:   time: mean\n",
    -       "    time_rep:       averaged
    " + " 2179-03-16 12:00:00, 2179-04-16 00:00:00, 2179-05-16 12:00:00,\n", + " 2179-06-16 00:00:00, 2179-07-16 12:00:00, 2179-08-16 12:00:00,\n", + " 2179-09-16 00:00:00, 2179-10-16 12:00:00, 2179-11-16 00:00:00,\n", + " 2179-12-16 12:00:00],\n", + " dtype='object', length=3360, calendar='noleap', freq='None'))
  • long_name :
    Practical Salinity
    units :
    psu
    valid_range :
    [-10. 100.]
    cell_methods :
    time: mean
    time_avg_info :
    average_T1,average_T2,average_DT
    standard_name :
    sea_surface_salinity
  • " ], "text/plain": [ - "\n", - "dask.array\n", + "\n", + "dask.array\n", "Coordinates:\n", - " * time (time) object 2090-01-31 12:00:00 ... 2099-12-31 12:00:00\n", - "Dimensions without coordinates: nj, ni\n", + " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", + " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", + " * time (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n", "Attributes:\n", - " units: 1\n", - " long_name: ice area (aggregate)\n", - " coordinates: TLON TLAT time\n", - " cell_measures: area: tarea\n", + " long_name: Practical Salinity\n", + " units: psu\n", + " valid_range: [-10. 100.]\n", " cell_methods: time: mean\n", - " time_rep: averaged" + " time_avg_info: average_T1,average_T2,average_DT\n", + " standard_name: sea_surface_salinity" ] }, - "execution_count": 15, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "sic.aice_m" + "data_ic[\"surface_salt\"]" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Some important differences\n", + "\n", + "There are a few differences in functionality between the ACCESS-NRI Intake catalog and the COSIMA cookbook that users should be aware of." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "**We are now ready to go, to analyse or plot the data. [Sea ice plotting examples](https://cosima-recipes.readthedocs.io/en/latest/DocumentedExamples/SeaIce_Plot_Example.html) covers plotting this data.**" + "## 1. The cookbook returns DataArrays, whereas the catalog returns Datasets\n", + "\n", + "This is because with the catalog you can load multiple variables into a single dataset with a single call (when these variables are in the same file). E.g.:" ] }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "data_ic_multivar = catalog[experiment].search(\n", + " variable=[\"surface_salt\", \"surface_temp\"], \n", + " frequency=\"1mon\"\n", + ").to_dask()" + ] + }, + { + "cell_type": "code", + "execution_count": 12, "metadata": { - "execution": { - "iopub.execute_input": "2023-10-19T04:04:17.390202Z", - "iopub.status.busy": "2023-10-19T04:04:17.390057Z", - "iopub.status.idle": "2023-10-19T04:04:18.803024Z", - "shell.execute_reply": "2023-10-19T04:04:18.801824Z", - "shell.execute_reply.started": "2023-10-19T04:04:17.390189Z" - } + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
    \n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
    <xarray.Dataset>\n",
    +       "Dimensions:       (time: 3360, yt_ocean: 2700, xt_ocean: 3600)\n",
    +       "Coordinates:\n",
    +       "  * xt_ocean      (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n",
    +       "  * yt_ocean      (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n",
    +       "  * time          (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n",
    +       "Data variables:\n",
    +       "    surface_salt  (time, yt_ocean, xt_ocean) float32 dask.array<chunksize=(1, 675, 900), meta=np.ndarray>\n",
    +       "    surface_temp  (time, yt_ocean, xt_ocean) float32 dask.array<chunksize=(1, 675, 900), meta=np.ndarray>\n",
    +       "Attributes:\n",
    +       "    filename:                        ocean_month.nc\n",
    +       "    title:                           ACCESS-OM2-01\n",
    +       "    grid_type:                       mosaic\n",
    +       "    grid_tile:                       1\n",
    +       "    intake_esm_attrs:realm:          ocean\n",
    +       "    intake_esm_attrs:frequency:      1mon\n",
    +       "    intake_esm_attrs:filename:       ocean_month.nc\n",
    +       "    intake_esm_attrs:file_id:        ocean_month\n",
    +       "    intake_esm_attrs:_data_format_:  netcdf\n",
    +       "    intake_esm_dataset_key:          ocean_month.1mon
    " + ], + "text/plain": [ + "\n", + "Dimensions: (time: 3360, yt_ocean: 2700, xt_ocean: 3600)\n", + "Coordinates:\n", + " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", + " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", + " * time (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n", + "Data variables:\n", + " surface_salt (time, yt_ocean, xt_ocean) float32 dask.array\n", + " surface_temp (time, yt_ocean, xt_ocean) float32 dask.array\n", + "Attributes:\n", + " filename: ocean_month.nc\n", + " title: ACCESS-OM2-01\n", + " grid_type: mosaic\n", + " grid_tile: 1\n", + " intake_esm_attrs:realm: ocean\n", + " intake_esm_attrs:frequency: 1mon\n", + " intake_esm_attrs:filename: ocean_month.nc\n", + " intake_esm_attrs:file_id: ocean_month\n", + " intake_esm_attrs:_data_format_: netcdf\n", + " intake_esm_dataset_key: ocean_month.1mon" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data_ic_multivar" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## 2. The catalog knows which files make up distinct datasets" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The following fails with the cookbook because you will be trying to load data from different files with different temporal frequency:" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [ + "skip-execution" + ] + }, + "outputs": [ + { + "ename": "QueryWarning", + "evalue": "Your query returns files with differing frequencies: {'1 daily', '1 monthly'}. This could lead to unexpected behaviour! Disambiguate by passing frequency= to getvar, specifying the desired frequency.", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mQueryWarning\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn[13], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m data_ic_multifreq \u001b[38;5;241m=\u001b[39m \u001b[43mcc\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mquerying\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mgetvar\u001b[49m\u001b[43m(\u001b[49m\n\u001b[1;32m 2\u001b[0m \u001b[43m \u001b[49m\u001b[43mexpt\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mexperiment\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 3\u001b[0m \u001b[43m \u001b[49m\u001b[43mvariable\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mvariable\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 4\u001b[0m \u001b[43m \u001b[49m\u001b[43msession\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43msession\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 5\u001b[0m \u001b[43m)\u001b[49m\n", + "File \u001b[0;32m/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/cosima_cookbook/querying.py:334\u001b[0m, in \u001b[0;36mgetvar\u001b[0;34m(expt, variable, session, ncfile, start_time, end_time, n, frequency, attrs, attrs_unique, return_dataset, **kwargs)\u001b[0m\n\u001b[1;32m 331\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m attrs_unique \u001b[38;5;129;01mis\u001b[39;00m \u001b[38;5;28;01mNone\u001b[39;00m:\n\u001b[1;32m 332\u001b[0m attrs_unique \u001b[38;5;241m=\u001b[39m {\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mcell_methods\u001b[39m\u001b[38;5;124m\"\u001b[39m: \u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mtime: mean\u001b[39m\u001b[38;5;124m\"\u001b[39m}\n\u001b[0;32m--> 334\u001b[0m ncfiles \u001b[38;5;241m=\u001b[39m \u001b[43m_ncfiles_for_variable\u001b[49m\u001b[43m(\u001b[49m\n\u001b[1;32m 335\u001b[0m \u001b[43m \u001b[49m\u001b[43mexpt\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 336\u001b[0m \u001b[43m \u001b[49m\u001b[43mvariable\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 337\u001b[0m \u001b[43m \u001b[49m\u001b[43msession\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 338\u001b[0m \u001b[43m \u001b[49m\u001b[43mncfile\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 339\u001b[0m \u001b[43m \u001b[49m\u001b[43mstart_time\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 340\u001b[0m \u001b[43m \u001b[49m\u001b[43mend_time\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 341\u001b[0m \u001b[43m \u001b[49m\u001b[43mn\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 342\u001b[0m \u001b[43m \u001b[49m\u001b[43mfrequency\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 343\u001b[0m \u001b[43m \u001b[49m\u001b[43mattrs\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 344\u001b[0m \u001b[43m \u001b[49m\u001b[43mattrs_unique\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 345\u001b[0m \u001b[43m\u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 347\u001b[0m variables \u001b[38;5;241m=\u001b[39m [variable]\n\u001b[1;32m 348\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m return_dataset:\n\u001b[1;32m 349\u001b[0m \u001b[38;5;66;03m# we know at least one variable was returned, so we can index ncfiles\u001b[39;00m\n\u001b[1;32m 350\u001b[0m \u001b[38;5;66;03m# ask for the extra variables associated with cell_methods, etc.\u001b[39;00m\n", + "File \u001b[0;32m/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/cosima_cookbook/querying.py:529\u001b[0m, in \u001b[0;36m_ncfiles_for_variable\u001b[0;34m(expt, variable, session, ncfile, start_time, end_time, n, frequency, attrs, attrs_unique)\u001b[0m\n\u001b[1;32m 527\u001b[0m unique_freqs \u001b[38;5;241m=\u001b[39m \u001b[38;5;28mset\u001b[39m(f\u001b[38;5;241m.\u001b[39mNCFile\u001b[38;5;241m.\u001b[39mfrequency \u001b[38;5;28;01mfor\u001b[39;00m f \u001b[38;5;129;01min\u001b[39;00m ncfiles)\n\u001b[1;32m 528\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mlen\u001b[39m(unique_freqs) \u001b[38;5;241m>\u001b[39m \u001b[38;5;241m1\u001b[39m:\n\u001b[0;32m--> 529\u001b[0m \u001b[43mwarnings\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mwarn\u001b[49m\u001b[43m(\u001b[49m\n\u001b[1;32m 530\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;124;43mf\u001b[39;49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[38;5;124;43mYour query returns files with differing frequencies: \u001b[39;49m\u001b[38;5;132;43;01m{\u001b[39;49;00m\u001b[43munique_freqs\u001b[49m\u001b[38;5;132;43;01m}\u001b[39;49;00m\u001b[38;5;124;43m. \u001b[39;49m\u001b[38;5;124;43m\"\u001b[39;49m\n\u001b[1;32m 531\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[38;5;124;43mThis could lead to unexpected behaviour! Disambiguate by passing \u001b[39;49m\u001b[38;5;124;43m\"\u001b[39;49m\n\u001b[1;32m 532\u001b[0m \u001b[43m \u001b[49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[38;5;124;43mfrequency= to getvar, specifying the desired frequency.\u001b[39;49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[43m,\u001b[49m\n\u001b[1;32m 533\u001b[0m \u001b[43m \u001b[49m\u001b[43mQueryWarning\u001b[49m\u001b[43m,\u001b[49m\n\u001b[1;32m 534\u001b[0m \u001b[43m \u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 536\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m ncfiles\n", + "\u001b[0;31mQueryWarning\u001b[0m: Your query returns files with differing frequencies: {'1 daily', '1 monthly'}. This could lead to unexpected behaviour! Disambiguate by passing frequency= to getvar, specifying the desired frequency." + ] + } + ], + "source": [ + "data_ic_multifreq = cc.querying.getvar(\n", + " expt=experiment,\n", + " variable=variable,\n", + " session=session,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Additionally, there are cases where the cookbook will [silently load and concatenate data on different grids](https://github.com/COSIMA/cosima-recipes/issues/229), because it does not know which files in the database should/shouldn't be concatenated together.\n", + "\n", + "The catalog know which files make up distinct datasets and provides methods to open multiple datasets from a single query. For example, if we try to run the equivalent to the cell above using the catalog, we are told that there are multiple datasets and that we should open them with `to_dataset_dict()` rather than `to_dask()`:" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [ + "skip-execution" + ] + }, + "outputs": [ + { + "ename": "ValueError", + "evalue": "Expected exactly one dataset. Received 2 datasets. Please refine your search or use `.to_dataset_dict()`.", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mValueError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn[14], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m data_ic_multifreq \u001b[38;5;241m=\u001b[39m \u001b[43mcatalog\u001b[49m\u001b[43m[\u001b[49m\u001b[43mexperiment\u001b[49m\u001b[43m]\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43msearch\u001b[49m\u001b[43m(\u001b[49m\u001b[43mvariable\u001b[49m\u001b[38;5;241;43m=\u001b[39;49m\u001b[43mvariable\u001b[49m\u001b[43m)\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mto_dask\u001b[49m\u001b[43m(\u001b[49m\u001b[43m)\u001b[49m\n", + "File \u001b[0;32m/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/intake_esm/core.py:802\u001b[0m, in \u001b[0;36mesm_datastore.to_dask\u001b[0;34m(self, **kwargs)\u001b[0m\n\u001b[1;32m 787\u001b[0m \u001b[38;5;250m\u001b[39m\u001b[38;5;124;03m\"\"\"\u001b[39;00m\n\u001b[1;32m 788\u001b[0m \u001b[38;5;124;03mConvert result to an xarray dataset.\u001b[39;00m\n\u001b[1;32m 789\u001b[0m \n\u001b[0;32m (...)\u001b[0m\n\u001b[1;32m 799\u001b[0m \u001b[38;5;124;03m:py:class:`~xarray.Dataset`\u001b[39;00m\n\u001b[1;32m 800\u001b[0m \u001b[38;5;124;03m\"\"\"\u001b[39;00m\n\u001b[1;32m 801\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mlen\u001b[39m(\u001b[38;5;28mself\u001b[39m) \u001b[38;5;241m!=\u001b[39m \u001b[38;5;241m1\u001b[39m: \u001b[38;5;66;03m# quick check to fail more quickly if there are many results\u001b[39;00m\n\u001b[0;32m--> 802\u001b[0m \u001b[38;5;28;01mraise\u001b[39;00m \u001b[38;5;167;01mValueError\u001b[39;00m(\n\u001b[1;32m 803\u001b[0m \u001b[38;5;124mf\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mExpected exactly one dataset. Received \u001b[39m\u001b[38;5;132;01m{\u001b[39;00m\u001b[38;5;28mlen\u001b[39m(\u001b[38;5;28mself\u001b[39m)\u001b[38;5;132;01m}\u001b[39;00m\u001b[38;5;124m datasets. Please refine your search or use `.to_dataset_dict()`.\u001b[39m\u001b[38;5;124m'\u001b[39m\n\u001b[1;32m 804\u001b[0m )\n\u001b[1;32m 805\u001b[0m res \u001b[38;5;241m=\u001b[39m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39mto_dataset_dict(\u001b[38;5;241m*\u001b[39m\u001b[38;5;241m*\u001b[39m{\u001b[38;5;241m*\u001b[39m\u001b[38;5;241m*\u001b[39mkwargs, \u001b[38;5;124m'\u001b[39m\u001b[38;5;124mprogressbar\u001b[39m\u001b[38;5;124m'\u001b[39m: \u001b[38;5;28;01mFalse\u001b[39;00m})\n\u001b[1;32m 806\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[38;5;28mlen\u001b[39m(res) \u001b[38;5;241m!=\u001b[39m \u001b[38;5;241m1\u001b[39m: \u001b[38;5;66;03m# extra check in case kwargs did modify something\u001b[39;00m\n", + "\u001b[0;31mValueError\u001b[0m: Expected exactly one dataset. Received 2 datasets. Please refine your search or use `.to_dataset_dict()`." + ] + } + ], + "source": [ + "data_ic_multifreq = catalog[experiment].search(variable=variable).to_dask()" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "Doing so returns a dictionary containing Datasets of the variable at all the available frequencies (daily and monthly in this case)" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "--> The keys in the returned dictionary of datasets are constructed as follows:\n", + "\t'file_id.frequency'\n" + ] + }, + { + "data": { + "text/html": [ + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "\n", + "
    \n", + " \n", + " 100.00% [2/2 00:18<00:00]\n", + "
    \n", + " " + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "data_ic_multifreq = catalog[experiment].search(variable=variable).to_dataset_dict()" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "{'ocean_daily.1day': \n", + " Dimensions: (time: 81580, yt_ocean: 2700, xt_ocean: 3600)\n", + " Coordinates:\n", + " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", + " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", + " * time (time) object 1956-04-01 12:00:00 ... 2179-12-31 12:00:00\n", + " Data variables:\n", + " surface_salt (time, yt_ocean, xt_ocean) float32 dask.array\n", + " Attributes:\n", + " filename: ocean_daily.nc\n", + " title: ACCESS-OM2-01\n", + " grid_type: mosaic\n", + " grid_tile: 1\n", + " intake_esm_vars: ['surface_salt']\n", + " intake_esm_attrs:realm: ocean\n", + " intake_esm_attrs:frequency: 1day\n", + " intake_esm_attrs:filename: ocean_daily.nc\n", + " intake_esm_attrs:file_id: ocean_daily\n", + " intake_esm_attrs:_data_format_: netcdf\n", + " intake_esm_dataset_key: ocean_daily.1day,\n", + " 'ocean_month.1mon': \n", + " Dimensions: (time: 3360, yt_ocean: 2700, xt_ocean: 3600)\n", + " Coordinates:\n", + " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", + " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", + " * time (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n", + " Data variables:\n", + " surface_salt (time, yt_ocean, xt_ocean) float32 dask.array\n", + " Attributes:\n", + " filename: ocean_month.nc\n", + " title: ACCESS-OM2-01\n", + " grid_type: mosaic\n", + " grid_tile: 1\n", + " intake_esm_vars: ['surface_salt']\n", + " intake_esm_attrs:realm: ocean\n", + " intake_esm_attrs:frequency: 1mon\n", + " intake_esm_attrs:filename: ocean_month.nc\n", + " intake_esm_attrs:file_id: ocean_month\n", + " intake_esm_attrs:_data_format_: netcdf\n", + " intake_esm_dataset_key: ocean_month.1mon}" + ] + }, + "execution_count": 16, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data_ic_multifreq" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "You can also open multiple datasets directly into an [xarray-datatree](https://xarray-datatree.readthedocs.io/en/latest/) by calling `to_datatree` rather than `to_dataset_dict` (in an upcoming release, it will be easier for users to control how the groups are structured in the datatree.). E.g.:" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "--> The keys in the returned dictionary of datasets are constructed as follows:\n", + "\t'file_id/frequency'\n" + ] + }, + { + "data": { + "text/html": [ + "\n", + "\n" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "\n", + "
    \n", + " \n", + " 100.00% [2/2 00:16<00:00]\n", + "
    \n", + " " + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "data_ic_datatree = catalog[experiment].search(variable=variable).to_datatree()" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": { + "editable": true, + "scrolled": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
    \n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
    <xarray.DatasetView>\n",
    +       "Dimensions:  ()\n",
    +       "Data variables:\n",
    +       "    *empty*
    " + ], + "text/plain": [ + "DataTree('None', parent=None)\n", + "├── DataTree('ocean_daily')\n", + "│ └── DataTree('1day')\n", + "│ Dimensions: (time: 81580, yt_ocean: 2700, xt_ocean: 3600)\n", + "│ Coordinates:\n", + "│ * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", + "│ * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", + "│ * time (time) object 1956-04-01 12:00:00 ... 2179-12-31 12:00:00\n", + "│ Data variables:\n", + "│ surface_salt (time, yt_ocean, xt_ocean) float32 dask.array\n", + "│ Attributes:\n", + "│ filename: ocean_daily.nc\n", + "│ title: ACCESS-OM2-01\n", + "│ grid_type: mosaic\n", + "│ grid_tile: 1\n", + "│ intake_esm_vars: ['surface_salt']\n", + "│ intake_esm_attrs:realm: ocean\n", + "│ intake_esm_attrs:frequency: 1day\n", + "│ intake_esm_attrs:filename: ocean_daily.nc\n", + "│ intake_esm_attrs:file_id: ocean_daily\n", + "│ intake_esm_attrs:_data_format_: netcdf\n", + "│ intake_esm_dataset_key: ocean_daily/1day\n", + "└── DataTree('ocean_month')\n", + " └── DataTree('1mon')\n", + " Dimensions: (time: 3360, yt_ocean: 2700, xt_ocean: 3600)\n", + " Coordinates:\n", + " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", + " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", + " * time (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n", + " Data variables:\n", + " surface_salt (time, yt_ocean, xt_ocean) float32 dask.array\n", + " Attributes:\n", + " filename: ocean_month.nc\n", + " title: ACCESS-OM2-01\n", + " grid_type: mosaic\n", + " grid_tile: 1\n", + " intake_esm_vars: ['surface_salt']\n", + " intake_esm_attrs:realm: ocean\n", + " intake_esm_attrs:frequency: 1mon\n", + " intake_esm_attrs:filename: ocean_month.nc\n", + " intake_esm_attrs:file_id: ocean_month\n", + " intake_esm_attrs:_data_format_: netcdf\n", + " intake_esm_dataset_key: ocean_month/1mon" + ] + }, + "execution_count": 18, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data_ic_datatree" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "## 3. The frequency vocabulary is different" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "With the cookbook `querying.getvar` function, the provided frequency must be one of (where `` is an integer):\n", + "\n", + "```python\n", + "\"static\"\n", + "\" hourly\"\n", + "\" daily\"\n", + "\" monthly\"\n", + "\" yearly\"\n", + "``` \n", + "\n", + "In the catalog, frequency follows a standard vocabulary that is very similar to CMIP6:\n", + "\n", + "```python\n", + "\"fx\" # fixed\n", + "\"subhr\" # subhourly\n", + "\"hr\" # hourly\n", + "\"day\" # daily\n", + "\"mon\" # monthly\n", + "\"yr\" # yearly\n", + "\"dec\" # decadal\n", + "```" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "## 4. Passing keyword arguments is different" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "With the cookbook `querying.getvar` function, additional keyword arguments to be passed to xarray's `open_mfdataset` can be passed directly to the `getvar` function. For example, one might specify the chunks and combining arguments using:" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": { + "editable": true, + "scrolled": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "data_cc_kw = cc.querying.getvar(\n", + " expt=experiment,\n", + " variable=variable,\n", + " session=session,\n", + " frequency=\"1 monthly\",\n", + " chunks={\"xt_ocean\": -1, \"yt_ocean\": -1},\n", + " compat=\"override\",\n", + " data_vars=\"minimal\",\n", + " coords=\"minimal\"\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "With the catalog, keyword argments for xarray's `open_dataset` and `combine_by_coords` functions are passed separately to `to_dask` (or `to_dataset_dict`). For example, to do the same as the previous cell:" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "xarray_open_kwargs=dict(\n", + " chunks={\"xt_ocean\": -1, \"yt_ocean\": -1}\n", + ")\n", + "xarray_combine_by_coords_kwargs=dict(\n", + " compat=\"override\",\n", + " data_vars=\"minimal\",\n", + " coords=\"minimal\"\n", + ")\n", + "\n", + "data_ic_kw = catalog[experiment].search(\n", + " variable=variable, \n", + " frequency=\"1mon\"\n", + ").to_dask(\n", + " xarray_open_kwargs=xarray_open_kwargs,\n", + " xarray_combine_by_coords_kwargs=xarray_combine_by_coords_kwargs,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "## 5. You cannot search by start and end date using the catalog\n", + "\n", + "With the cookbook, it's common to specify a time *range* in the `getvar` query. E.g.:" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "metadata": { + "editable": true, + "scrolled": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n", + "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "start_time = \"2000-01-01\"\n", + "end_time = \"2180-01-01\"\n", + "\n", + "data_cc_times = cc.querying.getvar(\n", + " expt=experiment,\n", + " variable=variable,\n", + " session=session,\n", + " frequency=\"1 monthly\",\n", + " start_time=start_time,\n", + " end_time=end_time,\n", + ")\n", + "\n", + "data_cc_times = data_cc_times.sel(time=slice(start_time, end_time))" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "It's not possible to query on a time range with the Intake catalog. This is mostly because the opening of datasets is a trivially parallelized task that is done [lazily](https://docs.xarray.dev/en/stable/user-guide/dask.html#parallel-computing-with-dask) anyway so opening all files and reducing the times using xarray's `sel` methods shouldn't add too much overhead. In most cases where the overhead of opening the files seems large, this can be reduced through sensible choices of keyword arguments provided to `open_dataset` and `combine_by_coords` - see the xarray documentation on [Reading multi-file datasets](https://docs.xarray.dev/en/stable/user-guide/io.html#reading-multi-file-datasets) for details.\n", + "\n", + "That is, with the catalog you'd just do (which takes a few seconds longer):" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "data_ic = catalog[experiment].search(\n", + " variable=variable, \n", + " frequency=\"1mon\"\n", + ").to_dask()\n", + "\n", + "data_ic_times = data_ic.sel(time=slice(start_time, end_time))" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "# Tips, gotchas and workarounds" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "## 1. Speeding up opening your datasets" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "Try passing the following to your `to_dask` or `to_dataset_dict` call:\n", + "\n", + "```python\n", + "xarray_combine_by_coords_kwargs=dict(\n", + " compat=\"override\",\n", + " data_vars=\"minimal\",\n", + " coords=\"minimal\"\n", + ")\n", + "```\n", + "\n", + "See the xarray documentation on [Reading multi-file datasets](https://docs.xarray.dev/en/stable/user-guide/io.html#reading-multi-file-datasets) for more details about these arguments." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "## 2. Choosing chunksizes\n", + "\n", + "Check out the [Chunking tutorial](https://access-nri-intake-catalog.readthedocs.io/en/latest/usage/chunking.html) in the ACCESS-NRI Intake catalog documentation" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "## 3. Loading fixed frequency variables" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "Many COSIMA experiments include multiple repeated files containing the same fixed frequency data (e.g. grid information). Both the cookbook and the catalog will fail to concatenate these files since they contain no clear dimension to concatenate along. The workaround with the cookbook is to specify the argument `n=1` to tell the cookbook to return only data from the first file, e.g." + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "data_cc_fixed = cc.querying.getvar(\n", + " expt=experiment,\n", + " variable=\"area_t\",\n", + " session=session,\n", + " n=1,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "There is no equivalent `n` argument with the catalog, but you can further restrict your search to only return one file. For example, you could only return the file in the `output000` directory with:" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "metadata": { + "editable": true, + "scrolled": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "data_ic_fixed = catalog[experiment].search(\n", + " variable='area_t',\n", + " path=\".*output000.*\"\n", + ").to_dask()" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "## 4. Determining what can be searched upon in an experiment\n", + "\n", + "You can see what can be `search`ed on within an experiment with:" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/plain": [ + "['path',\n", + " 'realm',\n", + " 'variable',\n", + " 'frequency',\n", + " 'start_date',\n", + " 'end_date',\n", + " 'variable_long_name',\n", + " 'variable_standard_name',\n", + " 'variable_cell_methods',\n", + " 'variable_units',\n", + " 'filename',\n", + " 'file_id']" + ] + }, + "execution_count": 25, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "catalog[experiment].df.columns.tolist()" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "It can also be helpful sometimes to look at the `catalog[experiment].df` object itself, which is a dataframe of all of the files in the experiment and their metadata" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": { + "editable": true, + "scrolled": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [ + { + "data": { + "text/html": [ + "
    \n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
    pathrealmvariablefrequencystart_dateend_datevariable_long_namevariable_standard_namevariable_cell_methodsvariable_unitsfilenamefile_id
    0/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ice/OUTPUT/iceh.1900-01.ncseaIce[time_bounds, TLON, TLAT, ULON, ULAT, NCAT, tmask, blkmask, tarea, uarea, dxt, dyt, dxu, dyu, HTN, HTE, ANGLE, ANGLET, hi_m, hs_m, Tsfc_m, aice_m, uvel_m, vvel_m, uatm_m, vatm_m, fswup_m, sst_m, s...1mon1900-01-01, 00:00:001900-02-01, 00:00:00[boundaries for time-averaging interval, T grid center longitude, T grid center latitude, U grid center longitude, U grid center latitude, category maximum thickness, ocean grid mask, ice grid blo...[, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ][, , , , , , , , , , , , , , , , , , time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, tim...[days since 1900-01-01 00:00:00, degrees_east, degrees_north, degrees_east, degrees_north, m, , , m^2, m^2, m, m, m, m, m, m, radians, radians, m, m, C, 1, m/s, m/s, m/s, m/s, W/m^2, C, ppt, m/s, ...iceh.1900-01.nciceh_XXXX_XX
    1/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ice/OUTPUT/iceh.1900-02.ncseaIce[time_bounds, TLON, TLAT, ULON, ULAT, NCAT, tmask, blkmask, tarea, uarea, dxt, dyt, dxu, dyu, HTN, HTE, ANGLE, ANGLET, hi_m, hs_m, Tsfc_m, aice_m, uvel_m, vvel_m, uatm_m, vatm_m, fswup_m, sst_m, s...1mon1900-02-01, 00:00:001900-03-01, 00:00:00[boundaries for time-averaging interval, T grid center longitude, T grid center latitude, U grid center longitude, U grid center latitude, category maximum thickness, ocean grid mask, ice grid blo...[, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ][, , , , , , , , , , , , , , , , , , time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, tim...[days since 1900-01-01 00:00:00, degrees_east, degrees_north, degrees_east, degrees_north, m, , , m^2, m^2, m, m, m, m, m, m, radians, radians, m, m, C, 1, m/s, m/s, m/s, m/s, W/m^2, C, ppt, m/s, ...iceh.1900-02.nciceh_XXXX_XX
    2/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ice/OUTPUT/iceh.1900-03.ncseaIce[time_bounds, TLON, TLAT, ULON, ULAT, NCAT, tmask, blkmask, tarea, uarea, dxt, dyt, dxu, dyu, HTN, HTE, ANGLE, ANGLET, hi_m, hs_m, Tsfc_m, aice_m, uvel_m, vvel_m, uatm_m, vatm_m, fswup_m, sst_m, s...1mon1900-03-01, 00:00:001900-04-01, 00:00:00[boundaries for time-averaging interval, T grid center longitude, T grid center latitude, U grid center longitude, U grid center latitude, category maximum thickness, ocean grid mask, ice grid blo...[, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ][, , , , , , , , , , , , , , , , , , time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, tim...[days since 1900-01-01 00:00:00, degrees_east, degrees_north, degrees_east, degrees_north, m, , , m^2, m^2, m, m, m, m, m, m, radians, radians, m, m, C, 1, m/s, m/s, m/s, m/s, W/m^2, C, ppt, m/s, ...iceh.1900-03.nciceh_XXXX_XX
    3/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean.ncocean[temp, pot_temp, salt, age_global, u, v, wt, dzt, rho, pot_rho_0, tx_trans, ty_trans, ty_trans_submeso, tx_trans_rho, ty_trans_rho, ty_trans_nrho_submeso, temp_xflux_adv, temp_yflux_adv, average_T...3mon1900-01-01, 00:00:001900-04-01, 00:00:00[Conservative temperature, Potential temperature, Practical Salinity, Age (global), i-current, j-current, dia-surface velocity T-points, t-cell thickness, in situ density, potential density refere...[, sea_water_potential_temperature, sea_water_salinity, sea_water_age_since_surface_contact, sea_water_x_velocity, sea_water_y_velocity, , cell_thickness, , sea_water_potential_density, ocean_mass...[time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, tim...[deg_C, degrees K, psu, yr, m/sec, m/sec, m/sec, m, kg/m^3, kg/m^3, kg/s, kg/s, kg/s, kg/s, kg/s, kg/s, Watts, Watts, days since 1900-01-01 00:00:00, days since 1900-01-01 00:00:00, days, days]ocean.ncocean
    4/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean_grid.ncocean[geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff]fxnonenone[tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell...[, , , , sea_floor_depth_below_geoid, , , , , , , , , , ][time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point][degrees_E, degrees_N, degrees_E, degrees_N, m, m, m, m, m, m, m^2, m^2, dimensionless, dimensionless, dimensionless]ocean_grid.ncocean_grid
    \n", + "
    " + ], + "text/plain": [ + " path \\\n", + "0 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ice/OUTPUT/iceh.1900-01.nc \n", + "1 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ice/OUTPUT/iceh.1900-02.nc \n", + "2 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ice/OUTPUT/iceh.1900-03.nc \n", + "3 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean.nc \n", + "4 /g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean_grid.nc \n", + "\n", + " realm \\\n", + "0 seaIce \n", + "1 seaIce \n", + "2 seaIce \n", + "3 ocean \n", + "4 ocean \n", + "\n", + " variable \\\n", + "0 [time_bounds, TLON, TLAT, ULON, ULAT, NCAT, tmask, blkmask, tarea, uarea, dxt, dyt, dxu, dyu, HTN, HTE, ANGLE, ANGLET, hi_m, hs_m, Tsfc_m, aice_m, uvel_m, vvel_m, uatm_m, vatm_m, fswup_m, sst_m, s... \n", + "1 [time_bounds, TLON, TLAT, ULON, ULAT, NCAT, tmask, blkmask, tarea, uarea, dxt, dyt, dxu, dyu, HTN, HTE, ANGLE, ANGLET, hi_m, hs_m, Tsfc_m, aice_m, uvel_m, vvel_m, uatm_m, vatm_m, fswup_m, sst_m, s... \n", + "2 [time_bounds, TLON, TLAT, ULON, ULAT, NCAT, tmask, blkmask, tarea, uarea, dxt, dyt, dxu, dyu, HTN, HTE, ANGLE, ANGLET, hi_m, hs_m, Tsfc_m, aice_m, uvel_m, vvel_m, uatm_m, vatm_m, fswup_m, sst_m, s... \n", + "3 [temp, pot_temp, salt, age_global, u, v, wt, dzt, rho, pot_rho_0, tx_trans, ty_trans, ty_trans_submeso, tx_trans_rho, ty_trans_rho, ty_trans_nrho_submeso, temp_xflux_adv, temp_yflux_adv, average_T... \n", + "4 [geolon_t, geolat_t, geolon_c, geolat_c, ht, hu, dxt, dyt, dxu, dyu, area_t, area_u, kmt, kmu, drag_coeff] \n", + "\n", + " frequency start_date end_date \\\n", + "0 1mon 1900-01-01, 00:00:00 1900-02-01, 00:00:00 \n", + "1 1mon 1900-02-01, 00:00:00 1900-03-01, 00:00:00 \n", + "2 1mon 1900-03-01, 00:00:00 1900-04-01, 00:00:00 \n", + "3 3mon 1900-01-01, 00:00:00 1900-04-01, 00:00:00 \n", + "4 fx none none \n", + "\n", + " variable_long_name \\\n", + "0 [boundaries for time-averaging interval, T grid center longitude, T grid center latitude, U grid center longitude, U grid center latitude, category maximum thickness, ocean grid mask, ice grid blo... \n", + "1 [boundaries for time-averaging interval, T grid center longitude, T grid center latitude, U grid center longitude, U grid center latitude, category maximum thickness, ocean grid mask, ice grid blo... \n", + "2 [boundaries for time-averaging interval, T grid center longitude, T grid center latitude, U grid center longitude, U grid center latitude, category maximum thickness, ocean grid mask, ice grid blo... \n", + "3 [Conservative temperature, Potential temperature, Practical Salinity, Age (global), i-current, j-current, dia-surface velocity T-points, t-cell thickness, in situ density, potential density refere... \n", + "4 [tracer longitude, tracer latitude, uv longitude, uv latitude, ocean depth on t-cells, ocean depth on u-cells, ocean dxt on t-cells, ocean dyt on t-cells, ocean dxu on u-cells, ocean dyu on u-cell... \n", + "\n", + " variable_standard_name \\\n", + "0 [, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ] \n", + "1 [, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ] \n", + "2 [, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ] \n", + "3 [, sea_water_potential_temperature, sea_water_salinity, sea_water_age_since_surface_contact, sea_water_x_velocity, sea_water_y_velocity, , cell_thickness, , sea_water_potential_density, ocean_mass... \n", + "4 [, , , , sea_floor_depth_below_geoid, , , , , , , , , , ] \n", + "\n", + " variable_cell_methods \\\n", + "0 [, , , , , , , , , , , , , , , , , , time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, tim... \n", + "1 [, , , , , , , , , , , , , , , , , , time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, tim... \n", + "2 [, , , , , , , , , , , , , , , , , , time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, tim... \n", + "3 [time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, time: mean, tim... \n", + "4 [time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point, time: point] \n", + "\n", + " variable_units \\\n", + "0 [days since 1900-01-01 00:00:00, degrees_east, degrees_north, degrees_east, degrees_north, m, , , m^2, m^2, m, m, m, m, m, m, radians, radians, m, m, C, 1, m/s, m/s, m/s, m/s, W/m^2, C, ppt, m/s, ... \n", + "1 [days since 1900-01-01 00:00:00, degrees_east, degrees_north, degrees_east, degrees_north, m, , , m^2, m^2, m, m, m, m, m, m, radians, radians, m, m, C, 1, m/s, m/s, m/s, m/s, W/m^2, C, ppt, m/s, ... \n", + "2 [days since 1900-01-01 00:00:00, degrees_east, degrees_north, degrees_east, degrees_north, m, , , m^2, m^2, m, m, m, m, m, m, radians, radians, m, m, C, 1, m/s, m/s, m/s, m/s, W/m^2, C, ppt, m/s, ... \n", + "3 [deg_C, degrees K, psu, yr, m/sec, m/sec, m/sec, m, kg/m^3, kg/m^3, kg/s, kg/s, kg/s, kg/s, kg/s, kg/s, Watts, Watts, days since 1900-01-01 00:00:00, days since 1900-01-01 00:00:00, days, days] \n", + "4 [degrees_E, degrees_N, degrees_E, degrees_N, m, m, m, m, m, m, m^2, m^2, dimensionless, dimensionless, dimensionless] \n", + "\n", + " filename file_id \n", + "0 iceh.1900-01.nc iceh_XXXX_XX \n", + "1 iceh.1900-02.nc iceh_XXXX_XX \n", + "2 iceh.1900-03.nc iceh_XXXX_XX \n", + "3 ocean.nc ocean \n", + "4 ocean_grid.nc ocean_grid " + ] + }, + "execution_count": 26, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "catalog[experiment].df.head()" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "If you have any further questions after reading this notebook and the documentation linked from this notebook, please open an issue in the [ACCESS-NRI Intake catalog Github repo](https://github.com/ACCESS-NRI/access-nri-intake-catalog) or open topic on the [ACCESS-Hive forum](https://forum.access-hive.org.au/)." + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] }, "outputs": [], "source": [ @@ -3091,9 +10709,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python [conda env:analysis3-23.07] *", "language": "python", - "name": "python3" + "name": "conda-env-analysis3-23.07-py" }, "language_info": { "codemirror_mode": { @@ -3105,7 +10723,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.17" + "version": "3.10.12" } }, "nbformat": 4, From e33a40a071bad6aab7f03e4c416e62dcff46d864 Mon Sep 17 00:00:00 2001 From: anton-climate Date: Thu, 2 Nov 2023 13:44:51 +1100 Subject: [PATCH 07/10] Minor review changes --- Tutorials/Using_Intake_Catalog.ipynb | 4982 ++++---------------------- 1 file changed, 719 insertions(+), 4263 deletions(-) diff --git a/Tutorials/Using_Intake_Catalog.ipynb b/Tutorials/Using_Intake_Catalog.ipynb index e7a6e8d3..9972fc4b 100644 --- a/Tutorials/Using_Intake_Catalog.ipynb +++ b/Tutorials/Using_Intake_Catalog.ipynb @@ -28,7 +28,13 @@ { "attachments": {}, "cell_type": "markdown", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "The most commonly used method from the cosima cookbook is `querying.getvar`, e.g.:\n", "\n", @@ -63,7 +69,13 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "# Start a dask Client\n", "\n", @@ -73,7 +85,43 @@ { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:39:18.467209Z", + "iopub.status.busy": "2023-11-02T02:39:18.466784Z", + "iopub.status.idle": "2023-11-02T02:39:18.483935Z", + "shell.execute_reply": "2023-11-02T02:39:18.482191Z", + "shell.execute_reply.started": "2023-11-02T02:39:18.467161Z" + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "outputs": [], + "source": [ + "from os import environ\n", + "environ[\"PYTHONWARNINGS\"] = \"ignore\"" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:39:18.488491Z", + "iopub.status.busy": "2023-11-02T02:39:18.487688Z", + "iopub.status.idle": "2023-11-02T02:39:22.356349Z", + "shell.execute_reply": "2023-11-02T02:39:22.355607Z", + "shell.execute_reply.started": "2023-11-02T02:39:18.488448Z" + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "outputs": [ { "data": { @@ -82,7 +130,7 @@ "
    \n", "
    \n", "

    Client

    \n", - "

    Client-63b116bd-7259-11ee-8bba-00000189fe80

    \n", + "

    Client-05cb42e4-7929-11ee-b8e9-00000081fe80

    \n", " \n", "\n", " \n", @@ -117,7 +165,7 @@ " \n", "
    \n", "

    LocalCluster

    \n", - "

    116d5881

    \n", + "

    4ed37866

    \n", "
    \n", " \n", "
    \n", @@ -154,11 +202,11 @@ "
    \n", "
    \n", "

    Scheduler

    \n", - "

    Scheduler-9fe60939-f338-4dcf-82d3-3363806c5a80

    \n", + "

    Scheduler-25636fca-e100-49a2-8524-b01c3d44536a

    \n", " \n", " \n", " \n", "
    \n", - " Comm: tcp://127.0.0.1:43707\n", + " Comm: tcp://127.0.0.1:33005\n", " \n", " Workers: 12\n", @@ -200,7 +248,7 @@ " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -245,7 +293,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:43457\n", + " Comm: tcp://127.0.0.1:35001\n", " \n", " Total threads: 1\n", @@ -208,7 +256,7 @@ "
    \n", - " Dashboard: /proxy/41043/status\n", + " Dashboard: /proxy/43033/status\n", " \n", " Memory: 3.83 GiB\n", @@ -216,13 +264,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:45893\n", + " Nanny: tcp://127.0.0.1:36523\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-s9tph877\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-w1fbb7ys\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -290,7 +338,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:38049\n", + " Comm: tcp://127.0.0.1:40837\n", " \n", " Total threads: 1\n", @@ -253,7 +301,7 @@ "
    \n", - " Dashboard: /proxy/42243/status\n", + " Dashboard: /proxy/42513/status\n", " \n", " Memory: 3.83 GiB\n", @@ -261,13 +309,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:41331\n", + " Nanny: tcp://127.0.0.1:33585\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-xc6b4roh\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-3mkpe188\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -335,7 +383,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:38081\n", + " Comm: tcp://127.0.0.1:33339\n", " \n", " Total threads: 1\n", @@ -298,7 +346,7 @@ "
    \n", - " Dashboard: /proxy/39705/status\n", + " Dashboard: /proxy/35057/status\n", " \n", " Memory: 3.83 GiB\n", @@ -306,13 +354,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:43099\n", + " Nanny: tcp://127.0.0.1:39157\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-1i2yr4j9\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-f8z0vwtp\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -380,7 +428,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:34977\n", + " Comm: tcp://127.0.0.1:40069\n", " \n", " Total threads: 1\n", @@ -343,7 +391,7 @@ "
    \n", - " Dashboard: /proxy/35971/status\n", + " Dashboard: /proxy/43565/status\n", " \n", " Memory: 3.83 GiB\n", @@ -351,13 +399,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:41817\n", + " Nanny: tcp://127.0.0.1:39535\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-g7gss_yv\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-s0edeemi\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -425,7 +473,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:45121\n", + " Comm: tcp://127.0.0.1:37503\n", " \n", " Total threads: 1\n", @@ -388,7 +436,7 @@ "
    \n", - " Dashboard: /proxy/33275/status\n", + " Dashboard: /proxy/39937/status\n", " \n", " Memory: 3.83 GiB\n", @@ -396,13 +444,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:44751\n", + " Nanny: tcp://127.0.0.1:45553\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-wszi53f0\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-8jrv2kn1\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -470,7 +518,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:38617\n", + " Comm: tcp://127.0.0.1:35287\n", " \n", " Total threads: 1\n", @@ -433,7 +481,7 @@ "
    \n", - " Dashboard: /proxy/44449/status\n", + " Dashboard: /proxy/39281/status\n", " \n", " Memory: 3.83 GiB\n", @@ -441,13 +489,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:45153\n", + " Nanny: tcp://127.0.0.1:33729\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-cy6w0b8u\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-me614dht\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -515,7 +563,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:45069\n", + " Comm: tcp://127.0.0.1:44341\n", " \n", " Total threads: 1\n", @@ -478,7 +526,7 @@ "
    \n", - " Dashboard: /proxy/35401/status\n", + " Dashboard: /proxy/43647/status\n", " \n", " Memory: 3.83 GiB\n", @@ -486,13 +534,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:34635\n", + " Nanny: tcp://127.0.0.1:37745\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-4xpc3vr5\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-88295g4d\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -560,7 +608,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:44011\n", + " Comm: tcp://127.0.0.1:37351\n", " \n", " Total threads: 1\n", @@ -523,7 +571,7 @@ "
    \n", - " Dashboard: /proxy/37841/status\n", + " Dashboard: /proxy/45263/status\n", " \n", " Memory: 3.83 GiB\n", @@ -531,13 +579,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:34349\n", + " Nanny: tcp://127.0.0.1:34769\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-sxsjsxvo\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-im3a5mci\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -605,7 +653,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:33295\n", + " Comm: tcp://127.0.0.1:36337\n", " \n", " Total threads: 1\n", @@ -568,7 +616,7 @@ "
    \n", - " Dashboard: /proxy/36673/status\n", + " Dashboard: /proxy/46507/status\n", " \n", " Memory: 3.83 GiB\n", @@ -576,13 +624,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:39853\n", + " Nanny: tcp://127.0.0.1:39397\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-7up0pfsa\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-lqohc23n\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -650,7 +698,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:43509\n", + " Comm: tcp://127.0.0.1:33167\n", " \n", " Total threads: 1\n", @@ -613,7 +661,7 @@ "
    \n", - " Dashboard: /proxy/44905/status\n", + " Dashboard: /proxy/35199/status\n", " \n", " Memory: 3.83 GiB\n", @@ -621,13 +669,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:41079\n", + " Nanny: tcp://127.0.0.1:34343\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-k_lnxaa9\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-ud7r8unv\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -695,7 +743,7 @@ "
    \n", - " Comm: tcp://127.0.0.1:32807\n", + " Comm: tcp://127.0.0.1:44113\n", " \n", " Total threads: 1\n", @@ -658,7 +706,7 @@ "
    \n", - " Dashboard: /proxy/35275/status\n", + " Dashboard: /proxy/36205/status\n", " \n", " Memory: 3.83 GiB\n", @@ -666,13 +714,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:39547\n", + " Nanny: tcp://127.0.0.1:37911\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-vpy_e_70\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-n6gh11a2\n", "
    \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", @@ -744,10 +792,10 @@ "" ], "text/plain": [ - "" + "" ] }, - "execution_count": 1, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -762,13 +810,18 @@ { "cell_type": "markdown", "metadata": { + "editable": true, "execution": { "iopub.execute_input": "2023-10-17T05:08:26.798834Z", "iopub.status.busy": "2023-10-17T05:08:26.797949Z", "iopub.status.idle": "2023-10-17T05:08:26.815228Z", "shell.execute_reply": "2023-10-17T05:08:26.813996Z", "shell.execute_reply.started": "2023-10-17T05:08:26.798785Z" - } + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] }, "source": [ "# Opening and searching the catalog" @@ -776,15 +829,34 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "To use the ACCESS-NRI Intake catalog, we need to import `intake`" ] }, { "cell_type": "code", - "execution_count": 2, - "metadata": {}, + "execution_count": 3, + "metadata": { + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:39:22.357148Z", + "iopub.status.busy": "2023-11-02T02:39:22.356980Z", + "iopub.status.idle": "2023-11-02T02:39:25.196133Z", + "shell.execute_reply": "2023-11-02T02:39:25.195157Z", + "shell.execute_reply.started": "2023-11-02T02:39:22.357132Z" + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "outputs": [], "source": [ "import intake\n", @@ -793,15 +865,34 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "We can open the catalog as follows. This is somewhat similar to starting a database session with the COSIMA cookbook. The returned object `catalog` is an instance of the ACCESS-NRI Intake catalog that we can use to find and load data." ] }, { "cell_type": "code", - "execution_count": 3, - "metadata": {}, + "execution_count": 4, + "metadata": { + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:39:25.197312Z", + "iopub.status.busy": "2023-11-02T02:39:25.197009Z", + "iopub.status.idle": "2023-11-02T02:39:25.858743Z", + "shell.execute_reply": "2023-11-02T02:39:25.857817Z", + "shell.execute_reply.started": "2023-11-02T02:39:25.197294Z" + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "outputs": [], "source": [ "catalog = intake.cat.access_nri" @@ -809,15 +900,34 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "Printing the `catalog` object will return a dataframe of experiments that you can browse:" ] }, { "cell_type": "code", - "execution_count": 4, - "metadata": {}, + "execution_count": 5, + "metadata": { + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:39:25.859708Z", + "iopub.status.busy": "2023-11-02T02:39:25.859514Z", + "iopub.status.idle": "2023-11-02T02:39:25.950098Z", + "shell.execute_reply": "2023-11-02T02:39:25.949379Z", + "shell.execute_reply.started": "2023-11-02T02:39:25.859691Z" + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "outputs": [ { "data": { @@ -861,168 +971,168 @@ " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", @@ -1030,7 +1140,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1038,7 +1148,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1046,7 +1156,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1054,7 +1164,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1062,7 +1172,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1070,7 +1180,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1078,7 +1188,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1086,7 +1196,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1094,7 +1204,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1102,15 +1212,15 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", @@ -1118,7 +1228,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1126,7 +1236,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1134,7 +1244,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1142,7 +1252,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1150,7 +1260,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1158,7 +1268,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1166,7 +1276,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1174,7 +1284,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1182,7 +1292,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1190,15 +1300,15 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", @@ -1206,7 +1316,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1214,7 +1324,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1222,7 +1332,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1230,63 +1340,63 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", @@ -1294,7 +1404,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1302,7 +1412,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1310,7 +1420,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1318,7 +1428,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1326,7 +1436,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1334,31 +1444,31 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", @@ -1366,7 +1476,7 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", @@ -1374,175 +1484,175 @@ " \n", " \n", " \n", - " \n", + " \n", " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", " \n", - " \n", + " \n", " \n", - " \n", - " \n", - " \n", + " \n", + " \n", + " \n", " \n", " \n", "
    \n", - " Comm: tcp://127.0.0.1:42023\n", + " Comm: tcp://127.0.0.1:46071\n", " \n", " Total threads: 1\n", @@ -703,7 +751,7 @@ "
    \n", - " Dashboard: /proxy/36737/status\n", + " Dashboard: /proxy/36653/status\n", " \n", " Memory: 3.83 GiB\n", @@ -711,13 +759,13 @@ "
    \n", - " Nanny: tcp://127.0.0.1:39365\n", + " Nanny: tcp://127.0.0.1:39849\n", "
    \n", - " Local directory: /jobfs/98843217.gadi-pbs/dask-scratch-space/worker-ppimjdnd\n", + " Local directory: /jobfs/99602418.gadi-pbs/dask-scratch-space/worker-b1c4u6cm\n", "
    {ACCESS-OM2}{0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)}{seaIce, ocean}{fx, 3hr, 1mon, 1day, 3mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, v, pe_tot, total_ocean_hflux_evap, vicen_m, HTN, tx_trans_submeso, total_ocean_salt, pot_temp, dxt, geolat_c, tau_x, flatn_ai_m, swflx, tmask, sfc_salt_...{1mon, 3mon, fx, 1day, 3hr}{temp_submeso, average_T2, vvel_m, ty_trans_nrho_submeso, aice_m, eta_global, surface_salt, dzt, flatn_ai_m, fswup_m, sw_heat, swflx, temp_yflux_adv, sig2_m, alidf_ai_m, sfc_hflux_pme, wfiform, fm...
    01deg_jra55v140_iaf{ACCESS-OM2}{Cycle 1 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, v, pe_tot, total_ocean_hflux_evap, mld_max, vicen_m, HTN, daidtd_m, total_ocean_salt, pot_temp, dxt, geolat_c, tau_x, flatn_ai_m, swflx, tmask, sfc_salt...{fx, 1mon, 1day}{average_T2, eta_nonbouss, vvel_m, ty_trans_nrho_submeso, aice_m, eta_global, surface_salt, dzt, flatn_ai_m, fswup_m, swflx, temp_yflux_adv, alidf_ai_m, sfc_hflux_pme, wfiform, temp_int_rhodz, fme...
    01deg_jra55v140_iaf_cycle2{ACCESS-OM2}{Cycle 2 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, v, surface_pot_temp, pe_tot, total_ocean_hflux_evap, surface_temp_max, mld_max, vicen_m, HTN, daidtd_m, total_ocean_salt, pot_temp, dxt, surface_pot_tem...{fx, 1mon, 1day}{average_T2, eta_nonbouss, vvel_m, ty_trans_nrho_submeso, aice_m, eta_global, surface_salt, dzt, flatn_ai_m, fswup_m, swflx, temp_yflux_adv, alidf_ai_m, sfc_hflux_pme, wfiform, temp_int_rhodz, fme...
    01deg_jra55v140_iaf_cycle3{ACCESS-OM2}{Cycle 3 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, v, surface_pot_temp, pe_tot, total_ocean_hflux_evap, mld_max, vicen_m, HTN, daidtd_m, total_ocean_salt, pot_temp, dxt, surface_pot_temp_max, geolat_c, t...{fx, 1mon, 1day}{average_T2, eta_nonbouss, vvel_m, ty_trans_nrho_submeso, aice_m, eta_global, surface_salt, dzt, flatn_ai_m, fswup_m, swflx, temp_yflux_adv, alidf_ai_m, sfc_hflux_pme, wfiform, temp_int_rhodz, fme...
    01deg_jra55v140_iaf_cycle4{ACCESS-OM2}{Cycle 4 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.4.0 OMIP2 interannual forcing}{seaIce, ocean}{6hr, fx, 3hr, 1mon, 1day}{dxu, alidf_ai_m, no3_yflux_adv, alk, pe_tot, total_ocean_hflux_evap, src03, det_xflux_adv, tau_x, flatn_ai_m, npp3d, daidtt, phy_intmld, vvel_h, divu_m, adic_intmld, zoo, ht, src05, total_ocean_h...{1mon, fx, 6hr, 1day, 3hr}{average_T2, eta_nonbouss, src03, alvdr_ai, temp_yflux_adv, alidf_ai_m, det_xflux_adv, meltt, no3_intmld, uarea, total_ocean_heat, uvel_h, v, HTE, strength_m, dyt, total_ocean_pme_river, total_oce...
    01deg_jra55v140_iaf_cycle4_jra55v150_extension{ACCESS-OM2}{Extensions of cycle 4 of 0.1 degree ACCESS-OM2 + WOMBAT BGC global model configuration with JRA55-do v1.5.0 and v1.5.0.1 interannual forcing}{seaIce, ocean}{1day, fx, 1mon, subhr}{dxu, alidf_ai_m, pprod_gross_int100, total_ocean_evap, fe_zflux_adv, rhoave, no3_yflux_adv, surface_no3, surface_pot_temp, v, det_int100, stf07, pe_tot, total_ocean_hflux_evap, src01, alk, mld_ma...{subhr, fx, 1mon, 1day}{no3_zflux_adv, average_T2, src05, eta_nonbouss, vvel_m, pprod_gross_int100, ty_trans_nrho_submeso, fe_yflux_adv, albsni, aice_m, eta_global, dic, npp3d, surface_salt, npp1, src03, dzt, flatn_ai_m...
    01deg_jra55v150_iaf_cycle1{ACCESS-OM2}{Cycle 1 of 0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.5.0 OMIP2 interannual forcing}{seaIce, ocean}{1day, fx, 1mon}{dxu, v, surface_pot_temp, mld_max, dxt, geolat_c, tau_x, swflx, sfc_salt_flux_ice, evap_heat, hi_m, eta_nonbouss, fprec, ht, sfc_salt_flux_restore, river, TLON, age_global, area_u, aice, kmt, dra...{fx, 1mon, 1day}{average_T2, eta_nonbouss, ty_trans_nrho_submeso, aice_m, surface_salt, dzt, swflx, wfiform, sfc_hflux_pme, temp_int_rhodz, evap, dxt, bmf_v, v, dyt, fprec, u, dyu, geolon_t, sens_heat, pme_river,...
    025deg_jra55_iaf_omip2_cycle1{ACCESS-OM2}{Cycle 1/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, v, aiso_bih, pbot_adjust, pe_tot, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, vicen_m, HTN, daidtd_m, albice_m, tx_tr...{fx, 1yr, 1mon, 1day}{temp_submeso, average_T2, eta_nonbouss, vvel_m, ty_trans_nrho_submeso, flwup_ai_m, aice_m, eta_global, strcorx_m, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, flatn_ai_m, swflx, neutral_diffusi...
    025deg_jra55_iaf_omip2_cycle2{ACCESS-OM2}{Cycle 1/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, v, aiso_bih, pbot_adjust, pe_tot, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, vicen_m, HTN, daidtd_m, albice_m, tx_tr...{fx, 1yr, 1mon, 1day}{temp_submeso, average_T2, eta_nonbouss, vvel_m, ty_trans_nrho_submeso, flwup_ai_m, aice_m, eta_global, strcorx_m, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, flatn_ai_m, swflx, neutral_diffusi...
    025deg_jra55_iaf_omip2_cycle3{ACCESS-OM2}{Cycle 3/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, v, aiso_bih, pbot_adjust, pe_tot, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, vicen_m, HTN, daidtd_m, albice_m, tx_tr...{fx, 1yr, 1mon, 1day}{temp_submeso, average_T2, eta_nonbouss, vvel_m, ty_trans_nrho_submeso, flwup_ai_m, aice_m, eta_global, strcorx_m, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, flatn_ai_m, swflx, neutral_diffusi...
    025deg_jra55_iaf_omip2_cycle4{ACCESS-OM2}{Cycle 4/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, v, aiso_bih, pbot_adjust, pe_tot, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, vicen_m, HTN, daidtd_m, albice_m, tx_tr...{fx, 1yr, 1mon, 1day}{temp_submeso, average_T2, eta_nonbouss, vvel_m, ty_trans_nrho_submeso, flwup_ai_m, aice_m, eta_global, strcorx_m, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, flatn_ai_m, swflx, neutral_diffusi...
    025deg_jra55_iaf_omip2_cycle5{ACCESS-OM2}{Cycle 5/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, v, aiso_bih, pbot_adjust, pe_tot, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, vicen_m, HTN, daidtd_m, albice_m, tx_tr...{fx, 1yr, 1mon, 1day}{temp_submeso, average_T2, eta_nonbouss, vvel_m, ty_trans_nrho_submeso, flwup_ai_m, aice_m, eta_global, strcorx_m, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, flatn_ai_m, swflx, neutral_diffusi...
    025deg_jra55_iaf_omip2_cycle6{ACCESS-OM2}{Cycle 6/6 of 0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2019)}{seaIce, ocean}{1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, v, aiso_bih, neutral_gm_salt, pe_tot, pbot_adjust, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, vicen_m, HTN, daidtd_m, albice_m, tx_tr...{fx, 1mon, 1day}{temp_submeso, average_T2, eta_nonbouss, vvel_m, ty_trans_nrho_submeso, flwup_ai_m, aice_m, eta_global, strcorx_m, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, flatn_ai_m, swflx, neutral_diffusi...
    025deg_jra55_ryf9091_gadi{ACCESS-OM2}{0.25 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)}{seaIce, ocean}{1yr, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, v, pe_tot, total_ocean_hflux_evap, vicen_m, HTN, daidtd_m, albice_m, total_ocean_salt, pot_temp, dxt, geolat_c, flatn_ai_m, fswfac_m, tmask, sfc_salt_fl...{fx, 1yr, 1mon}{average_T2, vvel_m, flwup_ai_m, aice_m, eta_global, strcorx_m, dzt, flatn_ai_m, fswup_m, alidf_ai_m, fmelttn_ai_m, total_ocean_hflux_prec, salt_surface_ave, uocn_m, dxt, daidtt_m, uarea, total_oc...
    1deg_jra55_iaf_omip2_cycle1{ACCESS-OM2}{Cycle 1/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, alk, aiso_bih, pbot_adjust, pe_tot, total_ocean_hflux_evap, sfc_salt_flux_runoff, total_volume_seawater, tau_x, flatn_ai_m, psiv, divu_m, rho, zoo, u_dot_grad_vert_pv, ht, temp_t...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, eta_nonbouss, flwup_ai_m, neutral_diffusion_temp, temp_yflux_adv, total_volume_seawater, alidf_ai_m, mixdownslope_temp, uarea, total_ocean_heat, psiu, v, H...
    1deg_jra55_iaf_omip2_cycle2{ACCESS-OM2}{Cycle 2/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, alk, aiso_bih, pbot_adjust, pe_tot, total_ocean_hflux_evap, sfc_salt_flux_runoff, total_volume_seawater, tau_x, flatn_ai_m, psiv, divu_m, rho, zoo, u_dot_grad_vert_pv, ht, temp_t...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, eta_nonbouss, flwup_ai_m, neutral_diffusion_temp, temp_yflux_adv, total_volume_seawater, alidf_ai_m, mixdownslope_temp, uarea, total_ocean_heat, psiu, v, H...
    1deg_jra55_iaf_omip2_cycle3{ACCESS-OM2}{Cycle 3/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, alk, aiso_bih, pbot_adjust, pe_tot, total_ocean_hflux_evap, sfc_salt_flux_runoff, total_volume_seawater, tau_x, flatn_ai_m, psiv, divu_m, rho, zoo, u_dot_grad_vert_pv, ht, temp_t...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, eta_nonbouss, flwup_ai_m, neutral_diffusion_temp, temp_yflux_adv, total_volume_seawater, alidf_ai_m, mixdownslope_temp, uarea, total_ocean_heat, psiu, v, H...
    1deg_jra55_iaf_omip2_cycle4{ACCESS-OM2}{Cycle 4/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, alk, aiso_bih, pbot_adjust, pe_tot, total_ocean_hflux_evap, sfc_salt_flux_runoff, total_volume_seawater, tau_x, flatn_ai_m, psiv, divu_m, rho, zoo, u_dot_grad_vert_pv, ht, temp_t...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, eta_nonbouss, flwup_ai_m, neutral_diffusion_temp, temp_yflux_adv, total_volume_seawater, alidf_ai_m, mixdownslope_temp, uarea, total_ocean_heat, psiu, v, H...
    1deg_jra55_iaf_omip2_cycle5{ACCESS-OM2}{Cycle 5/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, alk, aiso_bih, pbot_adjust, pe_tot, total_ocean_hflux_evap, sfc_salt_flux_runoff, total_volume_seawater, tau_x, flatn_ai_m, psiv, divu_m, rho, zoo, u_dot_grad_vert_pv, ht, temp_t...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, eta_nonbouss, flwup_ai_m, neutral_diffusion_temp, temp_yflux_adv, total_volume_seawater, alidf_ai_m, mixdownslope_temp, uarea, total_ocean_heat, psiu, v, H...
    1deg_jra55_iaf_omip2_cycle6{ACCESS-OM2}{Cycle 6/6 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, alk, aiso_bih, pbot_adjust, pe_tot, total_ocean_hflux_evap, sfc_salt_flux_runoff, total_volume_seawater, tau_x, flatn_ai_m, psiv, divu_m, rho, zoo, u_dot_grad_vert_pv, ht, temp_t...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, eta_nonbouss, flwup_ai_m, neutral_diffusion_temp, temp_yflux_adv, total_volume_seawater, alidf_ai_m, mixdownslope_temp, uarea, total_ocean_heat, psiu, v, H...
    1deg_jra55_iaf_omip2spunup_cycle1{ACCESS-OM2}{Cycle 1/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, alk, aiso_bih, pbot_adjust, pe_tot, total_ocean_hflux_evap, sfc_salt_flux_runoff, total_volume_seawater, tau_x, flatn_ai_m, psiv, divu_m, rho, zoo, ht, temp_tendency, strtlty_m, ...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, flwup_ai_m, aiso_lap, neutral_diffusion_temp, temp_yflux_adv, total_volume_seawater, alidf_ai_m, mixdownslope_temp, uarea, total_ocean_heat, psiu, v, HTE, ...
    1deg_jra55_iaf_omip2spunup_cycle10{Cycle 10/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle11{Cycle 11/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle12{Cycle 12/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle13{Cycle 13/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle14{Cycle 14/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle15{Cycle 15/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle16{Cycle 16/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle17{Cycle 17/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle18{Cycle 18/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle19{Cycle 19/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle2{ACCESS-OM2}{Cycle 2/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, alk, aiso_bih, pbot_adjust, pe_tot, total_ocean_hflux_evap, sfc_salt_flux_runoff, total_volume_seawater, tau_x, flatn_ai_m, psiv, divu_m, rho, zoo, ht, temp_tendency, strtlty_m, ...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, flwup_ai_m, aiso_lap, neutral_diffusion_temp, temp_yflux_adv, total_volume_seawater, alidf_ai_m, mixdownslope_temp, uarea, total_ocean_heat, psiu, v, HTE, ...
    1deg_jra55_iaf_omip2spunup_cycle20{Cycle 20/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle21{Cycle 21/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle22{Cycle 22/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle23{Cycle 23/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle24{Cycle 24/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle25{Cycle 25/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle26{Cycle 26/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle27{Cycle 27/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle28{Cycle 28/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle29{Cycle 29/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle3{ACCESS-OM2}{Cycle 3/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, alk, aiso_bih, pbot_adjust, pe_tot, total_ocean_hflux_evap, sfc_salt_flux_runoff, total_volume_seawater, tau_x, flatn_ai_m, psiv, divu_m, rho, zoo, ht, temp_tendency, strtlty_m, ...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, flwup_ai_m, aiso_lap, neutral_diffusion_temp, temp_yflux_adv, total_volume_seawater, alidf_ai_m, mixdownslope_temp, uarea, total_ocean_heat, psiu, v, HTE, ...
    1deg_jra55_iaf_omip2spunup_cycle30{Cycle 30/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle31{Cycle 31/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle32{Cycle 32/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle33{Cycle 33/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle34{ACCESS-OM2}{Cycle 34/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, alk, v, aiso_bih, pbot_adjust, pe_tot, stf07, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, HTN, tx_trans_submeso, tota...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, ty_trans_nrho_submeso, aice_m, eta_global, dic, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, aiso_lap, swflx, neutral_diffusion_temp, temp_yflux_adv, tot...
    1deg_jra55_iaf_omip2spunup_cycle35{ACCESS-OM2}{Cycle 35/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, alk, v, aiso_bih, pbot_adjust, pe_tot, stf07, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, HTN, tx_trans_submeso, tota...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, ty_trans_nrho_submeso, aice_m, eta_global, dic, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, aiso_lap, swflx, neutral_diffusion_temp, temp_yflux_adv, tot...
    1deg_jra55_iaf_omip2spunup_cycle36{ACCESS-OM2}{Cycle 36/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, alk, v, aiso_bih, pbot_adjust, pe_tot, stf07, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, HTN, tx_trans_submeso, tota...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, ty_trans_nrho_submeso, aice_m, eta_global, dic, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, aiso_lap, swflx, neutral_diffusion_temp, temp_yflux_adv, tot...
    1deg_jra55_iaf_omip2spunup_cycle37{ACCESS-OM2}{Cycle 37/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, alk, v, aiso_bih, pbot_adjust, pe_tot, stf07, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, HTN, tx_trans_submeso, tota...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, ty_trans_nrho_submeso, aice_m, eta_global, dic, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, aiso_lap, swflx, neutral_diffusion_temp, temp_yflux_adv, tot...
    1deg_jra55_iaf_omip2spunup_cycle38{ACCESS-OM2}{Cycle 38/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, alk, v, aiso_bih, pbot_adjust, pe_tot, stf07, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, HTN, tx_trans_submeso, tota...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, ty_trans_nrho_submeso, aice_m, eta_global, dic, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, aiso_lap, swflx, neutral_diffusion_temp, temp_yflux_adv, tot...
    1deg_jra55_iaf_omip2spunup_cycle39{ACCESS-OM2}{Cycle 39/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, alk, v, aiso_bih, pbot_adjust, pe_tot, stf07, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, HTN, tx_trans_submeso, tota...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, ty_trans_nrho_submeso, aice_m, eta_global, dic, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, aiso_lap, swflx, neutral_diffusion_temp, temp_yflux_adv, tot...
    1deg_jra55_iaf_omip2spunup_cycle4{ACCESS-OM2}{Cycle 4/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, alk, aiso_bih, pbot_adjust, pe_tot, total_ocean_hflux_evap, sfc_salt_flux_runoff, total_volume_seawater, tau_x, flatn_ai_m, psiv, divu_m, rho, zoo, ht, temp_tendency, strtlty_m, ...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, flwup_ai_m, aiso_lap, neutral_diffusion_temp, temp_yflux_adv, total_volume_seawater, alidf_ai_m, mixdownslope_temp, uarea, total_ocean_heat, psiu, v, HTE, ...
    1deg_jra55_iaf_omip2spunup_cycle40{Cycle 40/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle41{Cycle 41/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle42{Cycle 42/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle43{Cycle 43/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle44{Cycle 44/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle45{Cycle 45/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle5{ACCESS-OM2}{Cycle 5/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, alk, v, aiso_bih, pbot_adjust, pe_tot, stf07, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, HTN, tx_trans_submeso, tota...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, ty_trans_nrho_submeso, aice_m, eta_global, dic, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, aiso_lap, swflx, neutral_diffusion_temp, temp_yflux_adv, tot...
    1deg_jra55_iaf_omip2spunup_cycle6{ACCESS-OM2}{Cycle 6/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, rhoave, aredi, alk, v, aiso_bih, pbot_adjust, pe_tot, stf07, neutral_gm_salt, total_ocean_hflux_evap, sfc_salt_flux_runoff, mld_max, HTN, tx_trans_submeso, tota...{fx, 1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, ty_trans_nrho_submeso, aice_m, eta_global, dic, salt_vdiffuse_diff_cbt_conv, fswup_m, sw_heat, aiso_lap, swflx, neutral_diffusion_temp, temp_yflux_adv, tot...
    1deg_jra55_iaf_omip2spunup_cycle7{ACCESS-OM2}{Cycle 7/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1day, 1mon}{dxu, alidf_ai_m, alk, stf07, vicen_m, HTN, daidtd_m, albice_m, dxt, fe, total_volume_seawater, flatn_ai_m, fswfac_m, tmask, strength_m, hi_m, divu_m, tarea, meltt_m, zoo, sice_m, strairx_m, dvidt...{1yr, 1mon, 1day}{average_T2, vvel_m, flwup_ai_m, aice_m, eta_global, dic, strcorx_m, flatn_ai_m, fswup_m, total_volume_seawater, alidf_ai_m, fmelttn_ai_m, salt_surface_ave, dxt, daidtt_m, uarea, HTE, strength_m, ...
    1deg_jra55_iaf_omip2spunup_cycle8{Cycle 8/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_iaf_omip2spunup_cycle9{Cycle 9/45 of 1 degree ACCESS-OM2-BGC global configuration with JRA55-do v1.4 OMIP2 spunup interannual forcing (1958-2018)}{seaIce, ocean}{1yr, 1mon}{dxu, alidf_ai_m, ANGLE, age_global, alk, blkmask, stf07, sea_level, mld, temp_surface_ave, HTN, sst, ULON, dxt, fe, total_volume_seawater, uarea, stf09, o2, NCAT, salt, temp, tmask, aice_m, avera...{salt_global_ave, stf09, average_T2, ANGLE, tmask, aice_m, NCAT, eta_global, sst, caco3, mld, dic, age_global, zoo, tarea, temp_surface_ave, fswup_m, adic, stf07, total_volume_seawater, alidf_ai_m...
    1deg_jra55_ryf9091_gadi{ACCESS-OM2}{1 degree ACCESS-OM2 physics-only global configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)}{seaIce, ocean}{1yr, fx, 1mon}{dxu, alidf_ai_m, total_ocean_evap, temp_vdiffuse_diff_cbt_wave_on_nrho, rhoave, v, pe_tot, temp_vdiffuse_diff_cbt_kppbl_on_nrho, total_ocean_hflux_evap, vicen_m, HTN, daidtd_m, temp_yflux_gm_on_n...{fx, 1yr, 1mon}{temp_submeso, average_T2, vvel_m, ty_trans_nrho_submeso, mixdownslope_temp_on_nrho, temp_yflux_ndiffuse_on_nrho, aice_m, flwup_ai_m, eta_global, temp_yflux_submeso, temp_submeso_on_nrho, strcorx_...
    HI_CN_05{ACCESS-ESM1-5}{Historical run using same configuration as CMIP6 ACCESS-ESM1.5 historical r1i1p1f1, but with phosphorus limitation disabled within CASA-CNP}{atmos, seaIce, ocean}{6hr, 3hr, 1mon, 1yr, 1day}{fld_s03i811, fld_s05i250, fld_s03i801, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, alk, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i234, bvfreq_bottom, temp_run...{seaIce, ocean, atmos}{1mon, 6hr, 1yr, 1day, 3hr}{dissicos_raw, temp_submeso, average_T2, fld_s03i851, frz_onset, fld_s03i882, power_diss_drag, fld_s03i230, fld_s03i885, fld_s03i256, temp_yflux_adv, total_volume_seawater, fld_s02i288, fld_s03i86...
    HI_C_05_r1{ACCESS-ESM1-5}{Historical run using same configuration as CMIP6 ACCESS-ESM1.5 historical r1i1p1f1, but with nitrogen and phosphorus limitations disabled within CASA-CNP}{atmos, seaIce, ocean}{1yr, 1day, 1mon}{fld_s03i811, fld_s05i250, fld_s03i801, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, alk, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i234, bvfreq_bottom, temp_run...{seaIce, ocean, atmos}{1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, fld_s03i851, frz_onset, fld_s03i882, power_diss_drag, fld_s03i230, fld_s03i885, fld_s03i256, temp_yflux_adv, total_volume_seawater, fld_s02i288, fld_s03i86...
    HI_nl_C_05_r1{ACCESS-ESM1-5}{Historical run using same configuration as CMIP6 ACCESS-ESM1.5 historical r1i1p1f1, but with nitrogen and phosphorus limitations disabled within CASA-CNP, and land-use change disabled}{atmos, seaIce, ocean}{1yr, 1day, 1mon}{fld_s03i811, fld_s05i250, fld_s03i801, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, alk, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i234, bvfreq_bottom, temp_run...{seaIce, ocean, atmos}{1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, fld_s03i851, frz_onset, fld_s03i882, power_diss_drag, fld_s03i230, fld_s03i885, fld_s03i256, temp_yflux_adv, total_volume_seawater, fld_s02i288, fld_s03i86...
    HI_noluc_CN_05{ACCESS-ESM1-5}{Historical run using same configuration as CMIP6 ACCESS-ESM1.5 historical r1i1p1f1, but with phosphorus limitation disabled within CASA-CNP, and land-use change disabled}{atmos, seaIce, ocean}{6hr, 3hr, 1mon, 1yr, 1day}{fld_s03i811, fld_s05i250, fld_s03i801, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, alk, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i234, bvfreq_bottom, temp_run...{seaIce, ocean, atmos}{1mon, 6hr, 1yr, 1day, 3hr}{dissicos_raw, temp_submeso, average_T2, fld_s03i851, frz_onset, fld_s03i882, power_diss_drag, fld_s03i230, fld_s03i885, fld_s03i256, temp_yflux_adv, total_volume_seawater, fld_s02i288, fld_s03i86...
    PI_GWL_B2035{ACCESS-ESM1-5}{Climate stabilization run at different global warming levels with zero C02 emissions and pre-industrial aerosols, starting in 2035 }{atmos, seaIce, ocean}{1yr, 1day, 1mon}{fld_s03i811, fld_s05i250, fld_s03i801, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, alk, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i234, bvfreq_bottom, temp_run...{seaIce, ocean, atmos}{1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, fld_s03i851, frz_onset, fld_s03i882, power_diss_drag, fld_s03i230, fld_s03i885, fld_s03i256, temp_yflux_adv, total_volume_seawater, fld_s02i288, fld_s03i86...
    PI_GWL_B2040{ACCESS-ESM1-5}{Climate stabilization run at different global warming levels with zero C02 emissions and pre-industrial aerosols, starting in 2040}{atmos, seaIce, ocean}{1yr, 1day, 1mon}{fld_s03i811, fld_s05i250, fld_s03i801, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, alk, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i234, bvfreq_bottom, temp_run...{seaIce, ocean, atmos}{1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, fld_s03i851, frz_onset, fld_s03i882, power_diss_drag, fld_s03i230, fld_s03i885, fld_s03i256, temp_yflux_adv, total_volume_seawater, fld_s02i288, fld_s03i86...
    PI_GWL_B2045{ACCESS-ESM1-5}{Climate stabilization run at different global warming levels with zero C02 emissions and pre-industrial aerosols, starting in 2045}{atmos, seaIce, ocean}{1yr, 1day, 1mon}{fld_s03i811, fld_s05i250, fld_s03i801, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, alk, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i234, bvfreq_bottom, temp_run...{seaIce, ocean, atmos}{1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, fld_s03i851, frz_onset, fld_s03i882, power_diss_drag, fld_s03i230, fld_s03i885, fld_s03i256, temp_yflux_adv, total_volume_seawater, fld_s02i288, fld_s03i86...
    PI_GWL_B2050{ACCESS-ESM1-5}{Climate stabilization run at different global warming levels with zero C02 emissions and pre-industrial aerosols, starting in 2050}{atmos, seaIce, ocean}{1yr, 1day, 1mon}{fld_s03i811, fld_s05i250, fld_s03i801, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, alk, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i234, bvfreq_bottom, temp_run...{seaIce, ocean, atmos}{1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, fld_s03i851, frz_onset, fld_s03i882, power_diss_drag, fld_s03i230, fld_s03i885, fld_s03i256, temp_yflux_adv, total_volume_seawater, fld_s02i288, fld_s03i86...
    PI_GWL_B2055{ACCESS-ESM1-5}{Climate stabilization run at different global warming levels with zero C02 emissions and pre-industrial aerosols, starting in 2055}{atmos, seaIce, ocean}{1yr, 1day, 1mon}{fld_s03i811, fld_s05i250, fld_s03i801, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, alk, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i234, bvfreq_bottom, temp_run...{seaIce, ocean, atmos}{1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, fld_s03i851, frz_onset, fld_s03i882, power_diss_drag, fld_s03i230, fld_s03i885, fld_s03i256, temp_yflux_adv, total_volume_seawater, fld_s02i288, fld_s03i86...
    PI_GWL_B2060{ACCESS-ESM1-5}{Climate stabilization run at different global warming levels with zero C02 emissions and pre-industrial aerosols, starting in 2060}{atmos, seaIce, ocean}{1yr, 1day, 1mon}{fld_s03i811, fld_s05i250, fld_s03i801, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, alk, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i234, bvfreq_bottom, temp_run...{seaIce, ocean, atmos}{1yr, 1mon, 1day}{dissicos_raw, temp_submeso, average_T2, fld_s03i851, frz_onset, fld_s03i882, power_diss_drag, fld_s03i230, fld_s03i885, fld_s03i256, temp_yflux_adv, total_volume_seawater, fld_s02i288, fld_s03i86...
    bx944{ACCESS-CM2}{Standard CMIP6 historical simulation, control experiment for by473 pacemaker experiment (948d8676-2c56-49db-8ea1-b80572b074c8)}{atmos, seaIce, ocean}{1day, 1mon}{dxu, fld_s03i232, fld_s03i811, fld_s00i414, fld_s03i801, fld_s05i250, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i23...{seaIce, ocean, atmos}{1mon, 1day}{sidmassgrowthwat, temp_submeso, fld_s03i535, average_T2, frz_onset, power_diss_drag, fld_s03i230, alvdr_ai, temp_xflux_ndiffuse, fld_s03i256, neutral_diffusion_temp, temp_yflux_adv, total_volume_...
    by473{ACCESS-CM2}{Pacemaker variation of CMIP6 historical simulation, Topical Atlantic region replaced with fixed SSTs from observations}{atmos, seaIce, ocean}{1day, 1mon}{dxu, fld_s03i232, fld_s03i811, fld_s00i414, fld_s03i801, fld_s05i250, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i23...{seaIce, ocean, atmos}{1mon, 1day}{sidmassgrowthwat, temp_submeso, fld_s03i535, average_T2, frz_onset, power_diss_drag, fld_s03i230, alvdr_ai, temp_xflux_ndiffuse, fld_s03i256, neutral_diffusion_temp, temp_yflux_adv, total_volume_...
    by578{ACCESS-CM2}{Pacemaker variation of CMIP6 ssp245 simulation with Tropical Atlantic region replaced with fixed SSTs from observations}{atmos, seaIce, ocean}{1day, 1mon}{dxu, fld_s03i232, fld_s03i811, fld_s00i414, fld_s03i801, fld_s05i250, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i23...{seaIce, ocean, atmos}{1mon, 1day}{sidmassgrowthwat, temp_submeso, fld_s03i535, average_T2, frz_onset, power_diss_drag, fld_s03i230, alvdr_ai, temp_xflux_ndiffuse, fld_s03i256, neutral_diffusion_temp, temp_yflux_adv, total_volume_...
    by647{ACCESS-CM2}{Standard CMIP6 ssp245 simulation, control experiment for by578 pacemaker experiment (1fd9e682-d393-4b17-a9cd-934c3a48a1f8)}{atmos, seaIce, ocean}{1day, 1mon}{dxu, fld_s03i232, fld_s03i811, fld_s00i414, fld_s03i801, fld_s05i250, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i23...{seaIce, ocean, atmos}{1mon, 1day}{sidmassgrowthwat, temp_submeso, fld_s03i535, average_T2, frz_onset, power_diss_drag, fld_s03i230, alvdr_ai, temp_xflux_ndiffuse, fld_s03i256, neutral_diffusion_temp, temp_yflux_adv, total_volume_...
    bz687{ACCESS-CM2}{ACCESS-CM2 CMIP6 with 1 degree ocean. Present day atmospheric forcing with 1985-2014 mean GHG, aerosol emissions etc.}{atmos, seaIce, ocean}{1day, 1mon}{dxu, fld_s03i232, fld_s03i811, fld_s00i414, fld_s03i801, fld_s05i250, salt_xflux_ndiffuse_int_z, total_ocean_pme_sbc, pbot_adjust, pe_tot, frz_onset, fld_s30i404, sfc_salt_flux_runoff, fld_s03i23...{seaIce, ocean, atmos}{1mon, 1day}{sidmassgrowthwat, temp_submeso, fld_s03i535, average_T2, frz_onset, power_diss_drag, fld_s03i230, alvdr_ai, temp_xflux_ndiffuse, fld_s03i256, neutral_diffusion_temp, temp_yflux_adv, total_volume_...
    cj877{ACCESS-CM2}{ACCESS-CM2 with COSIMA OM2 0.25 degree ocean configuration. Present day atmospheric forcing with 1985-2014 mean GHG, aerosol emissions etc.}{atmos, seaIce, ocean}{1day, fx, 1mon}{dxu, fld_s03i232, fld_s03i811, fld_s00i414, fld_s03i801, fld_s05i250, pe_tot, frz_onset, fld_s30i404, total_ocean_hflux_evap, fld_s03i234, ardg, tau_x, sispeed, sidmassdyn, fld_s30i205, fld_s03i2...{seaIce, ocean, atmos}{fx, 1mon, 1day}{sidmassgrowthwat, fld_s03i535, average_T2, eta_nonbouss, frz_onset, fld_s03i230, alvdr_ai, fld_s03i256, temp_yflux_adv, fld_s03i801, fld_s38i441, fld_s03i383, fld_s03i803, uarea, total_ocean_heat...
    cmip5_al33{GFDL-HIRAM-C360, MIROC4h, NOAA-GFDL-GFDL-ESM2G, NorESM1-ME, CMCC-CM, CSIRO-BOM-ACCESS1-0, miroc5, BNU-ESM, MIROC-MIROC5, HadGEM2-AO, CanAM4, IPSL-CM5A-MR, MIROC-ESM-CHEM, CNRM-CERFACS-CNRM-CM5, M...{EC-EARTH, CMCC-CM, FIO-ESM, CSIRO-BOM-ACCESS1-0, IPSL-CM5A-LR, MIROC-MIROC5, MRI-ESM1, CESM1-BGC, CNRM-CM5-2, HadGEM2-A, bcc-csm1-1, GISS-E2-H-CC, fio-esm, GFDL-HIRAM-C360, GEOS-5, CNRM-CM5, MPI-...{Replicated CMIP5-era datasets catalogued by NCI}{landIce, none, aerosol, atmos, ocnBgchem, seaIce, land, ocean}{subhr, 6hr, fx, 3hr, 1mon, 1yr, 1day}{ua, cVeg, intpbsi, sim, cllcalipso, demc, hfibthermds, rsd4co2, intpdiaz, loadss, fLitterSoil, sfcWind, cfc11, shrubFrac, so, pbo, agessc, cLitterBelow, mrsos, concoa, ra, hfsifrazil, tntscpbl, p...{ocnBgchem, ocean, atmos, land, aerosol, seaIce, landIce, none}{1mon, fx, 6hr, 1yr, 1day, subhr, 3hr}{va, sconcss, chlcalc, n2o, tnsclias, treeFracSecEver, phydiat, fVegSoil, evspsblsoi, tnsclicm, pastureFrac, epcalc100, cWood, emibc, nep, hfsifrazil2d, reffclwc, snc, fbddtdin, pfull, nppLeaf, ro...
    cmip5_rr3{CSIRO-BOM-ACCESS1-0, CSIRO-Mk3-6-0, BNU-ESM, MIROC-MIROC5, NCAR-CCSM4, IPSL-CM5A-MR, MIROC-ESM-CHEM, CNRM-CERFACS-CNRM-CM5, MPI-M-MPI-ESM-LR, NCC-NorESM1-M, MPI-ESM-LR, MRI-CGCM3, NorESM1-M, CMCC...{MIROC-MIROC5, CSIRO-BOM-ACCESS1-0, IPSL-CM5A-LR, CSIRO-Mk3-6-0, NCC-NorESM1-M, CNRM-CM5, MPI-M-MPI-ESM-LR, NorESM1-M, ECMWF-ERAINT, CSIRO-Mk3L-1-2, MIROC5, CCSM4, GFDL-ESM2M, MRI-CGCM3, GFDL-ESM2...{Australian CMIP5-era datasets catalogued by NCI}{landIce, none, aerosol, atmos, seaIce, land, ocean}{6hr, 1hr, fx, 3hr, 1mon, 1day, 3mon}{clt, ua, rldscs, apet, vsfcorr, zg650, sim, sconcso4, zostoga, zg600, ua850, sconcsoa, loadss, cl, evspsblveg, sftgif, sftof, zg700, concdust, zg, psl, ta500, sfcWind, zg300, shrubFrac, so, pbo, ...{ocean, atmos, land, aerosol, seaIce, landIce, none}{1mon, 3mon, fx, 6hr, 1day, 3hr, 1hr}{zg, va, hurs, wap, sconcss, transiy, tasmax-bc, sfcWindmaxmax, tauucorr, zg400, friver, residualFrac, dryso4, clw, wetdust, drypoa, concbc, tos, ts, od550aer, clh, evspsblsoi, sftof, sci, tauu, e...
    cmip6_fs38{ACCESS-CM2, ACCESS-ESM1-5, ACCESS-OM2, ACCESS-OM2-025}{ACCESS-OM2-025, ACCESS-ESM1-5, ACCESS-CM2, ACCESS-OM2}{Australian CMIP6-era datasets catalogued by NCI}{landIce, aerosol, atmos, ocnBgchem, seaIce, land, ocean}{6hr, fx, 3hr, 1mon, 1yr, 1day}{ua, cVeg, nLitter, siconca, sfcWind, shrubFrac, pbo, so, sispeed, agessc, sidmassdyn, mrsos, ra, hfsifrazil, sidmassgrowthwat, ps, sidmassmeltbot, treeFracBdlDcd, spco2, rsdoabsorb, rsdsdiff, hfb...{ocnBgchem, ocean, atmos, land, aerosol, seaIce, landIce}{1mon, fx, 6hr, 1yr, 1day, 3hr}{sidmassgrowthwat, va, ocontemppadvect, prbigthetao, po4os, treeFracBdlEvg, evspsblsoi, sosga, cWood, cLand, nep, pfull, sidivvel, detoc, o2, tauv, sistrxdtop, opottempmint, mmroa, hursmax, hfbasi...
    cmip6_oi10{NICAM16-8S, HiRAM-SIT-HR, MPI-ESM1-2-HR, E3SM-1-1-ECA, E3SM-1-0, MCM-UA-1-0, CNRM-CM6-1-HR, FGOALS-g3, BCC-CSM2-HR, EC-Earth3-CC, FIO-ESM-2-0, CMCC-CM2-VHR4, CanESM5-CanOE, NorESM1-F, CESM1-CAM5-...{GFDL-ESM4, MIROC-ES2H, GISS-E2-1-G-CC, EC-Earth3P-HR, HiRAM-SIT-LR, CESM2-WACCM, EC-Earth3-Veg-LR, IITM-ESM, NorESM1-F, CESM2, HadGEM3-GC31-LM, E3SM-1-0, FGOALS-f3-L, CMCC-CM2-VHR4, TaiESM1-TIMCO...{Replicated CMIP6-era datasets catalogued by NCI}{landIce, aerosol, atmos, ocnBgchem, atmosChem, seaIce, land, ocean}{subhr, 6hr, 1hr, fx, 3hr, 1mon, 1yr, 1day}{ua, cVeg, nLitter, hfibthermds, siconca, fLitterSoil, sfcWind, cfc11, raLut, so, pbo, shrubFrac, sispeed, sidmassdyn, cLitterBelow, mrsos, nLitterCwd, ra, sidmassgrowthwat, ps, sidmassmeltbot, tr...{ocnBgchem, ocean, atmosChem, atmos, land, aerosol, seaIce, landIce}{1mon, fx, 6hr, 1yr, 1day, subhr, 3hr, 1hr}{sidmassgrowthwat, va, cOther, po4os, treeFracBdlEvg, evspsblsoi, fgsf6, pastureFrac, sosga, cWood, cLand, fCLandToOcean, nep, ua100m, snc, thetaot, thetaot2000, rootd, sidivvel, fFire, o2, fgcfc1...
    \n", @@ -1562,15 +1672,34 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "You can also search based on the columns in this dataframe to find experiments that are relevant to you. For example, you might be interested in all ACCESS-OM2 experiments that have the variable `\"surface_salt\"` at daily frequency. There are 6 such experiments currently available through the catalog:" ] }, { "cell_type": "code", - "execution_count": 5, - "metadata": {}, + "execution_count": 6, + "metadata": { + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:39:25.950904Z", + "iopub.status.busy": "2023-11-02T02:39:25.950751Z", + "iopub.status.idle": "2023-11-02T02:39:25.976313Z", + "shell.execute_reply": "2023-11-02T02:39:25.975619Z", + "shell.execute_reply.started": "2023-11-02T02:39:25.950890Z" + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "outputs": [ { "data": { @@ -1675,7 +1804,13 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "In this way, the catalog provides similar functionality to the COSIMA cookbook Database Explorer tool." ] @@ -1683,13 +1818,18 @@ { "cell_type": "markdown", "metadata": { + "editable": true, "execution": { "iopub.execute_input": "2023-10-17T05:28:12.243671Z", "iopub.status.busy": "2023-10-17T05:28:12.242971Z", "iopub.status.idle": "2023-10-17T05:28:12.248842Z", "shell.execute_reply": "2023-10-17T05:28:12.247916Z", "shell.execute_reply.started": "2023-10-17T05:28:12.243636Z" - } + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] }, "source": [ "# Opening data" @@ -1697,17 +1837,47 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ - "There are [multiple ways](https://access-nri-intake-catalog.readthedocs.io/en/latest/usage/quickstart.html#loading-intake-sources) to open data from the experiments in `catalog`. Here we'll demonstrate how to do this when you know the name of the experiment you are interested in, since this typical for COSIMA users.\n", - "\n", - "By far the most commonly used COSIMA cookbook function is `querying.getvar`. For example, we might use it to open monthly data for the `surface_salt` variable in the `01deg_jra55v13_ryf9091` experiment as follows:" + "There are [multiple ways](https://access-nri-intake-catalog.readthedocs.io/en/latest/usage/quickstart.html#loading-intake-sources) to open data from the experiments in `catalog`. Here we'll demonstrate how to do this when you know the name of the experiment you are interested in, since this typical for COSIMA users." + ] + }, + { + "cell_type": "markdown", + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, + "source": [ + "For example, we can open monthly data for the `surface_salt` variable in the `01deg_jra55v13_ryf9091` experiment as follows:" ] }, { "cell_type": "code", - "execution_count": 6, - "metadata": {}, + "execution_count": 7, + "metadata": { + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:39:25.978655Z", + "iopub.status.busy": "2023-11-02T02:39:25.978494Z", + "iopub.status.idle": "2023-11-02T02:39:25.981748Z", + "shell.execute_reply": "2023-11-02T02:39:25.981095Z", + "shell.execute_reply.started": "2023-11-02T02:39:25.978641Z" + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "outputs": [], "source": [ "experiment = \"01deg_jra55v13_ryf9091\"\n", @@ -1716,2361 +1886,46 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 8, "metadata": { - "scrolled": true + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:39:25.982401Z", + "iopub.status.busy": "2023-11-02T02:39:25.982260Z", + "iopub.status.idle": "2023-11-02T02:39:50.309277Z", + "shell.execute_reply": "2023-11-02T02:39:50.307989Z", + "shell.execute_reply.started": "2023-11-02T02:39:25.982388Z" + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] }, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n", - "/g/data/hh5/public/apps/miniconda3/envs/analysis3-23.07/lib/python3.10/site-packages/xarray/core/dataset.py:278: UserWarning: The specified chunks separate the stored chunks along dimension \"time\" starting at index 1. This could degrade performance. Instead, consider rechunking after loading.\n", - " warnings.warn(\n" - ] - } - ], + "outputs": [], "source": [ - "session = cc.database.create_session()\n", - "\n", - "data_cc = cc.querying.getvar(\n", - " expt=experiment,\n", - " variable=variable,\n", - " session=session,\n", - " frequency=\"1 monthly\",\n", - ")" + "data_ic = catalog[experiment].search(\n", + " variable=variable, \n", + " frequency=\"1mon\"\n", + ").to_dask()" ] }, { "cell_type": "code", - "execution_count": 8, - "metadata": {}, + "execution_count": 9, + "metadata": { + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:39:50.312180Z", + "iopub.status.busy": "2023-11-02T02:39:50.311332Z", + "iopub.status.idle": "2023-11-02T02:39:50.387112Z", + "shell.execute_reply": "2023-11-02T02:39:50.386116Z", + "shell.execute_reply.started": "2023-11-02T02:39:50.312125Z" + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "outputs": [ { "data": { @@ -4444,20 +2299,13 @@ " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", " * time (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n", - "Attributes: (12/13)\n", + "Attributes:\n", " long_name: Practical Salinity\n", " units: psu\n", " valid_range: [-10. 100.]\n", " cell_methods: time: mean\n", " time_avg_info: average_T1,average_T2,average_DT\n", - " standard_name: sea_surface_salinity\n", - " ... ...\n", - " contact: Andy Hogg\n", - " email: andy.hogg@anu.edu.au\n", - " created: 2020-06-11\n", - " description: 0.1 degree ACCESS-OM2 global model configuration with JRA...\n", - " notes: Additional daily outputs saved from 1 Jan 1950 to 31 Dec ...\n", - " url: https://github.com/COSIMA/01deg_jra55_ryf/tree/01deg_jra5..." + " dtype='object', length=3360, calendar='noleap', freq='None'))
  • long_name :
    Practical Salinity
    units :
    psu
    valid_range :
    [-10. 100.]
    cell_methods :
    time: mean
    time_avg_info :
    average_T1,average_T2,average_DT
    standard_name :
    sea_surface_salinity
  • " ], "text/plain": [ "\n", @@ -4627,54 +2475,84 @@ " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", " * time (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n", - "Attributes: (12/13)\n", + "Attributes:\n", " long_name: Practical Salinity\n", " units: psu\n", " valid_range: [-10. 100.]\n", " cell_methods: time: mean\n", " time_avg_info: average_T1,average_T2,average_DT\n", - " standard_name: sea_surface_salinity\n", - " ... ...\n", - " contact: Andy Hogg\n", - " email: andy.hogg@anu.edu.au\n", - " created: 2020-06-11\n", - " description: 0.1 degree ACCESS-OM2 global model configuration with JRA...\n", - " notes: Additional daily outputs saved from 1 Jan 1950 to 31 Dec ...\n", - " url: https://github.com/COSIMA/01deg_jra55_ryf/tree/01deg_jra5..." + " standard_name: sea_surface_salinity" ] }, - "execution_count": 8, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "data_cc" + "data_ic[\"surface_salt\"]" ] }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ - "We can open the same data using our `catalog` object as follows:" + "We can open the same data, using the COSIMA cookbook function `querying.getvar`:" ] }, { "cell_type": "code", - "execution_count": 9, - "metadata": {}, + "execution_count": 10, + "metadata": { + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:39:50.387814Z", + "iopub.status.busy": "2023-11-02T02:39:50.387657Z", + "iopub.status.idle": "2023-11-02T02:40:01.271355Z", + "shell.execute_reply": "2023-11-02T02:40:01.270565Z", + "shell.execute_reply.started": "2023-11-02T02:39:50.387800Z" + }, + "scrolled": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "outputs": [], "source": [ - "data_ic = catalog[experiment].search(\n", - " variable=variable, \n", - " frequency=\"1mon\"\n", - ").to_dask()" + "session = cc.database.create_session()\n", + "\n", + "data_cc = cc.querying.getvar(\n", + " expt=experiment,\n", + " variable=variable,\n", + " session=session,\n", + " frequency=\"1 monthly\",\n", + ")" ] }, { "cell_type": "code", - "execution_count": 10, - "metadata": {}, + "execution_count": 11, + "metadata": { + "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:40:01.272131Z", + "iopub.status.busy": "2023-11-02T02:40:01.271947Z", + "iopub.status.idle": "2023-11-02T02:40:01.312193Z", + "shell.execute_reply": "2023-11-02T02:40:01.311339Z", + "shell.execute_reply.started": "2023-11-02T02:40:01.272114Z" + }, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "outputs": [ { "data": { @@ -5048,13 +2926,20 @@ " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", " * time (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n", - "Attributes:\n", + "Attributes: (12/13)\n", " long_name: Practical Salinity\n", " units: psu\n", " valid_range: [-10. 100.]\n", " cell_methods: time: mean\n", " time_avg_info: average_T1,average_T2,average_DT\n", - " standard_name: sea_surface_salinity" + " dtype='object', length=3360, calendar='noleap', freq='None'))
  • long_name :
    Practical Salinity
    units :
    psu
    valid_range :
    [-10. 100.]
    cell_methods :
    time: mean
    time_avg_info :
    average_T1,average_T2,average_DT
    standard_name :
    sea_surface_salinity
    ncfiles :
    ['/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output000/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output001/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output002/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output003/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output004/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output005/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output006/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output007/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output008/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output009/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output010/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output011/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output012/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output013/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output014/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output015/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output016/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output017/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output018/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output019/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output020/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output021/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output022/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output023/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output024/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output025/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output026/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output027/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output028/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output029/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output030/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output031/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output032/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output033/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output034/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output035/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output036/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output037/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output038/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output039/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output040/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output041/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output042/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output043/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output044/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output045/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output046/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output047/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output048/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output049/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output050/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output051/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output052/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output053/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output054/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output055/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output056/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output057/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output058/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output059/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output060/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output061/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output062/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output063/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output064/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output065/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output066/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output067/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output068/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output069/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output070/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output071/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output072/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output073/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output074/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output075/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output076/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output077/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output078/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output079/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output080/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output081/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output082/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output083/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output084/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output085/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output086/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output087/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output088/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output089/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output090/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output091/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output092/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output093/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output094/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output095/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output096/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output097/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output098/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output099/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output100/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output101/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output102/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output103/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output104/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output105/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output106/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output107/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output108/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output109/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output110/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output111/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output112/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output113/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output114/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output115/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output116/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output117/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output118/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output119/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output120/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output121/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output122/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output123/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output124/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output125/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output126/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output127/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output128/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output129/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output130/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output131/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output132/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output133/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output134/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output135/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output136/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output137/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output138/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output139/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output140/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output141/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output142/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output143/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output144/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output145/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output146/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output147/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output148/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output149/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output150/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output151/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output152/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output153/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output154/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output155/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output156/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output157/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output158/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output159/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output160/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output161/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output162/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output163/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output164/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output165/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output166/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output167/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output168/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output169/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output170/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output171/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output172/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output173/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output174/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output175/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output176/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output177/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output178/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output179/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output180/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output181/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output182/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output183/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output184/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output185/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output186/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output187/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output188/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output189/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output190/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output191/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output192/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output193/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output194/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output195/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output196/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output197/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output198/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output199/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output200/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output201/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output202/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output203/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output204/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output205/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output206/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output207/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output208/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output209/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output210/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output211/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output212/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output213/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output214/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output215/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output216/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output217/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output218/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output219/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output220/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output221/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output222/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output223/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output224/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output225/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output226/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output227/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output228/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output229/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output230/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output231/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output232/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output233/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output234/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output235/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output236/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output237/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output238/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output239/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output240/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output241/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output242/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output243/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output244/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output245/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output246/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output247/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output248/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output249/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output250/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output251/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output252/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output253/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output254/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output255/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output256/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output257/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output258/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output259/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output260/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output261/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output262/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output263/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output264/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output265/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output266/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output267/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output268/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output269/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output270/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output271/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output272/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output273/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output274/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output275/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output276/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output277/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output278/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output279/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output280/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output281/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output282/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output283/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output284/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output285/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output286/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output287/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output288/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output289/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output290/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output291/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output292/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output293/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output294/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output295/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output296/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output297/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output298/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output299/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output300/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output301/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output302/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output303/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output304/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output305/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output306/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output307/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output308/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output309/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output310/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output311/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output312/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output313/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output314/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output315/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output316/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output317/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output318/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output319/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output320/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output321/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output322/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output323/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output324/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output325/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output326/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output327/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output328/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output329/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output330/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output331/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output332/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output333/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output334/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output335/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output336/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output337/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output338/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output339/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output340/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output341/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output342/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output343/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output344/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output345/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output346/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output347/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output348/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output349/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output350/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output351/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output352/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output353/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output354/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output355/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output356/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output357/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output358/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output359/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output360/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output361/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output362/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output363/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output364/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output365/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output366/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output367/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output368/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output369/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output370/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output371/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output372/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output373/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output374/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output375/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output376/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output377/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output378/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output379/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output380/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output381/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output382/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output383/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output384/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output385/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output386/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output387/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output388/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output389/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output390/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output391/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output392/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output393/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output394/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output395/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output396/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output397/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output398/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output399/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output400/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output401/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output402/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output403/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output404/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output405/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output406/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output407/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output408/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output409/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output410/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output411/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output412/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output413/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output414/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output415/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output416/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output417/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output418/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output419/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output420/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output421/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output422/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output423/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output424/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output425/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output426/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output427/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output428/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output429/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output430/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output431/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output432/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output433/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output434/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output435/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output436/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output437/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output438/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output439/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output440/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output441/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output442/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output443/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output444/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output445/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output446/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output447/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output448/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output449/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output450/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output451/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output452/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output453/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output454/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output455/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output456/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output457/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output458/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output459/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output460/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output461/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output462/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output463/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output464/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output465/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output466/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output467/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output468/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output469/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output470/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output471/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output472/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output473/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output474/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output475/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output476/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output477/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output478/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output479/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output480/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output481/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output482/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output483/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output484/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output485/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output486/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output487/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output488/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output489/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output490/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output491/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output492/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output493/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output494/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output495/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output496/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output497/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output498/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output499/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output500/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output501/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output502/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output503/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output504/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output505/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output506/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output507/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output508/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output509/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output510/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output511/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output512/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output513/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output514/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output515/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output516/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output517/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output518/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output519/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output520/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output521/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output522/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output523/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output524/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output525/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output526/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output527/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output528/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output529/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output530/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output531/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output532/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output533/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output534/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output535/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output536/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output537/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output538/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output539/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output540/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output541/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output542/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output543/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output544/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output545/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output546/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output547/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output548/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output549/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output550/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output551/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output552/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output553/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output554/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output555/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output556/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output557/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output558/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output559/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output560/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output561/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output562/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output563/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output564/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output565/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output566/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output567/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output568/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output569/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output570/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output571/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output572/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output573/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output574/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output575/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output576/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output577/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output578/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output579/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output580/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output581/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output582/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output583/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output584/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output585/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output586/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output587/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output588/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output589/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output590/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output591/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output592/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output593/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output594/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output595/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output596/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output597/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output598/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output599/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output600/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output601/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output602/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output603/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output604/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output605/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output606/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output607/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output608/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output609/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output610/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output611/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output612/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output613/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output614/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output615/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output616/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output617/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output618/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output619/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output620/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output621/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output622/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output623/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output624/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output625/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output626/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output627/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output628/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output629/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output630/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output631/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output632/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output633/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output634/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output635/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output636/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output637/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output638/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output639/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output640/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output641/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output642/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output643/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output644/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output645/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output646/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output647/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output648/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output649/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output650/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output651/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output652/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output653/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output654/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output655/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output656/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output657/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output658/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output659/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output660/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output661/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output662/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output663/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output664/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output665/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output666/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output667/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output668/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output669/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output670/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output671/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output672/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output673/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output674/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output675/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output676/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output677/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output678/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output679/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output680/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output681/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output682/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output683/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output684/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output685/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output686/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output687/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output688/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output689/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output690/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output691/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output692/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output693/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output694/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output695/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output696/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output697/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output698/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output699/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output700/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output701/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output702/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output703/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output704/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output705/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output706/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output707/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output708/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output709/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output710/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output711/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output712/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output713/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output714/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output715/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output716/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output717/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output718/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output719/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output720/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output721/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output722/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output723/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output724/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output725/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output726/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output727/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output728/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output729/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output730/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output731/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output732/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output733/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output734/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output735/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output736/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output737/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output738/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output739/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output740/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output741/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output742/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output743/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output744/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output745/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output746/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output747/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output748/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output749/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output750/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output751/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output752/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output753/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output754/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output755/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output756/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output757/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output758/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output759/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output760/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output761/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output762/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output763/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output764/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output765/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output766/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output767/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output768/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output769/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output770/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output771/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output772/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output773/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output774/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output775/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output776/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output777/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output778/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output779/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output780/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output781/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output782/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output783/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output784/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output785/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output786/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output787/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output788/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output789/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output790/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output791/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output792/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output793/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output794/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output795/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output796/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output797/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output798/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output799/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output800/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output801/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output802/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output803/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output804/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output805/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output806/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output807/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output808/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output809/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output810/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output811/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output812/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output813/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output814/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output815/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output816/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output817/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output818/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output819/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output820/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output821/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output822/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output823/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output824/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output825/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output826/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output827/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output828/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output829/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output830/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output831/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output832/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output833/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output834/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output835/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output836/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output837/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output838/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output839/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output840/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output841/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output842/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output843/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output844/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output845/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output846/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output847/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output848/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output849/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output850/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output851/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output852/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output853/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output854/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output855/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output856/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output857/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output858/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output859/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output860/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output861/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output862/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output863/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output864/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output865/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output866/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output867/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output868/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output869/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output870/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output871/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output872/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output873/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output874/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output875/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output876/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output877/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output878/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output879/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output880/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output881/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output882/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output883/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output884/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output885/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output886/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output887/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output888/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output889/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output890/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output891/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output892/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output893/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output894/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output895/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output896/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output897/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output898/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output899/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output900/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output901/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output902/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output903/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output904/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output905/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output906/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output907/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output908/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output909/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output910/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output911/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output912/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output913/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output914/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output915/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output916/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output917/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output918/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output919/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output920/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output921/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output922/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output923/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output924/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output925/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output926/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output927/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output928/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output929/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output930/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output931/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output932/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output933/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output934/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output935/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output936/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output937/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output938/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output939/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output940/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output941/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output942/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output943/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output944/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output945/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output946/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output947/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output948/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output949/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output950/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output951/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output952/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output953/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output954/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output955/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output956/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output957/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output958/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output959/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output960/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output961/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output962/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output963/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output964/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output965/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output966/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output967/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output968/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output969/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output970/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output971/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output972/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output973/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output974/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output975/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output976/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output977/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output978/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output979/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output980/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output981/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output982/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output983/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output984/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output985/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output986/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output987/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output988/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output989/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output990/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output991/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output992/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output993/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output994/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output995/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output996/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output996/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output997/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output997/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output998/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output998/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output999/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output999/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1000/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1000/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1001/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1001/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1002/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1002/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1003/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1003/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1004/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1004/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1005/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1005/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1006/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1006/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1007/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1007/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1008/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1008/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1009/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1009/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1010/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1010/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1011/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1011/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1012/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1012/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1013/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1013/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1014/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1014/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1015/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1015/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1016/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1016/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1017/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1017/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1018/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1018/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1019/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1019/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1020/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1020/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1021/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1021/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1022/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1022/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1023/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1023/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1024/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1024/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1025/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1025/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1026/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1026/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1027/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1027/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1028/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1028/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1029/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1029/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1030/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1030/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1031/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1031/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1032/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1032/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1033/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1033/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1034/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1034/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1035/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1035/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1036/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1036/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1037/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1037/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1038/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1038/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1039/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1039/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1040/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1040/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1041/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1041/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1042/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1042/ocean/ocean_month.nc', '/g/data/cj50/access-om2/raw-output/access-om2-01/01deg_jra55v13_ryf9091/output1043/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1043/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1044/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1045/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1046/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1047/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1048/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1049/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1050/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1051/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1052/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1053/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1054/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1055/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1056/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1057/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1058/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1059/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1060/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1061/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1062/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1063/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1064/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1065/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1066/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1067/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1068/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1069/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1070/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1071/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1072/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1073/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1074/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1075/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1076/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1077/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1078/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1079/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1080/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1081/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1082/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1083/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1084/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1085/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1086/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1087/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1088/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1089/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1090/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1091/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1092/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1093/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1094/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1095/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1096/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1097/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1098/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1099/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1100/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1101/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1102/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1103/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1104/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1105/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1106/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1107/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1108/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1109/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1110/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1111/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1112/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1113/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1114/ocean/ocean_month.nc', '/g/data/ik11/outputs/access-om2-01/01deg_jra55v13_ryf9091/output1115/ocean/ocean_month.nc']
    contact :
    Andy Hogg
    email :
    andy.hogg@anu.edu.au
    created :
    2020-06-11
    description :
    0.1 degree ACCESS-OM2 global model configuration with JRA55-do v1.3 RYF9091 repeat year forcing (May 1990 to Apr 1991)
    notes :
    Additional daily outputs saved from 1 Jan 1950 to 31 Dec 1969 and 1 Jan 2086 to 31 Dec 2100
    url :
    https://github.com/COSIMA/01deg_jra55_ryf/tree/01deg_jra55v13_ryf9091
  • " ], "text/plain": [ "\n", @@ -5224,27 +3109,40 @@ " * xt_ocean (xt_ocean) float64 -279.9 -279.8 -279.7 ... 79.75 79.85 79.95\n", " * yt_ocean (yt_ocean) float64 -81.11 -81.07 -81.02 ... 89.89 89.94 89.98\n", " * time (time) object 1900-01-16 12:00:00 ... 2179-12-16 12:00:00\n", - "Attributes:\n", + "Attributes: (12/13)\n", " long_name: Practical Salinity\n", " units: psu\n", " valid_range: [-10. 100.]\n", " cell_methods: time: mean\n", " time_avg_info: average_T1,average_T2,average_DT\n", - " standard_name: sea_surface_salinity" + " standard_name: sea_surface_salinity\n", + " ... ...\n", + " contact: Andy Hogg\n", + " email: andy.hogg@anu.edu.au\n", + " created: 2020-06-11\n", + " description: 0.1 degree ACCESS-OM2 global model configuration with JRA...\n", + " notes: Additional daily outputs saved from 1 Jan 1950 to 31 Dec ...\n", + " url: https://github.com/COSIMA/01deg_jra55_ryf/tree/01deg_jra5..." ] }, - "execution_count": 10, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "data_ic[\"surface_salt\"]" + "data_cc" ] }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "# Some important differences\n", "\n", @@ -5262,8 +3160,16 @@ }, { "cell_type": "code", - "execution_count": 11, - "metadata": {}, + "execution_count": 12, + "metadata": { + "execution": { + "iopub.execute_input": "2023-11-02T02:40:01.312868Z", + "iopub.status.busy": "2023-11-02T02:40:01.312717Z", + "iopub.status.idle": "2023-11-02T02:40:11.829156Z", + "shell.execute_reply": "2023-11-02T02:40:11.827691Z", + "shell.execute_reply.started": "2023-11-02T02:40:01.312854Z" + } + }, "outputs": [], "source": [ "data_ic_multivar = catalog[experiment].search(\n", @@ -5274,9 +3180,16 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 13, "metadata": { "editable": true, + "execution": { + "iopub.execute_input": "2023-11-02T02:40:11.832272Z", + "iopub.status.busy": "2023-11-02T02:40:11.830992Z", + "iopub.status.idle": "2023-11-02T02:40:11.882119Z", + "shell.execute_reply": "2023-11-02T02:40:11.881207Z", + "shell.execute_reply.started": "2023-11-02T02:40:11.832224Z" + }, "slideshow": { "slide_type": "" }, @@ -5668,15 +3581,15 @@ " intake_esm_attrs:filename: ocean_month.nc\n", " intake_esm_attrs:file_id: ocean_month\n", " intake_esm_attrs:_data_format_: netcdf\n", - " intake_esm_dataset_key: ocean_month.1mon