Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Clément Haëck
submeso-color
Commits
4185115c
Commit
4185115c
authored
Nov 16, 2021
by
Clément Haëck
Browse files
Fix air-sea fluxes daily integration
parent
03dbb681
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Download/integrate_daily_sf.sh
Download/integrate_daily_sf.sh
+1
-1
No files found.
Download/integrate_daily_sf.sh
View file @
4185115c
...
...
@@ -82,7 +82,7 @@ sum_file () {
ofile
=
"
$(
get_tmp_file_summed
"
$var
"
"
$day
"
"
$hour
"
)
"
local
lon_slab
=
"longitude,
${
lon_min
}
,
${
lon_max
}
"
local
lat_slab
=
"latitude,
${
lat_min
}
,
${
lat_max
}
"
ncra
-O
-d
time
,
6,-1
-d
"
$lon_slab
"
-d
"
$lat_slab
"
-y
ttl
\
ncra
-O
-d
time
,
7,
-d
"
$lon_slab
"
-d
"
$lat_slab
"
-y
ttl
\
"
${
indir
}
/
$(
get_dir
"
$day
"
)
/
${
var
}
.
${
day
}
.
${
hour
}
.fs1e5.GLOBAL_025.nc"
\
"
$ofile
"
echo
"
$ofile
"
...
...
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