Skip to content

Changes

Started 1 mo 7 days ago
Took 5 min 50 sec on Debian_12-VM

Summary

  1. NEW: introduce intrusion_distance as a 2d field as porperty of groundingline class (commit: 45a1d75) (details)
  2. CHG: first attempt to update intrusion_distance as 2d input. edited Enum, classes and MasstransportAnalysis (commit: 5d51c01) (details)
  3. CHG: second attempt of update intrusion_distance as 2d input field (commit: 3a5018d) (details)
  4. BUG: remove wrong usage of GroundingLineIntrusionDistance in FloatingmeltingRatex and in MassTransport/FreeSurfaceBase analyses. (commit: 945a7a4) (details)
  5. BUG: remove retrieval of intrusion distand and grounding line distance from the gaussian integration loop. (commit: 46b0569) (details)
  6. BUG: fixed GetGroundedPart which retrieve grounded and floating part of an element, taking into account the a spatially variable grounding zone. (commit: 71c67fd) (details)
  7. CHG: simplify computation of intrusion_distance as average over element (commit: ebe84e3) (details)
  8. CHG: add Aitken-Rome nodes in clusters (commit: 1b80cb6) (details)
  9. CHG: include GroundinglineMassFlux to available regional outputs (commit: dc20e12) (details)
  10. CHG: include spatially variable intrusion_distance in .js and .py classes (commit: f7984ee) (details)
  11. CHG: change location of gldistance_input loading (commit: 21b1105) (details)
  12. CHG: include spatially variable intrusion distance in Nightly run tests (commit: bf8812c) (details)
  13. CHG: include spatially variable intrusion distance in Nightly run tests - archives (commit: 0af71d8) (details)
  14. CHG: clean-up groundingline m classes (commit: 37fd277) (details)
  15. BUG: fixing missing input (commit: 7f4cd22) (details)
Commit 45a1d75d613ef65bd28720103ab3fe267b0e2668 by mattia.poinelli
NEW: introduce intrusion_distance as a 2d field as porperty of groundingline class
(commit: 45a1d75)
The file was modifiedsrc/m/classes/groundingline.m (diff)
The file was modifiedsrc/c/shared/Enum/EnumDefinitions.h (diff)
Commit 5d51c011c282536367d3991591114fbd8443163e by mattia.poinelli
CHG: first attempt to update intrusion_distance as 2d input. edited Enum, classes and MasstransportAnalysis
(commit: 5d51c01)
The file was modifiedsrc/c/shared/Enum/EnumDefinitions.h (diff)
The file was modifiedsrc/c/analyses/MasstransportAnalysis.cpp (diff)
The file was modifiedsrc/m/classes/groundingline.m (diff)
The file was modifiedsrc/c/modules/ModelProcessorx/CreateParameters.cpp (diff)
Commit 3a5018d0f70bf75934fc62d2f61756c8305fe5fa by mattia.poinelli
CHG: second attempt of update intrusion_distance as 2d input field
(commit: 3a5018d)
The file was modifiedsrc/c/analyses/FreeSurfaceBaseAnalysis.cpp (diff)
The file was modifiedsrc/m/classes/groundingline.m (diff)
The file was modifiedsrc/c/modules/FloatingiceMeltingRatex/FloatingiceMeltingRatex.cpp (diff)
The file was modifiedsrc/c/analyses/MasstransportAnalysis.cpp (diff)
Commit 945a7a4ad549123240c30be0e085b69781347af4 by mattia.poinelli
BUG: remove wrong usage of GroundingLineIntrusionDistance in FloatingmeltingRatex and in MassTransport/FreeSurfaceBase analyses.
(commit: 945a7a4)
The file was modifiedsrc/c/modules/FloatingiceMeltingRatex/FloatingiceMeltingRatex.cpp (diff)
The file was modifiedsrc/c/analyses/MasstransportAnalysis.cpp (diff)
The file was modifiedsrc/c/analyses/FreeSurfaceBaseAnalysis.cpp (diff)
Commit 46b0569793c048754093c9cf662328baeda8971b by mattia.poinelli
BUG: remove retrieval of intrusion distand and grounding line distance from the gaussian integration loop.
(commit: 46b0569)
The file was modifiedsrc/c/analyses/FreeSurfaceBaseAnalysis.cpp (diff)
Commit 71c67fde310bf5822d5a8179c4ab61568ea37eaa by mattia.poinelli
BUG: fixed GetGroundedPart which retrieve grounded and floating part of an element, taking into account the a spatially variable grounding zone.
(commit: 71c67fd)
The file was modifiedsrc/c/classes/Elements/Penta.h (diff)
The file was modifiedsrc/c/analyses/StressbalanceAnalysis.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Element.h (diff)
The file was modifiedsrc/c/classes/Elements/Penta.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Seg.h (diff)
The file was modifiedsrc/c/classes/Elements/Tetra.h (diff)
The file was modifiedsrc/c/classes/Elements/Tria.cpp (diff)
The file was modifiedsrc/c/analyses/MasstransportAnalysis.cpp (diff)
The file was modifiedsrc/c/analyses/FreeSurfaceBaseAnalysis.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Tria.h (diff)
Commit ebe84e320c2b587a0d816773317b9422b8359d5c by mattia.poinelli
CHG: simplify computation of intrusion_distance as average over element
(commit: ebe84e3)
The file was modifiedsrc/c/classes/Elements/Seg.h (diff)
The file was modifiedsrc/c/analyses/MasstransportAnalysis.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Element.h (diff)
The file was modifiedsrc/c/classes/Elements/Tetra.h (diff)
The file was modifiedsrc/c/analyses/StressbalanceAnalysis.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Tria.h (diff)
The file was modifiedsrc/c/classes/Elements/Tria.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Penta.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Penta.h (diff)
The file was modifiedsrc/c/analyses/FreeSurfaceBaseAnalysis.cpp (diff)
Commit 1b80cb6721cb81201f2c734bd87592d5d377d801 by mattia.poinelli
CHG: add Aitken-Rome nodes in clusters
(commit: 1b80cb6)
The file was modifiedsrc/m/classes/clusters/pfe.m (diff)
Commit dc20e1238e743428cbaa60d9e4794597eaaf8f2f by mattia.poinelli
CHG: include GroundinglineMassFlux to available regional outputs
(commit: dc20e12)
The file was modifiedsrc/c/classes/Elements/Element.cpp (diff)
The file was modifiedsrc/c/classes/Elements/Element.h (diff)
The file was modifiedsrc/c/classes/Regionaloutput.cpp (diff)
Commit f7984ee4cb3a5645840f93cbdf4334168ce2c1ef by mattia.poinelli
CHG: include spatially variable intrusion_distance in .js and .py classes
(commit: f7984ee)
The file was modifiedsrc/m/classes/groundingline.js (diff)
The file was modifiedsrc/m/classes/groundingline.py (diff)
Commit 21b110586df8039215b71a501cd0c97a8c703963 by mattia.poinelli
CHG: change location of gldistance_input loading
(commit: 21b1105)
The file was modifiedsrc/c/analyses/FreeSurfaceBaseAnalysis.cpp (diff)
The file was modifiedsrc/c/analyses/MasstransportAnalysis.cpp (diff)
Commit bf8812c1ea568e5a282409cc00d7358e42858a00 by mattia.poinelli
CHG: include spatially variable intrusion distance in Nightly run tests
(commit: bf8812c)
The file was modifiedtest/NightlyRun/test443.m (diff)
The file was modifiedtest/NightlyRun/test456.m (diff)
Commit 0af71d80fce0813c3c657b6f538574d765146ca5 by mattia.poinelli
CHG: include spatially variable intrusion distance in Nightly run tests - archives
(commit: 0af71d8)
The file was modifiedtest/Archives/Archive443.arch (diff)
The file was modifiedtest/Archives/Archive456.arch (diff)
Commit 37fd277149dedb81e0128e882214da0aab7c5141 by mattia.poinelli
CHG: clean-up groundingline m classes
(commit: 37fd277)
The file was modifiedsrc/m/classes/groundingline.js (diff)
The file was modifiedsrc/m/classes/groundingline.m (diff)
The file was modifiedsrc/m/classes/groundingline.py (diff)
The file was modifiedsrc/c/analyses/MasstransportAnalysis.cpp (diff)