Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RODIER Quentin
Méso-NH code
Commits
44523aff
Commit
44523aff
authored
8 years ago
by
CHABOUREAU Jean-Pierre
Browse files
Options
Downloads
Patches
Plain Diff
Jean-Pierre 14/10/2016: adding logical kind JPLM for RTTOV
parent
ebd7f2de
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/LIB/RAD/ECMWF_RAD/parkind1.f90
+5
-1
5 additions, 1 deletion
src/LIB/RAD/ECMWF_RAD/parkind1.f90
with
5 additions
and
1 deletion
src/LIB/RAD/ECMWF_RAD/parkind1.f90
+
5
−
1
View file @
44523aff
!-----------------------------------------------------------------
!--------------- special set of characters for RCS information
!-----------------------------------------------------------------
! $Source$ $Revision$
! ECMWF_RAD2 2003/02/19 13:36:36
!-----------------------------------------------------------------
MODULE
PARKIND1
!
! *** Define usual kinds for strong typing ***
! J.Escobar : 9/06/2015, for I*8 compilation force JPIM to default size
! J.-P. Chaboureau: 14/10/2016, adding logical kind JPLM for RTTOV
!
IMPLICIT
NONE
SAVE
...
...
@@ -30,4 +30,8 @@ INTEGER, PARAMETER :: JPRM = SELECTED_REAL_KIND(6,37)
REAL
::
REAL_DEF_JPRB
INTEGER
,
PARAMETER
::
JPRB
=
KIND
(
REAL_DEF_JPRB
)
! SELECTED_REAL_KIND(13,300)
!
! Logical Kinds
! -------------
INTEGER
,
PARAMETER
::
JPLM
=
KIND
(
.TRUE.
)
!Standard logical type
!
END
MODULE
PARKIND1
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