Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Summa Actors
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Numerical_Simulations_Lab
Actors
Summa Actors
Commits
ec7159b9
Commit
ec7159b9
authored
11 months ago
by
KyleKlenk
Browse files
Options
Downloads
Patches
Plain Diff
Fix problem with include
parent
2a26160b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!9
Integrating Restart and V4 changes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/source/global/actor_data_types.f90
+17
-0
17 additions, 0 deletions
build/source/global/actor_data_types.f90
with
17 additions
and
0 deletions
build/source/global/actor_data_types.f90
+
17
−
0
View file @
ec7159b9
...
...
@@ -5,6 +5,23 @@ module actor_data_types
implicit
none
private
type
,
public
::
forcingFileData
real
(
rkind
),
dimension
(:,:),
allocatable
::
dataFromFile
end
type
forcingFileData
type
,
public
::
var_forc
type
(
forcingFileData
),
allocatable
::
var
(:)
! var(:)%dataFromFile(:,:)
character
(
len
=
256
)
::
refTimeString
real
(
rkind
)
::
convTime2Days
integer
(
i4b
)
::
nVars
integer
(
i4b
),
allocatable
::
var_ix
(:)
real
(
rkind
)
::
tmZoneOffsetFracDay
real
(
rkind
)
::
refJulDay_data
integer
(
i4b
)
::
nTimeSteps
! Number of Timesteps in the file
end
type
var_forc
! ** double precision type of for time series
type
,
public
::
time_dlength
type
(
dlength
),
allocatable
::
tim
(:)
! tim(:)%dat
...
...
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