-
Now that we're getting closer to testing some aerosol processes, we need input data. I think the team agrees that NetCDF files are the right form of input for our tests and driver, so we need a mechan…
-
When we've satisfied ourselves that TChem can properly obtain solutions to aerosol chemical kinetics systems, the next step in incorporating TChem into Haero is to attempt to construct a C++ class.
-
### 🐛 Describe the bug
The results of torch.arctan2() is not similar to np.arctan2() for {-pi, pi}
``` python
>>> import torch
>>> import numpy as np
>>> theta = torch.tensor(-np.pi)
>>> tor…
-
I had named "states" those model variables that need initial values to start model integration. These variables are the ones being allocated memory, and being recorded in dump files to allow for model…
-
We observed some consistency issues in the power consumption model and would like to share them here and get some feedback.
The goal of the investigation is to check two hypotheses on the power con…
-
With master of May27th, I'm seeing a familiar error with ne120, but it happens pretty soon -- after first step on pm-gpu.
When I change to `ATM_NCPL=288` (from 96) it runs for 1 day.
With same rep…
-
Hello JOSS team,
I’m considering submitting a paper for NASA’s Prognostics Python Packages `nasa/prog_models` and `nasa/prog_algs`. The two packages are very closely related. Would it be acceptable…
-
* Extract N columns of atmospheric and prognostic state (given indices and/or lat-lons) from an E3SMv1 NetCDF output or restart file
* What kind of tools do we need? Should we extract E3SM data and w…
-
Update docs to send users to tutorial juypter notebook. I want to make it obvious, some way of making sure users get there first. Current thinking is as a large text link and badge on documentation ho…
-
Check if dx or state_equ have been overridden. This should be done in the __init__() function of prognostics_model.py