Ignore:
Timestamp:
06/21/22 10:27:35 (3 years ago)
Author:
Eric.Larour
Message:

CHG: new paradigm. New mmemasstransport module to handle MMEs with multiple MIPS
behind (GlacierMIP2, ISMIP6 Ant and Greenland) at the same time. Element based delta thickness (yep, not vertex
based like the mass transport). Created corresponding analysis and solution core. Reflected changes in UpdateMmesx
too. Still need to debug the compilation and test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2022/src/c/Makefile.am

    r27076 r27084  
    278278        ./cores/steadystate_core.cpp \
    279279        ./cores/masstransport_core.cpp \
     280        ./cores/mmemasstransport_core.cpp \
    280281        ./cores/oceantransport_core.cpp \
    281282        ./cores/depthaverage_core.cpp \
     
    487488endif
    488489if MASSTRANSPORT
    489 issm_sources += ./analyses/MasstransportAnalysis.cpp
     490issm_sources += ./analyses/MasstransportAnalysis.cpp \
     491                                ./analyses/MmemasstransportAnalysis.cpp
    490492endif
    491493if OCEANTRANSPORT
Note: See TracChangeset for help on using the changeset viewer.