source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19827   10 years Eric.Larour NEW: new clone routine.
(edit) @19826   10 years Eric.Larour CHG: processed some segfaults in processedd and processmesh on the …
(edit) @19825   10 years cborstad NEW: enabled effective deviatoric stress as a requested output
(edit) @19824   10 years Eric.Larour CHG: private and transient are keywords in javascript, which means …
(edit) @19823   10 years Eric.Larour CHG: issues fixed with counters in for loops not being declared properly.
(edit) @19822   10 years Eric.Larour CHG: added all the javascript scripts.
(edit) @19821   10 years dlcheng CHG: Optimizing colorbar and adding colorbar ticks for test101.html
(edit) @19820   10 years dlcheng CHG: Removing js multiline string usage for compatibility.
(edit) @19819   10 years Eric.Larour CHG: missing bracked.
(edit) @19818   10 years Eric.Larour CHG: missing bracket.
(edit) @19817   10 years Eric.Larour CHG: not allowed!
(edit) @19816   10 years Eric.Larour CHG: finished loading results from the issm module, using an output …
(edit) @19815   10 years Eric.Larour CHG: model.results should be a map in javascript.
(edit) @19814   10 years Eric.Larour CHG: don't read unint32, rather int32!
(edit) @19813   10 years Eric.Larour CHG: fixing small issue: )
(edit) @19812   10 years Eric.Larour CHG: reverting to step = UNDEF. Problem is downstream in the way …
(edit) @19811   10 years Mathieu Morlighem CHG: minor, wrong check
(edit) @19810   10 years Eric.Larour CHG: i/o is now bidirection, can write and read a binary memory buffer.
(edit) @19809   10 years Eric.Larour CHG: new OutputBufferSizePointerEnum and OutputBufferPointerEnum enums …
(edit) @19808   10 years Eric.Larour CHG: introduced some checks for data that is essentially 0 filled in …
(edit) @19807   10 years Eric.Larour CHG: fixed nasty mispelling bug that was hyper rigidfying model runs …
(edit) @19806   10 years Eric.Larour CHG: finished successful implementation of issm module. Now returns a …
(edit) @19805   10 years Eric.Larour CHG: introducing map operations.
(edit) @19804   10 years Eric.Larour CHG: new javascript compile related enums for output memory buffers. …
(edit) @19803   10 years Eric.Larour CHG: added new CleanupJS javascript cleanup routine, which dumps the …
(edit) @19802   10 years Eric.Larour CHG: new constructor for GenericParam.h, which actually keeps track of …
(edit) @19801   10 years Eric.Larour CHG: bug that was revealed in the javascript build. UNDEF is not a …
(edit) @19800   10 years Eric.Larour CHG: back to precision(3);
(edit) @19799   10 years dlcheng CHG: Fixing broken caxis behavior for test101.html
(edit) @19798   10 years dlcheng CHG: Correcting colorbar calculations and labeling for test101.html
(edit) @19797   10 years glperez CHG: Relaxed Python and Matlab test513.
(edit) @19796   10 years seroussi CHG: updated tolerances python
(edit) @19795   10 years Eric.Larour CHG: minor bug fixes.
(edit) @19794   10 years dlcheng CHG: Adding font size/coloring options for colorbar labels in test101.html
(edit) @19793   10 years Eric.Larour CHG: finished first prototype of running stressbalance in javascript. …
(edit) @19792   10 years dlcheng CHG:Adding in colorbar height options and centering to test101.html
(edit) @19791   10 years Eric.Larour CHG: finished implementation of the marshall routine ,based on writing …
(edit) @19790   10 years Eric.Larour CHG: needed for javascript issm build.
(edit) @19789   10 years seroussi CHG: minor cosmetics
(edit) @19788   10 years Mathieu Morlighem CHG: added more tolerances now that we added some checks
(edit) @19787   10 years Eric.Larour CHG: implemented ismodelselfconsistent routine and all corresponding …
(edit) @19786   10 years dlcheng CHG:Fixing default behvaior for applyoptions colorbar labels
(edit) @19785   10 years dlcheng CHG:Adding colorbar label support for test101
(edit) @19784   10 years dmenemen One way to avoid firewall and host-name issues on El Capitan is to use …
(edit) @19783   10 years cborstad BUG: fixed a couple minor bugs in class
(edit) @19782   10 years dlcheng CHG:Adding colorbar support for test101.html
(edit) @19781   10 years Eric.Larour CHG: updated test101.html with solve phase.
(edit) @19780   10 years Eric.Larour NEW,CHG: going through consistency check for classes.
(edit) @19779   10 years Eric.Larour CHG: took out forgotten debug statement.
(edit) @19778   10 years Eric.Larour CHG: fixed some issues.
(edit) @19777   10 years seroussi CHG: tolerance python
(edit) @19776   10 years seroussi CHG: trying to fix last archives
(edit) @19775   10 years dlcheng CHG:Removing need to specifying canvasids in test101 plots
(edit) @19774   10 years dlcheng CHG:Modifying test101.html to comply with dynamic frame generation
(edit) @19773   10 years dlcheng CHG: Adding dynamic frame generation for test101.html
(edit) @19772   10 years dlcheng CHG:Fixing zoom behavior and hotfix for broken plot_mesh in test101.html
(edit) @19771   10 years dlcheng CHG:Standardizing js plot api. Attempting fix to preven default zoom …
(edit) @19770   10 years Eric.Larour CHG: added javascript EnumDefinition.js generation capability.
(edit) @19769   10 years seroussi CHG: updated archives without thermal hack
(edit) @19768   10 years Eric.Larour CHG: new EnumToString and StringToEnum javascript modules. New array …
(edit) @19767   10 years schlegel CHG: add compilers
(edit) @19766   10 years aleahsommers CHG: adding cap on gap and support for default friction law
(edit) @19765   10 years seroussi NEW: minor archives for floating area output
(edit) @19764   10 years seroussi NEW: added floating area output result
(edit) @19763   10 years Eric.Larour Making the plot 3D in 2D, i.e. removing z=0
(edit) @19762   10 years seroussi BUG: hack for thermal should be false by default
(edit) @19761   10 years Eric.Larour CHG: new github address.
(edit) @19760   10 years dlcheng CHG: Adding plot_mesh capability for test101.html
(edit) @19759   10 years Eric.Larour CHG: finished implementing all classes and modules needed to …
(edit) @19758   10 years glperez CHG: Removed test243 from Jenkins Linux runs on Ross and restored CPUs …
(edit) @19757   10 years Mathieu Morlighem CHG: minor
(edit) @19756   10 years seroussi CHG: shutting down test temporarily
(edit) @19755   10 years glperez CHG: Debugging stalled test by running on single CPU.
(edit) @19754   10 years schlegel new dakota for mac snowl
(edit) @19753   10 years Eric.Larour CHG: new modules in javascript, IssmConfig and InterpFromMeshToMesh2d, …
(edit) @19752   10 years Eric.Larour CHG: can write to the same VALUE type (it's either a string, or a …
(edit) @19751   10 years Mathieu Morlighem NEW: added archive for hydro test
(edit) @19750   10 years Mathieu Morlighem NEW: new NR test for Aleah's hydrology model
(edit) @19749   10 years Mathieu Morlighem NEW: added Neumann BC to Hydro model
(edit) @19748   10 years Mathieu Morlighem CHG: added new enums to vim
(edit) @19747   10 years schlegel update for new python install
(edit) @19746   10 years Mathieu Morlighem CHG: reverting back
(edit) @19745   10 years dlcheng CHG: Removing test101 webgl dependencies
(edit) @19744   10 years Mathieu Morlighem NEW: added discrete moulins to hydrology model
(edit) @19743   10 years Eric.Larour CHG: minimalistic test101.
(edit) @19742   10 years Eric.Larour NEW: matlab colorbars;
(edit) @19741   10 years Eric.Larour CHG: some minor changes.
(edit) @19740   10 years Mathieu Morlighem NEW: done with gap height update
(edit) @19739   10 years Eric.Larour CHG: better integration of webgl routines and plot_unit. + …
(edit) @19738   10 years Mathieu Morlighem NEW: adding new friction law coupled to hydro model (one way coupling …
(edit) @19737   10 years Eric.Larour CHG: not needed anymore.
(edit) @19736   10 years Eric.Larour CHG: renmaing.
(edit) @19735   10 years Eric.Larour CHG: renaming.
(edit) @19734   10 years Eric.Larour CHG: added zoom factor default.
(edit) @19733   10 years Eric.Larour CHG: conversion utility
(edit) @19732   10 years Eric.Larour CHG: control background color from options.
(edit) @19731   10 years Mathieu Morlighem CHG: changing the sign of conductivity
(edit) @19730   10 years dlcheng CHG:Changing to linear color scaling for test101.html
(edit) @19729   10 years dlcheng CHG:Fixing drawing methods and zoom behavior for test101.html
(edit) @19728   10 years dlcheng CHG: Implementing basic webgl plot_unit functionality for test101.html
Note: See TracRevisionLog for help on using the revision log.