Skip to content
Snippets Groups Projects
Commit 28d7cd6b authored by GUEZ Lionel's avatar GUEZ Lionel
Browse files

Use `copy_max_radius` instead of re-computing it

parent cf827d03
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,9 @@ contains
logical, intent(in):: periodic ! grid is periodic in longitude
real, intent(in):: ssh(1 - merge(max_radius(1), 0, periodic):, :)
! (1 - max_radius(1):nlon + max_radius(1), nlat) if the grid is periodic
! in longitude, else (nlon, nlat). Sea-surface height, in m.
real, intent(in):: ssh(1 - copy_max_radius:, :)
! (1 - copy_max_radius:nlon + copy_max_radius, nlat)
! sea-surface height, in m
! Local:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment