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
C
Carl NCL tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
Carl Schreck
Carl NCL tools
Commits
207661f9
Commit
207661f9
authored
Aug 30, 2019
by
Carl Schreck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Automated Nightly Commit - Fri Aug 30 00:01:24 EDT 2019
parent
a59ffb05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
filter/filter_waves.ncl
filter/filter_waves.ncl
+4
-4
imerg/merge_imerg.py
imerg/merge_imerg.py
+2
-2
No files found.
filter/filter_waves.ncl
View file @
207661f9
...
...
@@ -16,7 +16,7 @@ load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/contrib/time_axis_labels.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/contrib/kf_filter.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/contrib/cd_string.ncl"
load "
~/lib
/print_clock.ncl"
load "
$CJS_NCL_LIB
/print_clock.ncl"
begin
...
...
@@ -316,9 +316,9 @@ begin
print_clock( "Writing KELVIN... " )
fout->kelvin = kelvin
sumOfModes = sumOfModes + kelvin
sumOfModes@long_name = "Low+MJO+ER+Kelvin"
fout->low_mjo_er_kelvin = sumOfModes
;
sumOfModes = sumOfModes + kelvin
;
sumOfModes@long_name = "Low+MJO+ER+Kelvin"
;
fout->low_mjo_er_kelvin = sumOfModes
; delete(kelvin)
end if
...
...
imerg/merge_imerg.py
View file @
207661f9
...
...
@@ -12,8 +12,8 @@ import glob
import
numpy
as
np
cjs
.
tstamp
(
'Here we go!'
)
in_path
=
'/home/carl/data/imerg/201
6
/3B-HHR.MS.MRG.3IMERG.*nc4'
out_path
=
'/home/carl/data/imerg/imerg.hr.201
6
07.nc'
in_path
=
'/home/carl/data/imerg/201
4
/3B-HHR.MS.MRG.3IMERG.*nc4'
out_path
=
'/home/carl/data/imerg/imerg.hr.201
4
07.nc'
cjs
.
tstamp
(
'Open'
)
in_files
=
glob
.
glob
(
in_path
)
...
...
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