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
5482b2a2
Commit
5482b2a2
authored
7 months ago
by
Виктория Суязова
Committed by
Anna Shestakova
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
set id for INMCM
parent
f76273d9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
srcF/sfx_surface.f90
+7
-7
7 additions, 7 deletions
srcF/sfx_surface.f90
srcF/sfx_z0t_all_surface.f90
+2
-2
2 additions, 2 deletions
srcF/sfx_z0t_all_surface.f90
with
9 additions
and
9 deletions
srcF/sfx_surface.f90
+
7
−
7
View file @
5482b2a2
...
...
@@ -92,16 +92,16 @@ module sfx_surface
integer
,
public
,
parameter
::
ocean_z0m_id
=
z0m_ch
!< ocean surface
integer
,
public
,
parameter
::
land_z0m_id
=
z0m_map_id
!< land surface
integer
,
public
,
parameter
::
lake_z0m_id
=
z0m_fe
!< lake surface
integer
,
public
,
parameter
::
snow_z0m_id
=
z0m_
map_id
!< snow covered surface
integer
,
public
,
parameter
::
snow_z0m_id
=
z0m_
ow
!< snow covered surface
integer
,
public
,
parameter
::
forest_z0m_id
=
z0m_map_id
!< forest csurface
integer
,
public
,
parameter
::
usersf_z0m_id
=
z0m_
map_id
!< user surface
integer
,
public
,
parameter
::
usersf_z0m_id
=
z0m_
fe
!< 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_
br
!< lake surface
integer
,
public
,
parameter
::
snow_z0t_id
=
z0t_
kl_land
!< snow covered surface
integer
,
public
,
parameter
::
forest_z0t_id
=
z0t_
du
!< forest csurface
integer
,
public
,
parameter
::
usersf_z0t_id
=
z0t_
mix
!< user surface
integer
,
public
,
parameter
::
land_z0t_id
=
z0t_
mix
!< land surface
integer
,
public
,
parameter
::
lake_z0t_id
=
z0t_
ca
!< lake surface
integer
,
public
,
parameter
::
snow_z0t_id
=
z0t_
zi
!< snow covered surface
integer
,
public
,
parameter
::
forest_z0t_id
=
z0t_
ot
!< forest csurface
integer
,
public
,
parameter
::
usersf_z0t_id
=
z0t_
ca
!< user surface
! --------------------------------------------------------------------------------
real
,
parameter
,
private
::
kappa
=
0.40
!< von Karman constant [n/d]
...
...
This diff is collapsed.
Click to expand it.
srcF/sfx_z0t_all_surface.f90
+
2
−
2
View file @
5482b2a2
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