R3351/ctrackermaster
R3351/ctracker
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
129b1fa709b5 | andrea | Bug fix | Aug 15 2017 | |||
2f9e09110bdb | andrea | Bug fix | Aug 15 2017 | |||
7d764723a233 | andrea | Use corner array and make sure we do not search beyond array borders | Aug 15 2017 | |||
156e32b17e69 | andrea | Add check to remove invalid seeding points. Related to deviations from… | Aug 10 2017 | |||
c85815686742 | andrea | Added check for pathological cases of particles starting from land | Aug 10 2017 | |||
f88982f7fa06 | andrea | Changed algorithm for identification of seeding points. Slightly faster, more… | Aug 7 2017 | |||
7b9a3a7947f3 | andrea | Removed compilation file, added file with conda installed list. | Aug 7 2017 | |||
0e234aa0ec76 | andrea | Make output queue larger | Aug 7 2017 | |||
899dae30f874 | serex | Dynamic threading | Aug 7 2017 | |||
9707bec84e78 | Civilists <Civilists> | added some support for better handling 2D simulations | Aug 4 2017 | |||
76f85163ab2c | andrea | Bug fix for multithreading | Aug 2 2017 | |||
2e5389cde246 | andrea | Actually start threads also for curvilinear grid | Jul 26 2017 | |||
01f24ff2a1e4 | andrea | Added option for workin on rectangular cartesian grid | Jul 26 2017 | |||
7daef7a531c6 | andrea | Store info on kill area | May 18 2017 | |||
4acc733a4b9d | andrea | No need for large output codes (minor change) | May 18 2017 | |||
57d1452c5b60 | andrea | Keep grid info of MITgcm in run file | May 18 2017 | |||
83a2e7bcfe45 | andrea | Write exit position to _end variables, not tracks | May 17 2017 | |||
cc0a86d244e8 | andrea | Split output to two files | May 17 2017 | |||
0219850194cc | andrea | Make double sure we store copies in the input queue | May 16 2017 | |||
e5393aee6730 | andrea | Put file sync at the right loop level | May 16 2017 | |||
e5e437be95b2 | andrea | Also the output from the seeding phase must be done through the separate… | May 16 2017 | |||
9f74ed70eac2 | andrea | Bug fix in the output of indices | May 16 2017 | |||
53def60d7971 | andrea | Do not join the input queue, otherwise the program hangs just before ending… | May 16 2017 | |||
470b18b7f734 | andrea | Use a queue for the input too (not fully tested yet) | May 15 2017 | |||
a07e0b4583fa | andrea | Bug fix | May 15 2017 | |||
3d1c238f6dff | andrea | Avoiding a function call, a very minor performance benefit. | May 5 2017 | |||
f53816f6a8a5 | andrea | Put in the queue the starting time of the output | May 5 2017 | |||
94039c94439f | andrea | Added warning | May 5 2017 | |||
19bed08d51d2 | andrea | Do netcdf output on a separate thread | May 5 2017 | |||
248452c60028 | andrea | Check land at the beginning of the loop | May 5 2017 | |||
fe08660d91eb | andrea | Check if on land after checking if it exited the domain (otherwise we read… | May 5 2017 | |||
aecd93d14946 | andrea | Avoid IO unless necessary | May 4 2017 | |||
7effdc3acd4c | andrea | Enable to experiment with different HDF5 chunk sizes for optimizing IO | May 4 2017 | |||
783e1885e885 | andrea | Fix variable name | May 4 2017 | |||
1565d05d325a | andrea | Pass relevant array size, initialize array at full C speed | May 4 2017 | |||
092db44e75a6 | andrea | Bug fix | May 4 2017 | |||
f1d3764301b5 | andrea | Deal with corner cases decently, fix bug in kill area writing | May 4 2017 | |||
f5c107f39e76 | andrea | Change metadata on out code | May 4 2017 | |||
50cfae567aba | andrea | Do not mask unreleased particles code | May 4 2017 | |||
0b9182c7c00d | andrea | Store exit time of particle | May 4 2017 | |||
1b0bc6434b3f | andrea | Bug fix | May 4 2017 | |||
c29a09b2ff3a | andrea | Store IJK indexes of particles to deal with corner cases | May 4 2017 | |||
e455334cf7e5 | andrea | PEP8-ified source | May 3 2017 | |||
9afc1985a90b | andrea | Small clean up, don't do stuff at every iteration if not needed, enable choice… | May 3 2017 | |||
dbce1f22f801 | andrea | Initialise array faster | May 3 2017 | |||
8cea26382508 | andrea | Bug fix | May 3 2017 | |||
26f446362613 | andrea | Remove corner error, does not make any sense to me (it was from tracmass). | May 3 2017 | |||
1fa111932aee | andrea | PEP8-ified the source | May 3 2017 | |||
244b7a996d8a | andrea | Fix chunksize in netcdf output, sync file once in a while to make it easier to… | May 3 2017 | |||
41b1c5cadd8c | andrea | Change chunksize, otherwise IO takes forever with large ensembles of particles | May 3 2017 | |||
2f144fbb74ca | andrea | Don't sync the file, we use with statement to avoid it! | May 3 2017 | |||
9ef8e6317547 | andrea | Don't waste time on multiple prints | May 3 2017 | |||
2a3ebb7af693 | andrea | Move stuff to initialization | May 3 2017 | |||
c1d317692295 | andrea | Minor changes to stdout formatting. Fix airborne condition. | May 3 2017 | |||
16bd100ac8e0 | andrea | Enable output at submultiples of the GCM output step | May 3 2017 | |||
a4384ab2f18d | andrea | Fuck the GIL | May 3 2017 | |||
2eb4df1d70ca | andrea | Minor changes | May 2 2017 | |||
435d7279c8ce | andrea | Bug fixes, now we can reproduce tracmass | May 2 2017 | |||
9efad68cd016 | andrea | Bug fixes | May 2 2017 | |||
3e8ff9488384 | andrea | Moved single particle loop to cython | May 1 2017 | |||
41ee5e1fd18b | andrea | Working code, similar results to original tracmass but not identical, not… | May 1 2017 | |||
e2c37214effc | andrea | Remove particle which stopped for some reason + cosmetic changes | Apr 28 2017 | |||
a9fb993214f6 | andrea | Runs, but does not yet store results | Apr 28 2017 | |||
55b3f0fbb1cf | andrea | Beginning of pyhton ctracker | Apr 26 2017 | |||
09916387af9c | andrea | Initial commit | Apr 24 2017 |
c4science · Help