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
Open sidebar
NOCSurfaceProcesses
AirSeaFluxCode
Commits
1afa5278
"backup_core_local" did not exist on "e29cc4dfc909c281a77ae01116a9624efb066ea7"
Commit
1afa5278
authored
3 years ago
by
Richard Cornes
Browse files
Options
Download
Email Patches
Plain Diff
Fixed bug in NCAR flagging
parent
2b54f052
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Code/AirSeaFluxCode.py
Code/AirSeaFluxCode.py
+2
-2
No files found.
Code/AirSeaFluxCode.py
View file @
1afa5278
...
...
@@ -557,8 +557,8 @@ class NCAR(S88):
def
__init__
(
self
):
self
.
meth
=
"NCAR"
self
.
utmp_lo
=
0.5
self
.
utmp_hi
=
999
self
.
utmp_lo
=
[
0.5
,
0.5
]
self
.
utmp_hi
=
[
999
,
999
]
class
UA
(
S88
):
...
...
This diff is collapsed.
Click to expand it.
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