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
06b67418
Commit
06b67418
authored
4 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 06/07/2020: minor: remove unused variables and modules
parent
c52e00d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/MNH/resolved_cloud.f90
+7
-15
7 additions, 15 deletions
src/MNH/resolved_cloud.f90
with
7 additions
and
15 deletions
src/MNH/resolved_cloud.f90
+
7
−
15
View file @
06b67418
...
@@ -281,14 +281,9 @@ END MODULE MODI_RESOLVED_CLOUD
...
@@ -281,14 +281,9 @@ END MODULE MODI_RESOLVED_CLOUD
!
!
!* 0. DECLARATIONS
!* 0. DECLARATIONS
! ------------
! ------------
use
modd_budget
,
only
:
lbudget_th
,
lbudget_rv
,
lbudget_rc
,
lbudget_rr
,
lbudget_ri
,
lbudget_rs
,
lbudget_rg
,
lbudget_rh
,
&
lbudget_sv
,
&
NBUDGET_TH
,
NBUDGET_RV
,
NBUDGET_RC
,
NBUDGET_RR
,
NBUDGET_RI
,
NBUDGET_RS
,
NBUDGET_RG
,
NBUDGET_RH
,
&
NBUDGET_SV1
,
&
tbudgets
USE
MODD_CH_AEROSOL
,
ONLY
:
LORILAM
USE
MODD_CH_AEROSOL
,
ONLY
:
LORILAM
USE
MODD_DUST
,
ONLY
:
LDUST
USE
MODD_DUST
,
ONLY
:
LDUST
USE
MODD_CST
,
ONLY
:
XCI
,
XCL
,
XCPD
,
XCPV
,
XLSTT
,
XLVTT
,
XMNH_TINY
,
XP00
,
XRD
,
XRHOLW
,
XTT
use
modd_cst
,
only
:
xcpd
,
xrd
,
xp00
,
xrholw
USE
MODD_DUST
,
ONLY
:
LDUST
USE
MODD_DUST
,
ONLY
:
LDUST
USE
MODD_IO
,
ONLY
:
TFILEDATA
USE
MODD_IO
,
ONLY
:
TFILEDATA
USE
MODD_NSV
,
ONLY
:
NSV_C1R3END
,
NSV_C2R2BEG
,
NSV_C2R2END
,
&
USE
MODD_NSV
,
ONLY
:
NSV_C1R3END
,
NSV_C2R2BEG
,
NSV_C2R2END
,
&
...
@@ -302,7 +297,6 @@ USE MODD_PARAM_LIMA, ONLY: LCOLD, LRAIN, LWARM, XCONC_CCN_TOT, NMOD_CCN, NMO
...
@@ -302,7 +297,6 @@ USE MODD_PARAM_LIMA, ONLY: LCOLD, LRAIN, LWARM, XCONC_CCN_TOT, NMOD_CCN, NMO
USE
MODD_RAIN_ICE_DESCR
,
ONLY
:
XRTMIN
USE
MODD_RAIN_ICE_DESCR
,
ONLY
:
XRTMIN
USE
MODD_SALT
,
ONLY
:
LSALT
USE
MODD_SALT
,
ONLY
:
LSALT
!
!
use
mode_budget
,
only
:
Budget_store_init
,
Budget_store_end
USE
MODE_ll
USE
MODE_ll
use
mode_sources_neg_correct
,
only
:
Sources_neg_correct
use
mode_sources_neg_correct
,
only
:
Sources_neg_correct
!
!
...
@@ -453,16 +447,14 @@ INTEGER :: JK,JI,JL
...
@@ -453,16 +447,14 @@ INTEGER :: JK,JI,JL
!
!
!
!
REAL
,
DIMENSION
(
SIZE
(
PZZ
,
1
),
SIZE
(
PZZ
,
2
),
SIZE
(
PZZ
,
3
))::
ZDZZ
REAL
,
DIMENSION
(
SIZE
(
PZZ
,
1
),
SIZE
(
PZZ
,
2
),
SIZE
(
PZZ
,
3
))::
ZDZZ
REAL
,
DIMENSION
(
SIZE
(
PZZ
,
1
),
SIZE
(
PZZ
,
2
),
SIZE
(
PZZ
,
3
))::
ZT
,
ZEXN
,
ZLV
,
ZLS
,
ZCPH
real
,
dimension
(:,:,:),
allocatable
::
ZEXN
REAL
,
DIMENSION
(
SIZE
(
PZZ
,
1
),
SIZE
(
PZZ
,
2
),
SIZE
(
PZZ
,
3
))::
ZCOR
! for the correction of negative rv
REAL
,
DIMENSION
(
SIZE
(
PZZ
,
1
),
SIZE
(
PZZ
,
2
),
SIZE
(
PZZ
,
3
))::
ZZZ
REAL
,
DIMENSION
(
SIZE
(
PZZ
,
1
),
SIZE
(
PZZ
,
2
),
SIZE
(
PZZ
,
3
))::
ZZZ
! model layer height
! model layer height
REAL
::
ZMASSTOT
! total mass for one water category
!
REAL :: ZMASSTOT ! total mass for one water category
! including the negative values
!
! including the negative values
REAL
::
ZMASSPOS
! total mass for one water category
!
REAL :: ZMASSPOS ! total mass for one water category
! after removing the negative values
!
! after removing the negative values
REAL
::
ZRATIO
! ZMASSTOT / ZMASSCOR
!
REAL :: ZRATIO ! ZMASSTOT / ZMASSCOR
!
!
INTEGER
::
ISVBEG
! first scalar index for microphysics
INTEGER
::
ISVBEG
! first scalar index for microphysics
INTEGER
::
ISVEND
! last scalar index for microphysics
INTEGER
::
ISVEND
! last scalar index for microphysics
...
...
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