-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metgrid interpolator #1630
base: development
Are you sure you want to change the base?
Metgrid interpolator #1630
Commits on Oct 1, 2024
-
Porting init_type="metgrid" updates into a clean branch of developmen…
…t. 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.
Configuration menu - View commit details
-
Copy full SHA for 44bae4b - Browse repository at this point
Copy the full SHA 44bae4bView commit details
Commits on Oct 23, 2024
-
Reformatted the vertical interpolation code for init_type=\"metgrid\"…
… to use fixed-size amrex Array1D variables instead of amrex Vector. This was done in an attempt to satisfy HIP, which would choke when resizing Vectors.
Configuration menu - View commit details
-
Copy full SHA for a263aec - Browse repository at this point
Copy the full SHA a263aecView commit details
Commits on Oct 24, 2024
-
Updated documentation for init_type="metgrid" options. Made interp_th…
…eta an input parameter.
Configuration menu - View commit details
-
Copy full SHA for e457440 - Browse repository at this point
Copy the full SHA e457440View commit details -
Changed temporary FABs used in init_type="metgrid" from a vector of F…
…ABs 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.
Configuration menu - View commit details
-
Copy full SHA for f86c99f - Browse repository at this point
Copy the full SHA f86c99fView commit details -
Merged in development, resolved conflicts, and unified some syntax th…
…roughout Initialization/ERF_init_from_metgrid.cpp.
Configuration menu - View commit details
-
Copy full SHA for bb0cbb7 - Browse repository at this point
Copy the full SHA bb0cbb7View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f969b8a - Browse repository at this point
Copy the full SHA f969b8aView commit details
Commits on Nov 6, 2024
-
Undoing the recent switch from dynamically sized vectors to Array1D i…
…n the vertical interpolation scheme used for met_em data
Configuration menu - View commit details
-
Copy full SHA for adf406a - Browse repository at this point
Copy the full SHA adf406aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff442b2 - Browse repository at this point
Copy the full SHA ff442b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef46453 - Browse repository at this point
Copy the full SHA ef46453View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 747bf6a - Browse repository at this point
Copy the full SHA 747bf6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6c6b7 - Browse repository at this point
Copy the full SHA 7c6c6b7View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc8a9a3 - Browse repository at this point
Copy the full SHA fc8a9a3View commit details -
Merge branch 'metgrid_interpolator' of https://github.com/wiersema1/ERF…
… into metgrid_interpolator
Configuration menu - View commit details
-
Copy full SHA for f1c3b98 - Browse repository at this point
Copy the full SHA f1c3b98View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee99c78 - Browse repository at this point
Copy the full SHA ee99c78View commit details
Commits on Nov 13, 2024
-
Fix remaining issues with bounds and unused vars.
Aaron Lattanzi committedNov 13, 2024 Configuration menu - View commit details
-
Copy full SHA for b3b4c1c - Browse repository at this point
Copy the full SHA b3b4c1cView commit details -
Remove size var since we went to fixed length GpuArrays.
Aaron Lattanzi committedNov 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 5dbe9ff - Browse repository at this point
Copy the full SHA 5dbe9ffView commit details -
Reduce memory overhead and fix GPU warning.
Aaron Lattanzi committedNov 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 56004c6 - Browse repository at this point
Copy the full SHA 56004c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92dad5b - Browse repository at this point
Copy the full SHA 92dad5bView commit details
Commits on Nov 14, 2024
-
Added assertions during initialization for init_type of "metgrid" and…
… "real" that there are sufficient points in a relaxation zone for computing the laplacian.
Configuration menu - View commit details
-
Copy full SHA for 6cca316 - Browse repository at this point
Copy the full SHA 6cca316View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b8d722 - Browse repository at this point
Copy the full SHA 4b8d722View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e7449b - Browse repository at this point
Copy the full SHA 5e7449bView commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d8b5af - Browse repository at this point
Copy the full SHA 8d8b5afView commit details