Commit 92d05ed3 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fixes to update corridor

parent b9efcfd9
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -913,12 +913,12 @@ class MLDConformance:
                )
            )      
            new_mld_dir = os.path.join(
                        self.testvDir, "mld_ref")
                        self.testvDir, "mld_ref2")
            if not os.path.exists(new_mld_dir):
                os.makedirs(new_mld_dir, exist_ok=True) 
                
            refMldFile2 = os.path.join(
                self.testvDir, "mld_ref", ReferenceMldFiles[tag]
                self.testvDir, "mld_ref2", ReferenceMldFiles[tag]
            )
            with open(refMldFile2, "ab") as f:
                np.savetxt(f, mldWithTags, fmt="%s", delimiter=",")