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
41cf01d5
Commit
41cf01d5
authored
8 years ago
by
Gaelle TANGUY
Browse files
Options
Downloads
Patches
Plain Diff
C.Lac 15/11/2016 : Constants for Droplet sedimentation adapted to fog for KHKO
parent
7491dc1a
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_rain_c2r2.f90
+5
-5
5 additions, 5 deletions
src/MNH/ini_rain_c2r2.f90
with
5 additions
and
5 deletions
src/MNH/ini_rain_c2r2.f90
+
5
−
5
View file @
41cf01d5
...
@@ -5,10 +5,10 @@
...
@@ -5,10 +5,10 @@
!-----------------------------------------------------------------
!-----------------------------------------------------------------
!--------------- special set of characters for RCS information
!--------------- special set of characters for RCS information
!-----------------------------------------------------------------
!-----------------------------------------------------------------
! $Source
$ $Revision$ $Date$ $Log
$
! $Source
: /home/cvsroot/MNH-VX-Y-Z/src/MNH/ini_rain_c2r2.f90,v $ $Revision: 1.2.2.4.2.1 $ $Date: 2009/04/21 07:42:51 $ $Log: ini_rain_c2r2.f90,v
$
! $Source
$ $Revision$ $Date
$ Revision 1.1 2006/03/13 15:14:51 lac
! $Source
: /home/cvsroot/MNH-VX-Y-Z/src/MNH/ini_rain_c2r2.f90,v $ $Revision: 1.2.2.4.2.1 $ $Date: 2009/04/21 07:42:51
$ Revision 1.1 2006/03/13 15:14:51 lac
! $Source
$ $Revision$ $Date
$ Initial revision
! $Source
: /home/cvsroot/MNH-VX-Y-Z/src/MNH/ini_rain_c2r2.f90,v $ $Revision: 1.2.2.4.2.1 $ $Date: 2009/04/21 07:42:51
$ Initial revision
! $Source
$ $Revision$ $Date
$
! $Source
: /home/cvsroot/MNH-VX-Y-Z/src/MNH/ini_rain_c2r2.f90,v $ $Revision: 1.2.2.4.2.1 $ $Date: 2009/04/21 07:42:51
$
!-----------------------------------------------------------------
!-----------------------------------------------------------------
!-----------------------------------------------------------------
!-----------------------------------------------------------------
! #########################
! #########################
...
@@ -95,6 +95,7 @@ END MODULE MODI_INI_RAIN_C2R2
...
@@ -95,6 +95,7 @@ END MODULE MODI_INI_RAIN_C2R2
!! J.-P. Pinty 29/11/02 Add cloud doplet fall speed parameters
!! J.-P. Pinty 29/11/02 Add cloud doplet fall speed parameters
!! O.Geoffroy 03/2006 Add KHKO scheme
!! O.Geoffroy 03/2006 Add KHKO scheme
!! G.Delautier 09/2014 fusion MODD_RAIN_C2R2_PARAM et MODD_RAIN_KHKO_PARAM
!! G.Delautier 09/2014 fusion MODD_RAIN_C2R2_PARAM et MODD_RAIN_KHKO_PARAM
!! M.Mazoyer 10/2016 Constants for Droplet sedimentation adapted to fog for KHKO
!-------------------------------------------------------------------------------
!-------------------------------------------------------------------------------
!
!
!* 0. DECLARATIONS
!* 0. DECLARATIONS
...
@@ -200,7 +201,6 @@ IF (ALLOCATED(XRTMIN)) RETURN ! In case of nesting microphysics constants of
...
@@ -200,7 +201,6 @@ IF (ALLOCATED(XRTMIN)) RETURN ! In case of nesting microphysics constants of
!
!
XAC
=
(
XPI
/
6.0
)
*
XRHOLW
XAC
=
(
XPI
/
6.0
)
*
XRHOLW
XBC
=
3.0
XBC
=
3.0
! CAREFUL : FOR FOG WITH KHKO, TAKE THE 2ND FORMULA
IF
(
HCLOUD
==
'KHKO'
)
THEN
IF
(
HCLOUD
==
'KHKO'
)
THEN
XCC
=
XRHOLW
*
XG
/(
18.0
*
1.816E-5
)
! Stokes flow (Pruppacher p 322 for T=293K)
XCC
=
XRHOLW
*
XG
/(
18.0
*
1.816E-5
)
! Stokes flow (Pruppacher p 322 for T=293K)
ELSE
ELSE
...
...
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