{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 248,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "556e79426a9881b1d22466f9b73b59a4668c2105",
            "branch" : [
              {
                "SHA1" : "556e79426a9881b1d22466f9b73b59a4668c2105",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "556e79426a9881b1d22466f9b73b59a4668c2105",
            "branch" : [
              {
                "SHA1" : "556e79426a9881b1d22466f9b73b59a4668c2105",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "556e79426a9881b1d22466f9b73b59a4668c2105",
        "branch" : [
          {
            "SHA1" : "556e79426a9881b1d22466f9b73b59a4668c2105",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "git@github.com:ISSMteam/ISSM.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#248",
  "duration" : 9478591,
  "estimatedDuration" : 9478591,
  "executor" : None,
  "fullDisplayName" : "Debian Linux - Binaries - MATLAB #248",
  "id" : "248",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 248,
  "queueId" : 4615,
  "result" : "SUCCESS",
  "timestamp" : 1788365520569,
  "url" : "https://ross.ics.uci.edu/jenkins/job/Debian_Linux-Binaries-MATLAB/248/",
  "builtOn" : "Debian_12-VM",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/model.m"
        ],
        "commitId" : "898285e12451619579214fa72516278580d08b40",
        "timestamp" : 1787791968000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: removing weird relic from initial import\u000a",
        "date" : "2026-08-27 08:52:48 +0800",
        "id" : "898285e12451619579214fa72516278580d08b40",
        "msg" : "CHG: removing weird relic from initial import",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/model.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/io/loadmodel.m"
        ],
        "commitId" : "2feef269429f1ea203f5abe470cb23556be9d0f4",
        "timestamp" : 1787792360000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: minor cosmetics\u000a",
        "date" : "2026-08-27 08:59:20 +0800",
        "id" : "2feef269429f1ea203f5abe470cb23556be9d0f4",
        "msg" : "CHG: minor cosmetics",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/io/loadmodel.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/netcdf/OLD/export_netCDF.py",
          "src/m/netcdf/README.txt",
          "src/m/contrib/musselman/README.txt",
          "src/m/contrib/musselman/write_netCDF_commit.py",
          "src/m/classes/model.m",
          "src/m/netcdf/read_netCDF.py",
          "src/m/classes/m1qn3inversion.m",
          "src/m/classes/taoinversion.m",
          "src/m/classes/inversion.m",
          "src/m/netcdf/write_netCDF.m",
          "src/m/classes/inversionvalidation.m",
          "src/m/contrib/musselman/read_netCDF_beta.py",
          "src/m/netcdf/write_netCDF.py",
          "src/m/contrib/musselman/HEDUnet_filter_plots.ipynb",
          "src/m/contrib/musselman/write_netCDF_beta.py",
          "src/m/netcdf/OLD/restable.m",
          "src/m/io/structtonc.m",
          "src/m/netcdf/read_netCDF.m",
          "src/m/netcdf/OLD/export_netCDF.m",
          "src/m/contrib/musselman/read_netCDF_commit.py"
        ],
        "commitId" : "29dd6d1109adc25ee613d14bf4d2ffe97c31a23a",
        "timestamp" : 1787808898000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: fixed read/write netcdf for MATLAB/python. Tested a few models and worked surprisingly well\u000a",
        "date" : "2026-08-27 13:34:58 +0800",
        "id" : "29dd6d1109adc25ee613d14bf4d2ffe97c31a23a",
        "msg" : "CHG: fixed read/write netcdf for MATLAB/python. Tested a few models and worked surprisingly well",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/netcdf/write_netCDF.m"
          },
          {
            "editType" : "delete",
            "file" : "src/m/contrib/musselman/write_netCDF_commit.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/netcdf/read_netCDF.m"
          },
          {
            "editType" : "delete",
            "file" : "src/m/contrib/musselman/write_netCDF_beta.py"
          },
          {
            "editType" : "delete",
            "file" : "src/m/netcdf/OLD/export_netCDF.py"
          },
          {
            "editType" : "delete",
            "file" : "src/m/netcdf/OLD/restable.m"
          },
          {
            "editType" : "delete",
            "file" : "src/m/contrib/musselman/read_netCDF_beta.py"
          },
          {
            "editType" : "delete",
            "file" : "src/m/contrib/musselman/README.txt"
          },
          {
            "editType" : "delete",
            "file" : "src/m/netcdf/README.txt"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/model.m"
          },
          {
            "editType" : "delete",
            "file" : "src/m/contrib/musselman/read_netCDF_commit.py"
          },
          {
            "editType" : "delete",
            "file" : "src/m/contrib/musselman/HEDUnet_filter_plots.ipynb"
          },
          {
            "editType" : "delete",
            "file" : "src/m/io/structtonc.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/netcdf/read_netCDF.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/netcdf/write_netCDF.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/inversion.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/m1qn3inversion.m"
          },
          {
            "editType" : "delete",
            "file" : "src/m/netcdf/OLD/export_netCDF.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/inversionvalidation.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/taoinversion.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "externalpackages/triangle/configs/ios/configure.make",
          "externalpackages/triangle/configs/mac/configure.make",
          "externalpackages/triangle/configs/pleiades/configure.make",
          "externalpackages/autotools/install-mac.sh",
          "externalpackages/triangle/configs/makefile",
          "externalpackages/triangle/configs/win/msys2/gcc/configure.make",
          "externalpackages/triangle/configs/android/configure.make",
          "externalpackages/triangle/configs/win/msys2/mingw64/configure.make",
          "externalpackages/triangle/configs/altix64/configure.make",
          "externalpackages/triangle/configs/triangle.h.patch",
          "externalpackages/autotools/install-linux.sh",
          "externalpackages/triangle/configs/triangle.c.patch",
          "externalpackages/triangle/configs/linux/configure.make",
          "externalpackages/triangle/configs/javascript/configure.make",
          "externalpackages/triangle/configs/triangle.h.issm.patch"
        ],
        "commitId" : "81f2abd5476bd052cbe8990c41a5d965d4ab7c2f",
        "timestamp" : 1787890268000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
          "fullName" : "34657535+TidbitSoftware"
        },
        "authorEmail" : "34657535+TidbitSoftware@users.noreply.github.com",
        "comment" : "Updated Autotools package versions; updated Triangle\u000a\u000aUpdated Autotools package versions; updated Triangle: corrected platform configs, makefile, and function signatures, removed ANSI_DECLARATION fencing\u000a",
        "date" : "2026-08-27 21:11:08 -0700",
        "id" : "81f2abd5476bd052cbe8990c41a5d965d4ab7c2f",
        "msg" : "Updated Autotools package versions; updated Triangle",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/mac/configure.make"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/triangle.h.issm.patch"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/triangle.h.patch"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/win/msys2/gcc/configure.make"
          },
          {
            "editType" : "delete",
            "file" : "externalpackages/triangle/configs/ios/configure.make"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/autotools/install-mac.sh"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/win/msys2/mingw64/configure.make"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/autotools/install-linux.sh"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/altix64/configure.make"
          },
          {
            "editType" : "delete",
            "file" : "externalpackages/triangle/configs/android/configure.make"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/javascript/configure.make"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/makefile"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/linux/configure.make"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/triangle.c.patch"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/triangle/configs/pleiades/configure.make"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/shared/Enum/issmenums.jl",
          "src/c/cores/stressbalance_core.cpp",
          "src/c/shared/Enum/Enumjl.vim",
          "src/c/shared/Enum/StringToEnumx.cpp",
          "src/m/classes/stressbalance.m",
          "src/c/shared/Enum/EnumDefinitions.h",
          "src/c/analyses/StressbalanceAnalysis.cpp",
          "src/c/shared/Enum/EnumToStringx.cpp",
          "src/c/shared/Enum/Enum.vim",
          "src/m/classes/stressbalance.py"
        ],
        "commitId" : "d4c5500e122f8e4f5c6bfc301566713c986d50c5",
        "timestamp" : 1787900422000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/enigne",
          "fullName" : "enigne"
        },
        "authorEmail" : "enigne@gmail.com",
        "comment" : "ADD: a Thickness Stabilization Scheme for SSA, desgined by Clara Henry and Josefin Ahlkrona\u000a",
        "date" : "2026-08-28 15:00:22 +0800",
        "id" : "d4c5500e122f8e4f5c6bfc301566713c986d50c5",
        "msg" : "ADD: a Thickness Stabilization Scheme for SSA, desgined by Clara Henry and Josefin Ahlkrona",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enum.vim"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enumjl.vim"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/stressbalance.py"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumDefinitions.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/cores/stressbalance_core.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/issmenums.jl"
          },
          {
            "editType" : "edit",
            "file" : "src/c/analyses/StressbalanceAnalysis.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumToStringx.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/StringToEnumx.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/stressbalance.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/stressbalance.m",
          "src/m/classes/stressbalance.py"
        ],
        "commitId" : "95f6f565ad944b12647f8819b13889de1a412086",
        "timestamp" : 1787901173000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/enigne",
          "fullName" : "enigne"
        },
        "authorEmail" : "enigne@gmail.com",
        "comment" : "CHG:set default theta in SSA stabilization to 0 (not use TSS)\u000a",
        "date" : "2026-08-28 15:12:53 +0800",
        "id" : "95f6f565ad944b12647f8819b13889de1a412086",
        "msg" : "CHG:set default theta in SSA stabilization to 0 (not use TSS)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/stressbalance.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/stressbalance.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/analyses/StressbalanceAnalysis.cpp"
        ],
        "commitId" : "2b7a698bf011e25fd3c1268b66af121959c7009b",
        "timestamp" : 1787903025000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/enigne",
          "fullName" : "enigne"
        },
        "authorEmail" : "enigne@gmail.com",
        "comment" : "BUG:fix grounded type for Codipack\u000a",
        "date" : "2026-08-28 15:43:45 +0800",
        "id" : "2b7a698bf011e25fd3c1268b66af121959c7009b",
        "msg" : "BUG:fix grounded type for Codipack",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/analyses/StressbalanceAnalysis.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "m4/issm_options.m4"
        ],
        "commitId" : "b7668fdb64032fe2bbc853ae7e54a7e5178c175a",
        "timestamp" : 1787921846000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: removed --enable-ad that was dead code and fixed POSIX syntax that can be problematic\u000a",
        "date" : "2026-08-28 08:57:26 -0400",
        "id" : "b7668fdb64032fe2bbc853ae7e54a7e5178c175a",
        "msg" : "CHG: removed --enable-ad that was dead code and fixed POSIX syntax that can be problematic",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "m4/issm_options.m4"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/clusters/cluster_defaults.m",
          "src/m/classes/clusters/cluster_defaults.py"
        ],
        "commitId" : "881d8c94f6952fc59e7df4565c57eaa93f3873d6",
        "timestamp" : 1787927772000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: some clusters do not have etcpath\u000a",
        "date" : "2026-08-28 10:36:12 -0400",
        "id" : "881d8c94f6952fc59e7df4565c57eaa93f3873d6",
        "msg" : "CHG: some clusters do not have etcpath",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/cluster_defaults.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/cluster_defaults.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/clusters/pfe.m",
          "src/m/classes/clusters/pfe.py"
        ],
        "commitId" : "4bbc6c8a5523bef738459d206877b3fd1ea725ef",
        "timestamp" : 1787928220000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/helene.l.seroussi",
          "fullName" : "helene.l.seroussi"
        },
        "authorEmail" : "helene.l.seroussi@dartmouth.edu",
        "comment" : "FIX: update pfe options\u000a",
        "date" : "2026-08-28 10:43:40 -0400",
        "id" : "4bbc6c8a5523bef738459d206877b3fd1ea725ef",
        "msg" : "FIX: update pfe options",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/pfe.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/pfe.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/clusters/pfe.py",
          "src/m/classes/clusters/pfe.m"
        ],
        "commitId" : "ed8ae5f3964200d2b757ed326ce785d7612920c1",
        "timestamp" : 1787928717000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/helene.l.seroussi",
          "fullName" : "helene.l.seroussi"
        },
        "authorEmail" : "helene.l.seroussi@dartmouth.edu",
        "comment" : "CHF: changed defaults for pfe\u000a",
        "date" : "2026-08-28 10:51:57 -0400",
        "id" : "ed8ae5f3964200d2b757ed326ce785d7612920c1",
        "msg" : "CHF: changed defaults for pfe",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/pfe.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/pfe.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/clusters/pfe.m"
        ],
        "commitId" : "f79ce429ca3a81c2b0749913d57db6f69be1e5c4",
        "timestamp" : 1787938231000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: wrong path to environment.sh\u000a",
        "date" : "2026-08-28 13:30:31 -0400",
        "id" : "f79ce429ca3a81c2b0749913d57db6f69be1e5c4",
        "msg" : "CHG: wrong path to environment.sh",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/pfe.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/os/issmscpout.m"
        ],
        "commitId" : "0468257053ad80fe8cbda692840811b9d9660594",
        "timestamp" : 1787938243000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: removing unnecessary print\u000a",
        "date" : "2026-08-28 13:30:43 -0400",
        "id" : "0468257053ad80fe8cbda692840811b9d9660594",
        "msg" : "CHG: removing unnecessary print",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/os/issmscpout.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "test/Archives/Archive3201.arch",
          "test/Archives/Archive3204.arch",
          "test/Archives/Archive3206.arch",
          "test/Archives/Archive3480.arch",
          "test/Archives/Archive3205.arch",
          "test/NightlyRun/test803.m",
          "test/Archives/Archive3202.arch",
          "test/NightlyRun/test803.py",
          "test/Archives/Archive3203.arch"
        ],
        "commitId" : "bcb776382b92647b947428108f907411b404aa36",
        "timestamp" : 1787938840000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
          "fullName" : "34657535+TidbitSoftware"
        },
        "authorEmail" : "34657535+TidbitSoftware@users.noreply.github.com",
        "comment" : "Archive updates for CoDiPack tests; adjusted tolerances\u000a",
        "date" : "2026-08-28 10:40:40 -0700",
        "id" : "bcb776382b92647b947428108f907411b404aa36",
        "msg" : "Archive updates for CoDiPack tests; adjusted tolerances",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive3206.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive3201.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive3203.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive3204.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive3205.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive3480.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test803.m"
          },
          {
            "editType" : "edit",
            "file" : "test/Archives/Archive3202.arch"
          },
          {
            "editType" : "edit",
            "file" : "test/NightlyRun/test803.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/clusters/pfe.py",
          "src/m/classes/clusters/pfe.m"
        ],
        "commitId" : "16f00d46d924d99f99f3f5afde3de669462ef6b3",
        "timestamp" : 1787942037000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/helene.l.seroussi",
          "fullName" : "helene.l.seroussi"
        },
        "authorEmail" : "helene.l.seroussi@dartmouth.edu",
        "comment" : "CHG: updated all node options for pleiades\u000a",
        "date" : "2026-08-28 14:33:57 -0400",
        "id" : "16f00d46d924d99f99f3f5afde3de669462ef6b3",
        "msg" : "CHG: updated all node options for pleiades",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/pfe.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/pfe.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "etc/environment.sh",
          "externalpackages/petsc/install-3.25-win-msys2-mingw-msmpi.sh",
          "externalpackages/petsc/install-3.25-win-msys2-mingw-msmpi-static.sh",
          "m4/issm_options.m4",
          "jenkins/ross-win-msys2-mingw-msmpi-binaries-matlab",
          "jenkins/ross-win-msys2-mingw-msmpi-basic",
          "src/c/Makefile.am"
        ],
        "commitId" : "fc91b05fd9367e01f6d0185d91278c8d0bc816d7",
        "timestamp" : 1788050812000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
          "fullName" : "34657535+TidbitSoftware"
        },
        "authorEmail" : "34657535+TidbitSoftware@users.noreply.github.com",
        "comment" : "Some changes and some reversions for Windows (still not passing all tests)\u000a",
        "date" : "2026-08-29 17:46:52 -0700",
        "id" : "fc91b05fd9367e01f6d0185d91278c8d0bc816d7",
        "msg" : "Some changes and some reversions for Windows (still not passing all tests)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "m4/issm_options.m4"
          },
          {
            "editType" : "edit",
            "file" : "etc/environment.sh"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/petsc/install-3.25-win-msys2-mingw-msmpi.sh"
          },
          {
            "editType" : "edit",
            "file" : "jenkins/ross-win-msys2-mingw-msmpi-basic"
          },
          {
            "editType" : "edit",
            "file" : "src/c/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/petsc/install-3.25-win-msys2-mingw-msmpi-static.sh"
          },
          {
            "editType" : "edit",
            "file" : "jenkins/ross-win-msys2-mingw-msmpi-binaries-matlab"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "etc/environment.sh"
        ],
        "commitId" : "da86b7f35cbef6cf563406d875611b7be3dca0ea",
        "timestamp" : 1788055996000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
          "fullName" : "34657535+TidbitSoftware"
        },
        "authorEmail" : "34657535+TidbitSoftware@users.noreply.github.com",
        "comment" : "Corrected MSMPI_ROOT path\u000a",
        "date" : "2026-08-29 19:13:16 -0700",
        "id" : "da86b7f35cbef6cf563406d875611b7be3dca0ea",
        "msg" : "Corrected MSMPI_ROOT path",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "etc/environment.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "scripts/DownloadExamplesDatasets.sh"
        ],
        "commitId" : "75c1989e48c4b47d0aead8648c10a85276a59b01",
        "timestamp" : 1788117247000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
          "fullName" : "34657535+TidbitSoftware"
        },
        "authorEmail" : "34657535+TidbitSoftware@users.noreply.github.com",
        "comment" : "Updated examples datasets download script to handle pulling from GitHub documentation\u000a",
        "date" : "2026-08-30 12:14:07 -0700",
        "id" : "75c1989e48c4b47d0aead8648c10a85276a59b01",
        "msg" : "Updated examples datasets download script to handle pulling from GitHub documentation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "scripts/DownloadExamplesDatasets.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jenkins/jenkins.sh",
          ".gitignore"
        ],
        "commitId" : "5bcebefaea2098c51b6761b5dcefb0d078f37a49",
        "timestamp" : 1788140110000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
          "fullName" : "34657535+TidbitSoftware"
        },
        "authorEmail" : "34657535+TidbitSoftware@users.noreply.github.com",
        "comment" : "Better way of stripping transient step coloring for test parsing; updated ignore list\u000a",
        "date" : "2026-08-30 18:35:10 -0700",
        "id" : "5bcebefaea2098c51b6761b5dcefb0d078f37a49",
        "msg" : "Better way of stripping transient step coloring for test parsing; updated ignore list",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "edit",
            "file" : "jenkins/jenkins.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jenkins/ross-win-msys2-mingw-msmpi-basic"
        ],
        "commitId" : "a9b51690b815c9b02dd72dc66e540eb02471a451",
        "timestamp" : 1788141155000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
          "fullName" : "34657535+TidbitSoftware"
        },
        "authorEmail" : "34657535+TidbitSoftware@users.noreply.github.com",
        "comment" : "Needed to do local install of MS-MPI again\u000a",
        "date" : "2026-08-30 18:52:35 -0700",
        "id" : "a9b51690b815c9b02dd72dc66e540eb02471a451",
        "msg" : "Needed to do local install of MS-MPI again",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jenkins/ross-win-msys2-mingw-msmpi-basic"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/friction.m",
          "src/m/classes/friction.py"
        ],
        "commitId" : "32daafd7f17c4c044ecc1976e12e883225f45d4b",
        "timestamp" : 1788142313000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoopark0415",
          "fullName" : "inwoopark0415"
        },
        "authorEmail" : "inwoopark0415@gmail.com",
        "comment" : "CHG: Add stricter consistency checks for friction.coupling=4 (effective pressure from hydrology model).\u000a",
        "date" : "2026-08-31 12:11:53 +1000",
        "id" : "32daafd7f17c4c044ecc1976e12e883225f45d4b",
        "msg" : "CHG: Add stricter consistency checks for friction.coupling=4 (effective pressure from hydrology model).",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/friction.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/friction.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/mesh/planet/gmshplanet.m",
          "externalpackages/gmsh/install-4-mac.sh",
          "externalpackages/gmsh/install-4-pleiades.sh",
          "externalpackages/gmsh/install-4-linux.sh",
          "externalpackages/gmsh/install-4-linux-static.sh",
          "externalpackages/gmsh/install-4-mac-static.sh",
          "src/m/mesh/planet/gmshplanet.py"
        ],
        "commitId" : "eff4d1b8b475741ff386f5de2ac60cce711e9722",
        "timestamp" : 1788146752000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
          "fullName" : "34657535+TidbitSoftware"
        },
        "authorEmail" : "34657535+TidbitSoftware@users.noreply.github.com",
        "comment" : "Reverting changes to Gmsh install scripts (if you need a new major version, create copy and edit the install script); added major version 5 to gmshplanet allowlist\u000a",
        "date" : "2026-08-30 20:25:52 -0700",
        "id" : "eff4d1b8b475741ff386f5de2ac60cce711e9722",
        "msg" : "Reverting changes to Gmsh install scripts (if you need a new major version, create copy and edit the install script); added major version 5 to gmshplanet allowlist",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "externalpackages/gmsh/install-4-mac-static.sh"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/gmsh/install-4-linux-static.sh"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/gmsh/install-4-linux.sh"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/gmsh/install-4-mac.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/m/mesh/planet/gmshplanet.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/mesh/planet/gmshplanet.py"
          },
          {
            "editType" : "edit",
            "file" : "externalpackages/gmsh/install-4-pleiades.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/friction.m",
          "src/m/classes/transient.m",
          "src/m/classes/friction.py"
        ],
        "commitId" : "834322b8ea98c0f1906932cd73986b651a2252d4",
        "timestamp" : 1788176606000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: in checkconsistency use checkmessage instead of erroring out\u000a",
        "date" : "2026-08-31 07:43:26 -0400",
        "id" : "834322b8ea98c0f1906932cd73986b651a2252d4",
        "msg" : "CHG: in checkconsistency use checkmessage instead of erroring out",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/friction.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/friction.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/transient.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/consistency/ismodelselfconsistent.py"
        ],
        "commitId" : "a93bb3095e9dfa8dd2b1f0a2191834bb2acde756",
        "timestamp" : 1788178057000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoopark0415",
          "fullName" : "inwoopark0415"
        },
        "authorEmail" : "inwoopark0415@gmail.com",
        "comment" : "CHG: Synchronize Matlab to Python. Add HydrologyPrescribeAnalysis in TransientSolution and HydrologySolution.\u000a",
        "date" : "2026-08-31 22:07:37 +1000",
        "id" : "a93bb3095e9dfa8dd2b1f0a2191834bb2acde756",
        "msg" : "CHG: Synchronize Matlab to Python. Add HydrologyPrescribeAnalysis in TransientSolution and HydrologySolution.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/consistency/ismodelselfconsistent.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/frictionschoof.m",
          "src/m/classes/frictionschoof.py"
        ],
        "commitId" : "a9701894c1acf8513384520b6274799aaa3a241c",
        "timestamp" : 1788178180000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoopark0415",
          "fullName" : "inwoopark0415"
        },
        "authorEmail" : "inwoopark0415@gmail.com",
        "comment" : "CHG: fix consistency check for \"frictionschoof\" with coupling=4 as like \"friction.m\".\u000a",
        "date" : "2026-08-31 22:09:40 +1000",
        "id" : "a9701894c1acf8513384520b6274799aaa3a241c",
        "msg" : "CHG: fix consistency check for \"frictionschoof\" with coupling=4 as like \"friction.m\".",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/frictionschoof.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/frictionschoof.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/frictionschoof.m"
        ],
        "commitId" : "d94d008767b05a88a66fa61a7f8106f6cb0e4545",
        "timestamp" : 1788179476000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoopark0415",
          "fullName" : "inwoopark0415"
        },
        "authorEmail" : "inwoopark0415@gmail.com",
        "comment" : "CHG: fix typos.\u000a",
        "date" : "2026-08-31 22:31:16 +1000",
        "id" : "d94d008767b05a88a66fa61a7f8106f6cb0e4545",
        "msg" : "CHG: fix typos.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/frictionschoof.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/model.m",
          "src/m/classes/model.py"
        ],
        "commitId" : "556e79426a9881b1d22466f9b73b59a4668c2105",
        "timestamp" : 1788237689000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoopark0415",
          "fullName" : "inwoopark0415"
        },
        "authorEmail" : "inwoopark0415@gmail.com",
        "comment" : "CHG: Enable effective_pressure collapse in friction and add support for frictionschoof collapse.\u000a",
        "date" : "2026-09-01 14:41:29 +1000",
        "id" : "556e79426a9881b1d22466f9b73b59a4668c2105",
        "msg" : "CHG: Enable effective_pressure collapse in friction and add support for frictionschoof collapse.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/model.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/model.m"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/helene.l.seroussi",
      "fullName" : "helene.l.seroussi"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
      "fullName" : "34657535+TidbitSoftware"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/enigne",
      "fullName" : "enigne"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
      "fullName" : "mathieu.morlighem"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoopark0415",
      "fullName" : "inwoopark0415"
    }
  ]
}