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
fdf8a104
Commit
fdf8a104
authored
5 months ago
by
GUEZ Lionel
Browse files
Options
Downloads
Patches
Plain Diff
Polish
parent
3a11139f
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
Inst_eddies/inst_eddies.f90
+3
-2
3 additions, 2 deletions
Inst_eddies/inst_eddies.f90
Inst_eddies/inst_eddies_INALT.py.in
+2
-1
2 additions, 1 deletion
Inst_eddies/inst_eddies_INALT.py.in
with
5 additions
and
3 deletions
Inst_eddies/inst_eddies.f90
+
3
−
2
View file @
fdf8a104
...
...
@@ -171,8 +171,9 @@ program inst_eddies
call
write_snapshot
(
list
,
hshpc_cyclo
,
hshpc_anti
,
date
)
CALL
shpc_close
(
hshpc_cyclo
)
CALL
shpc_close
(
hshpc_anti
)
print
*
,
'inst_eddies: Appended to shapefiles in one slice of '
,
&
SHPC_dir
,
'.'
write
(
unit
=
*
,
&
fmt
=
'("inst_eddies: Appended to shapefiles in ", a, "/Slice_", i0)'
)
&
shpc_dir
,
slice
call
cpu_time
(
t1
)
write
(
unit
,
fmt
=
*
)
"CPU time for output:"
,
t1
-
t0
,
"s"
close
(
unit
)
...
...
This diff is collapsed.
Click to expand it.
Inst_eddies/inst_eddies_INALT.py.in
+
2
−
1
View file @
fdf8a104
...
...
@@ -49,7 +49,8 @@ for fname in [args.SSH_file, args.u_file, args.v_file]:
if
os
.
access
(
"
inst_eddies_nml.txt
"
,
os
.
R_OK
):
print
(
"
Will use inst_eddies_nml.txt, using date in main_nml as first date...
"
"
inst_eddies_INALT.py: Will use inst_eddies_nml.txt, using date in
"
"
main_nml as first date...
"
)
else
:
sys
.
exit
(
...
...
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