##### EDIT THESE VALUES ##### ## The dataset URL on ERDDAP or OPeNDAP to use for the data dataset=https://coastwatch.noaa.gov/erddap/griddap/noaacwNPPN20S3ASCIDINEOFDaily ## The prefix of the output files and the animation video output=dineof_chlora_gomx ## The magnification factor and center point as latitude/longitude/factor. ## A magnification of 1 is 1:1 screen pixels to data pixels. A factor of ## 2 means two times magnifications, etc. Factors can also be less than 1. magnify=25/-88/5 ## The size of the plot window as width/height. The default is 512. You ## can specify a single size for a square or both the rows and columns for ## a rectangle. size=1850/1060 ## The font to use for labelling the lines and legends as family/style/size. ## The default is Dialog/plain/9. Type cwrender --fontlist to get a list of ## the font families, which will include 'Dialog', ´DialogInput', 'Monospaced', ## 'Serif', and 'SansSerif'. The style can be 'plain', 'bold', 'italic', and ## 'bold-italic'. The size is the point size. font=Dialog/plain/14 ## The variable in the dataset to enhance var=chlor_a ## The data range as minimum/maximum range=0.01/64 ## The color enhancement function: linear, log, gamma, stepN where N is the ## number of steps function=log ## The palette in the CoastWatch Utilities to use. Look in CDAT for palette ## names. Common names: BW-Linear, HSL256, Blue-Red. Type cwrender --palettelist ## to show all the palettes available. palette=NCCOS-chla ## The starting and ending times in the dataset in ISO format. This determines ## the overall timespan that is rendered. You can specify the date and time or ## just the date. start_time="2022-01-01T12:00:00Z" end_time="2022-12-31T12:00:00Z" ## The number of time steps between each animation frame, 1 means every time ## step is used. step=1 ## The frame duplication factor. A value of 1 means no duplication. A value ## of 5 means each time index gets 5 frames and the video appears to play ## slower. frame_dup=1