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
cd231176
Commit
cd231176
authored
2 months ago
by
Виктория Суязова
Committed by
Anna Shestakova
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
write surface_type esm
parent
e8c79844
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_esm.f90
+2
-2
2 additions, 2 deletions
srcF/sfx_esm.f90
with
2 additions
and
2 deletions
srcF/sfx_esm.f90
+
2
−
2
View file @
cd231176
...
...
@@ -178,6 +178,7 @@ contains
real
::
z0_m
!< surface aerodynamic roughness (should be < 0 for water bodies surface)
real
::
depth
real
::
lai
integer
::
surface_type
! ----------------------------------------------------------------------------
! --- local variables
...
...
@@ -206,7 +207,6 @@ contains
real
Cm
,
Ct
!< transfer coeff. for (momentum) & (heat) [n/d]
integer
surface_type
!< surface type = (ocean || land)
real
fval
!< just a shortcut for partial calculations
real
z0_m1
...
...
@@ -241,7 +241,7 @@ contains
surface_type
=
meteo
%
surface_type
!
write (*,*) surface_type, 'esm'
write
(
*
,
*
)
surface_type
,
'esm'
call
get_dynamic_roughness_definition
(
surface_type
,
ocean_z0m_id
,
land_z0m_id
,
lake_z0m_id
,
snow_z0m_id
,
&
forest_z0m_id
,
usersf_z0m_id
,
ice_z0m_id
,
z0m_id
)
...
...
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