Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gotm_ismer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Dany Dumont
gotm_ismer
Commits
2b2136f7
Commit
2b2136f7
authored
May 17, 2011
by
dumoda01
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bogue mineur
parent
1afe698e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/observations/observations.F90
src/observations/observations.F90
+5
-1
No files found.
src/observations/observations.F90
View file @
2b2136f7
...
...
@@ -77,7 +77,7 @@
REALTYPE
,
public
,
dimension
(:),
allocatable
::
SRelaxTau
,
TRelaxTau
! relaxation times for nitrate and ammonium
REALTYPE
,
public
,
dimension
(:),
allocatable
::
NRelaxTau
!CHG3-5
REALTYPE
,
public
,
dimension
(:),
allocatable
::
NRelaxTau
,
ARelaxTau
!CHG3-5
! sea surface elevation, sea surface gradients and height of velocity obs.
REALTYPE
,
public
::
zeta
=
0.
,
dpdx
=
0.
,
dpdy
=
0.
,
h_press
=
0
...
...
@@ -503,6 +503,10 @@
if
(
rc
/
=
0
)
STOP
'init_observations: Error allocating (NRelaxTau)'
NRelaxTau
=
0.
allocate
(
ARelaxTau
(
0
:
nlev
),
stat
=
rc
)
!CHG5
if
(
rc
/
=
0
)
STOP
'init_observations: Error allocating (NRelaxTau)'
ARelaxTau
=
0.
allocate
(
uprof
(
0
:
nlev
),
stat
=
rc
)
if
(
rc
/
=
0
)
stop
'init_observations: Error allocating (uprof)'
uprof
=
0.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment