Skip to content
Snippets Groups Projects
Commit 4fb0cea6 authored by VIE Benoît's avatar VIE Benoît
Browse files

Ice nucleation for LIMA_ICE1M

parent 9f6275d1
No related branches found
No related tags found
No related merge requests found
...@@ -147,18 +147,6 @@ REAL :: ZRHOIW ! ice density ...@@ -147,18 +147,6 @@ REAL :: ZRHOIW ! ice density
! !
ILUOUT0 = TLUOUT0%NLU ILUOUT0 = TLUOUT0%NLU
! !
! Ice nucleation for NMOM_I=1
!
!
XNU10 = 50.*ZFACT_NUCL
XALPHA1 = 4.5
XBETA1 = 0.6
!
XNU20 = 1000.*ZFACT_NUCL
XALPHA2 = 12.96
XBETA2 = 0.639
!
IMNU0 = 6.88E-13
! !
!* 1. CHARACTERISTICS OF THE SPECIES !* 1. CHARACTERISTICS OF THE SPECIES
! ------------------------------ ! ------------------------------
...@@ -553,6 +541,19 @@ IF (LMEYERS) THEN ...@@ -553,6 +541,19 @@ IF (LMEYERS) THEN
WRITE(UNIT=ILUOUT0,FMT='(" mass of embryo XMNU0=",E13.6)') XMNU0 WRITE(UNIT=ILUOUT0,FMT='(" mass of embryo XMNU0=",E13.6)') XMNU0
END IF END IF
! !
! *****************
!* 4.3 NUCLEATION for NMOM_I=1
! *****************
!
XNU10 = 50.*ZFACT_NUCL
XALPHA1 = 4.5
XBETA1 = 0.6
!
XNU20 = 1000.*ZFACT_NUCL
XALPHA2 = 12.96
XBETA2 = 0.639
!
IMNU0 = 6.88E-13
!------------------------------------------------------------------------------- !-------------------------------------------------------------------------------
! !
! !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment