11[customizable_viz]
22
3- # Data file to analyze with absolute file path
4- # input_file = /lcrc/group/e3sm2/ac.dcomeau/E3SMv3_dev/20250814.v3.LR.CRYO1850.alfred3-sb-constant/run/20250814.v3.LR.CRYO1850.alfred3-sb-constant.mpaso.hist.am.timeSeriesStatsMonthly.0120-01-01.nc
5- input_file = /lcrc/group/e3sm2/ac.dcomeau/E3SMv3_dev/20250416.v3.SORRME3r3.CRYO1850-DISMF.alfred2-coldstart.chrysalis/archive/ocn/hist/20250416.v3.SORRME3r3.CRYO1850-DISMF.alfred2-coldstart.chrysalis.mpaso.hist.am.timeSeriesStatsMonthly.0050-01-01.nc
6- mesh_file = /lcrc/group/e3sm/data/inputdata/ocn/mpas-o/SOwISC12to30E3r3/mpaso.SOwISC12to30E3r3.rstFromG-chrysalis.20240829.nc
7- # input_file = /lcrc/group/e3sm/data/inputdata/ocn/mpas-o/IcoswISC30E3r5/mpaso.IcoswISC30E3r5.rstFromG-chrysalis.20231121.nc
8- # input_file = /lcrc/group/e3sm2/ac.jwolfe/E3SMv3_dev/20250722.wcycl1850.ne120pg2_r025_RRSwISC6to18E3r5.test6.chrysalis/run/20250722.wcycl1850.ne120pg2_r025_RRSwISC6to18E3r5.test6.chrysalis.mpaso.rst.0091-01-01_00000.nc
3+ # Mesh file, absolute file path
4+ mesh_file = /lcrc/group/e3sm/data/inputdata/ocn/mpas-o/IcoswISC30E3r5/mpaso.IcoswISC30E3r5.rstFromG-chrysalis.20231121.nc
5+
6+ # Data file, absolute file path
7+ input_file = /lcrc/group/e3sm/data/inputdata/ocn/mpas-o/IcoswISC30E3r5/mpaso.IcoswISC30E3r5.rstFromG-chrysalis.20231121.nc
98
109[customizable_viz_horiz_field]
1110
11+ # Projection to use for the horizontal field plot, must be supported by mosaic
1212projection = PlateCarree
1313
14- # Fields to plot
14+ # Fields to plot, comma-separated
1515variables = layerThickness
1616
17+ # Bounding box for the plot, global by default
1718min_latitude = -90
1819
1920max_latitude = 90
@@ -22,6 +23,7 @@ min_longitude = 0
2223
2324max_longitude = 360
2425
26+ # Optional additional arguments to provide to the colormap norm
2527norm_args = {}
2628
2729# the type of norm used in the colormap
@@ -31,22 +33,25 @@ norm_type = linear
3133# result in cells spanning the plot boundary
3234central_longitude = 180.
3335
36+ # The depth in m below the surface to use for layer selection
37+ # Only one vertical level will be selected and its depth may vary
3438z_target = 0.
3539
3640[customizable_viz_transect]
3741
38- # Fields to plot
39- variables = vertVelocityTop
40- # variables = salinity
42+ # Fields to plot, comma-separated
43+ variables = salinity
4144
45+ # The start and end coordinates for the transect
46+ # where x is longitude and y is latitude
4247x_start = -5.0
4348y_start = -65.0
4449x_end = 10.0
4550y_end = -65.0
4651
47- vmin = -1e-3
48- vmax = 1e-3
49- # vmin = 34.625
50- # vmax = 34.725
52+ # Optional limits for colormap scaling
53+ vmin = None
54+ vmax = None
5155
52- layer_interface_color = ' none'
56+ # Color to use for interfaces between vertical levels
57+ layer_interface_color = None
0 commit comments