openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Parallel Ice Sheet Model (PISM)
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
16 days
ago. based on code collected
17 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 335 of 351
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added documentation on PISMClimateCoupler, and other maintenance. forcing.cc still not integrated into PISMClimateCoupler.
bueler
as Ed Bueler
More...
about 16 years ago
Added util/nccmp.py, a tool for comparing two NetCDF files using the infinity norm and test/software, a collection of 8 software tests.
Constantine Khroulev
More...
about 16 years ago
pismv now uses PISMClimateCoupler. Remaining: lots of testing as part of stable0.2 release, and integration of forcing.cc etc into PISMClimateCoupler.
bueler
as Ed Bueler
More...
about 16 years ago
Added more Vec size checks to methods of IceModelVec.
Constantine Khroulev
More...
about 16 years ago
pismd now working. Maintenance on EISMINT-Ross.
bueler
as Ed Bueler
More...
about 16 years ago
IceGRNModel seems to be back to functioning, but with PISMPDDCoupler. Still need to work on pismd and pismv executables, which are currently turned off.
bueler
as Ed Bueler
More...
about 16 years ago
IceGRNModel illustrates that initialization sequence needs fixing (as we plan to ...). pgrn not working now.
bueler
as Ed Bueler
More...
about 16 years ago
More PISMClimateCoupler. Needed: pgrn testing, verification use, docs.
bueler
as Ed Bueler
More...
about 16 years ago
More PISMClimateCoupler: implemented trivial ocean coupler. Needs work: back to PDD, check pgrn, docs.
bueler
as Ed Bueler
More...
about 16 years ago
PISMClimateCoupler is (initially) attached to IceModel. Needs work. IceGRNModel, pgrn, pismd, and pcctest all turned off for the moment, and PDD itself doesn't work.
bueler
as Ed Bueler
More...
about 16 years ago
Cleanup and maintenance.
bueler
as Ed Bueler
More...
about 16 years ago
Added util/check_polarstereo.py
Constantine Khroulev
More...
about 16 years ago
* PISM can bootstrap from a file with non-symmatric x and/or y-range. This closes task #5802.
Constantine Khroulev
More...
about 16 years ago
Smoothing of observed velocities added to inversion mechanism; under development ...
bueler
as Ed Bueler
More...
about 16 years ago
Bug-fixes: * Regridding (using -regrid_from) from a file with no vertical dimensions is handled correctly now. * Fixed bootstrapping from a file with a non-trivial time dimension (such as a PISM output file).
Constantine Khroulev
More...
about 16 years ago
* Renamed -if to -i, -bif to -boot_from and -regrid to -regrid_from. Updated the manual. Closed task #6340. * NCTool::get_dim_limits() does not assume that a dimensional variable is ascending any more. (I.e. min and max are found by looking at all the values. Not a big deal, just a step towards being able to bootstrap from less PISM-specific files.)
Constantine Khroulev
More...
about 16 years ago
More work on inverse model. Very clean results for case in examples/pst/convert_for_inv.sh, with no regularization. Ready to go on Joughin Greenland.
bueler
as Ed Bueler
More...
about 16 years ago
Work on inverse model, esp unregularized. Ready for Joughin data?
bueler
as Ed Bueler
More...
about 16 years ago
Maintenance; esp. doc of PETSC_OPTIONS and .petscrc in Users Manual.
bueler
as Ed Bueler
More...
about 16 years ago
Put the functionality of computeTillPhi.py into PISM. Option -topg_to_phi does this; see source. Option -surf_vel_to_phi read as alternative to also initialize till phi. Also: trivial maintenance of verification stdout.
bueler
as Ed Bueler
More...
about 16 years ago
* Renamed libudunits.{a,so} to libpismudunits.{a,so} and UDUNITS_PATH environment variable to PISMUDUNITS_PATH so that PISM *always* uses our custom version of UDUNITS. * Added amsmath to extra packages in Doxyfile_html. * Minor fixes in iceROSSModel.cc and eis_ross.py (related to unit conversion). * NCTool::get_att_text() 'returns' the length of the allocated string now. NCTool::get_att_double() only succeeds if the attribute has the length we want. * Rewrote and cleaned up all the code reading NetCDF attributes to avoid potential buffer overflows. Also, cleaned up the code reading and writing the history string. * Added the new IceModelVec method IceModelVec::is_valid(PetscScalar a), which returns 'true' if *a* is in the valid range and 'false' otherwise. * Other minor fixes/updates.
Constantine Khroulev
More...
about 16 years ago
* Stripped down UDUNITS and moved it to src/udunits. Updated build/Makefile to build UDUNITS with PISM; we build a shared library by default and a static one if PISM_STATIC=1. * New NCTool methods for reading text and scalar attributes from a NetCDF file. * Preliminary work on IceModelVec::read_valid_range(). * Set valid_min = 0.0 for all the variables corresponding to magnitudes of a vector field. * Minor changes in build/Makefile.
Constantine Khroulev
More...
about 16 years ago
Inverse model work: cleaning and clarifying. Other maintenance.
bueler
as Ed Bueler
More...
about 16 years ago
build/Makefile fix. Should compile and work now; compiles but *does not* work on marmaduke. Might be a yacc(bison) problem there.
Constantine Khroulev
More...
about 16 years ago
* Added the UDUNITS library (see task #5802). Note that we might want to change the install location.
Constantine Khroulev
More...
about 16 years ago
Work on inverse model. Builds. Remains to respect observed mask when applying SSA operator. Also: fixed pgrn, pcctest (and other included stuff) dependency on libpism.so.
bueler
as Ed Bueler
More...
about 16 years ago
Work on inverse method. Does not compile.
bueler
as Ed Bueler
More...
about 16 years ago
r470 bad. Fixed; pism_intent=climate_steady case does not use GUNITS now.
bueler
as Ed Bueler
More...
about 16 years ago
Added GUNIT to pism_intent attribute of IceModelVec. Semantics used to want 'diagnostic' in that attribute to cause write in glaciological units; now it is 'GUNIT'. Fixed inactive name clash on IceModelVec::sqrt(); now it is IceModelVec::squareroot(). Cleaned up and completed IceModelVec::range() and norm() so they treat local Vecs appropriately.
bueler
as Ed Bueler
More...
about 16 years ago
Work on PISMClimateCoupler and PDD implementation. Seems to work when tested with executable pcctest. Other maintenance.
bueler
as Ed Bueler
More...
about 16 years ago
←
1
2
…
331
332
333
334
335
336
337
338
339
…
350
351
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree