Hi David,
Perhaps you may want to take a look at the section "Tutorial 3: Changing the time scale" in
the PDF file with the 2017 MCMCtree tutorials that is part of the PAML software (available on
the PAML GitHub repo). If you access the first link above and go to pages 10-11, you will find an explanation regarding how the birth-death process is affected when the time unit is changed. The next pages in the PDF file show how the specific settings in the control file also need to change. Please note that now the `finetune` option is deprecated and there is no need to include this in the control file. It is also recommended to stop using the `RootAge` option in the control file and, instead, incorporate the node age constrain on the root in the tree file. Following the example in the tutorial, the tree file when changing the time scale from 100Myr to 1Myr would look like this:
```
7 1
((((human, (chimpanzee, bonobo)) '>6<8', gorilla), (orangutan, sumatran)) '>12<16', gibbon)'<1.0';
```
You can see that the root age is now constrained with an upper-bound calibration of 1 (time unit = 100 Myr). For more details about the notation that you can use to incorporate specific calibrations to constrain node ages, please check pages 49-52 in the
PAML documentation (i.e., section "Fossil calibrations"). Hope the explanations in the tutorial and the documentation have the answer you are looking for!
All the best,
S.