Skip to content
Snippets Groups Projects

Changes in layer dynamics and enthalpy calculations

Merged Fuchs, Niels requested to merge debug_summertime_expulsion into master
4 files
+ 1158
1153
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 220
219
@@ -21,6 +21,7 @@
!! @par Revision History
!! Initialized by Philipp Griewank, IMPRS (2010-07-14) \n
!! Add several variables by Niels Fuchs, MPIMET (2017-03-01)
!! edited by Niels Fuchs, UHH (2024-05-03), corrected Enthalpy declaration (before specific and total enthalpy were confused)
!!
MODULE mo_data
@@ -31,8 +32,8 @@ MODULE mo_data
!----Arrays
REAL(wp), DIMENSION(:), ALLOCATABLE :: H !< Enthalpy [J]
REAL(wp), DIMENSION(:), ALLOCATABLE :: H_abs !< specific Enthalpy [J/kg]
REAL(wp), DIMENSION(:), ALLOCATABLE :: H !< specific Enthalpy [J/kg]
REAL(wp), DIMENSION(:), ALLOCATABLE :: H_abs !< total Enthalpy [J]
REAL(wp), DIMENSION(:), ALLOCATABLE :: Q !< Heat in layer [J]
REAL(wp), DIMENSION(:), ALLOCATABLE :: fl_Q !< Heat flux between layers [J/s]
REAL(wp), DIMENSION(:), ALLOCATABLE :: T !< Temperature [C]
Loading