Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GOSI9esm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Consortium Members
UKMO
GOSI
GOSI9esm
Commits
c3fc000e
Commit
c3fc000e
authored
3 years ago
by
Guillaume Samson
Browse files
Options
Downloads
Patches
Plain Diff
Merge branch '82-agrif-maxsearch' into 'branch_4.2'
parent
3e5b2dd9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ext/AGRIF/AGRIF_FILES/modtypes.F90
+1
-1
1 addition, 1 deletion
ext/AGRIF/AGRIF_FILES/modtypes.F90
src/NST/agrif_ice_interp.F90
+2
-0
2 additions, 0 deletions
src/NST/agrif_ice_interp.F90
src/NST/agrif_oce_interp.F90
+2
-0
2 additions, 0 deletions
src/NST/agrif_oce_interp.F90
with
5 additions
and
1 deletion
ext/AGRIF/AGRIF_FILES/modtypes.F90
+
1
−
1
View file @
c3fc000e
...
...
@@ -378,7 +378,7 @@ end type Agrif_Variables_List
integer
::
Agrif_Regridding
=
10
integer
::
Agrif_Minwidth
real
::
Agrif_Efficiency
=
0.7
integer
::
MaxSearch
=
10
integer
::
MaxSearch
=
3
real
(
kind
=
8
),
dimension
(
3
)
::
Agrif_mind
!> @}
!> \name parameters for the interpolation of the child grids
...
...
This diff is collapsed.
Click to expand it.
src/NST/agrif_ice_interp.F90
+
2
−
0
View file @
c3fc000e
...
...
@@ -57,6 +57,7 @@ CONTAINS
! Set a_i, v_i, v_s, sv_i, oa_i, a_ip, v_ip, t_su, e_s, e_i:
Agrif_SpecialValue
=
-9999.
Agrif_UseSpecialValue
=
.TRUE.
CALL
Agrif_Set_MaskMaxSearch
(
10
)
CALL
Agrif_init_variable
(
tra_iceini_id
,
procname
=
interp_tra_ice
)
!
CALL
lbc_lnk
(
'agrif_istate_ice'
,
a_i
,
'T'
,
1._wp
,
v_i
,
'T'
,
1._wp
,
&
...
...
@@ -78,6 +79,7 @@ CONTAINS
CALL
Agrif_init_variable
(
v_iceini_id
,
procname
=
interp_v_ice
)
use_sign_north
=
.FALSE.
Agrif_UseSpecialValue
=
.FALSE.
CALL
Agrif_Set_MaskMaxSearch
(
3
)
!
CALL
lbc_lnk
(
'agrif_istate_ice'
,
u_ice
,
'U'
,
-1._wp
,
v_ice
,
'V'
,
-1._wp
)
!
...
...
This diff is collapsed.
Click to expand it.
src/NST/agrif_oce_interp.F90
+
2
−
0
View file @
c3fc000e
...
...
@@ -88,6 +88,7 @@ CONTAINS
Agrif_SpecialValue
=
0.0_wp
Agrif_UseSpecialValue
=
.TRUE.
l_vremap
=
ln_vert_remap
CALL
Agrif_Set_MaskMaxSearch
(
10
)
ts
(:,:,:,:,
Kbb
)
=
0.0_wp
uu
(:,:,:,
Kbb
)
=
0.0_wp
...
...
@@ -107,6 +108,7 @@ CONTAINS
Agrif_UseSpecialValue
=
.FALSE.
l_ini_child
=
.FALSE.
l_vremap
=
.FALSE.
CALL
Agrif_Set_MaskMaxSearch
(
3
)
Krhs_a
=
Kaa
;
Kmm_a
=
Kmm
...
...
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