{
  "_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" : 100,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "40520ec9978d0d606faef58c476b9271adbff3fb",
            "branch" : [
              {
                "SHA1" : "40520ec9978d0d606faef58c476b9271adbff3fb",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "40520ec9978d0d606faef58c476b9271adbff3fb",
            "branch" : [
              {
                "SHA1" : "40520ec9978d0d606faef58c476b9271adbff3fb",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "40520ec9978d0d606faef58c476b9271adbff3fb",
        "branch" : [
          {
            "SHA1" : "40520ec9978d0d606faef58c476b9271adbff3fb",
            "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" : "#100",
  "duration" : 6027611,
  "estimatedDuration" : 6022854,
  "executor" : None,
  "fullDisplayName" : "Windows - Binaries - MATLAB #100",
  "id" : "100",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 100,
  "queueId" : 9263,
  "result" : "SUCCESS",
  "timestamp" : 1775729100068,
  "url" : "https://ross.ics.uci.edu/jenkins/view/Windows/job/Windows-Binaries-MATLAB/100/",
  "builtOn" : "Windows_10-MSYS2-MinGW-VM",
  "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/m/classes/hydrologyprescribe.py",
          "src/c/Makefile.am",
          "src/c/shared/Enum/issmenums.jl",
          "src/c/shared/Enum/Enumjl.vim",
          "src/m/classes/hydrologyprescribe.m",
          "src/c/analyses/analyses.h",
          "src/c/modules/ModelProcessorx/CreateParameters.cpp",
          "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/analyses/EnumToAnalysis.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enum.vim"
          },
          {
            "editType" : "add",
            "file" : "src/c/analyses/HydrologyPrescribeAnalysis.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/analyses/analyses.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/modules/ModelProcessorx/CreateParameters.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/FemModel.cpp"
          },
          {
            "editType" : "add",
            "file" : "src/c/analyses/HydrologyPrescribeAnalysis.cpp"
          },
          {
            "editType" : "edit",
            "file" : "m4/analyses.m4"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enumjl.vim"
          },
          {
            "editType" : "add",
            "file" : "src/m/classes/hydrologyprescribe.py"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/StringToEnumx.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/Makefile.am"
          },
          {
            "editType" : "add",
            "file" : "src/m/classes/hydrologyprescribe.m"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/issmenums.jl"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumToStringx.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/io/Marshalling/IoCodeConversions.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumDefinitions.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/cores/hydrology_core.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/shared/Enum/Enum.vim"
        ],
        "commitId" : "a7cc205c6e485b4e8e1cc2d7f7153668b3176805",
        "timestamp" : 1774685432000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
          "fullName" : "inwoo0415"
        },
        "authorEmail" : "inwoo0415@kopri.re.kr",
        "comment" : "CHG: Resolve conflicts.\u000a",
        "date" : "2026-03-28 17:10:32 +0900",
        "id" : "a7cc205c6e485b4e8e1cc2d7f7153668b3176805",
        "msg" : "CHG: Resolve conflicts.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enum.vim"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/shared/Enum/StringToEnumx.cpp",
          "src/c/classes/FemModel.cpp",
          "src/c/classes/Elements/Tria.h",
          "src/c/classes/Elements/Tetra.h",
          "src/c/analyses/HydrologyShaktiAnalysis.cpp",
          "src/c/classes/Elements/Element.h",
          "src/c/classes/Elements/Penta.h",
          "src/m/solve/listoutputs.m",
          "src/c/shared/Enum/issmenums.jl",
          "src/c/shared/Enum/Enumjl.vim",
          "src/c/classes/Elements/Seg.h",
          "src/c/classes/Regionaloutput.cpp",
          "src/c/shared/Enum/EnumDefinitions.h",
          "src/c/shared/Enum/EnumToStringx.cpp",
          "src/c/classes/Elements/Element.cpp",
          "src/c/shared/Enum/Enum.vim",
          "src/c/classes/FemModel.h",
          "src/c/classes/Elements/Tria.cpp"
        ],
        "commitId" : "ce584a4a6c7956ae32e4c4459a38385ea783b4cd",
        "timestamp" : 1774778400000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo0415",
          "fullName" : "inwoo0415"
        },
        "authorEmail" : "inwoo0415@kopri.re.kr",
        "comment" : "CHG: Compute TotalHydrologyBasalFlux [m³ s⁻¹] at the grounding line (Shakti only).\u000a",
        "date" : "2026-03-29 19:00:00 +0900",
        "id" : "ce584a4a6c7956ae32e4c4459a38385ea783b4cd",
        "msg" : "CHG: Compute TotalHydrologyBasalFlux [m³ s⁻¹] at the grounding line (Shakti only).",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tria.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Element.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enum.vim"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumDefinitions.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/EnumToStringx.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/StringToEnumx.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Penta.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tria.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/Enumjl.vim"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Seg.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Regionaloutput.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/m/solve/listoutputs.m"
          },
          {
            "editType" : "edit",
            "file" : "src/c/analyses/HydrologyShaktiAnalysis.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Element.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/FemModel.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/FemModel.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/shared/Enum/issmenums.jl"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tetra.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/clusters/generic.m"
        ],
        "commitId" : "533be9037ff95ae2016e77c01cd69a90736175d3",
        "timestamp" : 1775154524000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: removing comma\u000a",
        "date" : "2026-04-02 14:28:44 -0400",
        "id" : "533be9037ff95ae2016e77c01cd69a90736175d3",
        "msg" : "CHG: removing comma",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/generic.m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Elements/Penta.cpp",
          "src/c/classes/Vertex.cpp"
        ],
        "commitId" : "97f734c4b70700e51d2f1f10ccd02c27355d8ea4",
        "timestamp" : 1775159492000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: deal with case when thickness is 0 in 3D\u000a",
        "date" : "2026-04-02 15:51:32 -0400",
        "id" : "97f734c4b70700e51d2f1f10ccd02c27355d8ea4",
        "msg" : "CHG: deal with case when thickness is 0 in 3D",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Penta.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Vertex.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".github/workflows/common-workflow.yml"
        ],
        "commitId" : "177dc25103e0fb48fd1335c21c8600a10c613b37",
        "timestamp" : 1775160691000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: trying to fix rush condition by separating make and make install:\u000a",
        "date" : "2026-04-02 16:11:31 -0400",
        "id" : "177dc25103e0fb48fd1335c21c8600a10c613b37",
        "msg" : "CHG: trying to fix rush condition by separating make and make install:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".github/workflows/common-workflow.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "configure.ac",
          "src/c/Makefile.am"
        ],
        "commitId" : "ac4929d9389e3e5441a8124868668cadb91feaad",
        "timestamp" : 1775162533000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mathieu.morlighem",
          "fullName" : "mathieu.morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: updates to avoid rush conditions\u000a",
        "date" : "2026-04-02 16:42:13 -0400",
        "id" : "ac4929d9389e3e5441a8124868668cadb91feaad",
        "msg" : "CHG: updates to avoid rush conditions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "configure.ac"
          },
          {
            "editType" : "edit",
            "file" : "src/c/Makefile.am"
          }
        ]
      },
      {
        "_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/m/consistency/ismodelselfconsistent.m"
          },
          {
            "editType" : "edit",
            "file" : "src/c/analyses/HydrologyPrescribeAnalysis.cpp"
          }
        ]
      },
      {
        "_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"
          }
        ]
      }
    ],
    "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"
    }
  ]
}