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
4376cc85
Commit
4376cc85
authored
1 month ago
by
GUEZ Lionel
Browse files
Options
Downloads
Patches
Plain Diff
Use `copy_max_radius` instead of re-computing it
parent
7b8b02e8
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
Inst_eddies/get_var.f90
+3
-4
3 additions, 4 deletions
Inst_eddies/get_var.f90
with
3 additions
and
4 deletions
Inst_eddies/get_var.f90
+
3
−
4
View file @
4376cc85
...
@@ -17,13 +17,12 @@ contains
...
@@ -17,13 +17,12 @@ contains
use
netcdf95
,
only
:
nf95_inq_varid
,
nf95_gunp_var
use
netcdf95
,
only
:
nf95_inq_varid
,
nf95_gunp_var
use
config_m
,
only
:
max_radius
use
config_m
,
only
:
max_radius
use
read_grid_inst_eddies_m
,
only
:
nlon
use
read_grid_inst_eddies_m
,
only
:
nlon
,
copy_max_radius
logical
,
intent
(
in
)::
periodic
! grid is periodic in longitude
logical
,
intent
(
in
)::
periodic
! grid is periodic in longitude
real
,
intent
(
out
)::
values
(
1
-
merge
(
max_radius
(
1
),
0
,
periodic
):,
:)
real
,
intent
(
out
)::
values
(
1
-
copy_max_radius
:,
:)
! (1 - merge(max_radius(1), 0, periodic):nlon + merge(max_radius(1),
! (1 - copy_max_radius:nlon + copy_max_radius, nlat)
! 0, periodic), nlat)
! ssh, u or v. We cannot place this argument first because the
! ssh, u or v. We cannot place this argument first because the
! declaration references periodic.
! declaration references periodic.
...
...
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