File |
Line number |
Procedure |
Code |
./eesupp/src/get_periodic_interval.F |
102 |
GET_PERIODIC_INTERVAL |
locTime = currentTime - recSpacing*0.5 |
./eesupp/src/get_periodic_interval.F |
121 |
GET_PERIODIC_INTERVAL |
locTime = currentTime - recSpacing*0.5 |
./eesupp/src/get_periodic_interval.F |
122 |
GET_PERIODIC_INTERVAL |
& + cycleLength*( 2 - NINT(currentTime/cycleLength) ) |
./eesupp/src/get_periodic_interval.F |
13 |
GET_PERIODIC_INTERVAL |
I currentTime, myThid ) |
./eesupp/src/get_periodic_interval.F |
40 |
GET_PERIODIC_INTERVAL |
_RL cycleLength, recSpacing, deltaT, currentTime |