Skip to content

Commit

Permalink
Fixed label in tools/analysis/TS_depth_integrals.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MJHarrison-GFDL committed Sep 24, 2014
1 parent cacb639 commit dabfdd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/analysis/TS_depth_integrals.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@
plt.colorbar(cf,ax=ax1)
cf=ax2.contourf(S.grid.x_T,S.grid.y_T,numpy.squeeze(S.sc_bias),np.arange(-0.5,0.55,.05),extend='both',cmap=plt.cm.bwr)
ax2.contour(S.grid.x_T,S.grid.y_T,S.grid.wet,[0.5,0.5],colors='k')
tit=cmdLineArgs.label+' Salt Content (10^9 gSalt) Bias z= '+str(cmdLineArgs.start_depth)+' to '+str(cmdLineArgs.end_depth)
tit='Salt Content Bias z= '+str(cmdLineArgs.start_depth)+' to '+str(cmdLineArgs.end_depth)
tit=cmdLineArgs.label+' Salt Content (10^6 gSalt) Bias z= '+str(cmdLineArgs.start_depth)+' to '+str(cmdLineArgs.end_depth)
ax2.set_title(tit,fontsize=10)
plt.colorbar(cf,ax=ax2)
fnam_out=cmdLineArgs.outdir+'/'+cmdLineArgs.label+'_heat_salt_'+str(int(cmdLineArgs.start_depth))+'_'+str(int(cmdLineArgs.end_depth))+'.png'
Expand Down

0 comments on commit dabfdd5

Please sign in to comment.