source: issm/trunk-jpl/src/m

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13094   13 years jschierm BUG: Changed material constants from integer to float in materials …
(edit) @13093   13 years jschierm CHG: Added call to setdefaultparameters in inversion subclass.
(edit) @13085   13 years seroussi BUG: fixed processmesh when using 'layer', use isprop instead of …
(edit) @13083   13 years Eric.Larour CHG: introduced autodiff bool to hook off and on the ADOLC at run time.
(edit) @13076   13 years jschierm BUG: Fix Matlab changeset [12892] and apply corresponding Python change.
(edit) @13071   13 years jschierm NEW: More changes for python marshalling and running (plus …
(edit) @13059   13 years Mathieu Morlighem CHG: deconnecting cost_functions from Enums
(edit) @13058   13 years seroussi CHG: moved isnodeonhutter to fix NR
(edit) @13052   13 years Mathieu Morlighem BUG: Echo was not displaying ncols but nrows
(edit) @13049   13 years Mathieu Morlighem NEW: added support l1l2 equations (still under development)
(edit) @13048   13 years Mathieu Morlighem NEW: added support l1l2 equations (still under development)
(edit) @13047   13 years Mathieu Morlighem NEW: added new Enums to support l1l2 equations (still under development)
(edit) @13043   13 years jschierm NEW: Bunches of changes to get Python checkconsistency and marshall …
(edit) @13040   13 years jschierm CHG: Changed numerous integer 1 to list [1] for python (and similarly …
(edit) @13032   13 years jschierm CHG: Python any/all vs. numpy.any/numpy.all modifications (and more).
(edit) @13031   13 years jschierm CHG: Fix syntax errors from [13028].
(edit) @13030   13 years jschierm NEW: Last bunch more python checkconsistency and marshall methods for …
(edit) @13029   13 years Mathieu Morlighem CHG: updated python inversion.py class to reflect changes in inversion.m
(edit) @13028   13 years Mathieu Morlighem CHG: removed recover_area, totally useless actually
(edit) @13027   13 years Mathieu Morlighem CHG: recover_areas is now a subfunction of setflowequations
(edit) @13026   13 years Mathieu Morlighem NEW: added profile reorientation capability to exptool
(edit) @13025   13 years Mathieu Morlighem NEW: added support for across and along flow thickness gradient misfits
(edit) @13023   13 years jschierm NEW: Yet another bunch more python checkconsistency and marshall …
(edit) @13021   13 years seroussi BUG: fixed NR problems caused by src/m reorganization
(edit) @13020   13 years jschierm NEW: Still another bunch more python checkconsistency and marshall …
(edit) @13019   13 years jschierm CHG: Integrated last of src/py into src/m (made more difficult by all …
(edit) @13018   13 years seroussi BUG: not more addnotes function
(edit) @13017   13 years seroussi BUG: nothing to do in contrib (just sub-directories)
(edit) @13013   13 years Mathieu Morlighem CHG: moving stuff around and updating Makefile.am
(edit) @13012   13 years Mathieu Morlighem CHG: moving stuff around
(edit) @13011   13 years Mathieu Morlighem CHG: moved stuff around
(edit) @13010   13 years Mathieu Morlighem CHG: moving stuff around
(edit) @13009   13 years Mathieu Morlighem CHG: moved mode/* to src/m
(edit) @13008   13 years Mathieu Morlighem CHG: moved stuff around
(edit) @13007   13 years Mathieu Morlighem CHG: moving stuff around
(edit) @13006   13 years Mathieu Morlighem CHG: moved some stuff to contrib
(edit) @13005   13 years Mathieu Morlighem CHG: moved modelextract to extract, extrude and collapse are now …
(edit) @13004   13 years Mathieu Morlighem CHG: moving stuff around
(edit) @13003   13 years Mathieu Morlighem CHG: added solve
(edit) @13001   13 years Mathieu Morlighem CHG:moved recursivepath to os
(edit) @13000   13 years Mathieu Morlighem CHG: moved shell to os
(edit) @12999   13 years Mathieu Morlighem CHG: moved shell to os
(edit) @12998   13 years Mathieu Morlighem CHG: moved numerics to math
(edit) @12997   13 years Mathieu Morlighem CHG: moved directories to lower case
(edit) @12996   13 years Mathieu Morlighem CHG: moved src/m/utils/ to src/m
(edit) @12995   13 years Mathieu Morlighem CHG: moved utils/qmu in qmu
(edit) @12988   13 years Eric.Larour NEW: created wrapper to SolverxSeq solver, so that when running with …
(edit) @12983   13 years Eric.Larour BUG: added flag for valgrind use on MacOSX platforms.
(edit) @12982   13 years Eric.Larour CHG: forgot to get rid of top level fields such as r, theta and fi, …
(edit) @12981   13 years Eric.Larour CHG: changing routine names. Getting rid of runme.m file, which is …
(edit) @12980   13 years Eric.Larour NEW: implemented a new planetmesh object, simplified mesh object and …
(edit) @12979   13 years Eric.Larour CHG: adapted plotting routines to @planet class, where the …
(edit) @12978   13 years seroussi BUG: allow 10-10 tolerance for mesh.z compared to bed and surface
(edit) @12962   13 years schlegel NEW: allows us to specifically dictate the cbYTickLabels or round …
(edit) @12961   13 years schlegel CHG: allow exp linestyle color to also be passed as numeric
(edit) @12960   13 years schlegel CHG: check that mesh.z is within bed and surface
(edit) @12959   13 years jschierm CHG: Change variable name list in matlab scripts to keep consistent …
(edit) @12958   13 years jschierm NEW: Another bunch more python checkconsistency and marshall methods …
(edit) @12950   13 years jschierm BUG: Oops -- fixed typos in last commit.
(edit) @12949   13 years jschierm NEW: A bunch more python checkconsistency and marshall methods for …
(edit) @12945   13 years seroussi BUG: added check for diagnostic.restol: not NaN allowed
(edit) @12944   13 years jschierm CHG: Made python docstrings have consistent indentation.
(edit) @12943   13 years jschierm NEW: Python checkconsistency and marshall methods for mesh sub-class …
(edit) @12939   13 years jschierm CHG: Clean up BinaryToVerbose.
(edit) @12938   13 years jschierm NEW: New python version of verbose and some other minor updates.
(edit) @12932   13 years jschierm CHG: Fixed some typos, according to Mathieu.
(edit) @12929   13 years jschierm New python versions of iluasmoptions and mumpsoptions (and others moved).
(edit) @12928   13 years Mathieu Morlighem CHG: sync
(edit) @12925   13 years lemorzad acenet cluster update
(edit) @12924   13 years Mathieu Morlighem BUG: no interactive property
(edit) @12914   13 years seroussi no more planet directory in matlab
(edit) @12913   13 years Eric.Larour NEW: new implementation of the planet models. @planet now has a …
(edit) @12892   13 years lemorzad update for ispdd method
(edit) @12889   13 years jschierm Python fixes.
(edit) @12888   13 years jschierm Running python versions of setflowequation (and more).
(edit) @12874   13 years jschierm Forgot an import in parameterize.py.
(edit) @12873   13 years jschierm Revised python version of parameterize.
(edit) @12858   13 years schlegel make jet the colormap default
(edit) @12856   13 years jschierm Revised python version of addnote.
(edit) @12854   13 years jschierm Revised python version of SetIceShelfBC.
(edit) @12845   13 years seroussi CHG: added runtimename in solve for BuildQueueScript
(edit) @12844   13 years seroussi added dirname in cluster for BuildQueueScript
(edit) @12842   13 years jschierm Preliminary python version of checkfield.
(edit) @12829   13 years seroussi check size of requested_outputs in transient class
(edit) @12827   13 years jschierm Fixed docstrings so that ipython could use them.
(edit) @12809   13 years lemorzad enum for delta18o
(edit) @12773   13 years helsen added an optional output: TotalSmb
(edit) @12771   13 years lemorzad some minor modification for delta18o methode
(edit) @12766   13 years jschierm Fixed typos.
(edit) @12762   13 years jschierm Python version of petscversion plus other minor changes.
(edit) @12758   13 years jschierm Python version of ismumps.
(edit) @12757   13 years jschierm Fixed typo.
(edit) @12756   13 years jschierm Fixed what probably is an ancient typo.
(edit) @12755   13 years jschierm Preliminary python versions of ismodelselfconsistent and solve.
(edit) @12754   13 years jschierm Fixed a couple errors.
(edit) @12753   13 years jschierm Preliminary python version of class generic.
(edit) @12748   13 years lemorzad addind delta18o temperature and precipitation methode
(edit) @12745   13 years Mathieu Morlighem Added TransientParam
(edit) @12743   13 years jschierm Preliminary python versions of issmssh, issmscpin, and issmscpout (in …
(edit) @12733   13 years jschierm Preliminary python versions of loadresultsfromcluster and supporting …
Note: See TracRevisionLog for help on using the revision log.