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
4adbfb7a
Commit
4adbfb7a
authored
2 years ago
by
RODIER Quentin
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/UMR-CNRM/PHYEX
parents
98198bf0
e4bd9cbc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/arome/ext/aroini_micro.F90
+2
-1
2 additions, 1 deletion
src/arome/ext/aroini_micro.F90
src/common/micro/mode_ice4_fast_rs.F90
+4
-0
4 additions, 0 deletions
src/common/micro/mode_ice4_fast_rs.F90
with
6 additions
and
1 deletion
src/arome/ext/aroini_micro.F90
+
2
−
1
View file @
4adbfb7a
...
...
@@ -148,7 +148,8 @@ LSEDIC=LDSEDIC
!
! 2. Set implicit default values for MODD_RAIN_ICE_DESCR
! et MODD_RAIN_ICE_PARAM
LSNOW_T
=
.FALSE.
LRED
=
CMICRO
==
'ICE3'
.OR.
CMICRO
==
'ICE4'
CALL
INI_RAIN_ICE
(
KULOUT
,
PTSTEP
,
20.
,
KSPLITR
,
CMICRO
)
CALL
INI_TIWMX
...
...
This diff is collapsed.
Click to expand it.
src/common/micro/mode_ice4_fast_rs.F90
+
4
−
0
View file @
4adbfb7a
...
...
@@ -158,7 +158,11 @@ IF(.NOT. LDSOFT) THEN
! 5.1.1 select the PLBDAS
!
DO
JJ
=
1
,
IGRIM
#if defined(REPRO48) || defined(REPRO55)
ZVEC1
(
JJ
)
=
PLBDAS
(
I1
(
JJ
))
#else
ZVEC1
(
JJ
)
=
(
PLBDAS
(
I1
(
JJ
))
**
ICED
%
XALPHAS
+
ICED
%
XFVELOS
**
ICED
%
XALPHAS
)
**
(
1.
/
ICED
%
XALPHAS
)
#endif
END
DO
!
! 5.1.2 find the next lower indice for the PLBDAS in the geometrical
...
...
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