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
2fd6fb18
Commit
2fd6fb18
authored
2 years ago
by
RIETTE Sébastien
Browse files
Options
Downloads
Patches
Plain Diff
S. Riette 17 Nov 2022: condensation re-plugged in ice_adjust_elec
NOT TESTED!
parent
021797b9
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/mesonh/micro/ice_adjust_elec.f90
+15
-0
15 additions, 0 deletions
src/mesonh/micro/ice_adjust_elec.f90
with
15 additions
and
0 deletions
src/mesonh/micro/ice_adjust_elec.f90
+
15
−
0
View file @
2fd6fb18
...
@@ -173,9 +173,14 @@ USE MODD_ELEC_DESCR, ONLY : XRTMIN_ELEC, XQTMIN, XFC, XFI, XECHARGE
...
@@ -173,9 +173,14 @@ USE MODD_ELEC_DESCR, ONLY : XRTMIN_ELEC, XQTMIN, XFC, XFI, XECHARGE
USE
MODD_NSV
,
ONLY
:
NSV_ELECBEG
,
NSV_ELECEND
USE
MODD_NSV
,
ONLY
:
NSV_ELECBEG
,
NSV_ELECEND
USE
MODD_PARAMETERS
USE
MODD_PARAMETERS
USE
MODD_RAIN_ICE_DESCR
,
ONLY
:
XRTMIN
,
XBI
USE
MODD_RAIN_ICE_DESCR
,
ONLY
:
XRTMIN
,
XBI
USE
MODD_RAIN_ICE_PARAM
,
ONLY
:
RAIN_ICE_PARAM
USE
MODD_NEB
,
ONLY
:
NEB
USE
MODD_TURB_n
,
ONLY
:
TURBN
USE
MODD_DIMPHYEX
,
ONLY
:
DIMPHYEX_t
use
mode_budget
,
only
:
Budget_store_init
,
Budget_store_end
use
mode_budget
,
only
:
Budget_store_init
,
Budget_store_end
use
mode_tools_ll
,
only
:
GET_INDICE_ll
use
mode_tools_ll
,
only
:
GET_INDICE_ll
USE
MODE_FILL_DIMPHYEX
,
ONLY
:
FILL_DIMPHYEX
USE
MODI_CONDENSATION
USE
MODI_CONDENSATION
USE
MODI_GET_HALO
USE
MODI_GET_HALO
...
@@ -285,6 +290,8 @@ INTEGER :: JITER,ITERMAX ! iterative loop for first order adjustment
...
@@ -285,6 +290,8 @@ INTEGER :: JITER,ITERMAX ! iterative loop for first order adjustment
!
!
LOGICAL
::
LPRETREATMENT
,
LNEW_ADJUST
LOGICAL
::
LPRETREATMENT
,
LNEW_ADJUST
!
!
TYPE
(
DIMPHYEX_t
)
::
D
!
!-------------------------------------------------------------------------------
!-------------------------------------------------------------------------------
!
!
!* 1. PRELIMINARIES
!* 1. PRELIMINARIES
...
@@ -296,6 +303,7 @@ IKU = SIZE(PEXNREF,3)
...
@@ -296,6 +303,7 @@ IKU = SIZE(PEXNREF,3)
CALL
GET_INDICE_ll
(
IIB
,
IJB
,
IIE
,
IJE
)
CALL
GET_INDICE_ll
(
IIB
,
IJB
,
IIE
,
IJE
)
IKB
=
1
+
JPVEXT
IKB
=
1
+
JPVEXT
IKE
=
IKU
-
JPVEXT
IKE
=
IKU
-
JPVEXT
CALL
FILL_DIMPHYEX
(
D
,
IIU
,
IJU
,
IKU
)
!
!
ZEPS
=
XMV
/
XMD
ZEPS
=
XMV
/
XMD
!
!
...
@@ -384,6 +392,13 @@ DO JITER = 1, ITERMAX
...
@@ -384,6 +392,13 @@ DO JITER = 1, ITERMAX
! PSRCS, .TRUE., OSIGMAS, .FALSE., .FALSE., &
! PSRCS, .TRUE., OSIGMAS, .FALSE., .FALSE., &
! ZDUM, ZDUM, ZDUM, ZDUM, ZDUM, ZSIGQSAT2D, &
! ZDUM, ZDUM, ZDUM, ZDUM, ZDUM, ZSIGQSAT2D, &
! PLV=ZLV, PLS=ZLS, PCPH=ZCPH )
! PLV=ZLV, PLS=ZLS, PCPH=ZCPH )
CALL
CONDENSATION
(
D
,
CST
,
RAIN_ICE_PARAM
,
NEB
,
TURBN
,
&
&
'T'
,
'CB02'
,
'CB'
,
&
&
PPABST
,
PZZ
,
ZW4
,
ZT
,
ZW3_IN
,
ZW3
,
ZW1_IN
,
ZW1
,
ZW2_IN
,
ZW2
,
&
&
PRRS
*
PTSTEP
,
PRSS
*
PTSTEP
,
PRGS
*
PTSTEP
,
PSIGS
,
.FALSE.
,
PMFCONV
,
PCLDFR
,
PSRCS
,
.FALSE.
,
&
&
OSIGMAS
,
.FALSE.
,
.FALSE.
,
&
&
ZDUM
,
ZDUM
,
ZDUM
,
ZDUM
,
ZDUM
,
ZSIGQSAT2D
,
&
&
ZLV
,
ZLS
,
ZCPH
)
!
!
!* 3.2 compute the variation of mixing ratio
!* 3.2 compute the variation of mixing ratio
!
!
...
...
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