Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sfx
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inmcm-mirror
sfx
Commits
a29f824a
Commit
a29f824a
authored
3 months ago
by
Victoria Suiazova
Committed by
Anna Shestakova
3 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
VEG_to_IVEG_sfx
parent
8d74b6fe
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
srcF/sfx_api_inmcm.f90
+3
-3
3 additions, 3 deletions
srcF/sfx_api_inmcm.f90
with
3 additions
and
3 deletions
srcF/sfx_api_inmcm.f90
+
3
−
3
View file @
a29f824a
...
...
@@ -20,13 +20,13 @@ module sfx_api_inmcm
contains
! --------------------------------------------------------------------------------
subroutine
inmcm_to_sfx_in_cell
(
meteo
,
arg
,
VEG
G
,
depth_inm
,
lai_inm
)
subroutine
inmcm_to_sfx_in_cell
(
meteo
,
arg
,
I
VEG
_sfx
,
depth_inm
,
lai_inm
)
!> @brief converts legacy arg [AR1 INMCM format] array to sfx meteo input
! ----------------------------------------------------------------------------
implicit
none
type
(
meteoDataType
),
intent
(
inout
)
::
meteo
real
,
dimension
(
6
),
intent
(
in
)
::
arg
integer
,
intent
(
in
)
::
VEG
G
real
,
intent
(
in
)
::
I
VEG
_sfx
real
,
intent
(
in
)
::
depth_inm
real
,
intent
(
in
)
::
lai_inm
...
...
@@ -41,7 +41,7 @@ contains
meteo
%
z0_m
=
arg
(
6
)
meteo
%
depth
=
depth_inm
meteo
%
lai
=
lai_inm
meteo
%
surface_type
=
VEG
G
meteo
%
surface_type
=
I
VEG
_sfx
end
subroutine
inmcm_to_sfx_in_cell
! --------------------------------------------------------------------------------
...
...
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