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
Méso-NH
Méso-NH code
Commits
89f03dcf
Commit
89f03dcf
authored
2 years ago
by
RIETTE Sébastien
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into GPU
parents
589b130e
733f1011
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/TODO
+0
-3
0 additions, 3 deletions
docs/TODO
src/common/micro/mode_ice4_compute_pdf.F90
+0
-10
0 additions, 10 deletions
src/common/micro/mode_ice4_compute_pdf.F90
src/common/micro/mode_ice4_slow.F90
+8
-3
8 additions, 3 deletions
src/common/micro/mode_ice4_slow.F90
with
8 additions
and
16 deletions
docs/TODO
+
0
−
3
View file @
89f03dcf
...
...
@@ -47,11 +47,8 @@ Pb identifiés à corriger plus tard:
- les options CMF_CLOUD='STAT' et LOSIGAMS=.FALSE. semblent cassées en 48 original
- arome/ini_cmfshall devrait s'appeler ini_param_mfshall
- th_r_from_thl_rt appelée partout, il faudrait limiter à OTEST
- la recompilation complète d'AROME n'est pas testée
- il faudrait inclure un cas test plus conséquent en taille au moins sur belenos
- doute sur le codage de MODD_PRECISION
- appel à abort à travers print_msg non testé
- lignes vides ajoutées après les macros mnh_expand
- indentation inorrecte dans les blocs mnh_expand
- sedimentation momentum non branchée (et à trasformer comme sedim_stat)
- si possible, modifier ice4_sedimentation_split* dans le même esprit que stat
...
...
This diff is collapsed.
Click to expand it.
src/common/micro/mode_ice4_compute_pdf.F90
+
0
−
10
View file @
89f03dcf
...
...
@@ -265,15 +265,6 @@ ENDIF
!$mnh_end_expand_where(JI=1:KSIZE)
IF
(
HSUBG_AUCV_RI
==
'NONE'
)
THEN
!$mnh_expand_where(JI=1:KSIZE)
!La raison de la non reproduction n'est pas comprise avec certitude
!Il faudra vérifier que le code fait toujours ce qui est attendu
!une fois tous les éléments assemblés
#ifdef REPRO48
PHLI_HCF
(:)
=
1.
PHLI_LCF
(:)
=
0.
PHLI_HRI
(:)
=
PRIT
(:)
PHLI_LRI
(:)
=
0.
#else
!Cloud water is entirely in low or high part
WHERE
(
PRIT
(:)
>
ZCRIAUTI
(:))
PHLI_HCF
(:)
=
1.
...
...
@@ -291,7 +282,6 @@ IF(HSUBG_AUCV_RI=='NONE') THEN
PHLI_HRI
(:)
=
0.
PHLI_LRI
(:)
=
0.
END
WHERE
#endif
!$mnh_end_expand_where(JI=1:KSIZE)
ELSEIF
(
HSUBG_AUCV_RI
==
'CLFR'
)
THEN
!Cloud water is only in the cloudy part and entirely in low or high part
...
...
This diff is collapsed.
Click to expand it.
src/common/micro/mode_ice4_slow.F90
+
8
−
3
View file @
89f03dcf
...
...
@@ -143,13 +143,18 @@ ENDDO
!* 3.4.5 compute the autoconversion of r_i for r_s production: RIAUTS
!
DO
JL
=
1
,
KSIZE
IF
(
PHLI_HRI
(
JL
)
>
ICED
%
XRTMIN
(
4
)
.AND.
PHLI_HCF
(
JL
)
>
1.E-20
.AND.
LDCOMPUTE
(
JL
))
THEN
#ifdef REPRO48
!This was wrong because, with this formulation and in the LDSOFT case, PRIAUTS
!was not set to 0 when ri is inferior to the autoconversion threshold
IF
(
PRIT
(
JL
)
>
ICED
%
XRTMIN
(
4
)
.AND.
LDCOMPUTE
(
JL
))
THEN
#else
IF
(
PHLI_HRI
(
JL
)
>
ICED
%
XRTMIN
(
4
)
.AND.
LDCOMPUTE
(
JL
))
THEN
#endif
IF
(
.NOT.
LDSOFT
)
THEN
!ZCRIAUTI(:)=MIN(ICEP%XCRIAUTI,10**(0.06*(PT(:)-CST%XTT)-3.5))
ZCRIAUTI
(
JL
)
=
MIN
(
ICEP
%
XCRIAUTI
,
10
**
(
ICEP
%
XACRIAUTI
*
(
PT
(
JL
)
-
CST
%
XTT
)
+
ICEP
%
XBCRIAUTI
))
PRIAUTS
(
JL
)
=
ICEP
%
XTIMAUTI
*
EXP
(
ICEP
%
XTEXAUTI
*
(
PT
(
JL
)
-
CST
%
XTT
)
)
&
*
MAX
(
PHLI_HRI
(
JL
)/
PHLI_HCF
(
JL
)
-
ZCRIAUTI
(
JL
),
0.0
)
PRIAUTS
(
JL
)
=
PHLI_HCF
(
JL
)
*
PRIAUTS
(
JL
)
*
MAX
(
PHLI_HRI
(
JL
)
-
ZCRIAUTI
(
JL
)
*
PHLI_HCF
(
JL
),
0.
)
ENDIF
ELSE
PRIAUTS
(
JL
)
=
0.
...
...
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