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
Méso-NH
Méso-NH code
Commits
4335e1fb
Commit
4335e1fb
authored
1 year ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 29/02/2024: aircrafts: treat correctly aircrafts that won't fly in the current segment
parent
56a12f04
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/aircraft_balloon.f90
+2
-0
2 additions, 0 deletions
src/MNH/aircraft_balloon.f90
src/MNH/aircraft_balloon_evol.f90
+1
-2
1 addition, 2 deletions
src/MNH/aircraft_balloon_evol.f90
with
3 additions
and
2 deletions
src/MNH/aircraft_balloon.f90
+
2
−
0
View file @
4335e1fb
...
...
@@ -154,6 +154,8 @@ IF ( ISP == NFLYER_DEFAULT_RANK ) THEN
ELSE
IF
(
TDTCUR
>
TZAIRCRAFT
%
TLAND
)
THEN
! Nothing to do
! Aircraft will never be in flight in this run. Data will remain on the initial process.
NRANKNXT_AIRCRAFT
(
JI
)
=
NFLYER_DEFAULT_RANK
CYCLE
ELSE
! Aircraft is already in flight at the beginning of the run
TZDATE
=
TDTCUR
...
...
This diff is collapsed.
Click to expand it.
src/MNH/aircraft_balloon_evol.f90
+
1
−
2
View file @
4335e1fb
!MNH_LIC Copyright 2000-202
3
CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 2000-202
4
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.
...
...
@@ -998,7 +998,6 @@ USE MODD_AIRCRAFT_BALLOON, ONLY: TAIRCRAFTDATA
USE
MODD_TYPE_DATE
,
ONLY
:
DATE_TIME
USE
MODE_DATETIME
USE
MODE_POSITION_TOOLS
,
ONLY
:
FIND_PROCESS_AND_MODEL_FROM_XY_POS
IMPLICIT
NONE
...
...
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