1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update CMake build, require 2.6.2 due to HINTS semantics More... over 16 years ago
Moved diffuseHmelt() from iMtemp.cc to iMbasal.cc. Removed all mention of capBasalMeltRate(). Trivial reference fix.
bueler
as Ed Bueler
More... over 16 years ago
Derived classes should not have to rebuild the LocalInterpCtx for the -bif file. Now they don't: they can used IceModel::bootstrapLIC (after checking it is not == to PETSC_NULL). Also added references to ice_bib.bib.
bueler
as Ed Bueler
More... over 16 years ago
* More work on the IceModelVec abstraction. * Updated and added on to the NCTool class. * Changes all over the place to match changes in NCTool and IceModelVec. * Added a comment about grid.da2 to grid.hh. More... over 16 years ago
* Deleted old and unmaintained sources in src/base/old; can be recovered from gna.org.
bueler
as Ed Bueler
More... over 16 years ago
* Ice shelf extension mechanism is better. There is still an extension with constant membrane strength, but there is no change of the geometry. This means we avoid stupid mass conservation errors and stupid extra communication. This is still no substitute for a good force boundary condition, but it is cleaner. Performs well (still) on EISMINT-Ross.
bueler
as Ed Bueler
More... over 16 years ago
* A better fix in iMIO.cc (there was a sizeof(int) != sizeof(size_t) issue). More... over 16 years ago
* Some work on the IceModelVec abstraction. * A minor fix (PISM should work on marmaduke now). More... over 16 years ago
* The history string can be arbitrarily long now. * Renamed HISTORY_STRING_LENGTH to TEMPORARY_STRING_LENGTH. More... over 16 years ago
capBasalMeltRate() in src/base/iMvelocity.cc is an artifact of our old concern with SIA+SSA by horizontal gluing. Trying PST P1 with it removed.
bueler
as Ed Bueler
More... over 16 years ago
Add CMake build system. More... over 16 years ago
avoid const cast More... over 16 years ago
Zap trailing semicolons More... over 16 years ago
Quash compiler warnings More... over 16 years ago
Fix % escape character More... over 16 years ago
LOG_PISM_EVENTS -> PISM_LOG_EVENTS More... over 16 years ago
Namespace WITH_FFTW -> PISM_HAVE_FFTW More... over 16 years ago
Fixed bug #12555. The two critical parameters controlling velocities are the vertically averaged hardness, which is constant in EISMINT-Ross, and the thickness of the ice shelf extension, which controls force at the calving front. (Options -constant_hardness and -ssa_min_thk, respectively.) Now EISMINT-Ross, MISMIP, and test I and J all work as expected (at least all the basic runs in User's Man do).
bueler
as Ed Bueler
More... over 16 years ago
* Moved IceModelVec3Bedrock to iceModelVec3.cc * Moved IceModelVec2 stuff to iceModelVec2.cc * Updated build/Makefile. More... over 16 years ago
* Fixed a bug that I introduced in rev. 388. (Sorry.) * Modified pism_state.cdl and such (vubarSSA and vvbarSSA should not have standard names). More... over 16 years ago
Implemented reading and writing vubarSSA and vvbarSSA. More... over 16 years ago
* Switched to writing in double precision. * Preliminary work on saving (and reading) vubarSSA and vvbarSSA. More... over 16 years ago
Added a couple of basic refs to doc/ice_bib.bib.
bueler
as Ed Bueler
More... over 16 years ago
* Modified build/Makefile so that it's possible to build PISM on a system like Cray XT5 by running $ export PISM_STATIC=1 $ make $ make install without modifying any makefiles. * Updated the Installation Manual. More... over 16 years ago
* Very minor changes to doc/installation.tex and doc/manual.tex * Added doc/gripDeltaT.py, the script used to generate doc/figs/gripDeltaT.png * Added examples/trypetsc/petsc-copyright.html, just to be on the safe side. More... over 16 years ago
Fiddles with new installation manual. Sorry if I stepped on your toes Constantine ...
bueler
as Ed Bueler
More... over 16 years ago
Added a PETSc tutorial example (src/snes/examples/tutorials/ex5.c; the Bratu example). This way we can say to users with build problems 'try building this one to see if it is a PETSc problem'. Note that some users really don't have the full PETSc source already.
bueler
as Ed Bueler
More... over 16 years ago
Slight changes to BombProofSacrifice and CFL violation reporting at different verbosity levels.
bueler
as Ed Bueler
More... over 16 years ago
O.k. The changes of several nights ago are now commited correctly. Sorry to spam everyone.
bueler
as Ed Bueler
More... over 16 years ago
Still trying to fix my screw-up of manual update.
bueler
as Ed Bueler
More... over 16 years ago