Symbol | Description | Uses |
finalyear | 4 |
File | Line number | Procedure | Code |
./pkg/cal/cal_dayspermonth.F | 56 | CAL_DAYSPERMONTH |
integer finalyear |
./pkg/cal/cal_dayspermonth.F | 70 | CAL_DAYSPERMONTH |
finalyear = modelenddate(1)/10000 |
./pkg/cal/cal_dayspermonth.F | 74 | CAL_DAYSPERMONTH |
if (myyear .lt. finalyear) then |
./pkg/cal/cal_dayspermonth.F | 76 | CAL_DAYSPERMONTH |
else if (myyear .eq. finalyear) then |