Skip to content

Instantly share code, notes, and snippets.

View aradhakrishnanGFDL's full-sized avatar

Aparna Radhakrishnan aradhakrishnanGFDL

View GitHub Profile
@aradhakrishnanGFDL
aradhakrishnanGFDL / tw_atmos_ts_monthly_sfc_ocean_updated.ipynb
Created April 28, 2026 19:21
tw_atmos_ts_monthly_sfc_ocean_updated.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aradhakrishnanGFDL
aradhakrishnanGFDL / atw_atmos_ts_monthly_sfc_ocean_updated.ipynb
Created April 28, 2026 19:10
diagnostics/atw_atmos_ts_monthly_sfc_ocean_updated.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aradhakrishnanGFDL
aradhakrishnanGFDL / a1r_sprint_cm5dt_tas.ipynb
Created June 9, 2025 19:26
a1r/CM5DT MDTF TAS QA TEST
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aradhakrishnanGFDL
aradhakrishnanGFDL / error_ipsl_zos_time (2).ipynb
Last active May 28, 2021 21:41
notebook describing issue using IPSL sample data with intake_esm in terms of time axis
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aradhakrishnanGFDL
aradhakrishnanGFDL / intake-esm-s3-nc-simple-access.ipynb
Last active December 5, 2020 22:03
Search through data catalog and open netcdf from S3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aradhakrishnanGFDL
aradhakrishnanGFDL / S3-public-access-usage-example.ipynb
Created December 5, 2020 22:01
Open netcdf from S3 bucket for analysis
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aradhakrishnanGFDL
aradhakrishnanGFDL / s3_list_example.py
Created December 5, 2020 21:14
This gist lists the code needed to list the contents of an S3 public bucket. Search filters can be modified in the code to fit your needs.
import boto3
import botocore
import sys
import re
'''
This script provides an example on how to list files (all Amon tas fields in the gfdl-esgf bucket) in the gfdl-esgf bucket with anonymous access
You can edit the prefix, delimiters, search facets such as miptable/varname as you see fit.
'''
region = 'us-west-2'
s3client = boto3.client('s3')