Exawind / amr-wind

AMReX-based structured wind solver
https://exawind.github.io/amr-wind
Other
103 stars 78 forks source link

storing postprocessing files in another directory #1081

Closed AsimUdel closed 1 week ago

AsimUdel commented 1 month ago

Is this feature request related to a problem? Please describe.

Currently, the output files i.e., " sampling, abl_statistics" are generated in the working directory (under /postprocessing/). Due to space storage issue sometimes it all stacked up, and slows down the performance of hpc.

Describe the preferred solution

Just like AMR-Wind has option to store the checkpoint and plot files somewhere else for example io.check_file = "/lustre/abc/xyz/123/storing_files/chk" io.plot_file = "/lustre/abc/xyz/123/storing_files//plt"

there should be an option like that to store or generate the sampling and abl files, just a template:

sampling_output_file = "/ /lustre/abc/xyz/123/storing_files/postprocessing/sampling" sabl_statistics_output_file = "/ /lustre/abc/xyz/123/storing_files/postprocessing/abl_statistics"