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
8fae248e
Commit
8fae248e
authored
5 years ago
by
RODIER Quentin
Browse files
Options
Downloads
Patches
Plain Diff
Christine 28/11/2019: remove unused files, replaced by _n routine for tree drag
parent
139eb285
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/modd_dragtree.f90
+0
-36
0 additions, 36 deletions
src/MNH/modd_dragtree.f90
src/MNH/modn_dragtree.f90
+0
-40
0 additions, 40 deletions
src/MNH/modn_dragtree.f90
with
0 additions
and
76 deletions
src/MNH/modd_dragtree.f90
deleted
100644 → 0
+
0
−
36
View file @
139eb285
!MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1.
!!
!! #####################
MODULE
MODD_DRAGTREE
!! #####################
!!
!!*** *MODD_DRAGTREE*
!!
!! PURPOSE
!! -------
! Declaration to take into account tree drag in Meso-NH
! instead of SURFEX.
!!
!!** AUTHOR
!! ------
!! C.Lac *CNRM*
!
!! MODIFICATIONS
!! -------------
!! Original 30/06/11
!! 06/16 (C.Lac) Add droplet deposition
!-----------------------------------------------------------------------------
!
!* 0. DECLARATIONS
! -----------------
IMPLICIT
NONE
LOGICAL
::
LDRAGTREE
! flag used to take into account tree drag in
! ! the atmospheric model instead of SURFEX.
LOGICAL
::
LDEPOTREE
! flag for droplet deposition on trees
!
REAL
::
XVDEPOTREE
! Droplet deposition velocity
!
END
MODULE
MODD_DRAGTREE
This diff is collapsed.
Click to expand it.
src/MNH/modn_dragtree.f90
deleted
100644 → 0
+
0
−
40
View file @
139eb285
!MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1.
!!
!! #####################
MODULE
MODN_DRAGTREE
!! #####################
!!
!!*** *MODN_DRAGTREE*
!!
!! PURPOSE
!! -------
! Namelist to take into account tree drag in the atmospheric model
! instead of SURFEX.
!!
!!** AUTHOR
!! ------
!! C.Lac *CNRM*
!
!! MODIFICATIONS
!! -------------
!! Original 30/06/11
!!
!! 10/2016 : (C.Lac) Add droplet deposition on trees
!! IMPLICIT ARGUMENTS
!! ------------------
USE
MODD_DRAGTREE
!!
!-----------------------------------------------------------------------------
!
!* 0. DECLARATIONS
! -----------------
IMPLICIT
NONE
SAVE
NAMELIST
/
NAM_DRAGTREE
/
&
LDRAGTREE
,
LDEPOTREE
,
XVDEPOTREE
!
END
MODULE
MODN_DRAGTREE
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