Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libfortran-support
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libfortran-support
Commits
56b7be62
Commit
56b7be62
authored
1 month ago
by
Dylan Kierans
Browse files
Options
Downloads
Patches
Plain Diff
new real kind wp_init_grid used for icon grid initialization
parent
e21ca60f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mo_iconlib_kind.F90
+3
-0
3 additions, 0 deletions
src/mo_iconlib_kind.F90
with
3 additions
and
0 deletions
src/mo_iconlib_kind.F90
+
3
−
0
View file @
56b7be62
...
...
@@ -22,6 +22,7 @@ MODULE mo_iconlib_kind
PUBLIC
::
wp
!< Selected working precision
PUBLIC
::
vp
!< Selected variable precision
PUBLIC
::
wp_init_grid
!< Selected precision for grid initialization
PUBLIC
::
dp
!< 8 byte real (double precision)
PUBLIC
::
sp
!< 4 byte real (single precision)
PUBLIC
::
i8
!< 8 byte integer
...
...
@@ -44,4 +45,6 @@ MODULE mo_iconlib_kind
INTEGER
,
PARAMETER
::
vp
=
wp
#endif
INTEGER
,
PARAMETER
::
wp_init_grid
=
dp
END
MODULE
mo_iconlib_kind
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