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
66221608
Commit
66221608
authored
8 years ago
by
ESCOBAR MUNOZ Juan
Committed by
WAUTELET Philippe
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Juan 02/05/2016 : bug , test ZZS_MAX in //
parent
4c62aaa7
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/MNH/spawn_model2.f90
+9
-1
9 additions, 1 deletion
src/MNH/spawn_model2.f90
with
9 additions
and
1 deletion
src/MNH/spawn_model2.f90
+
9
−
1
View file @
66221608
...
...
@@ -186,6 +186,7 @@ END MODULE MODI_SPAWN_MODEL2
!! model2 before the call to ini_nsv
!! Modification 05/02/2015 (M.Moge) parallelization of SPAWNING
!! J.Escobar : 15/09/2015 : WENO5 & JPHEXT <> 1
!! J.Escobar 02/05/2016 : test ZZS_MAX in //
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
...
...
@@ -276,6 +277,9 @@ USE MODD_2D_FRC
USE
MODI_GET_SIZEX_LB
USE
MODI_GET_SIZEY_LB
!
USE
MODD_MPIF
USE
MODD_VAR_ll
!
IMPLICIT
NONE
!
!* 0.1.1 Declarations of global variables not declared in the modules :
...
...
@@ -377,6 +381,7 @@ INTEGER :: IISIZEY4,IJSIZEY4,IISIZEY2,IJSIZEY2 ! North-south LB arrays
!
CHARACTER
(
LEN
=
4
)
::
YLBTYPE
!
REAL
::
ZZS_MAX
,
ZZS_MAX_ll
!-------------------------------------------------------------------------------
!
! Save model index and switch to model 2 variables
...
...
@@ -1099,7 +1104,10 @@ ZTIME1 = ZTIME2
!
!* vertical interpolation
!
IF
(
ANY
(
XZS
(:,:)
>
0.
)
.AND.
(
NDXRATIO
/
=
1
.OR.
NDYRATIO
/
=
1
)
)
THEN
ZZS_MAX
=
ABS
(
MAXVAL
(
XZS
(:,:)))
CALL
MPI_ALLREDUCE
(
ZZS_MAX
,
ZZS_MAX_ll
,
1
,
MPI_PRECISION
,
MPI_MAX
,
&
NMNH_COMM_WORLD
,
IINFO_ll
)
IF
(
(
ZZS_MAX_ll
>
0.
)
.AND.
(
NDXRATIO
/
=
1
.OR.
NDYRATIO
/
=
1
)
)
THEN
CALL
MPPDB_CHECK3D
(
XUT
,
"SPAWN_M2 before VER_INTERP_FIELD:XUT"
,
PRECISION
)
CALL
VER_INTERP_FIELD
(
CTURB
,
NRR
,
NSV
,
ZZZ_LS
,
XZZ
,
&
XUT
,
XVT
,
XWT
,
ZTHVT
,
XRT
,
ZHUT
,
XTKET
,
XSVT
,
&
...
...
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