File |
Line number |
Procedure |
Code |
./pkg/cal/cal_daysformonth.F |
184 |
CAL_DAYSFORMONTH |
if (lastsecs .eq. 0) then |
./pkg/cal/cal_daysformonth.F |
60 |
CAL_DAYSFORMONTH |
integer lastsecs |
./pkg/cal/cal_daysformonth.F |
86 |
CAL_DAYSFORMONTH |
lastsecs = modelenddate(2)/10000*secondsperhour + |
./pkg/cal/cal_daysformonth.F |
94 |
CAL_DAYSFORMONTH |
if (lastsecs .eq. 0) then |
./pkg/cal/cal_monthsforyear.F |
132 |
CAL_MONTHSFORYEAR |
if ( (lastday .eq. 1) .and. (lastsecs .eq. 0) ) then |
./pkg/cal/cal_monthsforyear.F |
57 |
CAL_MONTHSFORYEAR |
integer lastsecs |
./pkg/cal/cal_monthsforyear.F |
73 |
CAL_MONTHSFORYEAR |
lastsecs = modelenddate(2)/10000*secondsperhour + |
./pkg/cal/cal_monthsforyear.F |
81 |
CAL_MONTHSFORYEAR |
if ( (lastday .eq. 1) .and. (lastsecs .eq. 0) ) then |