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
a1a84910
Commit
a1a84910
authored
6 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 01/02/2019: SURFEX: bug in intent of PDEEP_FLUX OUT->INOUT
parent
9dd496fe
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/SURFEX/e_budget.F90
+4
-3
4 additions, 3 deletions
src/SURFEX/e_budget.F90
with
4 additions
and
3 deletions
src/SURFEX/e_budget.F90
+
4
−
3
View file @
a1a84910
!SFX_LIC Copyright 199
4
-201
4
CNRS, Meteo-France and Universite Paul Sabatier
!SFX_LIC Copyright 199
5
-201
9
CNRS, Meteo-France and Universite Paul Sabatier
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!SFX_LIC for details. version 1.
! #########
SUBROUTINE
E_BUDGET
(
IO
,
KK
,
PK
,
PEK
,
DK
,
DMK
,
HIMPLICIT_WIND
,
&
...
...
@@ -76,6 +76,7 @@
!! (B. Decharme) 10/14 Bug in DIF composite budget
!! Use harmonic mean to compute interfacial thermal conductivities
!! "Restore" flux computed here
!! (P. Wautelet) 02/19 Bug in intent of PDEEP_FLUX OUT->INOUT
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
...
...
@@ -183,7 +184,7 @@ REAL, DIMENSION(:), INTENT(OUT) :: PALBT, PEMIST, PDQSAT
REAL
,
DIMENSION
(:),
INTENT
(
IN
)
::
PQSAT
! PQSAT = saturation vapor humidity
!
REAL
,
DIMENSION
(:),
INTENT
(
OUT
)
::
PDEEP_FLUX
! Heat flux at bottom of ISBA (W/m2)
REAL
,
DIMENSION
(:),
INTENT
(
IN
OUT
)
::
PDEEP_FLUX
! Heat flux at bottom of ISBA (W/m2)
!
REAL
,
DIMENSION
(:),
INTENT
(
OUT
)
::
PRESTORE
! PRESTORE = surface restore flux (W m-2)
...
...
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