Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
FORESEE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Martin Gutsch
FORESEE
Commits
4f3e6f8f
Commit
4f3e6f8f
authored
6 years ago
by
Petra Lasch-Born
Browse files
Options
Downloads
Patches
Plain Diff
Eine Neue Datei hochladen
parent
3a77c8a9
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
source_code/version2.2_windows/win_appl_flags_field.f90
+69
-0
69 additions, 0 deletions
source_code/version2.2_windows/win_appl_flags_field.f90
with
69 additions
and
0 deletions
source_code/version2.2_windows/win_appl_flags_field.f90
0 → 100644
+
69
−
0
View file @
4f3e6f8f
!*****************************************************************!
!* *!
!* 4C (FORESEE) Simulation Model *!
!* *!
!* Subroutines for: *!
!* *!
!* - data_general_dlg: module to store the general dlg info *!
!* - flag_field : module to store the flags *!
!* - flags_comments: module to store the flags commens *!
!* *!
!* *!
!* Copyright (C) 1996-2018 *!
!* Potsdam Institute for Climate Impact Reserach (PIK) *!
!* Authors and contributors see AUTHOR file *!
!* This file is part of 4C and is licensed under BSD-2-Clause *!
!* See LICENSE file or under: *!
!* http://www.https://opensource.org/licenses/BSD-2-Clause *!
!* Contact: *!
!* https://gitlab.pik-potsdam.de/XXXXXXXXXXXXXXXXXXXXX *!
!* *!
!*****************************************************************!
module
data_general_dlg
! which way was chosen
integer
::
id_ctr
end
module
!***********************************************************************
! data module containig the flags changes for the win_appl
module
flag_field
integer
,
allocatable
,
save
,
dimension
(:,:)
::
flagsave
character
(
50
),
dimension
(
22
)
::
flagnames
integer
act_run
end
! module flags_field
!**********************
!contains all flag comments for the combo-boxes
module
flags_comments
character
(
60
),
dimension
(
30
)
::
flag_mort_com
character
(
60
),
dimension
(
30
)
::
flag_reg_com
character
(
60
),
dimension
(
30
)
::
flag_forska_com
character
(
60
),
dimension
(
30
)
::
flag_stand_com
character
(
60
),
dimension
(
30
)
::
flag_sveg_com
character
(
60
),
dimension
(
30
)
::
flag_mg_com
character
(
60
),
dimension
(
30
)
::
flag_dis_com
character
(
60
),
dimension
(
30
)
::
flag_light_com
character
(
60
),
dimension
(
30
)
::
flag_folhei_com
character
(
60
),
dimension
(
30
)
::
flag_volfunc_com
character
(
60
),
dimension
(
30
)
::
flag_resp_com
character
(
60
),
dimension
(
30
)
::
flag_limi_com
character
(
60
),
dimension
(
30
)
::
flag_decomp_com
character
(
60
),
dimension
(
30
)
::
flag_sign_com
character
(
60
),
dimension
(
30
)
::
flag_wred_com
character
(
60
),
dimension
(
30
)
::
flag_wurz_com
character
(
60
),
dimension
(
30
)
::
flag_cond_com
character
(
60
),
dimension
(
30
)
::
flag_int_com
character
(
60
),
dimension
(
30
)
::
flag_eva_com
character
(
100
),
dimension
(
30
)
::
flag_CO2_com
character
(
60
),
dimension
(
30
)
::
flag_sort_com
character
(
60
),
dimension
(
30
)
::
flag_wpm_com
character
(
60
),
dimension
(
30
)
::
flag_stat_com
end
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