1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rollback to r514. Working on stable0.2 continues.
bueler
as Ed Bueler
More... almost 16 years ago
Attempt to fix up so builds with GNU Make. Not successful because PISM_HAVE_PETSC3 flag is not checked consistently: src/base/ssa/ssa.cc:26: error: PetscLogEvent does not name a type. Would like to avoid having to explore Petsc 2.3 versus 3.0 semantics to make revisions work ...
bueler
as Ed Bueler
More... almost 16 years ago
Start SSA implementation, use -ssa_external to access. More... almost 16 years ago
Huge refactoring of IceType More... almost 16 years ago
Inconsequential changes, mostly to quash warnings due to unused variables. More... almost 16 years ago
grav -> earth_grav More... almost 16 years ago
Add IceType interface to factor out vertical integrals. More... almost 16 years ago
Compiler warnings More... almost 16 years ago
The PETSc API can give us a string for convergenced reasons. More... almost 16 years ago
Whether an ice type uses grain size should not be managed externally. Move it into IceType. More... almost 16 years ago
Basic Mask functionality does not need to be part of IceModel. More... almost 16 years ago
Move PISM_REVISION to it's own file so that less needs to be rebuilt. More... almost 16 years ago
Give basal stress and viscosity derivatives, factor viscosity. More... almost 16 years ago
Updates to CMake build, minor cleanup, PETSc 3.0.0 More... almost 16 years ago
* More cleanup. * Changed meanings of x and y dimensions (and variables): 'x' and 'y' should always be consistent with projection x and y variables, correspondingly. This changes the order of variables used in PISM output files to t,y,x,z; note that this PISM revision can initialize from old PISM output files. The only drawback is that the output will be transposed (naturally). One solution is to use the following script to convert an "old" PISM file to a "new" one: More... almost 16 years ago
More cleanup. More... almost 16 years ago
More cleanup. More... almost 16 years ago
Input/output code cleanup. More... almost 16 years ago
Fixes to src/pcctest.cc to follow non-symmetric grid range modifications. Addition of diagnostic instantaneous snow temperature for PDD diagnosis.
bueler
as Ed Bueler
More... almost 16 years ago
* Added software test #10: comparing regridding with mpiexec -n {1,2,3,8,10}. * Cleanup in nc_util.cc More... almost 16 years ago
IceModelVec::regrid() reports default values in glaciological units (if set). More... almost 16 years ago
* Fixed a bug introduced in r502. Sorry. More... almost 16 years ago
* Maintenance and clean-up. * fill_missing.py removes "missing_value" and "_FillValue" attributes now. More... almost 16 years ago
Maintenance resulting from (in part) look at manual on EISMINT-Greenland and EISMINT-Ross. Nothing like a full sweep; just dabbling.
bueler
as Ed Bueler
More... almost 16 years ago
EISMINT-Greenland starts up correctly. Sorry about that.
bueler
as Ed Bueler
More... almost 16 years ago
* Removed debugging messages from nc_util.cc. * Added a test of 3D regridding from files with different variable orders. More... almost 16 years ago
* More comments in test/software/pism/test* * Added NCTool methods for creating start and count arrays in a more general manner and transposing data. The code can actually "transpose" 3D arrays, but this capability is never used (because 3D fields we regrid come from PISM and have the expected storage order). Note that we still need to rename x and y in the output so that x corresponds to projection_x_coordinate. * Wrote a test_05.sh, which tests the ability to bootstrap from files with different orders of variables. * Documenting comments and clean-up in LocalInterpCtx.cc More... almost 16 years ago
Bug in r500 fixed. Seg fault was a stack overflow, not pointer deref. Onward to sweep through manual for stable0.2 release ...
bueler
as Ed Bueler
More... almost 16 years ago
Cleaned up PISMPDDCoupler. Documentation and maintenance. Builds but does not run; do pisms -eisII A -verbose 5 to see seg fault caused by something in PISMOceanCoupler::updateShelfBaseTempAndProvide().
bueler
as Ed Bueler
More... almost 16 years ago
PISMClimateForcing mostly put into PISMAtmosphereCoupler and PISMOceanCoupler. Sea level (elevation) now the responsibility of PISMOceanCoupler, as it should be. THIS REVISION COMPILES BUT WILL NOT RUN FORCING CORRECTLY; need to actually use PISMClimateForcing::updateFromClimateForcingData() in PISM...Coupler::update...(). Also need to svn delete src/base/iMforcing.cc.
bueler
as Ed Bueler
More... almost 16 years ago