Despite my question has a title similar to Partial Derivatives of $F(x,y,z)$ where $z = f(x,y)$ I didn't understand its solution. I'm sorry for my ignorance on this subject.
How do I calculate the z-partial derivative of $f(x, y, z)$ where z=x+y? Or in a general form, where $z=g(x, y)$? I'm asking because I don't know how to deal with, using a wrong notation for example, $\frac{\partial f(x, y) } {\partial (x+y)} $.
The partial derivative notation is indicating differentiation with respect to a certain argument of a function depending on several variables - it does not take into account whether that argument has further dependencies. So if you have $$f(x,y,z) = z$$ then $$ \frac{\partial f}{\partial z} (x, y, g(x,y, t, \alpha))= 1 \text{ and } \frac{\partial f}{\partial x} (x, y, g(x,y, t, \alpha))= 0$$ regardless of what $g$ is.
As another example, if you look at $h(x,y, z) = z^2$ then
$$\frac{\partial h}{\partial z} = 2z $$ and, consequently, $$\frac{\partial h}{\partial z} (a, b, g(x,y)) = 2g(x,y) $$
If you want to differentiate, say, $f(x,y,x^2+y)$ and want to indicate you are interested in the dependency on $x$, you would write $$\frac{df}{dx}$$ and the result would be (in the example given above), according to the chain rule,
$$\frac{\partial f}{\partial x} +\frac{\partial f}{\partial y} \frac{dy}{dx} +\frac{\partial f}{\partial z} \frac{dz}{dx} = 0 + 0 + 2x $$