|
|
27d2fab951
|
simplify processing for "*" in filenames for embedding timestep by using utility function
|
2022-03-29 06:06:48 -04:00 |
|
|
|
d539dcd8d4
|
repair collateral damage to NETCDF package from Thermo class refactor
|
2022-03-19 20:54:50 -04:00 |
|
|
|
79a9829e92
|
Apply override to remaining classes
|
2022-01-22 09:56:01 -05:00 |
|
|
|
47b0c8b33e
|
whitespace
|
2021-12-27 11:31:01 -05:00 |
|
|
|
30af0cb325
|
define and use LMP_MAX_VAR_DIMS instead of NC_MAX_VAR_DIMS to avoid stack overflows
|
2021-12-26 17:15:13 -05:00 |
|
|
|
3b183bafbb
|
cosmetic changes (simplify, use constexpr, remove dead code, join wrapped lines)
|
2021-12-23 01:23:13 -05:00 |
|
|
|
0576d525ad
|
simplify and avoid redundant output
|
2021-12-21 13:39:00 -05:00 |
|
|
|
364d0be28c
|
apply clang-format
|
2021-12-21 13:21:23 -05:00 |
|
|
|
c780768e91
|
put contents of netcdf_units into NetCDFUnits namespace
|
2021-12-21 13:16:23 -05:00 |
|
|
|
1c25c96aaa
|
netcdf: deduplicate gettings units as strings
|
2021-12-17 17:13:29 +01:00 |
|
|
|
f8ee6dc680
|
netcf: define units for all variable where this is possible
|
2021-12-17 11:49:25 +01:00 |
|
|
|
dc9d539b6c
|
netcdf: fix spatial, cell_spatial and cell_angular variable definitions
Dimension 0 refered to the frame dimension, but we need the spatial dimension instead
|
2021-12-17 11:49:25 +01:00 |
|
|
|
4bf065ed1c
|
netcdf: use float values for scale factors instead of double
|
2021-12-17 10:55:54 +01:00 |
|
|
|
d04f428c1a
|
netcdf: default to float variable for everything
The standard convention require all values to be stored as
float, users still have the ability to use double with
`dump_modify <id> double yes`
|
2021-12-17 10:54:43 +01:00 |
|
|
|
4f17082d74
|
use portable logic operators
|
2021-10-07 12:23:17 -04:00 |
|
|
|
37bfe3d0ce
|
integrate platform sub-namespace into source code and documentation
this updates function calls to functions that have been moved from
the utils namepsace or the Info class to platform::
|
2021-10-02 16:55:11 -04:00 |
|
|
|
1ba77e1629
|
apply utils::logical() in more places
|
2021-09-21 14:15:02 -04:00 |
|
|
|
76ec9b8616
|
port changes from dump netcdf to dump netcdf/mpiio
|
2021-07-18 19:04:08 -04:00 |
|
|
|
1f9e0adfe9
|
more reformatting
|
2021-07-18 18:37:27 -04:00 |
|
|
|
536ba492fb
|
error out on trying to dump strings or variables
|
2021-07-18 17:47:01 -04:00 |
|
|
|
ce7cca2ae4
|
use scoped enums from Dump and Thermo classes instead of replicating them, reformat
|
2021-07-18 17:44:06 -04:00 |
|
|
|
418acea543
|
support wildcard dump keywords, simplify, modernize, reformat
|
2021-07-18 16:59:58 -04:00 |
|
|
|
878795e64a
|
bulk rename of remaining USER- packages
|
2021-06-29 20:12:59 -04:00 |
|