Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Méso-NH
Méso-NH code
Commits
a202ef38
Commit
a202ef38
authored
6 years ago
by
Gaelle DELAUTIER
Browse files
Options
Downloads
Patches
Plain Diff
Gaelle 20/07/2018 back to the previous version
parent
a3dfbc1f
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
src/SURFEX/prep_hor_ocean_field.F90
+4
-5
4 additions, 5 deletions
src/SURFEX/prep_hor_ocean_field.F90
with
4 additions
and
5 deletions
src/SURFEX/prep_hor_ocean_field.F90
+
4
−
5
View file @
a202ef38
...
@@ -84,7 +84,7 @@ REAL, POINTER, DIMENSION(:,:,:) ::ZFIELDIN=>NULL()!field to interpolate horiz
...
@@ -84,7 +84,7 @@ REAL, POINTER, DIMENSION(:,:,:) ::ZFIELDIN=>NULL()!field to interpolate horiz
REAL
,
POINTER
,
DIMENSION
(:,:)
::
ZFIELD
=>
NULL
()
!field to interpolate horizontally
REAL
,
POINTER
,
DIMENSION
(:,:)
::
ZFIELD
=>
NULL
()
!field to interpolate horizontally
REAL
,
ALLOCATABLE
,
DIMENSION
(:,:,:)::
ZFIELDOUT
!field interpolated horizontally
REAL
,
ALLOCATABLE
,
DIMENSION
(:,:,:)::
ZFIELDOUT
!field interpolated horizontally
!
!
INTEGER
::
JLEV
,
JLEV2
! loop on oceanic vertical level
INTEGER
::
JLEV
! loop on oceanic vertical level
INTEGER
::
IK1
INTEGER
::
IK1
REAL
(
KIND
=
JPRB
)
::
ZHOOK_HANDLE
REAL
(
KIND
=
JPRB
)
::
ZHOOK_HANDLE
!----------------------------------------------------------------------------
!----------------------------------------------------------------------------
...
@@ -114,11 +114,10 @@ END IF
...
@@ -114,11 +114,10 @@ END IF
ALLOCATE
(
ZFIELDOUT
(
KLAT
,
SIZE
(
ZFIELDIN
,
2
),
SIZE
(
ZFIELDIN
,
3
))
)
ALLOCATE
(
ZFIELDOUT
(
KLAT
,
SIZE
(
ZFIELDIN
,
2
),
SIZE
(
ZFIELDIN
,
3
))
)
ALLOCATE
(
ZFIELD
(
SIZE
(
ZFIELDIN
,
1
),
SIZE
(
ZFIELDIN
,
3
)))
ALLOCATE
(
ZFIELD
(
SIZE
(
ZFIELDIN
,
1
),
SIZE
(
ZFIELDIN
,
3
)))
!
!
DO
JLEV
=
NOCKMIN
,
NOCKMAX
DO
JLEV
=
1
,
SIZE
(
ZFIELDIN
,
2
)
JLEV2
=
JLEV
-
NOCKMIN
+
1
WHERE
(
PSEABATHY
(:)
-
XZHOC
(
JLEV
)
>
0.
)
LINTERP
(:)
=
.FALSE.
WHERE
(
PSEABATHY
(:)
-
XZHOC
(
JLEV
)
>
0.
)
LINTERP
(:)
=
.FALSE.
ZFIELD
(:,:)
=
ZFIELDIN
(:,
JLEV
2
,:)
ZFIELD
(:,:)
=
ZFIELDIN
(:,
JLEV
,:)
CALL
HOR_INTERPOL
(
DTCO
,
U
,
GCP
,
KLUOUT
,
ZFIELD
,
ZFIELDOUT
(:,
JLEV
2
,:))
CALL
HOR_INTERPOL
(
DTCO
,
U
,
GCP
,
KLUOUT
,
ZFIELD
,
ZFIELDOUT
(:,
JLEV
,:))
LINTERP
(:)
=
.TRUE.
LINTERP
(:)
=
.TRUE.
ENDDO
ENDDO
!
!
...
...
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