Functions/Subroutines | |
subroutine | shr_scam_getCloseLatLon (ncid, targetLat, targetLon, closeLat, closeLon, closeLatIdx, closeLonIdx) |
subroutine | shr_scam_checkSurface (scmlon, scmlat, ocn_compid, ocn_mpicom, lnd_present, ocn_present, ice_present) |
subroutine shr_scam_mod::shr_scam_checkSurface | ( | real(R8),intent(in) | scmlon, | |
real(R8),intent(in) | scmlat, | |||
integer(IN),intent(in) | ocn_compid, | |||
integer(IN),intent(in) | ocn_mpicom, | |||
logical,intent(out),optional | lnd_present, | |||
logical,intent(out),optional | ocn_present, | |||
logical,intent(out),optional | ice_present | |||
) |
Definition at line 237 of file shr_scam_mod.F90.
subroutine shr_scam_mod::shr_scam_getCloseLatLon | ( | integer(IN),intent(in) | ncid, | |
real (R8),intent(in) | targetLat, | |||
real (R8),intent(in) | targetLon, | |||
real (R8),intent(out) | closeLat, | |||
real (R8),intent(out) | closeLon, | |||
integer(IN),intent(out) | closeLatIdx, | |||
integer(IN),intent(out) | closeLonIdx | |||
) |
Definition at line 70 of file shr_scam_mod.F90.