Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flex Extract
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Flexpart
Flex Extract
Commits
d90a529b
Commit
d90a529b
authored
4 years ago
by
Petra Seibert
Browse files
Options
Downloads
Patches
Plain Diff
comment out creation of VERTICAL.EC in calc_etadot.f90
parent
d2d6cf91
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/Fortran/calc_etadot.f90
+19
-18
19 additions, 18 deletions
Source/Fortran/calc_etadot.f90
with
19 additions
and
18 deletions
Source/Fortran/calc_etadot.f90
+
19
−
18
View file @
d90a529b
...
...
@@ -485,24 +485,25 @@ PROGRAM calc_etadot
END
IF
! MGAUSS
!! CREATE FILE VERTICAL.EC NEEDED BY POP MODEL
OPEN
(
21
,
FILE
=
'VERTICAL.EC'
)
WRITE
(
21
,
'(A)'
)
WRITE
(
21
,
'(A)'
)
'VERTICAL DISCRETIZATION OF POP MODEL'
WRITE
(
21
,
'(A)'
)
write
(
21
,
'(i3,a)'
)
MLEVEL
,
' number of layers'
WRITE
(
21
,
'(A)'
)
WRITE
(
21
,
'(A)'
)
'* A(NLEV+1)'
WRITE
(
21
,
'(A)'
)
DO
205
I
=
1
,
MLEVEL
+1
205
WRITE
(
21
,
'(F18.12)'
)
AK
(
I
)
WRITE
(
21
,
'(A)'
)
WRITE
(
21
,
'(A)'
)
'* B(NLEV+1)'
WRITE
(
21
,
'(A)'
)
DO
210
I
=
1
,
MLEVEL
+1
210
WRITE
(
21
,
'(F18.12)'
)
BK
(
I
)
CLOSE
(
21
)
! CREATE FILE VERTICAL.EC NEEDED BY POP MODEL
! 2020-06-25 Commented out by PS - not needed anymore
! OPEN(21,FILE='VERTICAL.EC')
! WRITE(21,'(A)')
! WRITE(21,'(A)') 'VERTICAL DISCRETIZATION OF POP MODEL'
! WRITE(21,'(A)')
! write(21,'(i3,a)') MLEVEL,' number of layers'
! WRITE(21,'(A)')
! WRITE(21,'(A)') '* A(NLEV+1)'
! WRITE(21,'(A)')
! DO 205 I=1,MLEVEL+1
!205 WRITE(21,'(F18.12)') AK(I)
! WRITE(21,'(A)')
! WRITE(21,'(A)') '* B(NLEV+1)'
! WRITE(21,'(A)')
! DO 210 I=1,MLEVEL+1
!210 WRITE(21,'(F18.12)') BK(I)
! CLOSE(21)
!------------------------------------------------------------------
! READING OF OMEGA
...
...
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