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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Deutloff, Jakob
SAMSIM3.0
Commits
db27ef71
Commit
db27ef71
authored
1 year ago
by
Fuchs, Niels
Browse files
Options
Downloads
Patches
Plain Diff
changed enthalpy declaration
parent
31613cd1
Branches
debug_summertime_expulsion
Branches containing commit
No related tags found
1 merge request
!3
Changes in layer dynamics and enthalpy calculations
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
mo_data.f90
+220
-219
220 additions, 219 deletions
mo_data.f90
with
220 additions
and
219 deletions
mo_data.f90
+
220
−
219
View file @
db27ef71
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
!! @par Revision History
!! @par Revision History
!! Initialized by Philipp Griewank, IMPRS (2010-07-14) \n
!! Initialized by Philipp Griewank, IMPRS (2010-07-14) \n
!! Add several variables by Niels Fuchs, MPIMET (2017-03-01)
!! 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
MODULE
mo_data
...
@@ -31,8 +32,8 @@ MODULE mo_data
...
@@ -31,8 +32,8 @@ MODULE mo_data
!----Arrays
!----Arrays
REAL
(
wp
),
DIMENSION
(:),
ALLOCATABLE
::
H
!< Enthalpy [J]
REAL
(
wp
),
DIMENSION
(:),
ALLOCATABLE
::
H
!<
specific
Enthalpy [J
/kg
]
REAL
(
wp
),
DIMENSION
(:),
ALLOCATABLE
::
H_abs
!<
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
::
Q
!< Heat in layer [J]
REAL
(
wp
),
DIMENSION
(:),
ALLOCATABLE
::
fl_Q
!< Heat flux between layers [J/s]
REAL
(
wp
),
DIMENSION
(:),
ALLOCATABLE
::
fl_Q
!< Heat flux between layers [J/s]
REAL
(
wp
),
DIMENSION
(:),
ALLOCATABLE
::
T
!< Temperature [C]
REAL
(
wp
),
DIMENSION
(:),
ALLOCATABLE
::
T
!< Temperature [C]
...
...
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