Updates to MISMIP part of User Manual; thank god for .svn/tmp/ files which saved me from losing an evening of work. |
|
More...
|
over 16 years ago
|
Some changes to manual. |
|
More...
|
over 16 years ago
|
* Replaced doc/figs/gripDeltaT.png with a prettier picture. * Removed the "Installation" section from the User's Manual, fixed a couple typos in the EISMINT-Greenland section. * Added the svn:executable property on examples/eisgreen/preprocess.sh |
|
More...
|
over 16 years ago
|
* Created the Installation Manual, doc/installation.tex. * Updated doc/Makefile. * Fixed a typo in src/base/comments.hh * A minor fix in util/nc_template.py |
|
More...
|
over 16 years ago
|
Grainsize revised. Pseudoage mechanism eliminated. Actual age mechanism implemented; seems to work for 200ka to 300ka EISMINT II A run. New options: -gk, -gk 3, -gk_age; all turn on G-K with first using constant 1mm grains, second is 3mm grains, third is real age. |
|
More...
|
over 16 years ago
|
Various cleanup but grain size with pseudo age is still broken; see bug #11242. |
|
More...
|
over 16 years ago
|
I believe I have found and fixed a bug in examples/eisgreen/eisgreen.py which reverses the time axis in grip_dT.nc with the result that the option -dTforcing has no effect. (I want to get our of the business of modeling climate, actually ...) Note there are still debugging commands in src/base/forcing.cc which should be removed. I also split examples/eisgreen/bootstrap.sh into two: preprocess.sh and bootstrap.sh. Improved ssl2.sh and ccl3.sh. Reworked EISMINT-Greenland chapter in User's Manual. |
|
More...
|
over 16 years ago
|
* Fixed some (very minor) typos in ice_bib.bib * Modified nc_template.py to a) be able to include scalar variables; b) add polar_stereographic so that Unidata IDV can (potentially) display PISM input files for Antarctica. |
|
More...
|
over 16 years ago
|
Various maintenance: comments in build/Makefile give static linking suggestions; added math-y references in ice_bib.bib; text in User Man on verification; pst script maintenance. |
|
More...
|
over 16 years ago
|
Small mods to stdout during -bif bootstrap. |
|
More...
|
over 16 years ago
|
More MISMIP, naturally, including establishing new fiddle option which allows a bit of dragging on bottom of shelves. Lots of documentation fiddles. |
|
More...
|
over 16 years ago
|
MISMIP is making me work for it. Note code with beta_for_floating in iMssa.cc needs to be made official if it should be kept; WARNING that it is there. Renamed taub to taud because it stands for driving stress, of course. |
|
More...
|
over 16 years ago
|
More MISMIP, especially documentation of flaws. Add option -ssa_min_thk to control calving front force in some subtle manne. Use of -regrid to initialize thickness from result of Schoof asymptotic matching result; works. |
|
More...
|
over 16 years ago
|
createDA_done in IceGrid (grid.cc) clearly a relic. Sorry. And I had already created a relic like that in IceMISMIPModel, so I deleted it too. |
|
More...
|
over 16 years ago
|
More MISMIP: solverSM.py can write NetCDF with thickness, readable by 'pisms -mismip' for initialization to fix extreme thinning in experiment 3. |
|
More...
|
over 16 years ago
|
Consistent function names for warning, see bug #12346. |
|
More...
|
over 16 years ago
|
Fixed bug which wiped out boundary conditions on EISMINT-Ross. More work on MISMIP. |
|
More...
|
over 16 years ago
|
Work to finalize first MISMIP submission, and to document in User's Manual. |
|
More...
|
over 16 years ago
|
Added -Woverloaded-virtual to CFLAGS compile options, and associated 'using' directives in .hh files; this is generally helpful but does not address task #6212, which is not a problem of hiding. (One can still change the base class signature and loss functionality of the derived class version, which never runs because now the base class version does.) Improved MISMIP ascii output to make nice figures; this is cheap on top of required ascii output. |
|
More...
|
over 16 years ago
|
* Added code in IceModel::velocity() to zero out velocities if computeSIAVelocities is false. Changed adaptive time stepping to only apply diffusive time step restriction if computeSIAVelocities is true. |
|
More...
|
over 16 years ago
|
quick backup/transfer of MISMIP stuff |
|
More...
|
over 16 years ago
|
A bit more work on MISMIP, including reattaching IceMISMIPModel::basalDragx(). Still have very irregular flux near grounding line, but steady state is achievable, at least with MISMIP_PLAY=1 smoothing of C at grounding line, and perhaps without. |
|
More...
|
over 16 years ago
|
Additional work on MISMIP. Found cross-flow asymmetry bug; now x direction is correctly periodized. And IceGrid::rescale_using_zlevels() allows TruelyPeriodic in one direction but not the other. Added MISMIP run script. |
|
More...
|
over 16 years ago
|
Small changes: (i) added references and reformat for manual; (ii) changed initialization details for PST experiments. |
|
More...
|
over 16 years ago
|
Replaced pycdf with netcdf4-python everywhere. See http://code.google.com/p/netcdf4-python/ To install netcdf4-python to use with NetCDF 3.6.x, untar and do |
|
More...
|
over 16 years ago
|
* -skip replaces -tempskip; new version also skips SSA updates. Seems to test well for PST experiments. |
|
More...
|
over 16 years ago
|
Preliminary change to using -tempskip for skipping SSA calculuations. Need to test using PST experiments. Also added references in doc/ice_bib.bib. |
|
More...
|
over 16 years ago
|
util/series.py now writes UNLIMITED as size of t dimension, so NCO tools using record dimensions work, for example. Updated (and perhaps finalized) scripts for IcePSTexModel examples in examples/pst/. |
|
More...
|
over 16 years ago
|
Cleanup of documentation, especially comments and references for exact solutions. |
|
More...
|
over 16 years ago
|
Bug fix: changed basal vertical velocity to zero (or basal melt rate), instead of a function of bed slope (which is appropriate for grounded ice). Also: improved diagnostics cbase, csurf to only show speed where there is ice, and not show artifacts from SSA calculation. |
|
More...
|
over 16 years ago
|