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
ef5678a8
Commit
ef5678a8
authored
1 month ago
by
Виктория Суязова
Committed by
Anna Shestakova
3 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
alltype0
parent
8437f9ec
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_surface.f90
+7
-7
7 additions, 7 deletions
srcF/sfx_surface.f90
with
7 additions
and
7 deletions
srcF/sfx_surface.f90
+
7
−
7
View file @
ef5678a8
...
...
@@ -105,13 +105,13 @@ module sfx_surface
integer
,
public
,
parameter
::
ice_z0m_id
=
z0m_ch
!< ice surface
integer
,
public
,
parameter
::
ocean_z0t_id
=
z0t_kl_
land
!< ocean surface
integer
,
public
,
parameter
::
land_z0t_id
=
z0t_
zi
!< land surface
integer
,
public
,
parameter
::
lake_z0t_id
=
z0t_
zi
!< lake surface
integer
,
public
,
parameter
::
snow_z0t_id
=
z0t_
zi
!< snow covered surface
integer
,
public
,
parameter
::
forest_z0t_id
=
z0t_
zi
!< forest csurface
integer
,
public
,
parameter
::
usersf_z0t_id
=
z0t_kl_
land
!< user surface
integer
,
public
,
parameter
::
ice_z0t_id
=
z0t_kl_
land
!< user surface
integer
,
public
,
parameter
::
ocean_z0t_id
=
z0t_kl_
water
!< ocean surface
integer
,
public
,
parameter
::
land_z0t_id
=
z0t_
kl_land
!< land surface
integer
,
public
,
parameter
::
lake_z0t_id
=
z0t_
kl_land
!< lake surface
integer
,
public
,
parameter
::
snow_z0t_id
=
z0t_
kl_land
!< snow covered surface
integer
,
public
,
parameter
::
forest_z0t_id
=
z0t_
kl_land
!< forest csurface
integer
,
public
,
parameter
::
usersf_z0t_id
=
z0t_kl_
water
!< user surface
integer
,
public
,
parameter
::
ice_z0t_id
=
z0t_kl_
water
!< user surface
! --------------------------------------------------------------------------------
real
,
parameter
,
private
::
kappa
=
0.40
!< von Karman constant [n/d]
...
...
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