Benjamin R. Hillman
Benjamin R. Hillman
Enable COSP for MMF configurations. This involved a massive refactor of the COSP interface in `cospsimulator_intr.F90`. I think a lot of this refactor would be great to use for non-MMF...
Use reduced g-point data when using RRTMGP in EAM and E3SM-MMF. This should half the cost of RRTMGP in E3SM and bring performance in line with RRTMG, which was already...
Add F2010-SCREAMv1 test to e3sm_gpucxx suite to get test coverage on GPU for EAMxx codebase in main E3SM repo. [BFB]
Time interpolation will always try to read the _FillValue attribute from file and mask based on it, even if the variable does not have a _FillValue associated with it. The...
This came up in updating some initialization of greenhouse gas variables, and the need to change some initial condition files. Right now, we are maintaining two sets of IC files:...
The current workflow to create initial conditions for EAMxx is to run a special case of SCREAMv0 with extra outputs for each input into each atmosphere process, and then to...