Skip to content

Commit

Permalink
Merge pull request mom-ocean#109 from NOAA-GFDL/user/jpk/dora-web-upd…
Browse files Browse the repository at this point in the history
…ates

User/jpk/dora web updates
  • Loading branch information
jkrasting authored Sep 6, 2016
2 parents aaf7ab1 + a15f833 commit 2a77170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/analysis/TS_drift.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ def main(cmdLineArgs,stream=None):
m6plot.ztplot( T, timeT, zt, splitscale=[0., -1000., -6500.],
suptitle=suptitle, title='Potential Temperature [C]',
extend='both', colormap='dunnePM', autocenter=True,
save=objOut)
clim=cmdLineArgs.climT,save=objOut)

if stream != None: objOut = stream[1]
else: objOut = cmdLineArgs.outdir+'/S_drift.png'
m6plot.ztplot( S, timeS, zt, splitscale=[0., -1000., -6500.],
suptitle=suptitle, title='Salinity [psu]',
extend='both', colormap='dunnePM', autocenter=True,
save=objOut)
clim=cmdLineArgs.climS,save=objOut)

if __name__ == '__main__':
run()
Expand Down

0 comments on commit 2a77170

Please sign in to comment.