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
5685b897
Commit
5685b897
authored
4 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 18/08/2020: budgets: bugfix: use tpbudget%lenabled instead of lbu_enable
parent
390bb591
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/budget.f90
+4
-4
4 additions, 4 deletions
src/MNH/budget.f90
with
4 additions
and
4 deletions
src/MNH/budget.f90
+
4
−
4
View file @
5685b897
...
...
@@ -12,7 +12,7 @@
module
mode_budget
!#################
use
modd_budget
,
only
:
cbutype
,
lbu_enable
,
nbutime
,
tbudgetdata
use
modd_budget
,
only
:
cbutype
,
nbutime
,
tbudgetdata
use
modi_cart_compress
,
only
:
Cart_compress
use
modi_mask_compress
,
only
:
Mask_compress
...
...
@@ -51,7 +51,7 @@ subroutine Budget_store_init( tpbudget, hsource, pvars )
end
if
! Nothing else to do if budgets are not enabled
if
(
.not.
lbu_
enable
)
return
if
(
.not.
tpbudget
%
l
enable
d
)
return
call
Budget_source_id_find
(
tpbudget
,
hsource
,
iid
)
...
...
@@ -121,7 +121,7 @@ subroutine Budget_store_end( tpbudget, hsource, pvars )
end
if
! Nothing to do if budgets are not enabled
if
(
.not.
lbu_
enable
)
return
if
(
.not.
tpbudget
%
l
enable
d
)
return
call
Budget_source_id_find
(
tpbudget
,
hsource
,
iid
)
...
...
@@ -206,7 +206,7 @@ subroutine Budget_store_add( tpbudget, hsource, pvars )
if
(
lles_call
)
call
Les_budget
(
pvars
,
tpbudget
%
nid
,
hsource
,
oadd
=
.true.
)
! Nothing to do if budgets are not enabled
if
(
.not.
lbu_
enable
)
return
if
(
.not.
tpbudget
%
l
enable
d
)
return
call
Budget_source_id_find
(
tpbudget
,
hsource
,
iid
)
...
...
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