Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor sea ice model #32

Merged
merged 30 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
01cb8bb
add some refactor
simone-silvestri Jul 10, 2024
73baef2
start with some refactoring
simone-silvestri Jul 12, 2024
5c46c8f
try it out
simone-silvestri Jul 12, 2024
01bec8e
more reafctoring
simone-silvestri Jul 12, 2024
12f27d1
more refactors
simone-silvestri Jul 12, 2024
265b974
finnish refactoring
simone-silvestri Jul 12, 2024
4c9d2e3
fixing all dependencies
simone-silvestri Jul 12, 2024
51ded28
compiles and runs
simone-silvestri Jul 12, 2024
82638fc
make the timestepping 3D
simone-silvestri Jul 12, 2024
7da07ec
do not delete EnthaplySeaIceModel
simone-silvestri Jul 12, 2024
131873c
change name
simone-silvestri Jul 14, 2024
0866f88
some name changes
simone-silvestri Jul 14, 2024
76e81c7
adjust formatting
simone-silvestri Jul 14, 2024
fa214d8
change show method
simone-silvestri Jul 14, 2024
df2a1aa
flatten structure
simone-silvestri Jul 15, 2024
0eb65a8
fix typo
simone-silvestri Jul 15, 2024
0c5783f
fix tests and docs
simone-silvestri Jul 15, 2024
1c8bb2e
bugfix internal heat flux
simone-silvestri Jul 15, 2024
5320bd5
aother bugfix
simone-silvestri Jul 15, 2024
911be8b
fixes to the tests
simone-silvestri Jul 15, 2024
cc43710
more bugfixing
simone-silvestri Jul 15, 2024
823915d
some alignment problems
simone-silvestri Jul 15, 2024
db2c6a6
add SeaIceThermodynamics in docs/API
navidcy Jul 24, 2024
76e5e55
add ClimaSeaIce.SeaIceThermodynamics.HeatBoundaryConditions
navidcy Jul 24, 2024
d4fc80e
fix latex rendering
navidcy Jul 24, 2024
4f5813b
code cleanup
navidcy Jul 24, 2024
799019d
code cleanup
navidcy Jul 24, 2024
f46dae7
remove ice-dynamics
simone-silvestri Jul 24, 2024
c632e83
Merge branch 'ss/refactor-model' of github.com:CliMA/ClimaSeaIce.jl i…
simone-silvestri Jul 24, 2024
8bd82e4
remove AbstractSeaIceThermodynamics
simone-silvestri Jul 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ docs/Manifest.toml
*.json
*.sha512
data

# File generated by NVIDIA profiling tools
*.qdprep
*.nsys-rep
*.ncu-rep
Loading
Loading