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
b10d463c
Commit
b10d463c
authored
6 years ago
by
RODIER Quentin
Browse files
Options
Downloads
Patches
Plain Diff
Quentin 25/01/2019 : remove XASBL constant in turbulence scheme : not used any more
parent
54cd5be5
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/MNH/ini_cturb.f90
+1
-8
1 addition, 8 deletions
src/MNH/ini_cturb.f90
src/MNH/modd_cturb.f90
+1
-1
1 addition, 1 deletion
src/MNH/modd_cturb.f90
with
2 additions
and
9 deletions
src/MNH/ini_cturb.f90
+
1
−
8
View file @
b10d463c
...
@@ -64,6 +64,7 @@ END MODULE MODI_INI_CTURB
...
@@ -64,6 +64,7 @@ END MODULE MODI_INI_CTURB
!! V.Masson 13/11/02 XALPSBL and XASBL
!! V.Masson 13/11/02 XALPSBL and XASBL
!! 05/06 Remove KEPS
!! 05/06 Remove KEPS
!! Q.Rodier 01/19 XCED replaced by XCEDIS in read_exsegn.f90 and ini_modeln.f90
!! Q.Rodier 01/19 XCED replaced by XCEDIS in read_exsegn.f90 and ini_modeln.f90
!! Remove XASBL (not used)
!! --------------------------------------------------------------------------
!! --------------------------------------------------------------------------
!
!
!* 0. DECLARATIONS
!* 0. DECLARATIONS
...
@@ -213,14 +214,6 @@ XCPR3= XCPR2 ! used only for the Schmidt number for scalar variables
...
@@ -213,14 +214,6 @@ XCPR3= XCPR2 ! used only for the Schmidt number for scalar variables
XCPR4
=
XCPR2
XCPR4
=
XCPR2
XCPR5
=
XCPR2
XCPR5
=
XCPR2
!
!
! 2.4 Value related to the TKE universal function within SBL
!
!
XASBL
=
0.5
*
(
XALPSBL
**
(
3.
/
2.
)
*
XKARMAN
*
XCED
+
XKARMAN
/
SQRT
(
XALPSBL
)/
XCMFS
)
! Redelsperger et al 2001
!
!
!
! 3. MINIMUM VALUES
! 3. MINIMUM VALUES
! --------------
! --------------
!
!
...
...
This diff is collapsed.
Click to expand it.
src/MNH/modd_cturb.f90
+
1
−
1
View file @
b10d463c
...
@@ -38,6 +38,7 @@
...
@@ -38,6 +38,7 @@
!! Original 08/08/94
!! Original 08/08/94
!! Nov 06, 2002 (V. Masson) add XALPSBL and XASBL
!! Nov 06, 2002 (V. Masson) add XALPSBL and XASBL
!! May 06 Remove EPS
!! May 06 Remove EPS
!! Jan 2019 (Q. Rodier) Remove XASBL
!----------------------------------------------------------------------------
!----------------------------------------------------------------------------
!
!
!* 0. DECLARATIONS
!* 0. DECLARATIONS
...
@@ -74,7 +75,6 @@ REAL,SAVE :: XLINI ! initial value for BL mixing length
...
@@ -74,7 +75,6 @@ REAL,SAVE :: XLINI ! initial value for BL mixing length
REAL
,
SAVE
::
XLINF
! to prevent division by zero in the BL algorithm
REAL
,
SAVE
::
XLINF
! to prevent division by zero in the BL algorithm
!
!
REAL
,
SAVE
::
XALPSBL
! constant linking TKE and friction velocity in the SBL
REAL
,
SAVE
::
XALPSBL
! constant linking TKE and friction velocity in the SBL
REAL
,
SAVE
::
XASBL
! constant used to define mixing length in the SBL
!
!
REAL
,
SAVE
::
XCEP
! Constant for wind pressure-correlations
REAL
,
SAVE
::
XCEP
! Constant for wind pressure-correlations
REAL
,
SAVE
::
XA0
! Constant a0 for wind pressure-correlations
REAL
,
SAVE
::
XA0
! Constant a0 for wind pressure-correlations
...
...
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