Taimoor Sohail
Taimoor Sohail
Hello, I hit a Memory Error if I try to load a 3D variable (e.g., temperature) using cosima cookbook for analysis3-24.04 and greater. I have isolated an example code that...
Hi, I am posting a new Contributed Example which averages properties along an isobath - useful for Antarctic margins analysis. Let me know if you have thoughts! closes https://github.com/COSIMA/cosima-recipes/issues/397
I have an idea for an along-isobath averaging for scalars and vectors. I have implemented it for scalars but not for vectors. I want to add this to COSIMA recipes.
The `ht` and `hu` variables for bathymetry use the actual vertical water column height in ACCESS-OM2-01, while variables like `temp` have fixed `st_ocean_edges`. To average along isobaths, I currently define...
This PR supersedes #381 ~adding a new run_coupled! function that replaces the run! function in Oceananigans.~ adds new methods so that checkpointing works for coupled ocean-sea ice simulations with PrescribedAtmosphere....
I am trying to implement a checkpointer in the one_degree_simulation.jl to be able to run longer simulations. My implementation is: ``` output_dir = "/g/data/v46/txs156/ClimaOcean.jl/examples/" prefix = "one_deg_tripolar_checkpoint" ocean.output_writers[:checkpoint] = Checkpointer(ocean.model;...
Hi all, I am trying to run ClimaOcean on the Gadi supercomputer in Australia, and only the login CPU node has internet access on the HPC (for security reasons). This...
with @navidcy @simone-silvestri, we added a distributed models test. Potentially we can improve it. For now we added it in the buildkite pipeline but feel free to move it on...
Hi, I am trying to save some variables of interest in my simulation using `jldsave`. Note that I can't use `JLD2Writer` or `outputwriter` because I need to save variables from...
In a distributed model setup, the `DatasetRestoring` step uses a huge amount of memory - up to 9GB per-GPU in a 1/4 degree ocean model. I ran a series of...