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
dab3dc97
Commit
dab3dc97
authored
1 month ago
by
Victoria Suiazova
Browse files
Options
Downloads
Patches
Plain Diff
ow z0m for ICE/SNOW, kl_land for LAND/FOREST, ot for ICE/SNOW
parent
ef07ec18
Branches
Branches containing commit
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
+2
-2
2 additions, 2 deletions
srcF/sfx_surface.f90
with
2 additions
and
2 deletions
srcF/sfx_surface.f90
+
2
−
2
View file @
dab3dc97
...
...
@@ -106,10 +106,10 @@ module sfx_surface
integer
,
public
,
parameter
::
ocean_z0t_id
=
z0t_kl_water
!< ocean surface
integer
,
public
,
parameter
::
land_z0t_id
=
z0t_
mix
!< land surface
integer
,
public
,
parameter
::
land_z0t_id
=
z0t_
kl_land
!< land surface
integer
,
public
,
parameter
::
lake_z0t_id
=
z0t_kl_water
!< lake surface
integer
,
public
,
parameter
::
snow_z0t_id
=
z0t_ot
!< snow covered surface
integer
,
public
,
parameter
::
forest_z0t_id
=
z0t_
mix
!< forest csurface
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_ot
!< user surface
...
...
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