-
Hi,
I am using the generic netcdf reader with BRAN2020 files. After modifying some variable and dimensions names my particles run happily when I use a single file, but when I try to do longer runs us…
-
Currently the slope triad computations (the critical ingredient of the redi parameterization) are defined to do horizontal gradients in model index space, see here
https://github.com/E3SM-Project/E…
-
We need to save opottemppmdiff as part of ocean_model_z rather than ocean_model. We presently save osaltpmdiff correctly on ocean_model_z.
Do you agree?
https://github.com/NOAA-GFDL/MOM6-exa…
-
Write an initial set of metrics (and tolerances) that can be used to physically validate the ML projection.
-
# Description of the data product
The Bluelink ReANalysis ([BRAN](https://research.csiro.au/bluelink/global/reanalysis/)) provides a 3D record of the global ocean. BRAN2020 incorporates substantial…
-
Hi there
My name is Geng Xia, a research scientist at NREL. My goal is to use COAWST to run a case study over the U.S West Coast. I did run a spinup simulation for the standalone ocean (ROMS) model…
-
I have found some errors in this script but I don't know the library well enough to proposes fixes.
First, this line can be removed as there is no longer a `HeatBoundaryConditions`.
https://gith…
-
I think we need to discuss the integration of the air-sea ammonia exchange with Fabien. It currently comes up in a variety of places, e.g.:
https://github.com/NOAA-CEFI-Regional-Ocean-Modeling/oc…
-
Not a big issue, but I happened to notice that there are a few diagnostics, including `rho_dzt_bot_diag`, that are allocated and sent data to in cobalt_send_diag, but never registered in cobalt_reg_di…
-
I timed how long it takes to build and then take one time step with `OceanSeaIceModel` with this script:
```julia
using Oceananigans
using ClimaOcean
using OrthogonalSphericalShellGrids
start…