Create custom archive page for individual authors which is separate from the author.php page

The WordPress template hierarchy accommodates this out of the box. WP will only use author.php if it cannot find author-{nicename}.php or author-{id}.php.

See the codex.