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
RODIER Quentin
Méso-NH code
Commits
753fff10
Commit
753fff10
authored
10 years ago
by
ESCOBAR MUNOZ Juan
Committed by
WAUTELET Philippe
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Juan 10/04/2014:(& M.Faivre ) add reprod_sum on XEXNTOP
parent
ca9db2c1
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/ver_interp_to_mixed_grid.f90
+8
-4
8 additions, 4 deletions
src/MNH/ver_interp_to_mixed_grid.f90
with
8 additions
and
4 deletions
src/MNH/ver_interp_to_mixed_grid.f90
+
8
−
4
View file @
753fff10
...
...
@@ -160,6 +160,7 @@ END MODULE MODI_VER_INTERP_TO_MIXED_GRID
!! 21/11/97 (V. Masson) bug in rhod computation (since masdev3_1)
!! 22/01/01 (D. Gazen) add MODD_NSV for NSV access
!! 20/05/06 Remove EPS
!! 10/04/2014 (J.Escobar & M.Faivre ) add reprod_sum on XEXNTOP
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
...
...
@@ -191,7 +192,8 @@ USE MODD_PREP_REAL
USE
MODE_ll
USE
MODE_EXTRAPOL
!JUAN REALZ
USE
MODE_REPRO_SUM
!
IMPLICIT
NONE
!
!* 0.1 Declaration of arguments
...
...
@@ -413,11 +415,13 @@ IF (HFILE=='ATM ') THEN
!
!!$ XEXNTOP=SUM(ZHEXNFLUX_MX(IIB:IIE,IJB:IJE,IKE+1))/FLOAT((IIE-IIB+1)*(IJE-IJB+1))
!JUAN REALZ
XEXNTOP
=
SUM
(
ZHEXNFLUX_MX
(
IIB
:
IIE
,
IJB
:
IJE
,
IKE
+1
))
!!$ XEXNTOP = SUM(ZHEXNFLUX_MX(IIB:IIE,IJB:IJE,IKE+1))
!!$ CALL REDUCESUM_ll(XEXNTOP,IINFO_ll)
XEXNTOP
=
SUM_DD_R2_ll
(
ZHEXNFLUX_MX
(
IIB
:
IIE
,
IJB
:
IJE
,
IKE
+1
))
!
ZCOUNT
=
FLOAT
((
IIE
-
IIB
+1
)
*
(
IJE
-
IJB
+1
))
CALL
REDUCESUM_ll
(
XEXNTOP
,
IINFO_ll
)
CALL
REDUCESUM_ll
(
ZCOUNT
,
IINFO_ll
)
!
XEXNTOP
=
XEXNTOP
/
ZCOUNT
!JUAN REALZ
...
...
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