Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SAMSIM3.0
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Deutloff, Jakob
SAMSIM3.0
Commits
23be5ffd
Commit
23be5ffd
authored
1 year ago
by
Fuchs, Niels
Browse files
Options
Downloads
Patches
Plain Diff
correct enthalpy balance in expulsion
parent
184e2b95
No related branches found
No related tags found
1 merge request
!3
Changes in layer dynamics and enthalpy calculations
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
mo_grotz.f90
+1
-0
1 addition, 0 deletions
mo_grotz.f90
mo_layer_dynamics.f90
+1
-1
1 addition, 1 deletion
mo_layer_dynamics.f90
mo_mass.f90
+1
-1
1 addition, 1 deletion
mo_mass.f90
with
3 additions
and
2 deletions
mo_grotz.f90
+
1
−
0
View file @
23be5ffd
...
@@ -79,6 +79,7 @@ CONTAINS
...
@@ -79,6 +79,7 @@ CONTAINS
!! Basic thermodynamics and layer_dynamics for fixed boundaries seem stable, backup made. by griewank (2010-08-10) \n
!! Basic thermodynamics and layer_dynamics for fixed boundaries seem stable, backup made. by griewank (2010-08-10) \n
!! Add some more outputs, changed routine names and arguments with respect to newly introduces flags by Niels Fuchs, MPIMET (2017-03-01) \n
!! Add some more outputs, changed routine names and arguments with respect to newly introduces flags by Niels Fuchs, MPIMET (2017-03-01) \n
!! Added a bit of description with the run down of what happends by Philipp Griewank, Uni K (2018-08-08)
!! Added a bit of description with the run down of what happends by Philipp Griewank, Uni K (2018-08-08)
!! Edited by Niels Fuchs, UHH (2024-05-03), correct layer enthalpy balance in brine expulsion routine
SUBROUTINE
grotz
()
SUBROUTINE
grotz
()
USE
mo_parameters
USE
mo_parameters
...
...
This diff is collapsed.
Click to expand it.
mo_layer_dynamics.f90
+
1
−
1
View file @
23be5ffd
...
@@ -185,7 +185,7 @@ CONTAINS
...
@@ -185,7 +185,7 @@ CONTAINS
!!
!!
!! @par Revision History
!! @par Revision History
!! Pasted by Philipp Griewank, IMPRS (2011-05-10)
!! Pasted by Philipp Griewank, IMPRS (2011-05-10)
!! Edited by Niels Fuchs, UHH (2024-05-03), changed thick_0 to thick(
i)
to work better with ice core initialization
!! Edited by Niels Fuchs, UHH (2024-05-03), changed thick_0 to thick(
k) in middle layers
to work better with ice core initialization
SUBROUTINE
top_melt
(
Nlayer
,
N_active
,
N_middle
,
N_top
,
thick_0
,
m
,
S_abs
,
H_abs
,
thick
,
N_bgc
,
bgc_abs
)
SUBROUTINE
top_melt
(
Nlayer
,
N_active
,
N_middle
,
N_top
,
thick_0
,
m
,
S_abs
,
H_abs
,
thick
,
N_bgc
,
bgc_abs
)
...
...
This diff is collapsed.
Click to expand it.
mo_mass.f90
+
1
−
1
View file @
23be5ffd
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment