Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/geodynamics/citcoms
26 October 2024, 18:30:49 UTC
  • Code
  • Branches (31)
  • Releases (16)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/CitcomS
    • refs/heads/CitcomS-2_x
    • refs/heads/compressible
    • refs/heads/cxx
    • refs/heads/eheien
    • refs/heads/eheien_dev
    • refs/heads/gui-launcher-branch
    • refs/heads/kommu/aspect-citcom-benchmarks
    • refs/heads/master
    • refs/heads/python-removal
    • refs/heads/rajesh-petsc
    • refs/heads/rajesh-petsc-schur
    • refs/heads/rajesh_dev
    • refs/heads/v2
    • refs/heads/v2.2
    • refs/heads/v3.0
    • refs/heads/v3.1
    • refs/remotes/svn/CitcomS
    • refs/remotes/svn/CitcomS-2_x
    • refs/remotes/svn/compressible
    • refs/remotes/svn/cxx
    • refs/remotes/svn/eheien
    • refs/remotes/svn/eheien_dev
    • refs/remotes/svn/gui-launcher-branch
    • refs/remotes/svn/trunk
    • refs/remotes/svn/v2
    • refs/remotes/svn/v2.2
    • refs/remotes/svn/v3.0
    • refs/remotes/svn/v3.1
    • refs/tags/v3.3.0
    • refs/tags/v3.3.1
    • v3.2.0
    • v3.1.2
    • v3.1.1
    • v3.1.0
    • v3.0.2
    • v3.0.1
    • v3.0.0b
    • v3.0.0
    • v2.2.2
    • v2.2.1
    • v2.2.0
    • v2.1.0
    • v2.0.2
    • v2.0.1
    • pre-2.0
    • 3.2.0
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • snapshot
origin badgerevision badge
swh:1:rev:bc13ac6370ad528ebc584924aa6a3aea67acf80b
origin badgesnapshot badge
swh:1:snp:6144a327b54924075059de040a51fd832e5692cc
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...

sort by:
RevisionAuthorDateMessageCommit Date
bc13ac6 Rene Gassmoeller08 October 2024, 14:09:31 UTCMerge pull request #15 from JarettBakerDunn/master Add dockerfile08 October 2024, 14:09:31 UTC
e191fa7 Jarett03 October 2024, 21:05:33 UTCAdd dockerfile03 October 2024, 21:05:33 UTC
0473ed5 Rene Gassmoeller03 November 2022, 16:37:30 UTCMerge pull request #10 from ljhwang/patch-1 Update Readme with new links03 November 2022, 16:37:30 UTC
d8945e7 Lorraine Hwang01 November 2022, 18:14:01 UTCUpdate Readme with new links Changes update the citation information for v3.3.1 and creates links to the new website. This can be made prettier. Please feel free to update and correct.01 November 2022, 18:14:01 UTC
8339327 Thorsten Becker31 August 2022, 20:37:32 UTCUpdate README31 August 2022, 20:37:32 UTC
2bda530 thwbecker31 August 2022, 19:22:23 UTCThis version seeks to merge the tracer and strain-tracking routines coded up as part of Fuchs, L. and Becker, T. W.: Role of strain-dependent weakening memory on the style of mantle convection and plate boundary stability. Geophys. J. Int., 218, 601-618, 2019. and the in review 2022 work on global scales. I verified that the code compiles, and expect these changes to not affect any default behavior, but still need to do more testing.31 August 2022, 19:22:23 UTC
af38352 thwbecker31 August 2022, 17:51:42 UTCUpdating my local (hopefully) minor changes to github.31 August 2022, 17:51:42 UTC
dceb57b thwbecker05 January 2021, 20:19:50 UTCBetter log file output.05 January 2021, 20:19:50 UTC
51eccf2 thwbecker05 January 2021, 03:19:03 UTCFixed a bunch of typos in the horizontal average strain rate output.05 January 2021, 03:19:03 UTC
2df8b9d thwbecker04 January 2021, 18:59:01 UTCAdded an option to iterate on the viscosity prefactors for the first timestep such that layer averages match them (useful for instantaneous circulation computations with powerlaw rheologies, for example). Also started to fix compiler warnings for some files.04 January 2021, 18:59:01 UTC
870cb39 thwbecker03 January 2021, 18:44:10 UTCFixed function calls (unneccesary argument) and added option for a simple iteration to enforce material layer viscosity averages (e.g. for power-law viscosity).03 January 2021, 18:44:10 UTC
607d8c6 thwbecker01 January 2021, 21:15:56 UTCAdded a working version of power-law flow with a transition strain-rate. Default settings remain backward compatible to the original implementation. sdepv_rheol=2 # selects new implementation depv_trns=1e10,15000,15000,15000,1e10 # sets the transition strainrate, units of eps_c = kappa/L^2 sdepv_start_from_newtonian=on # by default, will only switch on powerlaw after a Newtonian solution is found01 January 2021, 21:15:56 UTC
1905827 thwbecker08 April 2019, 17:22:18 UTCModified ggrd call.08 April 2019, 17:22:18 UTC
6d5f696 thwbecker13 October 2018, 19:26:39 UTCnew hc rtp interpolation now allows for variable radius.13 October 2018, 19:26:39 UTC
809956f thwbecker13 October 2018, 19:19:07 UTCfixed fixed radius13 October 2018, 19:19:07 UTC
80d05de thwbecker03 July 2018, 09:13:35 UTCSmall modifications, trying to make sure people can use all of our current stuff.03 July 2018, 09:13:35 UTC
eebd312 thwbecker15 August 2017, 03:05:21 UTCMore fixes in the merger aftermath, and removed GGrd temp init CPU blocking.15 August 2017, 03:05:21 UTC
cb44f39 thwbecker15 August 2017, 00:57:19 UTCMerge branch 'master' of https://github.com/geodynamics/citcoms15 August 2017, 00:57:19 UTC
7d4a2e9 thwbecker14 August 2017, 22:56:45 UTCHopefully fixed merge nightmare.14 August 2017, 22:56:45 UTC
8019ad7 thwbecker14 August 2017, 21:58:26 UTCA few fixes Merge branch 'master' of https://github.com/geodynamics/citcoms14 August 2017, 21:58:26 UTC
8c59169 Thorsten Becker14 August 2017, 20:55:13 UTCsome fixes for the ggrd age operations14 August 2017, 20:55:13 UTC
9305ed3 thwbecker14 August 2017, 03:38:48 UTCSomew new age input features for ggrd time-depenent runs.14 August 2017, 03:38:48 UTC
ddf2819 Thorsten Becker05 September 2016, 06:01:39 UTCMore fixes of comments within comments which some compilers hate. I.e. removed more /**/ kind of stuff bulk_composition now is an array somehow, this didn't jive with older output routines, now fixed, for now added the print all parameters routine back in, not sure what the purpose is, but that got lost in the previous sync05 September 2016, 06:01:39 UTC
3e152ec thwbecker05 September 2016, 05:19:55 UTCTrying to bring my ersion up to speed with CIG repository05 September 2016, 05:19:55 UTC
7025bcb Eric Heien19 November 2014, 18:16:04 UTCAdd missing file, update version19 November 2014, 18:16:04 UTC
ece8bb9 Eric Heien10 October 2014, 00:27:17 UTCUpdated NEWS10 October 2014, 00:27:17 UTC
20c677c Eric Heien09 October 2014, 23:50:35 UTCFixed Makefile.am distribution lines09 October 2014, 23:50:35 UTC
7de302b Eric Heien09 October 2014, 23:50:20 UTCRemove old Python cookbook09 October 2014, 23:50:20 UTC
6bdecb7 Eric Heien09 October 2014, 23:35:57 UTCRemove unneeded Makefiles09 October 2014, 23:35:57 UTC
cd9c72f Eric Heien09 October 2014, 23:31:02 UTCRemoved Makefiles that shouldn't be in the repo09 October 2014, 23:31:02 UTC
58cc0c3 Eric Heien09 October 2014, 23:30:23 UTCMore additions to .gitignore09 October 2014, 23:30:23 UTC
a4f3626 Eric Heien09 October 2014, 23:25:03 UTCMerge pull request #3 from geodynamics/python-removal Python removal09 October 2014, 23:25:03 UTC
81148ac Eric Heien09 October 2014, 23:22:02 UTCMerge branch 'master' into python-removal09 October 2014, 23:22:02 UTC
7389970 Eric Heien09 October 2014, 21:59:46 UTCUpdate version, changelog09 October 2014, 21:59:46 UTC
cb811fc Eric Heien09 October 2014, 21:41:34 UTCAdd files to .gitignore09 October 2014, 21:41:34 UTC
bb91e3a Rajesh Kommu05 September 2014, 18:05:37 UTCAdded a more detailed usage string05 September 2014, 18:05:37 UTC
faabbdc Rajesh Kommu05 September 2014, 17:17:15 UTCremoved std=c++11 from Py2C/Makefile.am05 September 2014, 17:17:15 UTC
d362fe7 Rajesh Kommu05 September 2014, 17:09:13 UTCRemoved all C++11 features from the Py2C code05 September 2014, 17:09:13 UTC
3a7ef1b Rajesh Kommu27 August 2014, 22:00:27 UTCminor corrections to get Py2C to build automatically27 August 2014, 22:00:27 UTC
75fda8c Rajesh Kommu27 August 2014, 21:31:05 UTCChanges to include Py2C in the build process27 August 2014, 21:31:05 UTC
1fe296f Rajesh Kommu27 August 2014, 19:52:37 UTCremoved python versions of Cookbook parameter files27 August 2014, 19:52:37 UTC
c9d9c4b Rajesh Kommu21 August 2014, 17:32:21 UTCFixed Makefile.am files for Python and Pyre removal21 August 2014, 17:32:21 UTC
369667f Rajesh Kommu20 August 2014, 23:06:53 UTCRemoved Pyre and Exchanger related checks from all Makefile.am files20 August 2014, 23:06:53 UTC
f0d7acd Rajesh Kommu20 August 2014, 22:55:46 UTCremoved Python,Pyre and Exchanger related code from configure.ac20 August 2014, 22:55:46 UTC
1d93862 Rajesh Kommu20 August 2014, 22:39:07 UTCremoved the CitcomS directory which has only Python scripts20 August 2014, 22:39:07 UTC
74d65f3 Rajesh Kommu20 August 2014, 22:34:14 UTCsome more Python removal related cleanup; removed archimedes, module, setup.py and Cookbooks 9 and 1020 August 2014, 22:34:14 UTC
85faa25 Rajesh Kommu26 June 2014, 04:12:12 UTCUpdated Cookbook 1 in the CitcomS manual to the pure C version26 June 2014, 04:12:12 UTC
a2cf0e8 Rajesh Kommu26 June 2014, 03:58:55 UTCUpdated Cookbook 2 in the CitcomS manual to the pure C version. Cleaned up cookbook2 file in the examples/Cookbook2 directory26 June 2014, 03:58:55 UTC
79bf0c0 Rajesh Kommu25 June 2014, 23:18:51 UTCUpdated Cookbook 3 in the CitcomS manual to the pure C version25 June 2014, 23:18:51 UTC
5a0eadf Rajesh Kommu25 June 2014, 23:11:59 UTCUpdated Cookbook 4 in the CitcomS manual to the pure C version. Removed parameters with default values from cookbook4 in the examples/Cookbook4 directory25 June 2014, 23:11:59 UTC
e13ba7e Rajesh Kommu25 June 2014, 23:03:32 UTCUpdated Cookbook 5 in the CitcomS manual to the pure C version25 June 2014, 23:03:32 UTC
255fd82 Rajesh Kommu25 June 2014, 22:53:47 UTCUpdated Cookbook 6 in the CitcomS manual to the pure C version25 June 2014, 22:53:47 UTC
573c33f Rajesh Kommu25 June 2014, 22:48:38 UTCUpdated Cookbook 7 in the CitcomS manual to the pure C version25 June 2014, 22:48:38 UTC
a2705af Rajesh Kommu25 June 2014, 22:36:51 UTCUpdated Cookbook 8 to the pure C version25 June 2014, 22:36:51 UTC
d2d1b09 Rajesh Kommu25 June 2014, 22:04:27 UTCRemoved Cookbook 9 from the CitcomS manual25 June 2014, 22:04:27 UTC
6ceb31d Rajesh Kommu25 June 2014, 21:58:24 UTCRemoved Cookbook 10 from the CitcomS manual25 June 2014, 21:58:24 UTC
eb40d8e Rajesh Kommu13 June 2014, 23:26:26 UTCRemoved Pyre and Python references from Chapter 3 of the manual. Updated the example config files in Chapter 3 to the C version.13 June 2014, 23:26:26 UTC
723802a Rajesh Kommu05 June 2014, 20:23:48 UTCRemoved references to Python and Pyre from chapter 2 of the manual05 June 2014, 20:23:48 UTC
4f1ae8b Rajesh Kommu09 April 2014, 16:28:32 UTCRemoved section 2 from Appendix A of the manual, which describes the Pyre based parameters and settings.09 April 2014, 16:28:32 UTC
c23d985 Rajesh Kommu08 April 2014, 22:13:24 UTCGot rid of come nested comment warnings from clang08 April 2014, 22:13:24 UTC
0777e0d Rajesh Kommu08 April 2014, 21:47:16 UTCCompleted the implementation of the print_all_config_parameters function. All parameters used in the simulation are output to a file whose name begins with letters pid and is followed by the process id of MPI process 008 April 2014, 21:47:16 UTC
6b8f809 Rajesh Kommu25 March 2014, 23:11:38 UTCcleaned up the repository to match the .gitignore file. Started adding functionality for writing all parameters to a pidXXXXXX file25 March 2014, 23:11:38 UTC
5992bf0 Rajesh Kommu05 March 2014, 00:26:55 UTCAdded the LaTex source for the manual. Added missing parameters to the Py2C conversion tool Cookbook 4 has been fixed to get rid of the "solver not converging" warnings.05 March 2014, 00:26:55 UTC
fb1839e Eric Heien14 February 2014, 22:32:46 UTCMerge pull request #1 from karredondo/master Add ability to combine "heating" output14 February 2014, 22:32:46 UTC
7ca37a6 karredondo14 February 2014, 22:30:31 UTCAdd ability to combine "heating" output Katrina Arredondo Heating output is in terms of elements instead of nodes. The data is placed in a third combine file "ele" aside from "cap" and "opt."14 February 2014, 22:30:31 UTC
c770f8e Rajesh Kommu13 February 2014, 19:46:45 UTCFurther cleanup of the cover page of the manual13 February 2014, 19:46:45 UTC
3ebabdc Eric Heien13 February 2014, 18:02:15 UTCImproved manual cover layout, removed old cover file13 February 2014, 18:02:15 UTC
90cb771 Rajesh Kommu11 February 2014, 00:19:39 UTCChecked in the LaTeX source file for the CitcomS manual, along with the images needed to generate the PDF version of the manual.11 February 2014, 00:19:39 UTC
83b32f9 Rajesh Kommu05 February 2014, 23:18:38 UTCInitial checkin of the Python to C config file conversion tool. Cookbooks 1-8, and Cookbook10 have been converted and the C versions of the config files are located in the corresponding examples/Cookbook directory05 February 2014, 23:18:38 UTC
8fde56f Eh Tan18 October 2013, 03:58:15 UTCupdate ignore list18 October 2013, 03:58:15 UTC
fd2b0d6 CIG Backend11 October 2013, 16:35:38 UTCUpdate gitignore11 October 2013, 16:35:38 UTC
754dc95 CIG Backend11 October 2013, 16:24:31 UTCReadd archimedes11 October 2013, 16:24:31 UTC
7c6b5ad CIG Backend11 October 2013, 05:10:13 UTCm4 submodule11 October 2013, 05:10:13 UTC
8c294e9 CIG Backend10 October 2013, 22:03:31 UTCReadd anisotropic code10 October 2013, 22:03:31 UTC
f886a03 Thorsten Becker20 September 2013, 14:58:59 UTC20 September 2013, 14:58:59 UTC
3cd9e30 Eric Heien24 May 2013, 17:42:50 UTCAdded reference viscosity fix from Shijie Zhong24 May 2013, 17:42:50 UTC
ed21917 Thorsten Becker25 March 2013, 21:56:47 UTCUpdating to newest version for testing purposes.25 March 2013, 21:56:47 UTC
c5526ec Thorsten Becker01 September 2012, 23:51:37 UTCFixed ggrd velocity boundary condition weirdness, I hope. This may go back to 16065 vs. 16067, and bug may have stuck through 20621.01 September 2012, 23:51:37 UTC
2b8ed1f Thorsten Becker22 August 2012, 21:21:52 UTCImplemented improved tracer fix by Rene. "a new method of finding the element of a tracer that is too close to an element boundary. Up to now such a tracer was shifted by a constant epsilon theta and phi. If the element boundary is parallel to this theta/phi direction it is not guaranteed to work well (thus the number_of_tries check), and additionally I got the problem that sometimes all elements refuse this tracer. Eh checked in a workaround for this (r15742), deleting orphan tracers in Tracer_setup.c. Because I did not know this, I created my own bugfix moving the tracers an epsilon amount orthogonal to all boundaries that are too close. In order to save computing time I use the already computed vectors for the element boundaries (this assumes that the element boundaries are nearly orthogonal to each other, but unless somebody tries to change CitcomS elements that should work fine). The shift happens now in cartesian coordinates since the boundary-vectors are cartesian and the radius-coordinate of the tracer is normalized prior to this check anyway, so I just need to re-normalize it after the shift. For now I did not touch all the now (hopefully) useless security checks but as far as I can see they do no harm either, so we can remove them later."22 August 2012, 21:21:52 UTC
11854a5 Thorsten Becker21 August 2012, 16:30:28 UTCImplemented Output_vtk.c fixes from Rene.21 August 2012, 16:30:28 UTC
74c56ef Thorsten Becker28 June 2012, 09:30:30 UTCMinor changes to instructions28 June 2012, 09:30:30 UTC
d5fbdb0 Eric Heien02 February 2012, 18:23:14 UTCChanging to version 3.2.0 since there are many significant changes02 February 2012, 18:23:14 UTC
8d8016f Eric Heien02 February 2012, 00:41:19 UTCAdded missing file to distribution02 February 2012, 00:41:19 UTC
b0d8a75 Eric Heien02 February 2012, 00:29:10 UTCUpdated NEWS for past 2.5 years02 February 2012, 00:29:10 UTC
162e668 Eric Heien01 February 2012, 21:11:35 UTCUpdated ChangeLog, configure.ac for 3.1.2 release Set default configuration to not setup Pyre Added note in examples directory regarding Pyre and Cookbooks01 February 2012, 21:11:35 UTC
eb74d9f Thorsten Becker24 January 2012, 21:54:19 UTCFixed minor ggrd assignment bug.24 January 2012, 21:54:19 UTC
199d1d8 Thorsten Becker24 January 2012, 18:44:23 UTCDebugging GGrd24 January 2012, 18:44:23 UTC
74ce5d8 Thorsten Becker24 January 2012, 18:03:52 UTCUpdating to latest version for sync.24 January 2012, 18:03:52 UTC
552bc26 Eh Tan19 January 2012, 19:24:59 UTCStop configure if pyre is enabled and python 2.7 is used. See Issue622.19 January 2012, 19:24:59 UTC
f4cf4db Eh Tan17 January 2012, 04:57:06 UTCupdated installation instruction17 January 2012, 04:57:06 UTC
3a23d00 Eh Tan17 January 2012, 02:41:15 UTCWhen python 2.7 is used, ask users to download pythia manually. See issue622 and issue606.17 January 2012, 02:41:15 UTC
15a09f1 Thorsten Becker14 January 2012, 08:00:41 UTCMade sure that compositional viscosity without compositional buoyancy can be assigned without setting ibuoy=1 and the buoyancy number to zero.14 January 2012, 08:00:41 UTC
c9704b3 Thorsten Becker20 December 2011, 18:04:26 UTCMerged with recent check in, minor changes.20 December 2011, 18:04:26 UTC
51e1984 Eh Tan14 November 2011, 05:06:30 UTCFixed a bug in reflective TBC where y-index should be used, not z-index. The bug is harmless though. I checked the code history. This bug exists since CitcomS 1.0, but not in CitcomCU nor CitcomT.14 November 2011, 05:06:30 UTC
d8f08c4 Eh Tan14 October 2011, 18:27:24 UTCfixed a bug that h5close_field() didn't have a return statement, reported by Nicolas Flament in issue611.14 October 2011, 18:27:24 UTC
0f1fbbf Eh Tan18 September 2011, 03:54:13 UTCfixed a bug that when the perturblayer is on the internal boundary, the temperature perturbation wasn't added to the lower processor.18 September 2011, 03:54:13 UTC
cebdfcb Thorsten Becker31 July 2011, 20:38:35 UTCUpdating to newest version, don't think that there should be any significant changes on my side.31 July 2011, 20:38:35 UTC
1e7ff88 Eh Tan12 July 2011, 16:27:58 UTCenhancing VTK output, mostly contributed by Rene Gassmoeller at GFZ. - A new input parameter 'vtk_format', which can be either 'ascii' (default) or 'binary'. When 'binary', gzip and base64 encoding are used. - The node ordering is changed to CitcomS native ordering. The consequence is the axis are rotated as z in CitcomS is mapped to X in vtk, and x to Y, y to Z. - More data can be outputted in vtk format - Using .pvts file for regional model; .vtm and .visit file for global model (.vtm format provided by Tobias Hoeink at Rice, .visit format provided by Kat at visitusers.org/forum)12 July 2011, 16:27:58 UTC
56f6015 Thorsten Becker21 March 2011, 00:13:58 UTCFixed typo for anisotropic stress computation.21 March 2011, 00:13:58 UTC
a0153f3 Thorsten Becker22 February 2011, 04:13:21 UTCAdded a flag force_iteration which if on (off by default), will enforce an iterative solution to the velocity fields even if linear rheologies were chosen. This is useful for debugging/robustness tests.22 February 2011, 04:13:21 UTC
  • Newer
  • Older

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top