Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flexpart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin Püschel
Flexpart
Commits
96c23505
Commit
96c23505
authored
May 10, 2024
by
Lucie Bakels
Browse files
Options
Downloads
Patches
Plain Diff
Petra: name change verttransform_ecmwf_stereo to verttransform_ecmwf_polar
Former-commit-id:
3aadcea2
parent
f0bba585
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
src/verttransform_mod.f90
+3
-3
3 additions, 3 deletions
src/verttransform_mod.f90
with
3 additions
and
3 deletions
src/verttransform_mod.f90
+
3
−
3
View file @
96c23505
...
...
@@ -142,7 +142,7 @@ subroutine verttransform_ecmwf(n,uuh,vvh,wwh,pvh)
! If north or south pole is in the domain, calculate wind velocities in polar
! stereographic coordinates
!*******************************************************************
call
verttransform_ecmwf_
stereo
(
n
)
call
verttransform_ecmwf_
polar
(
n
)
! Create cloud fields
!*********************
...
...
@@ -673,7 +673,7 @@ subroutine verttransform_ecmwf_windfields(n,nxlim,nylim,uuh,vvh,wwh,pvh,rhoh,prs
end
subroutine
verttransform_ecmwf_windfields
subroutine
verttransform_ecmwf_
stereo
(
n
)
subroutine
verttransform_ecmwf_
polar
(
n
)
implicit
none
integer
,
intent
(
in
)
::
n
...
...
@@ -955,7 +955,7 @@ subroutine verttransform_ecmwf_stereo(n)
!$OMP END DO
!$OMP END PARALLEL
endif
end
subroutine
verttransform_ecmwf_
stereo
end
subroutine
verttransform_ecmwf_
polar
subroutine
verttransform_ecmwf_cloud
(
lcw_tmp
,
lcwsum_tmp
,
nxlim
,
nylim
,&
ctwc_tmp
,
clwc_tmp
,
ciwc_tmp
,
icloudbot_tmp
,
icloudtop_tmp
,
lsprec_tmp
,
convprec_tmp
,
rho_tmp
,
&
...
...
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