File |
Line number |
Procedure |
Code |
./pkg/fizhi/update_ocean_exports.F |
182 |
GETSICE |
_RL fac1, fac2, lat0, lon0, timebc1, timebc2, timemod, undef |
./pkg/fizhi/update_ocean_exports.F |
314 |
GETSICE |
timemod = dfloat(nymdmod) + dfloat(nhms) /1000000 |
./pkg/fizhi/update_ocean_exports.F |
318 |
GETSICE |
if (timemod .lt. timebc1 .or. timemod .ge. timebc2) then |
./pkg/fizhi/update_ocean_exports.F |
322 |
GETSICE |
if (timebc2 .gt. timemod) then |
./pkg/fizhi/update_ocean_exports.F |
443 |
GETSST |
_RL fac1, fac2, lat0, lon0, timebc1, timebc2, timemod, undef |
./pkg/fizhi/update_ocean_exports.F |
576 |
GETSST |
timemod = dfloat(nymdmod) + dfloat(nhms) /1000000 |
./pkg/fizhi/update_ocean_exports.F |
580 |
GETSST |
if (timemod .lt. timebc1 .or. timemod .ge. timebc2) then |
./pkg/fizhi/update_ocean_exports.F |
584 |
GETSST |
if (timebc2 .gt. timemod) then |