SimNDT2 batch processor
Go to file
2024-11-30 00:57:12 +01:00
aux Fri 29 Nov 2024 04:38:58 PM CET 2024-11-29 16:39:04 +01:00
bin Fri 29 Nov 2024 04:38:40 PM CET 2024-11-29 16:38:43 +01:00
build Fri 29 Nov 2024 04:39:06 PM CET 2024-11-29 16:39:10 +01:00
doc Sat 30 Nov 00:57:08 CET 2024 2024-11-30 00:57:12 +01:00
ParamJSON Fri 29 Nov 2024 04:59:52 PM CET 2024-11-29 16:59:56 +01:00
src Fri 29 Nov 2024 04:59:44 PM CET 2024-11-29 16:59:50 +01:00
all_requirements.txt Fri 29 Nov 2024 04:39:34 PM CET 2024-11-29 16:39:37 +01:00
main_requirements.txt Fri 29 Nov 2024 04:39:39 PM CET 2024-11-29 16:39:43 +01:00
README.md Fri 29 Nov 2024 05:02:20 PM CET 2024-11-29 17:02:24 +01:00

SimNDT2b

The batch processor version of SimNDT Version 2

The batch processor reads the entire simulation scenario from a json file and performs a simulation. Output can be saved in numpy format by enabling snapshots. Either each snapshot step is svaed in one file, or the snapshots (matrix of specific field variables) are accumulated in a three-dimensional volume, saved in on numpy file.

Authors

  1. Miguel Molero
  2. Stefan Bosse
  3. Sanjeev Kumar

Batch processing run

  1. Update the path to save the simulation data in the JOSN file under the key name ["Snapshot"]["Save_filepath"].
  2. Run and save simulation command: python main.py "path_to_json_file"