Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IPSL
P
Projets
dynamico
DYNAMICO
Commits
9ed321e3
Commit
9ed321e3
authored
Jul 07, 2021
by
Thomas Dubos
Browse files
Avoid bug in phys-dyn interface
parent
e448893d
Pipeline
#127494
failed with stages
in 61 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/physics/physics.f90
src/physics/physics.f90
+1
-0
src/physics/physics_interface.f90
src/physics/physics_interface.f90
+1
-1
No files found.
src/physics/physics.f90
View file @
9ed321e3
...
...
@@ -369,6 +369,7 @@ CONTAINS
q
=
f_q
(
ind
)
dulon
=
f_dulon
(
ind
)
dulat
=
f_dulat
(
ind
)
! also updates temp and q
CALL
unpack_physics
(
pack_info
(
ind
),
ps
,
temp
,
q
,
dulon
,
dulat
)
END
DO
...
...
src/physics/physics_interface.f90
View file @
9ed321e3
...
...
@@ -120,7 +120,7 @@ CONTAINS
INTEGER
,
DIMENSION
(
jjm
)
::
n
INTEGER
::
ngrid
,
nseg
,
i
,
j
,
jj
,
k
INTEGER
,
PARAMETER
::
method
=
3
INTEGER
,
PARAMETER
::
method
=
1
SELECT
CASE
(
method
)
CASE
(
1
)
! Copy all points, including halo (works)
info
%
nseg
=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment