1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 19 days ago. based on code collected 20 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a ref, and corrected a ref.
bueler
as Ed Bueler
More... over 15 years ago
Clean up. Put verification tests, and their tests, in src/verif/tests/, with a local Makefile. This means 'simple...' executables don't clutter up build/Makefile. Moved tryLCbd into src/earth, where it belongs.
bueler
as Ed Bueler
More... over 15 years ago
Minor fix (I forgot to rename earth_gravity to standard_gravity in enthalpyConverter.cc). More... over 15 years ago
Finished task #6774. More... over 15 years ago
* Added doxybib.dbj, a batch file used to create doxybib.bst (so that we can change some aspects of reference formatting later). * ice_bib.bib: moved dois to separate bibTeX entries (doi = {...}). Moved urls to the "note" entry in all records that don't use "note" for something else (this way the URL shows up with bibTeX styles that don't support the "url" entry). * Renamed IceType to IceFlowLaw and PlasticBasalType to IceBasalResistancePlasticLaw (see task #6642). I don't think they need to have a common base class, though. * Removed DeformableEarthType and added lithosphere_density, lithosphere_flexural_rigidity and mantle_viscosity variables to pism_config.cdl. More... over 15 years ago
Changed (slightly) the way references are formatted. More... over 15 years ago
* Added -pc_type asm -sub_pc_type lu to options used by test/verifynow.py for test J. Will close non-bug #14629. * Switched to using standard gravity and ideal gas constants set in pism_config.cdl * Switched to M_PI defined in gsl/gsl_math.h instead of hard-wiring it in PISM. * Switched to using GSL_NAN instead of PISM_DOUBLE_NAN. * Removed IceModel::bootstrapLIC, because it is not used any more. * Some code clean-up. More... over 15 years ago
* Made doc/config_doc.py sort configuration parameters. * Removed BedrockThermalType, SeaWaterType and FreshWaterType. * Moved a lot of hard-wired constants to pism_config.cdl. This should fix bug #14043 but might break EISMINT (the old value of beta_CC_grad is *gone*). * Added examples/pism_matlab.m More... over 15 years ago
User Manual updates while waiting for jobs.
bueler
as Ed Bueler
More... over 15 years ago
Added ice softness and Glen exponent to pism_config.cdl; fixed beta_CC_grad initialization in IceType::IceType(). More... over 15 years ago
* Some work on task #6642: Constructors of IceType and its derived classes have a const reference to NCConfigVariable as an argument, so one can call config.get("parameter") (and get_flag("flag")) in a constructor of an ice type. * Removed src/base/ssaJed/* * Removed the "-law" command-line option. * Minor fixes in test/vnreport_new.py More... over 15 years ago
Added two Greenland precipitation references to bibliography. Clarified long name of vsurftemp in PISMAtmosphereCoupler.
bueler
as Ed Bueler
More... over 15 years ago
Fixed bug #14355 in the trunk by making PISMClimateCoupler::findPISMInputFile() report whether we need to regrid. (I.e. if the file found was the -i file we can just read data straight.) More... over 15 years ago
Work on User Man text.
bueler
as Ed Bueler
More... over 15 years ago
User's Manual: new figures showing results of verification tests B and G. More... over 15 years ago
More work on vnreport_new.py (should be usable by now), new test I & K figures for the User's Manual. More... over 15 years ago
More work on the new vnreport; NetCDF error reporting in IceExactSSAModel. More... over 15 years ago
* Added test/vnreport_new.py (work in progress). * Removed the -max_dt agrument from the test K command in verifynow.py. * Some fixed related to writing error reports to a NetCDF file. More... over 15 years ago
* Added the -r (--report_file) option to test/verofynow.py * Added #include <algorithm> to NCVariable.cc. This should fix the r822 compilation error on pingo. * Added the "pism_" prefix to the "ssa_velocities_are_valid" global attribute. More... over 15 years ago
* Implemented min,max reporting of forcing time-series (see task #6798). * IceCompModel writes error reports in NetCDF now (try 'pismv -test G -report_file foo.nc') More... over 15 years ago
* Code clean-up and a helper-function: username_prefix() creates a string like "us...@hostname 2009-10-21 10:10:44 AKDT: ". * Wrote NCGlobalAttributes, a class for reading and writing NetCDF global attributes. Note that this breaks reading initial guesses of SSA velocities from old PISM files: the ssa_velocities_are_valid global attribute should have the value of "yes", "true" or "on" for that to work now. * Moved projection parameters out of IceModel and into pism_config.nc. Note that PISM will not recognize the old variable we used to store them (polar_stereographic). Please rename "polar_stereographic" to "mapping" in your NetCDF files. More... over 15 years ago
Added a pism_wait_for_gdb(), a debugging-helper function. More... over 15 years ago
Some code clean-up and refactoring to make sure that PISM (trunk) closes all the files it opens (see bug #14541). More... over 15 years ago
Fixed un-initialized allowAboveMelting flag bug in r816.
bueler
as Ed Bueler
More... over 15 years ago
Typo fixed in reference. doc/Makefile cleans revision.tex with 'make clean'.
bueler
as Ed Bueler
More... over 15 years ago
* Fixed bug #14152.
bueler
as Ed Bueler
More... over 15 years ago
Added reference. Noted pcctest illustration of surface mass balance over time in EISMINT-Greenland, as good example; needs improved text.
bueler
as Ed Bueler
More... over 15 years ago
Fixed bug #13904 in the trunk. After some more thinking I agree with Ed's formulation (used in IceModel::writeSSAsystemMatlab()); coordinates need not be symmetric with respect to x0 and y0, so going from x0-Lx to x0+Lx-dx and from y0-Ly to y0+Ly-dy is just fine. More... over 15 years ago
Boring nothings: (1) Makefiles delete revision on 'make clean'; re-made by 'make', of course, (2) computational parameters msg from PISM runtime stdout clearer.
bueler
as Ed Bueler
More... over 15 years ago
* Got rid of -view_big, replaced with -viewer_size [number]. All viewers are of the same size now. * Finished implementing and documenting viewers (including soundings, which were broken before now). * Rewrote IceModel::regrid(): -regrid_vars takes variable names now! (such as temp,age,...,enthalpy). Only model_state variables can be regridded. Removed IceEnthalpyModel::regrid(), because it is no longer necessary. * Updated software tests to use -regrid_vars correctly. More... over 15 years ago