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
4cae411f
Commit
4cae411f
authored
2 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 22/04/2022: rename TSTATIONTIME to TSTATPROFTIME
parent
2b51c555
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/MNH/modd_stationn.f90
+3
-3
3 additions, 3 deletions
src/MNH/modd_stationn.f90
src/MNH/modd_type_station.f90
+3
-3
3 additions, 3 deletions
src/MNH/modd_type_station.f90
with
6 additions
and
6 deletions
src/MNH/modd_stationn.f90
+
3
−
3
View file @
4cae411f
...
...
@@ -37,7 +37,7 @@
!
!
USE
MODD_PARAMETERS
,
ONLY
:
JPMODELMAX
USE
MODD_TYPE_STATION
,
ONLY
:
TSTATIONDATA
,
TSTAT
ION
TIME
USE
MODD_TYPE_STATION
,
ONLY
:
TSTATIONDATA
,
TSTAT
PROF
TIME
IMPLICIT
NONE
...
...
@@ -55,7 +55,7 @@ TYPE STATION_t
INTEGER
::
NUMBSTAT
! number of stations
INTEGER
::
NUMBSTAT_LOC
=
0
! number of stations on this process
!
TYPE
(
TSTAT
ION
TIME
)
::
TSTATIONS_TIME
TYPE
(
TSTAT
PROF
TIME
)
::
TSTATIONS_TIME
TYPE
(
TSTATIONDATA
),
DIMENSION
(:),
POINTER
::
TSTATIONS
! characteristics and records of the stations
!
END
TYPE
STATION_t
...
...
@@ -65,7 +65,7 @@ TYPE(STATION_t), DIMENSION(JPMODELMAX), TARGET, SAVE :: STATION_MODEL
LOGICAL
,
POINTER
::
LSTATION
=>
NULL
()
INTEGER
,
POINTER
::
NUMBSTAT
=>
NULL
()
INTEGER
,
POINTER
::
NUMBSTAT_LOC
=>
NULL
()
TYPE
(
TSTAT
ION
TIME
),
POINTER
::
TSTATIONS_TIME
=>
NULL
()
TYPE
(
TSTAT
PROF
TIME
),
POINTER
::
TSTATIONS_TIME
=>
NULL
()
TYPE
(
TSTATIONDATA
),
DIMENSION
(:),
POINTER
::
TSTATIONS
=>
NULL
()
CONTAINS
...
...
This diff is collapsed.
Click to expand it.
src/MNH/modd_type_station.f90
+
3
−
3
View file @
4cae411f
...
...
@@ -43,14 +43,14 @@ implicit none
private
public
::
TSTAT
ION
TIME
,
TSTATIONDATA
public
::
TSTAT
PROF
TIME
,
TSTATIONDATA
TYPE
TSTAT
ION
TIME
TYPE
::
TSTAT
PROF
TIME
REAL
::
XTIME_CUR
=
XUNDEF
! current time since last storage
INTEGER
::
N_CUR
=
0
! current step of storage
REAL
::
XTSTEP
=
60.
! storage time step (default reset later by INI_STATION_n)
type
(
date_time
),
dimension
(:),
ALLOCATABLE
::
tpdates
! dates(n) (n: recording instants)
END
TYPE
TSTAT
ION
TIME
END
TYPE
TSTAT
PROF
TIME
TYPE
TSTATIONDATA
! Type to store all the data of 1 station
...
...
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