{
  "_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" : 18,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2b20f4bc9eb643ddbf239a61f7bc6b916341832f",
            "branch" : [
              {
                "SHA1" : "2b20f4bc9eb643ddbf239a61f7bc6b916341832f",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2b20f4bc9eb643ddbf239a61f7bc6b916341832f",
            "branch" : [
              {
                "SHA1" : "2b20f4bc9eb643ddbf239a61f7bc6b916341832f",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2b20f4bc9eb643ddbf239a61f7bc6b916341832f",
        "branch" : [
          {
            "SHA1" : "2b20f4bc9eb643ddbf239a61f7bc6b916341832f",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/ISSMteam/ISSM/"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#18",
  "duration" : 4127,
  "estimatedDuration" : 5225,
  "executor" : None,
  "fullDisplayName" : "macOS - Silicon - MATLAB License Check #18",
  "id" : "18",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 18,
  "queueId" : 9373,
  "result" : "SUCCESS",
  "timestamp" : 1775803920057,
  "url" : "https://ross.ics.uci.edu/jenkins/view/Infrastructure/job/macOS-Silicon-MATLAB_License_Check/18/",
  "builtOn" : "macOS-Silicon",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/shared/Enum/StringToEnumx.cpp",
          "src/c/classes/FemModel.cpp",
          "src/c/analyses/HydrologyPrescribeAnalysis.cpp",
          "src/c/analyses/EnumToAnalysis.cpp",
          "src/c/shared/io/Marshalling/IoCodeConversions.cpp",
          "m4/analyses.m4",
          "src/c/cores/hydrology_core.cpp",
          "src/c/Makefile.am",
          "src/m/classes/hydrologyprescribe.py",
          "src/c/shared/Enum/issmenums.jl",
          "src/m/classes/hydrologyprescribe.m",
          "src/c/shared/Enum/Enumjl.vim",
          "src/c/modules/ModelProcessorx/CreateParameters.cpp",
          "src/c/analyses/analyses.h",
          "src/c/shared/Enum/EnumDefinitions.h",
          "src/c/shared/Enum/EnumToStringx.cpp",
          "src/c/shared/Enum/Enum.vim",
          "src/c/analyses/HydrologyPrescribeAnalysis.h"
        ],
        "commitId" : "b5e4b6943e1f4215224100a6dfc8846e0fb10084",
        "timestamp" : 1772984702000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
          "fullName" : "inwoo0415"
        },
        "authorEmail" : "inwoo0415@kopri.re.kr",
        "comment" : "NEW: New feature `hydrologyprescribe.m` (`hydrologyprescribe.py`). This module enables the hydraulic head to be prescribed from an external subglacial hydrology model. md.friction.coupling=3 uses a fixed effective pressure; however, for century-scale projections, the effective pressure should vary over time, as `md.geometry.thickness` changes and affects the effective pressure. Therefore, this module supports `md.friction.coupling=4`, which computes the effective pressure based on the changing ice thickness and fixed subglacial hydraulic head.\u000a",
        "date" : "2026-03-09 00:45:02 +0900",
        "id" : "b5e4b6943e1f4215224100a6dfc8846e0fb10084",
        "msg" : "NEW: New feature `hydrologyprescribe.m` (`hydrologyprescribe.py`). This module enables the hydraulic head to be prescribed from an external subglacial hydrology model. md.friction.coupling=3 uses a fixed effective pressure; however, for century-scale projections, the effective pressure should vary over time, as `md.geometry.thickness` changes and affects the effective pressure. Therefore, this module supports `md.friction.coupling=4`, which computes the effective pressure based on the changing ice thickness and fixed subglacial hydraulic head.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumDefinitions.h"
          },
          {
            "editType" : "edit",
            "file" : "m4/analyses.m4"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumToStringx.cpp"
          },
          {
            "editType" : "add",
            "file" : "src/m/classes/hydrologyprescribe.m"
          },
          {
            "editType" : "edit",
            "file" : "src/c/modules/ModelProcessorx/CreateParameters.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enum.vim"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/io/Marshalling/IoCodeConversions.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/Makefile.am"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/issmenums.jl"
          },
          {
            "editType" : "add",
            "file" : "src/c/analyses/HydrologyPrescribeAnalysis.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enumjl.vim"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/FemModel.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/analyses/EnumToAnalysis.cpp"
          },
          {
            "editType" : "add",
            "file" : "src/m/classes/hydrologyprescribe.py"
          },
          {
            "editType" : "add",
            "file" : "src/c/analyses/HydrologyPrescribeAnalysis.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/cores/hydrology_core.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/analyses/analyses.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/StringToEnumx.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/solve/loadresultsfromdisk.m",
          "src/m/solve/loadresultsfromdisk.py"
        ],
        "commitId" : "56528d64b94be8dcaee19f0da285d3388ff80d7f",
        "timestamp" : 1775240782000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: better warning if errlog is not empty\u000a",
        "date" : "2026-04-03 14:26:22 -0400",
        "id" : "56528d64b94be8dcaee19f0da285d3388ff80d7f",
        "msg" : "CHG: better warning if errlog is not empty",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/solve/loadresultsfromdisk.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/solve/loadresultsfromdisk.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/solve/solve.m",
          "src/m/solve/solve.py"
        ],
        "commitId" : "e935fa2db210660c7023737ff7a129a2917f4982",
        "timestamp" : 1775255698000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: if loadonly=1, do not check consistency or anything else\u000a",
        "date" : "2026-04-03 18:34:58 -0400",
        "id" : "e935fa2db210660c7023737ff7a129a2917f4982",
        "msg" : "CHG: if loadonly=1, do not check consistency or anything else",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/solve/solve.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/solve/solve.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/solve/solve.m",
          "src/m/solve/solve.py"
        ],
        "commitId" : "1144fc101fa7bc682d7cfcc08eb20489e3ace769",
        "timestamp" : 1775255851000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: need to build runtimename first\u000a",
        "date" : "2026-04-03 18:37:31 -0400",
        "id" : "1144fc101fa7bc682d7cfcc08eb20489e3ace769",
        "msg" : "CHG: need to build runtimename first",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/solve/solve.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/solve/solve.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/solve/loadresultsfromdisk.m"
        ],
        "commitId" : "d0f8b97708f08d598d4acea86c3cc0660a2c5c7e",
        "timestamp" : 1775395544000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: better formating of outlog and errlog in md\u000a",
        "date" : "2026-04-05 09:25:44 -0400",
        "id" : "d0f8b97708f08d598d4acea86c3cc0660a2c5c7e",
        "msg" : "CHG: better formating of outlog and errlog in md",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/solve/loadresultsfromdisk.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/plotmodel.py"
        ],
        "commitId" : "81f7732b68f324529b4b0a861fa671712a7c254a",
        "timestamp" : 1775450440000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
          "fullName" : "inwoo0415"
        },
        "authorEmail" : "inwoo0415@kopri.re.kr",
        "comment" : "CHG: plot/plotmodel.py - Flattening axes and control space between axes.\u000a",
        "date" : "2026-04-06 13:40:40 +0900",
        "id" : "81f7732b68f324529b4b0a861fa671712a7c254a",
        "msg" : "CHG: plot/plotmodel.py - Flattening axes and control space between axes.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/plotmodel.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/cfsurfacelogvel.m"
        ],
        "commitId" : "99c2b08181a52ee8928138f4d1edfd401261413d",
        "timestamp" : 1775496608000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/f007fk5",
          "fullName" : "f007fk5"
        },
        "authorEmail" : "f007fk5@amundsen.thayer.dartmouth.edu",
        "comment" : "tiny printing thing\u000a",
        "date" : "2026-04-06 13:30:08 -0400",
        "id" : "99c2b08181a52ee8928138f4d1edfd401261413d",
        "msg" : "tiny printing thing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/cfsurfacelogvel.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/cfsurfacelogvel.m"
        ],
        "commitId" : "b23c78fe3d8da69ef07d3cddfa4de86b0ccd3e05",
        "timestamp" : 1775496724000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update cfsurfacelogvel.m\u000a",
        "date" : "2026-04-06 13:32:04 -0400",
        "id" : "b23c78fe3d8da69ef07d3cddfa4de86b0ccd3e05",
        "msg" : "Update cfsurfacelogvel.m",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/cfsurfacelogvel.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/clusters/andes.m"
        ],
        "commitId" : "b528c423d44f0037bcb68a3b23977af7c1cae78c",
        "timestamp" : 1775510674000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: silent hostname on andes\u000a",
        "date" : "2026-04-06 17:24:34 -0400",
        "id" : "b528c423d44f0037bcb68a3b23977af7c1cae78c",
        "msg" : "CHG: silent hostname on andes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/andes.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/solve/loadresultsfromdisk.m"
        ],
        "commitId" : "a24cfe1a987f207bc6e2d157ef1703deaf2564a7",
        "timestamp" : 1775519504000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: skip empty lines in errlog, otherwise we get a WARNING all the time because empty quotes is not empty in MATLAB\u000a",
        "date" : "2026-04-06 19:51:44 -0400",
        "id" : "a24cfe1a987f207bc6e2d157ef1703deaf2564a7",
        "msg" : "CHG: skip empty lines in errlog, otherwise we get a WARNING all the time because empty quotes is not empty in MATLAB",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/solve/loadresultsfromdisk.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/consistency/ismodelselfconsistent.m",
          "src/c/cores/hydrology_core.cpp",
          "src/c/analyses/HydrologyPrescribeAnalysis.cpp"
        ],
        "commitId" : "f31d448e4baaaf48288e12a2dd1b23af4ede4d93",
        "timestamp" : 1775550117000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
          "fullName" : "inwoo0415"
        },
        "authorEmail" : "inwoo0415@kopri.re.kr",
        "comment" : "CHG: Fix bugs and improve HydrologyPrescribeAnalysis:\u000a\u000a* Correct analysis enum.\u000a* Fix implementation issues.\u000a* Assign P1 element for HydrologyPrescribeAnalysis.\u000a* Ensure check model consistency in matlab (not python).\u000a\u000acommit 46dfd30f15a3a30ca54200c5547b8059e51c585e\u000aMerge: 92919489 81f7732b\u000aAuthor: inwoo.park <inwoo0415@kopri.re.kr>\u000aDate:   Tue Apr 7 17:20:29 2026 +0900\u000a\u000a    Merge branch 'main' into hydrology-prescribe\u000a\u000acommit 92919489d3ad76edf5c9c61b0c04a6dc4e8bd8ee\u000aAuthor: inwoo.park <inwoo0415@kopri.re.kr>\u000aDate:   Fri Apr 3 14:10:33 2026 +0900\u000a\u000a    CHG: check model consistency with HydrologyPrescribeAnalysis.\u000a\u000acommit e0f879e6496c2df20db40b203dff41b8159eac61\u000aAuthor: inwoo.park <inwoo0415@kopri.re.kr>\u000aDate:   Fri Apr 3 14:09:26 2026 +0900\u000a\u000a    CHG: Fix bugs in HydrologyPrescribeAnalysis. Assign element P1 for hydrologyprescribe.\u000a\u000acommit 1b6b692d57074fe1d8fb9c63b7841e9bf3a4dcc8\u000aAuthor: inwoo.park <inwoo0415@kopri.re.kr>\u000aDate:   Fri Apr 3 13:31:12 2026 +0900\u000a\u000a    BUG: wrong analsysi enum in hydrology-prescribe.\u000a",
        "date" : "2026-04-07 17:21:57 +0900",
        "id" : "f31d448e4baaaf48288e12a2dd1b23af4ede4d93",
        "msg" : "CHG: Fix bugs and improve HydrologyPrescribeAnalysis:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/cores/hydrology_core.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/analyses/HydrologyPrescribeAnalysis.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/m/consistency/ismodelselfconsistent.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Elements/Element.cpp"
        ],
        "commitId" : "ec36b71d46358b847573ea8ddec3245c540350b3",
        "timestamp" : 1775594361000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: fixing AD after Inwoo's commit\u000a",
        "date" : "2026-04-07 13:39:21 -0700",
        "id" : "ec36b71d46358b847573ea8ddec3245c540350b3",
        "msg" : "CHG: fixing AD after Inwoo's commit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Element.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/solve/loadresultsfromdisk.m"
        ],
        "commitId" : "156a6bbacc6d7fba5ce97a285bc35ffa2497f869",
        "timestamp" : 1775621348000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: reverting support for versions earlier than 2020b\u000a",
        "date" : "2026-04-07 21:09:08 -0700",
        "id" : "156a6bbacc6d7fba5ce97a285bc35ffa2497f869",
        "msg" : "CHG: reverting support for versions earlier than 2020b",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/solve/loadresultsfromdisk.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/SMBpddSicopolis.m",
          "src/m/classes/model.m"
        ],
        "commitId" : "66610f2247bab53c117f52264d59b9730e51eee8",
        "timestamp" : 1775683615000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: better checks for sicopolis PDD + allow for collapse\u000a",
        "date" : "2026-04-08 17:26:55 -0400",
        "id" : "66610f2247bab53c117f52264d59b9730e51eee8",
        "msg" : "CHG: better checks for sicopolis PDD + allow for collapse",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/SMBpddSicopolis.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/model.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/colormaps/vik.m"
        ],
        "commitId" : "20b91396833417f3216c6519db417f24ccf94f6d",
        "timestamp" : 1775683637000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: new vik colorbar useful for color blind people\u000a",
        "date" : "2026-04-08 17:27:17 -0400",
        "id" : "20b91396833417f3216c6519db417f24ccf94f6d",
        "msg" : "CHG: new vik colorbar useful for color blind people",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/m/plot/colormaps/vik.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/FemModel.cpp"
        ],
        "commitId" : "fe0867872156f8f77bdf7c6ce50cde301abe768e",
        "timestamp" : 1775689762000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: updating tag number\u000a",
        "date" : "2026-04-08 16:09:22 -0700",
        "id" : "fe0867872156f8f77bdf7c6ce50cde301abe768e",
        "msg" : "CHG: updating tag number",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/FemModel.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/solve/loadresultsfromdisk.m"
        ],
        "commitId" : "36de214f14464fc52df1386314004bfcbcc25749",
        "timestamp" : 1775703785000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
          "fullName" : "inwoo0415"
        },
        "authorEmail" : "inwoo0415@kopri.re.kr",
        "comment" : "CHG: loadresultsfromdisk.m – Revert formatting of outlog and errlog for MATLAB versions earlier than R2020b.\u000a",
        "date" : "2026-04-09 12:03:05 +0900",
        "id" : "36de214f14464fc52df1386314004bfcbcc25749",
        "msg" : "CHG: loadresultsfromdisk.m – Revert formatting of outlog and errlog for MATLAB versions earlier than R2020b.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/solve/loadresultsfromdisk.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/analyses/HydrologyShaktiAnalysis.cpp"
        ],
        "commitId" : "40520ec9978d0d606faef58c476b9271adbff3fb",
        "timestamp" : 1775704055000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
          "fullName" : "inwoo0415"
        },
        "authorEmail" : "inwoo0415@kopri.re.kr",
        "comment" : "CHG: HydrologyShakti – Add initialization of EffectivePressureEnum in the UpdateElements section. When EffectivePressure is included in md.hydrology.requested_outputs, an error occurs while writing EffectivePressure. This fix resolves the issue; however, it is unclear whether this line is truly necessary.\u000a",
        "date" : "2026-04-09 12:07:35 +0900",
        "id" : "40520ec9978d0d606faef58c476b9271adbff3fb",
        "msg" : "CHG: HydrologyShakti – Add initialization of EffectivePressureEnum in the UpdateElements section. When EffectivePressure is included in md.hydrology.requested_outputs, an error occurs while writing EffectivePressure. This fix resolves the issue; however, it is unclear whether this line is truly necessary.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/analyses/HydrologyShaktiAnalysis.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "configure.ac"
        ],
        "commitId" : "70cb62c2e0b30d64c8da12917231b1a9606f6980",
        "timestamp" : 1775752749000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: updating version number\u000a",
        "date" : "2026-04-09 09:39:09 -0700",
        "id" : "70cb62c2e0b30d64c8da12917231b1a9606f6980",
        "msg" : "CHG: updating version number",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "configure.ac"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/solidearth.py",
          "src/m/classes/solidearth.m"
        ],
        "commitId" : "229d239e06a9a0dab25855a630226f6221cf2d4d",
        "timestamp" : 1775753472000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: adding Bed as default output of solidearth model\u000a",
        "date" : "2026-04-09 12:51:12 -0400",
        "id" : "229d239e06a9a0dab25855a630226f6221cf2d4d",
        "msg" : "CHG: adding Bed as default output of solidearth model",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/solidearth.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/solidearth.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/model.m"
        ],
        "commitId" : "c68324a4b8f07e256908279a8fd290a969fa9ac7",
        "timestamp" : 1775753496000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: adding ability to collapse linear basal forcings\u000a",
        "date" : "2026-04-09 12:51:36 -0400",
        "id" : "c68324a4b8f07e256908279a8fd290a969fa9ac7",
        "msg" : "CHG: adding ability to collapse linear basal forcings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/model.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/solidearth.js"
        ],
        "commitId" : "730b27d03881a3011d81261a551858ecbd2b8bb6",
        "timestamp" : 1775753529000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: adding Bed as default output of solidearth model\u000a",
        "date" : "2026-04-09 12:52:09 -0400",
        "id" : "730b27d03881a3011d81261a551858ecbd2b8bb6",
        "msg" : "CHG: adding Bed as default output of solidearth model",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/solidearth.js"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/model.m",
          "src/m/classes/clusters/computecanada.m",
          "src/m/os/issmscpout.m",
          "src/m/os/issmscpout.py"
        ],
        "commitId" : "54c59c8fa36927794ae6c8abd9caabf1dbab78a0",
        "timestamp" : 1775798159000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: always symlink when running on local machine\u000a",
        "date" : "2026-04-09 22:15:59 -0700",
        "id" : "54c59c8fa36927794ae6c8abd9caabf1dbab78a0",
        "msg" : "CHG: always symlink when running on local machine",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/os/issmscpout.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/model.m"
          },
          {
            "editType" : "edit",
            "file" : "src/m/os/issmscpout.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/computecanada.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/os/issmscpout.py"
        ],
        "commitId" : "2b20f4bc9eb643ddbf239a61f7bc6b916341832f",
        "timestamp" : 1775799079000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: fixing double comma\u000a",
        "date" : "2026-04-09 22:31:19 -0700",
        "id" : "2b20f4bc9eb643ddbf239a61f7bc6b916341832f",
        "msg" : "CHG: fixing double comma",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/os/issmscpout.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/f007fk5",
      "fullName" : "f007fk5"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
      "fullName" : "mathieu.morlighem"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
      "fullName" : "Mathieu Morlighem"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
      "fullName" : "inwoo0415"
    }
  ]
}