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
35195829
Commit
35195829
authored
4 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 04/06/2020: bugfix: correct bounds of passed array to INIT_AEROSOL_CONCENTRATION
parent
708c24b6
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/ini_micron.f90
+6
-9
6 additions, 9 deletions
src/MNH/ini_micron.f90
with
6 additions
and
9 deletions
src/MNH/ini_micron.f90
+
6
−
9
View file @
35195829
...
...
@@ -50,10 +50,11 @@ END MODULE MODI_INI_MICRO_n
!! O.Geoffroy (03/2006) : Add KHKO scheme
!! Modification 01/2016 (JP Pinty) Add LIMA
!! C.LAc 10/2016 Add budget for droplet deposition
!! Philippe Wautelet: 05/2016-04/2018: new data structures and calls for I/O
!! P.Wautelet 01/2019: bug: add missing allocations
!! C.Lac 02/2020: add missing allocation of INPRC and ACPRC with deposition
!! --------------------------------------------------------------------------
! P. Wautelet 05/2016-04/2018: new data structures and calls for I/O
! P. Wautelet 01/2019: bugfix: add missing allocations
! C. Lac 02/2020: add missing allocation of INPRC and ACPRC with deposition
! P. Wautelet 04/06/2020: bugfix: correct bounds of passed arrays
! --------------------------------------------------------------------------
!
!* 0. DECLARATIONS
! ------------
...
...
@@ -292,11 +293,7 @@ ELSE IF (CCLOUD == 'C2R2' .OR. CCLOUD == 'C3R5' .OR. CCLOUD == 'KHKO') THEN
CALL
INI_ICE_C1R3
(
XTSTEP
,
ZDZMIN
,
NSPLITG
)
! 1/2 spectral cold cloud
END
IF
ELSE
IF
(
CCLOUD
==
'LIMA'
)
THEN
IF
(
CGETCLOUD
/
=
'READ'
)
THEN
CALL
INIT_AEROSOL_CONCENTRATION
(
XRHODREF
,
&
XSVT
(:,:,:,
NSV_LIMA_BEG
:
NSV_LIMA_END
),
&
XZZ
(:,:,:)
)
END
IF
IF
(
CGETCLOUD
/
=
'READ'
)
CALL
INIT_AEROSOL_CONCENTRATION
(
XRHODREF
,
XSVT
(:,
:,
:,
:),
XZZ
(:,
:,
:)
)
CALL
INI_LIMA
(
XTSTEP
,
ZDZMIN
,
NSPLITR
,
NSPLITG
)
! 1/2 spectral warm cloud
END
IF
!
...
...
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