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
2f6100b2
Commit
2f6100b2
authored
4 years ago
by
sbiri
Browse files
Options
Download
Email Patches
Plain Diff
Update toy_ASFC.py
parent
5976a8b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
toy_ASFC.py
toy_ASFC.py
+1
-1
No files found.
toy_ASFC.py
View file @
2f6100b2
...
...
@@ -176,7 +176,7 @@ def toy_ASFC(inF, outF, gustIn, cskinIn, tolIn, meth):
ug
=
fid
.
createVariable
(
'ug'
,
'f4'
,
(
'time'
,
'lat'
,
'lon'
))
Rib
=
fid
.
createVariable
(
'Rib'
,
'f4'
,
(
'time'
,
'lat'
,
'lon'
))
rh
=
fid
.
createVariable
(
'rh'
,
'f4'
,
(
'time'
,
'lat'
,
'lon'
))
flag
=
fid
.
createVariable
(
'flag'
,
'
S
1'
,
(
'time'
,
'lat'
,
'lon'
))
flag
=
fid
.
createVariable
(
'flag'
,
'
U
1'
,
(
'time'
,
'lat'
,
'lon'
))
longitude
[:]
=
lon
latitude
[:]
=
lat
...
...
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