Hello!! I would like to draw the second derivative of the temperature. Is correct if I do this? >define dTX=cdiff(tmp2m,x) >define dx=cdiff(lon,x) >define SECOND_DERIVATIVE=(dTx/dx)/dx Thank you so much!!