Skip to content

Changes

Started by timer
Started 21 hr ago
Took 1 min 2 sec on Windows_10-MSYS2-MinGW-VM

Summary

  1. add interpolation of seaRISE modeldata (details)
  2. interpolate Mouginot et al. AIS surface model velocities onto grid points (details)
  3. python port of interpBedmachineAntarctica.m (details)
  4. python port of interpISMIP6AntarcticaOcn (details)
  5. add basal forcings ismip class and outflow BC handler (details)
  6. CHG: Matlab > Python - Fix "plot_none.py" in python. (details)
  7. BUG: Python sees \{ and tries to interpret it as an escape sequence (like \n or \t), but \{ isn't valid. (details)
  8. BUG:  \{ and \} are invalid escape sequences. (details)
  9. CHG: problem with backslash (details)
  10. CHG: numpy does not have ind1 anymore (details)
  11. More fixes for numpy.in1d (details)
Commit b43a8f28618461045b7cf544d83e8e1514456e49 by justinkinjun.hew
add interpolation of seaRISE modeldata
The file was addedsrc/m/modeldata/interpSeaRISE.py
Commit fa6f43ea5351869648349b87e1eb8d61c6557d66 by justinkinjun.hew
interpolate Mouginot et al. AIS surface model velocities onto grid points
The file was addedsrc/m/modeldata/interpMouginotAnt2017.py
Commit 829870af8490949ee46a07e20a1537ce37a5b0d3 by justinkinjun.hew
python port of interpBedmachineAntarctica.m
The file was addedsrc/m/modeldata/interpBedmachineAntarctica.py
Commit 8ea510348d55110f56a16d946e6da6cf57b1c577 by justinkinjun.hew
python port of interpISMIP6AntarcticaOcn
The file was addedsrc/m/parameterization/interpISMIP6AntarcticaOcn.py
Commit fe72a7db1ddca50a3fdabebdd9b01af07cbfa33e by justinkinjun.hew
add basal forcings ismip class and outflow BC handler
The file was addedsrc/m/contrib/jkjhew/outflow.py
The file was addedsrc/m/contrib/jkjhew/basalforcingsismip6.py
Commit acc0914700d45c67ce6a17af09de9c76721e10e9 by inwoo0415
CHG: Matlab > Python - Fix "plot_none.py" in python.
The file was addedsrc/m/plot/plot_none.py
The file was modifiedsrc/m/plot/plot_manager.py (diff)
Commit 470821f13a9551b291b3f9b939cd1d5795baf5cf by Mathieu Morlighem
BUG: Python sees \{ and tries to interpret it as an escape sequence (like \n or \t), but \{ isn't valid.
The file was modifiedsrc/m/os/issmscpout.py (diff)
The file was modifiedsrc/m/os/issmscpin.py (diff)
Commit 007c0a8827f2efdec8de57d713b8994e12dfa153 by Mathieu Morlighem
BUG:  \{ and \} are invalid escape sequences.
The file was modifiedsrc/m/os/issmscpout.py (diff)
The file was modifiedsrc/m/os/issmscpin.py (diff)
Commit 8b9992fb628dc824e9ba8403248714ffa8518cc8 by Mathieu Morlighem
CHG: problem with backslash
The file was modifiedsrc/m/classes/sampling.py (diff)
The file was modifiedsrc/m/classes/clusters/generic_static.py (diff)
Commit d3c74473ce55b0660a8c0c83b22050cbf5ad4cfc by Mathieu Morlighem
CHG: numpy does not have ind1 anymore
The file was modifiedsrc/m/miscellaneous/MatlabFuncs.py (diff)
The file was modifiedsrc/m/plot/processdata.py (diff)
The file was modifiedsrc/m/mesh/findsegments.py (diff)
The file was modifiedsrc/m/mesh/bamg.py (diff)
The file was modifiedsrc/m/classes/mesh3dsurface.py (diff)
The file was modifiedsrc/m/plot/plot_unit.py (diff)
The file was modifiedsrc/m/classes/materials.py (diff)