Skip to content

Commit

Permalink
added git lfs tracking and WW for TIARA
Browse files Browse the repository at this point in the history
  • Loading branch information
dodu94 committed Sep 13, 2024
1 parent 3308829 commit 9613d8e
Show file tree
Hide file tree
Showing 25 changed files with 79 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/wwinp filter=lfs diff=lfs merge=lfs -text
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
get_wwinp.py
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@ See the `LICENSE` file for details on terms and conditions.
## Related projects

- Part of the computational inputs, reference otputs and experimental data have been adopted from the [CoNDERC project](https://nds.iaea.org/conderc). Some of the inputs may have been modified if mistakes in the input files have been discovered or due to JADE specific needs. Technical solutions to synchronize this repository with CoNDERC will be investigated in the future.


# Developers notes

## Git Large Files System (LFS)
This repository makes use of [git lfs](https://git-lfs.com/) an extension of ``git`` which allows to deal more effectively with large files. This is necessary to deal with weight windows file which can be quite heavy and not exactly git-friendly.
To take advantage of git-lfs, developers should:
1) Install the git lfs ectension from the website
2) activate it through ``git lfs install`` (to be run only once per user account)

Additional files to be tracked with lfs system can be added with ``git lfs track "<some regex>"`` where the admissible regex are the same as for the ``.gitignore`` file. To check which files are currently tracked via lfs one can run ``git lfs ls-files``.
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

0 comments on commit 9613d8e

Please sign in to comment.