diff --git a/scripts/exgdas_global_marine_analysis_vrfy.py b/scripts/exgdas_global_marine_analysis_vrfy.py index 122bccbc2..45e7f3adc 100755 --- a/scripts/exgdas_global_marine_analysis_vrfy.py +++ b/scripts/exgdas_global_marine_analysis_vrfy.py @@ -51,8 +51,8 @@ variables_zonal=['Temp', 'Salt'], variables_horiz=['Temp', 'Salt', 'ave_ssh'], allbounds={'Temp': [-0.5, 0.5], - 'Salt': [-0.1, 0.1], - 'ave_ssh': [-0.1, 0.1]}, + 'Salt': [-0.1, 0.1], + 'ave_ssh': [-0.1, 0.1]}, colormap='RdBu', comout=os.path.join(comout, 'vrfy', 'incr')) OcnIncPlotter = StatePlotter(config) @@ -68,8 +68,8 @@ lats=np.arange(-60, 60, 10), variables_horiz=['aicen', 'hicen', 'hsnon'], allbounds={'aicen': [-0.2, 0.2], - 'hicen': [-0.5, 0.5], - 'hsnon': [-0.1, 0.1]}, + 'hicen': [-0.5, 0.5], + 'hsnon': [-0.1, 0.1]}, colormap='RdBu', projs=['North', 'South'], comout=os.path.join(comout, 'vrfy', 'incr')) @@ -85,10 +85,10 @@ data_file=data_file, variables_horiz=['aicen', 'hicen', 'hsnon'], allbounds={'aicen': [0.0, 1.0], - 'hicen': [0.0, 4.0], - 'hsnon': [0.0, 0.5]}, + 'hicen': [0.0, 4.0], + 'hsnon': [0.0, 0.5]}, colormap='jet', - projs=['North', 'South','Global'], + projs=['North', 'South', 'Global'], comout=os.path.join(comout, 'vrfy', 'ana')) IceAnaPlotter = StatePlotter(config) IceAnaPlotter.plot() @@ -102,8 +102,8 @@ data_file=data_file, variables_horiz=['aice_h', 'hs_h', 'hi_h'], allbounds={'aice_h': [0.0, 1.0], - 'hs_h': [0.0, 4.0], - 'hi_h': [0.0, 0.5]}, + 'hs_h': [0.0, 4.0], + 'hi_h': [0.0, 0.5]}, colormap='jet', projs=['North', 'South', 'Global'], comout=os.path.join(comout, 'vrfy', 'bkg')) @@ -119,8 +119,8 @@ data_file=data_file, variables_horiz=['ave_ssh', 'Temp', 'Salt'], allbounds={'ave_ssh': [-1.8, 1.3], - 'Temp': [-1.8, 34.0], - 'Salt': [30, 38]}, + 'Temp': [-1.8, 34.0], + 'Salt': [30, 38]}, colormap='jet', comout=os.path.join(comout, 'vrfy', 'ana')) OcnAnaPlotter = StatePlotter(config) @@ -135,8 +135,8 @@ data_file=data_file, variables_horiz=['ave_ssh', 'Temp', 'Salt'], allbounds={'ave_ssh': [-1.8, 1.3], - 'Temp': [-1.8, 34.0], - 'Salt': [30, 38]}, + 'Temp': [-1.8, 34.0], + 'Salt': [30, 38]}, colormap='jet', comout=os.path.join(comout, 'vrfy', 'bkg')) OcnBkgPlotter = StatePlotter(config) @@ -153,8 +153,8 @@ variables_zonal=['Temp', 'Salt'], variables_horiz=['Temp', 'Salt', 'ave_ssh'], allbounds={'Temp': [0, 2], - 'Salt': [0, 0.2], - 'ave_ssh': [0, 0.1]}, + 'Salt': [0, 0.2], + 'ave_ssh': [0, 0.1]}, colormap='jet', comout=os.path.join(comout, 'vrfy', 'bkgerr')) BkgErrPlotter = StatePlotter(config)