-
Impact of resolution on the atmosphere–ocean coupling along the Gulf Stream in global high resolution models
https://link.springer.com/article/10.1007/s00382-021-06098-9
-
Shouldn't be too hard to implement an `InterpolatedField` object where
```julia
ℑc = InterpolatedField(model.tracers.c, new_grid)
ℑc(x, y, z)
```
evaluates the `model.tracers.c` field at the …
-
I have been working with the MOVES model on the Project Scale and using the Link Drive Schedule Importer for entering vehicle activity. From my reading of the MOVES documentation, my understanding is …
ct135 updated
2 years ago
-
My goal is to find "interesting" instances of an Argo float passing through an eddy in the Southern Ocean. This could include the float passing an eddy in a frontal region or the float staying within …
-
How do I receive images from northern Rockies?
In the Goes16 folder m1 & M2 I only see Texas and Tennessee.
Thanks,
Chris
-
Hi,
I'm running CellPose on really big images (about 30K x 30K), and I get an error coming likely from the pickle protocol:
Traceback (most recent call last):
File "/home/groups/graylab…
-
This thread is for discussing opportunities to expand LASSO to do simulations at ARM's East North Atlantic (ENA) atmospheric observatory. Some background information can be found in the [associated bl…
-
We use julia, but if we want other people to easily parse and analyze the data generated by Oceananigans we should use NetCDF. This includes collaborators that have scripts that already read in NetCDF…
-
Hello all,
I am trying to run the precursor simulation tutorial tut.ABLflatTerrain.precursor. The wrf option requires the file drivingData/surfaceSkinPotentialTemperatureTable file which is missing…
-
One property of the filter is that it should commute with gradients. This is satisfied by gcm-filters when the filter scale is small, but as the scale increases, this condition breaks very dramaticall…