Loading .gitignore +0 −1 Original line number Diff line number Diff line Loading @@ -167,6 +167,5 @@ cython_debug/ junit.xml *.nc f0* g0* src/ips_fastran_gui/app/models/ips_fastran.py +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class IPSFastranTool(BasicTool): tool_params.add_input(name="__job_resource|time", value=self.model.resource_params.time_limit) if self.model.resource_params.compute_resource == ComputeOptions.perlmutter: tool_params.add_input(name="__job_resource|remote_resource_cloud_nersc", value="nersc") self.tool = Tool(id="fusion_ips_fastran") self.tool = Tool(id="fusion_ips_fastran_test") return self.tool, tool_params Loading src/ips_fastran_gui/app/models/plotter.py +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ class PlotFastran: self.input_params = input_params def load_fastran(self, fn_ncfile: Path) -> None: print(fn_ncfile) # TODO: remove fn_ncfile = Path("test.nc") # TODO: remove self.figure.clear() self.fastran = netCDF4.Dataset(fn_ncfile, "r", format="NETCDF4") Loading test.nc 0 → 100644 +128 KiB File added.No diff preview for this file type. View file Loading
.gitignore +0 −1 Original line number Diff line number Diff line Loading @@ -167,6 +167,5 @@ cython_debug/ junit.xml *.nc f0* g0*
src/ips_fastran_gui/app/models/ips_fastran.py +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ class IPSFastranTool(BasicTool): tool_params.add_input(name="__job_resource|time", value=self.model.resource_params.time_limit) if self.model.resource_params.compute_resource == ComputeOptions.perlmutter: tool_params.add_input(name="__job_resource|remote_resource_cloud_nersc", value="nersc") self.tool = Tool(id="fusion_ips_fastran") self.tool = Tool(id="fusion_ips_fastran_test") return self.tool, tool_params Loading
src/ips_fastran_gui/app/models/plotter.py +3 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,9 @@ class PlotFastran: self.input_params = input_params def load_fastran(self, fn_ncfile: Path) -> None: print(fn_ncfile) # TODO: remove fn_ncfile = Path("test.nc") # TODO: remove self.figure.clear() self.fastran = netCDF4.Dataset(fn_ncfile, "r", format="NETCDF4") Loading