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
script test/pst.sh has better approximation of intended experiments
bueler
as Ed Bueler
More... over 16 years ago
Most work done on reconfiguring plastic till stream experiments, I think. Need to try it out on faster machine.
bueler
as Ed Bueler
More... over 16 years ago
Restart on plastic till ice stream experiments. Now each run has three ice streams so that parameter studies are easier.
bueler
as Ed Bueler
More... over 16 years ago
Various fiddles: (1) fixed standard out from IceEISplModel to agree with others. (2) Made options on python scripts agree more, and documented more. (3) Improved documentation on installation.
bueler
as Ed Bueler
More... over 16 years ago
Finalized removal of Ruby dependecy (ncgen.rb). Converted Sigma to J/(s m^3) units; before was K/s. New units compatible with simple formula Sigma = D_ij tau_ij, and with new paper. (Old units appeared in Bueler et al 2007 J. Glaciol.)
bueler
as Ed Bueler
More... over 16 years ago
Forgot to turn on new version of correctSigma(). Also edited IceType comments, etc.
bueler
as Ed Bueler
More... over 16 years ago
Made test/vnreport.py produce PNG by default or PDF as option; documented in User Manual.
bueler
as Ed Bueler
More... over 16 years ago
Attempt to fix vertical advection at ice base bug in temperatureStep(). Removed correctSigma() from velocity(), so Sigma is just SIA value; note frictional heating still occurs in sliding. Fiddle with error messages.
bueler
as Ed Bueler
More... over 16 years ago
Back to work on plastic till experiment. Velocities now combined by convex combination. -superpure option removed; -super remains. Minor fiddles with manual.tex, ross_plot.py, test/ross/README.
bueler
as Ed Bueler
More... over 16 years ago
Set svn:executable on eis_ross.py and ross_plot.py More... over 16 years ago
Edited test/ross/ross_plot.py: added more about installing scikits.delaunay and its dependencies in general. More... over 16 years ago
Doc cleanup: delete (*large*) old figs/*.eps. Additions to bibliography related to NASA ROSES proposal.
bueler
as Ed Bueler
More... over 16 years ago
Edited (fixed and improved) test/ross/ross_plot.py. More... over 16 years ago
* Added test/ross/ross_plot.py -- an alternative to ross_plot.m which uses open-source libraries only. :-) * Fixed two typos in doc/manual.tex. More... over 16 years ago
* Added amsmath to "extra packages" in doc/Doxygen_html (it is needed for the align* environment in doc_tempage.hh, iMinverse.cc, iMssa.cc and nc_util.cc in src/base). * Edited doc/Makefile and test/vnreport.py to generate figures in PDF instead of creating .eps figures and converting them to .png (There's one less thing to break this way, and we get scalable figures, too.) More... over 16 years ago
Added the pism-state-ncgen.py (a replacement for ncgen.rb). The next step is to verify that it works and remove Ruby from the list of PISM dependencies in the User Manual. More... almost 17 years ago
Fixed a typo in the user manual (section 3.1, 'Getting Started'). More... almost 17 years ago
Commented out 'include config/macosx_macports' in the Makefile, since it should be that way by default. (Sorry.) More... almost 17 years ago
* Added config/macosx_macports * Added some notes about installing PISM on Mac OS X 10.5 (doc/pism-install-macosx-notes.txt) * Modified Makefile to allow redefining switches needed to link shared libraries * Modified src/base/iMIO.cc to use strlen instead of strnlen, since strnlen is a Linux extension More... almost 17 years ago
Bibliography and install notes updates.
bueler
as Ed Bueler
More... almost 17 years ago
Debian install of PETSc now works for me; see doc/pism-install-deb-note.txt. Makefile default is to use Jed's sed trick of mpicc-->mpicxx in linking.
bueler
as Ed Bueler
More... almost 17 years ago
Manual update to put hierarchy on options documented in Appendix A.
bueler
as Ed Bueler
More... almost 17 years ago
Various maintenance: expansion of doc/ice_bib.bib; addition of -tempskip 10 to test/eis2plastic.sh; tucked away ryan/ and embayment/ in less notable locations.
bueler
as Ed Bueler
More... almost 17 years ago
Added a diffusion for Hmelt. The Hmelt values under the margin of the ice are not as pretty with BOMBPROOF as they were with the more explicit previous scheme. Should not be an adaptive time step restriction. More work on iMinverse.cc.
bueler
as Ed Bueler
More... almost 17 years ago
Found and fixed initialization bug. More work related to inverse modeling.
bueler
as Ed Bueler
More... almost 17 years ago
Initial implementation of iMinverse routines completed. Note that there is viewer for till friction angle with '-d I'. To test ...
bueler
as Ed Bueler
More... almost 17 years ago
Progress toward inverse modeling as part of mainstream PISM, according to options -cbar_to_till or -csurf_to_till.
bueler
as Ed Bueler
More... almost 17 years ago
Task #5879 done. Continuing work on minimal inverse method using pseudo-plastic till.
bueler
as Ed Bueler
More... almost 17 years ago
PISM model state files now a bit bigger; four more 2D fields always written. Most important is 'tillphi', the till friction angle; in some cases this is a model state variable which will be read in for continuation. Others are diagnostic: sliding speed 'cbase', driving shear stress at the base of the ice 'taub', yield stress 'tauc' (applicable for plastic or arbitrary pseudo-plastic law; can even be part of linear sliding).
bueler
as Ed Bueler
More... almost 17 years ago
Start on new version of inverse modeling job: read velocities (either cbar or csurf), remove vertical shear from SIA, apply MacAyeal nonlinear operator, use pseudo-plastic law to extract (pseudo-)till yield stress, use modeled basal water etc to extract till friction angle, treat that as time-invariant. Also dealt with task #5688, so nicer behavior when reading input files.
bueler
as Ed Bueler
More... almost 17 years ago