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
a86bd3d0
Commit
a86bd3d0
authored
2 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 15/03/2023: bugfix: remove an #if 0 (commited by accident)
parent
48b31385
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/aircraft_balloon_evol.f90
+0
-2
0 additions, 2 deletions
src/MNH/aircraft_balloon_evol.f90
with
0 additions
and
2 deletions
src/MNH/aircraft_balloon_evol.f90
+
0
−
2
View file @
a86bd3d0
...
@@ -1086,7 +1086,6 @@ IF (CCLOUD=="LIMA" .OR. CCLOUD=="ICE3" ) THEN ! only for ICE3 and LIMA
...
@@ -1086,7 +1086,6 @@ IF (CCLOUD=="LIMA" .OR. CCLOUD=="ICE3" ) THEN ! only for ICE3 and LIMA
ZRTMIN
(
7
)
=
XRTMIN_I
(
2
)
! cloud water over land
ZRTMIN
(
7
)
=
XRTMIN_I
(
2
)
! cloud water over land
ENDIF
ENDIF
! compute cloud radar reflectivity from vertical profiles of temperature and mixing ratios
! compute cloud radar reflectivity from vertical profiles of temperature and mixing ratios
#if 0
DO
JK
=
1
,
IKU
DO
JK
=
1
,
IKU
QMW
=
SQRT
(
QEPSW
(
ZTEMPZ
(
JK
),
XLIGHTSPEED
/
XLAM_CRAD
))
QMW
=
SQRT
(
QEPSW
(
ZTEMPZ
(
JK
),
XLIGHTSPEED
/
XLAM_CRAD
))
QMI
=
SQRT
(
QEPSI
(
ZTEMPZ
(
JK
),
XLIGHTSPEED
/
XLAM_CRAD
))
QMI
=
SQRT
(
QEPSI
(
ZTEMPZ
(
JK
),
XLIGHTSPEED
/
XLAM_CRAD
))
...
@@ -1290,7 +1289,6 @@ IF (CCLOUD=="LIMA" .OR. CCLOUD=="ICE3" ) THEN ! only for ICE3 and LIMA
...
@@ -1290,7 +1289,6 @@ IF (CCLOUD=="LIMA" .OR. CCLOUD=="ICE3" ) THEN ! only for ICE3 and LIMA
END
IF
END
IF
END
DO
END
DO
END
DO
END
DO
#endif
! apply attenuation
! apply attenuation
ALLOCATE
(
ZZMZ
(
IKU
))
ALLOCATE
(
ZZMZ
(
IKU
))
...
...
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