Commit a36ed772 authored by Duggan, John's avatar Duggan, John
Browse files

Add local dev hacks

parent b3f0cda4
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -167,6 +167,5 @@ cython_debug/


junit.xml
*.nc
f0*
g0*
+1 −1
Original line number Diff line number Diff line
@@ -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

+3 −0
Original line number Diff line number Diff line
@@ -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")

test.nc

0 → 100644
+128 KiB

File added.

No diff preview for this file type.