Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Nemo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
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
Sam Hatfield
Nemo
Commits
a23f6d9a
Commit
a23f6d9a
authored
2 years ago
by
Jérôme Chanut
Committed by
Guillaume Samson
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Reduce AGRIF default MaxSearch to 3
parent
642a532a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide 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 @
a23f6d9a
...
...
@@ -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 @
a23f6d9a
...
...
@@ -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 @
a23f6d9a
...
...
@@ -87,6 +87,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
...
...
@@ -106,6 +107,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