Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Carl Schreck
OLR CDR
Commits
2029ab0e
Commit
2029ab0e
authored
Jan 14, 2015
by
Carl Schreck
Browse files
Automated Nightly Commit - Wed Jan 14 00:00:33 EST 2015
parent
86199445
Changes
1
Hide whitespace changes
Inline
Side-by-side
obs4mips/all_diff.ncl
View file @
2029ab0e
...
...
@@ -23,7 +23,7 @@ begin ; main
print_clock( "Here we go!" )
; These are some parameters that could be useful to have up top
cdrPath = "/home/carl/data/olr/cdr/daily/v01r02/olr.total.nc"
cdrPath = "/home/carl/data/olr/cdr/daily/v01r02/olr.total.
2013.
nc"
mipPath = "/home/carl/data/olr/obs4mips/olr_daily_*.nc"
monthPath = "/home/carl/data/olr/obs4mips/olr_monthly.nc"
cdrVar = "olr"
...
...
@@ -70,8 +70,9 @@ if( True )
diffMissing = mipMissing - cdrMissing
printMinMax( diffMissing, False )
missInd = ind( diffMissing.ne.0 )
print( cd_string( cdrTime(missInd), "" ) + " " + diffMissing(missInd) )
return
if( .not.all( ismissing( missInd ) ) ) then
print( cd_string( cdrTime(missInd), "" ) + " " + diffMissing(missInd) )
end if
end if
...
...
Write
Preview
Supports
Markdown
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