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
9c40ca25
Commit
9c40ca25
authored
5 months ago
by
GUEZ Lionel
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
000cd5ba
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
Common/shpc_open.f90
+1
-2
1 addition, 2 deletions
Common/shpc_open.f90
Inst_eddies/inst_eddies.f90
+1
-1
1 addition, 1 deletion
Inst_eddies/inst_eddies.f90
with
2 additions
and
3 deletions
Common/shpc_open.f90
+
1
−
2
View file @
9c40ca25
...
...
@@ -44,6 +44,7 @@ contains
pszaccess
)
call
shp_open_03
(
hshp
%
max_speed
,
hshp
%
dir
//
"/max_speed_contour"
,
&
pszaccess
)
hshp
%
cyclone
=
cyclone
hshp
%
with_proj
=
with_proj
! needed before calling read_field_indices
call
read_field_indices
(
hshp
)
call
new_unit
(
hshp
%
unit
)
...
...
@@ -55,8 +56,6 @@ contains
open
(
hshp
%
unit
,
file
=
hshp
%
dir
//
"/ishape_last.txt"
,
&
status
=
"old"
,
action
=
"readwrite"
,
position
=
"append"
)
end
if
hshp
%
cyclone
=
cyclone
else
if
(
.not.
present
(
iostat
))
then
write
(
ERROR_UNIT
,
fmt
=
*
)
"shpc_open: failed"
write
(
ERROR_UNIT
,
fmt
=
*
)
"shpc_dir = "
,
shpc_dir
...
...
This diff is collapsed.
Click to expand it.
Inst_eddies/inst_eddies.f90
+
1
−
1
View file @
9c40ca25
...
...
@@ -80,7 +80,7 @@ program inst_eddies
"inst_eddies: not enough IEEE support"
)
n_arg
=
command_argument_count
()
call
assert
(
n_arg
>=
2
.and.
n_arg
<=
4
,
&
"Usage: SHPC-directory
inst_eddies
h-file [u-file [v-file]]"
)
"Usage:
inst_eddies
SHPC-directory h-file [u-file [v-file]]"
)
call
get_command_arg_dyn
(
1
,
shpc_dir
)
call
get_command_arg_dyn
(
2
,
ssh_fname
)
...
...
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