File |
Line number |
Procedure |
Code |
./pkg/fizhi/update_ocean_exports.F |
173 |
GETSICE |
_RL fac1, fac2, lat0, lon0, timebc1, timebc2, timemod, undef |
./pkg/fizhi/update_ocean_exports.F |
297 |
GETSICE |
timemod = dfloat(nymdmod) + dfloat(nhms) /1000000 |
./pkg/fizhi/update_ocean_exports.F |
301 |
GETSICE |
if (timemod .lt. timebc1 .or. timemod .ge. timebc2) then |
./pkg/fizhi/update_ocean_exports.F |
305 |
GETSICE |
if (timebc2 .gt. timemod) then |
./pkg/fizhi/update_ocean_exports.F |
425 |
GETSST |
_RL fac1, fac2, lat0, lon0, timebc1, timebc2, timemod, undef |
./pkg/fizhi/update_ocean_exports.F |
550 |
GETSST |
timemod = dfloat(nymdmod) + dfloat(nhms) /1000000 |
./pkg/fizhi/update_ocean_exports.F |
554 |
GETSST |
if (timemod .lt. timebc1 .or. timemod .ge. timebc2) then |
./pkg/fizhi/update_ocean_exports.F |
558 |
GETSST |
if (timebc2 .gt. timemod) then |