Skip to content
Snippets Groups Projects
Commit 23be5ffd authored by Fuchs, Niels's avatar Fuchs, Niels
Browse files

correct enthalpy balance in expulsion

parent 184e2b95
No related branches found
No related tags found
1 merge request!3Changes in layer dynamics and enthalpy calculations
...@@ -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
......
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment