File |
Line number |
Procedure |
Code |
./pkg/cal/cal_stepsforday.F |
103 |
CAL_STEPSFORDAY |
laststep = modelintsteps |
./pkg/cal/cal_stepsforday.F |
131 |
CAL_STEPSFORDAY |
laststep = int((secondsperday - startsecs)/mdstep) |
./pkg/cal/cal_stepsforday.F |
147 |
CAL_STEPSFORDAY |
laststep = numsteps |
./pkg/cal/cal_stepsforday.F |
148 |
CAL_STEPSFORDAY |
firststep = laststep - secondsperday/mdstep + 1 |
./pkg/cal/cal_stepsforday.F |
166 |
CAL_STEPSFORDAY |
laststep = numsteps + fullsteps |
./pkg/cal/cal_stepsforday.F |
174 |
CAL_STEPSFORDAY |
laststep = numsteps |
./pkg/cal/cal_stepsforday.F |
180 |
CAL_STEPSFORDAY |
firststep = laststep - endsecs/mdstep + 1 |
./pkg/cal/cal_stepsforday.F |
196 |
CAL_STEPSFORDAY |
nsteps = laststep - firststep + 1 |
./pkg/cal/cal_stepsforday.F |
43 |
CAL_STEPSFORDAY |
integer laststep |
./pkg/cal/cal_stepsforday.F |
97 |
CAL_STEPSFORDAY |
laststep = modelintsteps |
./pkg/cal/cal_stepsforday.F |
9 |
CAL_STEPSFORDAY |
O laststep, |