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
2c6f3887
Commit
2c6f3887
authored
7 months ago
by
Anna Shestakova
Browse files
Options
Downloads
Plain Diff
Merge branch 'diag_new' of
http://tesla.parallel.ru/INMCM60_pbl/INMCM60_sfx
into diag_new
parents
6f9a5b4d
ab80b72e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
diag/pbldia_new_sfx.f90
+4
-2
4 additions, 2 deletions
diag/pbldia_new_sfx.f90
with
4 additions
and
2 deletions
diag/pbldia_new_sfx.f90
+
4
−
2
View file @
2c6f3887
...
...
@@ -82,7 +82,7 @@ use sfx_most, only: &
real
,
intent
(
in
)::
AR2
(
11
),
ARDIN
(
6
)
real
,
intent
(
out
)::
ARDOUT
(
3
)
real
,
parameter
::
zetalim
=
2
.
!maximum value of z/L for stable SL
real
,
parameter
::
zetalim
=
1
.
!maximum value of z/L for stable SL
real
psi_m
,
psi_h
,
psi_m_hs
,
psi_h_hs
real
hwind
,
htemp
,
ustar
,
tstar
,
qstar
,&
&
ufwind
,
uftemp
,
dteta
,
dq
,
wind
,
L
,
HIN
,
zeta
...
...
@@ -96,8 +96,10 @@ use sfx_most, only: &
TSTAR
=
AR2
(
9
)
*
ARDIN
(
2
)
QSTAR
=
AR2
(
9
)
*
ARDIN
(
3
)
print
*
,
zeta
if
(
zeta
.gt.
zetalim
)
zeta
=
zetalim
L
=
HIN
/
zeta
print
*
,
zeta
call
get_psi_most
(
psi_m_hs
,
psi_h_hs
,
HIN
/
L
)
call
get_psi_most
(
psi_m
,
psi_h
,
HWIND
/
L
)
...
...
@@ -120,7 +122,7 @@ use sfx_most, only: &
subroutine
pbldia_new_esm
(
AR2
,
ARDIN
,
ARDOUT
)
real
,
intent
(
in
)::
AR2
(
11
),
ARDIN
(
6
)
real
,
intent
(
out
)::
ARDOUT
(
3
)
real
,
parameter
::
zetalim
=
2
.
!maximum value of z/L for stable SL
real
,
parameter
::
zetalim
=
1
.
!maximum value of z/L for stable SL
real
psi_m
,
psi_h
,
psi_m_hs
,
psi_h_hs
real
hwind
,
htemp
,
ustar
,
tstar
,
qstar
,&
&
ufwind
,
uftemp
,
dteta
,
dq
,
wind
,
L
,
HIN
,
zeta
...
...
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