Hi I am using verdi command to draw multi layer plots.
But the layer command seemed not working, by plotting only layer 1.
Can you check it?
Please add your command example in text, rather than as an image. It will make it easier to use for testing.
You can use the ``` syntaxt to indicate a code block.
insert code here
In your script, the -layer 3 command was used after the -g tile, so the tile plot had already been created for layer 1.
If you use -layer 3 command prior to the -g tile command, then VERDI will plot for the correct layer 3.
Example:
verdi -f $cwd/Airport_bos_1km_UNC_IFF_20170701.cb6_LTO.ncf \
-s "POC[1]" \
-layer 3 \
-g tile
Thank you so much for your help.
It is working well after changing the order of commands