Summary
- Slightly relaxing the convergence criteria to fix convergence test. (details)
- QuadTune: On matrix-eqn bar chart, plot only extraMetricsToPlot. Add sens-bias scatterplot of only extraMetricsToPlot. In parameter increments bar chart, change absolute values to squares. (details)
- change remapping subroutine to take number of levels and levels as input instead of whole grid object (details)
- add more general functions to interpolate (details)
- QuadTune: Add useLongTitle option, which adds extra information on the plotted quantity, if desired. (details)
- QuadTune: Plot bias instead of negative bias on metricsBarChart and bias-vs-sensitivity plots. (details)
- add and refactor functions for remapping values given on zm levels (details)
- Monoflux GPU optimization (#1221) (details)
- fix compiler errors and refactoring to stay under 100 chars per line (details)
- remove TODOs and used new interpolating function in interpolate_forcings (details)
- add functions for adaptive grid generation and grid density function normalization (details)
- QuadTune: Made plot_PcSensMap work when len(varPrefixes) > 1. (details)
- QuadTune: Merge in bootstrap sampling (details)
- Swapping the loop order on a few kernels, I found this faster for the nvhpc compiler and it's BFB (details)
- add conservative ullrich remapping to cases with forcing time dependent inputs (details)
- BIT_CHANGING bug fix that only affects l_t_dependent cases running with multiple columns, I detected this with cgils cases, but I'm not sure how it slipped through initially. (details)
- add grid adaptation and flag (details)
- clean up and add warning for case when remapping from dycore flag cannot be used (details)
- Set l_wp2_fill_holes_tke to true by default (#1226) (details)
- some refactoring (details)
- add logical flag for dycore and renamed flags for dycore and grid adaptation (details)
- Remove err code (#1218) (details)
- remove ifdefs (details)
- Renamed check_res to err_code in numerical_check.F90 for consistency (#1227) (details)
- refactoring (details)
- add units (details)
- changed Lscale to inverse (details)
- add write to file for grid adaptation (still WIP) (details)