I am using natbib, \bibliographystyle{apalike}.
I have the following 2 references in my .bib file:
Code: Select all
@article{EssPoms04,
author = {Essery, R. and Pomeroy, J.},
title = {{Vegetation and Topographic Control of Wind-Blown Snow Distributions in Distributed and Aggregated Simulations for an Arctic Tundra Basin}},
journal = {{Journal of Hydrometeorology}},
volume = {5},
pages = {735-744},
year = {2004}}
@article{EssPoms04b,
Author = {Essery, R. and Pomeroy, J.},
Title = {{Implications of spatial distributions of snow mass and melt rate for snow-cover depletion: theoretical considerations}},
Journal = {{Annals of Glaciology}},
Volume = {38},
Pages = {261-265},
Year = {2004}}
Code: Select all
@article{EssPoms04a,
for the top reference but nothing changes.
How does bibtex choose which one is a and which one is b? Is it alphabetical? Is it because the title of the 1st paper starts with a "V" and the tile of the 2nd starts with an "I"?
Can anybody suggest what I can do to have the references in the order I need?