Steve Penny

Results 9 issues of Steve Penny

I am building in an ubuntu aarch64/arm64 environment, using gfortran-10 with openmpi, within a docker container, and cloning repo version "main". I tried adding the option '-fallow-argument-mismatch' but this did...

**Is your feature request related to a problem? Please describe.** When running fv3-shield and reading in ECMWF SST data using data_override, there are anomalies that show up near the coast...

enhancement

Hi, I'm trying to apply mppnccombine to produce a combined file from the 6-tiled restart data from GEFS, which I assume is using the GFDL FMS: https://noaa-gefs-pds.s3.amazonaws.com/index.html#gefs.20240208/00/atmos/init/p01/ [EDIT: @spencerkclark mentioned...

question

Hi I'm getting this error when trying to combine the diagnostic file output from fv3-shield when running at C768 resolution (this works for us at the other resolutions): ``` FATAL...

question

Short version: How do I build CMEPS as a library that can be used as the mediator for an ESMF/NUOPC coupled model? I've tried a few obvious approaches but none...

I'm working with tiled, staggered grids, and xgcm seems like a useful tool for this case. I can read in the fv3 tiled restarts and assign the `face_connections`. This appears...

enhancement
wontfix

@StevePny Tests and readme are updated. The main things still to do for the xarray refactor are: 1. Work on updating docstrings 2. Fix/standardize notation between da cyclers, which you...

documentation
enhancement

This code pulls era5 data from gcp and either creates an ensemble by lagging through days, months, or years, from a given start date. The ensemble is recentered to the...

enhancement

Responding to error: ``` File ~/Code/DataAssimBench/dabench/data/sqgturb.py:39 37 import jax.numpy as jnp 38 from jax.numpy.fft import rfft2, irfft2 ---> 39 from jax.config import config 40 from functools import partial 41 from...