Hi Alexandre,
The calibration nodes are referenced by any 2 tip names that descend from the left and right daughter lineages of the node. The tree you provided had a couple problems, primarily, this tree is not fully bifurcating (there is a polytomy) this is not acceptable for dppdiv, as it expects a binary tree. So I have changed the newick string:
(((((a,b),(c,d)),e),f),g);
Since the node you refer to the MRCA of g and a-f is the root of the tree, you can simply specify the node like this:
-U root 100.2 157.3
This is a uniform calibration on the root. Alternatively you can specify 2 taxa for this same node:
-E g a 100.2 -m 140.0
This sets a uniform calibration density, offset by the fossil age "100.2" with a mean of 140. The ages can be proportional to millions of years.
Calibration is optional because you can still estimate relative divergence times without any calibrations. Good calibrations are rare for many groups, but estimates of relative node ages are all that is needed for answering some questions like understanding the relative rates of diversification or the evolution of continuous traits. Without fossils, the node ages are all reported as ages relative to the root.
Let me know if you have any further questions!
Cheers!
Tracy