History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
2eedc50cbe2c | frerot | added tests for netcdf mpi IO | May 5 2022 | |||
1825edb7098a | frerot | adding Tamaas information to dump files | Apr 25 2022 | |||
fdd25350ee5b | frerot | NetCDFDumper can now dump in MPI | Apr 14 2022 | |||
932a5e9b9558 | frerot | added a read_sequence method to read data frames | Mar 21 2022 | |||
00e5015563d2 | frerot | refreshed dumpers private API | Mar 16 2022 | |||
d4e72444f397 | frerot | [doc] cleaned up API auto documentation | Mar 7 2022 | |||
2b24d9d43e38 | frerot | updated copyright | Jan 4 2022 | |||
0347e231c864 | frerot | using json to dump model attributes in NumpyDumper | Jul 6 2021 | |||
1fc7644bad52 | frerot | cleaned up license headers | Jun 10 2021 | |||
3557cd97a518 | frerot | adding type annotations and using f-strings for dumpers | May 7 2021 | |||
7fc91b79d964 | frerot | forgot `import os` | Apr 26 2021 | |||
287cf88791d0 | frerot | better handling of file descriptors in JSONDumper | Apr 26 2021 | |||
93a4d5811ae9 | frerot | marking test_epic and westergaard_multi as xfail if backend == 'tbb' | Apr 26 2021 | |||
3438ff37dbe4 | frerot | testing UVW writes | Apr 25 2021 | |||
0d37c22cb392 | frerot | added JSON dumping capability and fixed dump issues ∀ model types | Apr 25 2021 | |||
a5ad130c558f | frerot | using pathlib instead of os.path in dumpers | Apr 25 2021 | |||
86e5cb1e1789 | frerot | allowing model read from HDF5 with MPI | Apr 19 2021 | |||
97bffadf7b6a | frerot | added read method to NetCDFDumper | Apr 17 2021 | |||
0ba6912bc122 | frerot | added sequential read function to H5Dumper | Apr 17 2021 | |||
0fad580005ff | frerot | added read method to FieldDumper (raises RuntimeError) | Apr 16 2021 | |||
da270d6f9606 | frerot | added read() method to NumpyDumper | Apr 16 2021 | |||
9c33983aed18 | frerot | silencing warning about missing uvw package | Apr 5 2021 | |||
6c56b69be4a2 | frerot | [doc] silencing warnings when generating documentation | Mar 20 2021 | |||
db2125bf48ed | frerot | not importing uvw.parallel in UVWDumper | Mar 13 2021 | |||
46db5babbf1a | frerot | setup netcdf dumper for parallel writes | Jan 14 2021 | |||
10e17acc88ce | frerot | Merge branch 'deprecated_bindings' | Jan 7 2021 | |||
9054b97f8b37 | frerot | modified dumpers for new interface | Jan 5 2021 | |||
2316c9ebcdd7 | frerot | copyright year 2021 | Jan 1 2021 | |||
74402ed7185c | frerot | added readonly properties to python model bindings | Dec 8 2020 | |||
09b1019f9242 | frerot | use uvw.RectilinearGrid instead of parallel variant | Dec 8 2020 | |||
1af5c7f89584 | frerot | raising when NumpyDumper is called in parallel | Dec 4 2020 | |||
a9371b17cdd2 | frerot | prepared implementation of parallel dumpers | Dec 4 2020 | |||
87299a2f0e72 | frerot | overwrite netcdf file on first dump | Aug 5 2020 | |||
555b9d18b1d5 | frerot | creating variables with right dimensions in netcdf dumper | Aug 5 2020 | |||
357aabe906d0 | frerot | netcdf dumper now writes frames to a single file | Aug 4 2020 | |||
af08c7abcf2c | frerot | not flattening arrays in netcdf dumper | Jul 22 2020 | |||
e8c4a114f2ec | frerot | added compression to UVW dumper | Jun 11 2020 | |||
ace594b68267 | frerot | added a group dumper for paraview data | Jun 9 2020 | |||
022385d24743 | frerot | simplified helpers in dumpers | Jun 8 2020 | |||
ae0010d56921 | frerot | updating copyright years | May 5 2020 | |||
c5d6b3690cd1 | frerot | making sure tests are passing in python 2.7 | Apr 22 2020 | |||
52674b12fcc5 | frerot | removed groups from netcdf dump | Mar 12 2020 | |||
b248a63446d9 | frerot | added netCDF4 dumper | Mar 11 2020 | |||
d81014204db3 | frerot | more pythonic organization of dumpers and solvers | Jul 29 2019 | |||
74b9233dc365 | frerot | changed license to Affero GNU General Public License | Mar 5 2019 | |||
744f0918bc36 | frerot | added hdf5 dumper | Feb 12 2019 | |||
fa16f5a64b1f | frerot | updated README and examples | Feb 11 2019 | |||
a7407197cf9b | frerot | added skeleton for netcdf dumper | Dec 6 2018 | |||
9f1e5f8c78d4 | frerot | list of dumpers in Model | Oct 19 2018 | |||
cf8f370013db | frerot | adding numpy dumper | Oct 19 2018 | |||
1747e6afa6ac | frerot | changed python module hierarchy and build recipe | Oct 19 2018 |
c4science · Help