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
Méso-NH
Méso-NH code
Commits
a106ce9c
Commit
a106ce9c
authored
3 years ago
by
RODIER Quentin
Browse files
Options
Downloads
Patches
Plain Diff
Quentin 21/01/2022: bugfix last commit, mode_tools already exists in tools.F90
parent
ccdd712d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/arome/aux/mode_tools.F90
+0
-19
0 additions, 19 deletions
src/arome/aux/mode_tools.F90
src/common/aux/tools.F90
+16
-0
16 additions, 0 deletions
src/common/aux/tools.F90
with
16 additions
and
19 deletions
src/arome/aux/mode_tools.F90
deleted
100644 → 0
+
0
−
19
View file @
ccdd712d
MODULE
MODE_TOOLS
IMPLICIT
NONE
CONTAINS
LOGICAL
FUNCTION
LNORTH_ll
()
LNORTH_ll
=
.FALSE.
END
FUNCTION
LNORTH_ll
!
LOGICAL
FUNCTION
LEAST_ll
()
LEAST_ll
=
.FALSE.
END
FUNCTION
LEAST_ll
!
LOGICAL
FUNCTION
LWEST_ll
()
LWEST_ll
=
.FALSE.
END
FUNCTION
LWEST_ll
!
LOGICAL
FUNCTION
LSOUTH_ll
()
LSOUTH_ll
=
.FALSE.
END
FUNCTION
LSOUTH_ll
END
MODULE
MODE_TOOLS
This diff is collapsed.
Click to expand it.
src/common/aux/tools.F90
+
16
−
0
View file @
a106ce9c
...
@@ -136,4 +136,20 @@ function Upcase(hstring)
...
@@ -136,4 +136,20 @@ function Upcase(hstring)
end
do
end
do
end
function
Upcase
end
function
Upcase
LOGICAL
FUNCTION
LNORTH_ll
()
LNORTH_ll
=
.FALSE.
END
FUNCTION
LNORTH_ll
!
LOGICAL
FUNCTION
LEAST_ll
()
LEAST_ll
=
.FALSE.
END
FUNCTION
LEAST_ll
!
LOGICAL
FUNCTION
LWEST_ll
()
LWEST_ll
=
.FALSE.
END
FUNCTION
LWEST_ll
!
LOGICAL
FUNCTION
LSOUTH_ll
()
LSOUTH_ll
=
.FALSE.
END
FUNCTION
LSOUTH_ll
end
module
mode_tools
end
module
mode_tools
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