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
Merge requests
!3
Changes in layer dynamics and enthalpy calculations
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Changes in layer dynamics and enthalpy calculations
debug_summertime_expulsion
into
master
Overview
0
Commits
4
Pipelines
0
Changes
3
Merged
Fuchs, Niels
requested to merge
debug_summertime_expulsion
into
master
1 year ago
Overview
0
Commits
4
Pipelines
0
Changes
3
/mo_grotz.f90
/mo_layer_dynamics.f90: made middle layer thickness more dynamic to improve handling of ice core initialization runs
/mo_mass.f90: remove brine mass from total enthalpy in expulsion function
/mo_data.f90: corrected confused enthalpy descriptions
0
0
Merge request reports
Viewing commit
23be5ffd
Prev
Next
Show latest version
3 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
23be5ffd
correct enthalpy balance in expulsion
· 23be5ffd
Fuchs, Niels
authored
1 year ago
mo_grotz.f90
+
1
−
0
View file @ 23be5ffd
Edit in single-file editor
Open in Web IDE
Show full file
@@ -79,6 +79,7 @@ CONTAINS
!! 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
!! 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
()
USE
mo_parameters
Loading