Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Detection eddies
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
IPSL
LMD
DPAO
Detection eddies
Commits
a7e6bdfd
Commit
a7e6bdfd
authored
6 years ago
by
Lionel GUEZ
Browse files
Options
Downloads
Patches
Plain Diff
Bug fix in procedure get_1_outerm.
parent
bf045ac7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GNUmakefile
+10
-1
10 additions, 1 deletion
GNUmakefile
get_1_outerm.f
+1
-1
1 addition, 1 deletion
get_1_outerm.f
with
11 additions
and
2 deletions
GNUmakefile
+
10
−
1
View file @
a7e6bdfd
...
...
@@ -48,6 +48,15 @@ endif
SHELL
=
bash
LINK.o
=
$(
FC
)
$(
LDFLAGS
)
$(
TARGET_ARCH
)
%.o
:
%.f
@
echo
"Building
$@
..."
@$(
COMPILE.f
)
$(
OUTPUT_OPTION
)
$<
%
:
%.o
@
echo
"Linking
$@
..."
@$(
LINK.o
)
$^
$(
LOADLIBES
)
$(
LDLIBS
)
-o
$@
.DELETE_ON_ERROR
:
.PHONY
:
all clean clobber depend
all
:
${execut} log
...
...
@@ -77,7 +86,7 @@ clobber: clean
log
:
hostname
>
$@
${
FC
}
${
version_flag
}
>>
$@
2>&1
echo
-e
"
\n
FC =
${
FC
}
\n\n
CPPFLAGS =
${
CPPFLAGS
}
\n\n
FFLAGS =
${
FFLAGS
}
\n\n
LDLIBS =
${
LDLIBS
}
\n\n
LDFLAGS =
${
LDFLAGS
}
"
>>
$@
@
echo
-e
"
\n
FC =
${
FC
}
\n\n
CPPFLAGS =
${
CPPFLAGS
}
\n\n
FFLAGS =
${
FFLAGS
}
\n\n
LDLIBS =
${
LDLIBS
}
\n\n
LDFLAGS =
${
LDFLAGS
}
"
>>
$@
ifneq
($(MAKECMDGOALS), clobber)
include
${makefile_dir}/depend.mk
...
...
This diff is collapsed.
Click to expand it.
get_1_outerm.f
+
1
−
1
View file @
a7e6bdfd
...
...
@@ -63,7 +63,7 @@ contains
if
(
get_1_outerm
%
n_points
==
0
)
then
! null ssh contour
get_1_outerm
%
ssh
=
missing_ssh
get_1_outerm
%
area
=
0
.
get_1_outerm
%
area
=
-
1
.
else
level_good
=
innermost_level
mask
=
ssh
/
=
huge
(
0.
)
...
...
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