-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Porting init_type="metgrid" updates into a clean branch of development. This includes,\n * an updated vertical interpolator used when interpolating met_em files onto the ERF vertical grid.\n * option to either interpolate potential temperature or interpolate pressure and temperature then calculate potential temperature.\n * debugging runtime options to overwrite incoming met_em data with idealized hard-coded values. * Updated documentation for init_type="metgrid" options. Made interp_theta an input parameter. * Changed temporary FABs used in init_type="metgrid" from a vector of FABs for each met_em timestamp to a single FAB since we only ever need access to these FABs for whatever met_em time is currently being worked on. Minor clean up of the metgrid initialization code. * Fixed a bug introduced when cleaning up code for init_type="metgrid" * Undoing the recent switch from dynamically sized vectors to Array1D in the vertical interpolation scheme used for met_em data * Make this GPU compatible. * Fix remaining issues with bounds and unused vars. * Remove size var since we went to fixed length GpuArrays. * Reduce memory overhead and fix GPU warning. * Added assertions during initialization for init_type of "metgrid" and "real" that there are sufficient points in a relaxation zone for computing the laplacian. --------- Co-authored-by: Aaron M. Lattanzi <[email protected]> Co-authored-by: AMLattanzi <[email protected]> Co-authored-by: Aaron Lattanzi <[email protected]>
- Loading branch information
1 parent
a490777
commit 41f6533
Showing
8 changed files
with
1,418 additions
and
526 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.