Compute day of year of 366-day climatological year given a day and a month. More...
#include <clim.h>
Go to the source code of this file.
Functions | |
int | dayofclimyear (int day, int month) |
Compute day of year of 366-day climatological year given a day and a month. |
Compute day of year of 366-day climatological year given a day and a month.
Definition in file dayofclimyear.c.
int dayofclimyear | ( | int | day, | |
int | month | |||
) |
Compute day of year of 366-day climatological year given a day and a month.
[in] | day | Day of the month. |
[in] | month | Month of the year. |
Definition at line 59 of file dayofclimyear.c.
Referenced by find_the_days(), and remove_seasonal_cycle().