Functions/Subroutines | |
subroutine | shr_tInterp_getFactors (D1, S1, D2, S2, Din, Sin, f1, f2, algo, rc) |
subroutine | shr_tInterp_getAvgCosz (tavCosz, lonr, latr, ymd1, tod1, ymd2, tod2, eccen, mvelpp, lambm0, obliqr, dt) |
subroutine | shr_tInterp_getCosz (cosz, lonr, latr, ymd, tod, eccen, mvelpp, lambm0, obliqr) |
subroutine | shr_tInterp_setAbort (flag) |
subroutine | shr_tInterp_abort (string) |
subroutine | shr_tInterp_getDebug (level) |
subroutine | shr_tInterp_setDebug (iflag) |
Variables | |
real(SHR_KIND_R8), parameter | c0 = 0.0_SHR_KIND_R8 |
real(SHR_KIND_R8), parameter | c1 = 1.0_SHR_KIND_R8 |
real(SHR_KIND_R8), parameter | eps = 1.0E-12_SHR_KIND_R8 |
logical, save | doabort = .true. |
integer, save | debug = 0 |
subroutine shr_tInterp_mod::shr_tInterp_abort | ( | character(*),intent(in),optional | string | ) | [private] |
Definition at line 431 of file shr_tInterp_mod.F90.
subroutine shr_tInterp_mod::shr_tInterp_getAvgCosz | ( | real(SHR_KIND_R8),dimension(:),intent(out) | tavCosz, | |
real(SHR_KIND_R8),dimension(:),intent(in) | lonr, | |||
real(SHR_KIND_R8),dimension(:),intent(in) | latr, | |||
integer(SHR_KIND_IN),intent(in) | ymd1, | |||
integer(SHR_KIND_IN),intent(in) | tod1, | |||
integer(SHR_KIND_IN),intent(in) | ymd2, | |||
integer(SHR_KIND_IN),intent(in) | tod2, | |||
real(SHR_KIND_R8),intent(in) | eccen, | |||
real(SHR_KIND_R8),intent(in) | mvelpp, | |||
real(SHR_KIND_R8),intent(in) | lambm0, | |||
real(SHR_KIND_R8),intent(in) | obliqr, | |||
integer(SHR_KIND_IN),intent(in) | dt | |||
) |
Definition at line 231 of file shr_tInterp_mod.F90.
subroutine shr_tInterp_mod::shr_tInterp_getCosz | ( | real(SHR_KIND_R8),dimension(:),intent(out) | cosz, | |
real(SHR_KIND_R8),dimension(:),intent(in) | lonr, | |||
real(SHR_KIND_R8),dimension(:),intent(in) | latr, | |||
integer(SHR_KIND_IN),intent(in) | ymd, | |||
integer(SHR_KIND_IN),intent(in) | tod, | |||
real(SHR_KIND_R8),intent(in) | eccen, | |||
real(SHR_KIND_R8),intent(in) | mvelpp, | |||
real(SHR_KIND_R8),intent(in) | lambm0, | |||
real(SHR_KIND_R8),intent(in) | obliqr | |||
) |
Definition at line 328 of file shr_tInterp_mod.F90.
subroutine shr_tInterp_mod::shr_tInterp_getDebug | ( | integer,intent(out) | level | ) |
Definition at line 476 of file shr_tInterp_mod.F90.
subroutine shr_tInterp_mod::shr_tInterp_getFactors | ( | integer(SHR_KIND_IN),intent(in) | D1, | |
integer(SHR_KIND_IN),intent(in) | S1, | |||
integer(SHR_KIND_IN),intent(in) | D2, | |||
integer(SHR_KIND_IN),intent(in) | S2, | |||
integer(SHR_KIND_IN),intent(in) | Din, | |||
integer(SHR_KIND_IN),intent(in) | Sin, | |||
real(SHR_KIND_R8),intent(out) | f1, | |||
real(SHR_KIND_R8),intent(out) | f2, | |||
character(*),intent(in),optional | algo, | |||
integer(SHR_KIND_IN),intent(out),optional | rc | |||
) |
Definition at line 87 of file shr_tInterp_mod.F90.
subroutine shr_tInterp_mod::shr_tInterp_setAbort | ( | logical,intent(in) | flag | ) |
Definition at line 394 of file shr_tInterp_mod.F90.
subroutine shr_tInterp_mod::shr_tInterp_setDebug | ( | integer,intent(in) | iflag | ) |
Definition at line 513 of file shr_tInterp_mod.F90.
real(SHR_KIND_R8),parameter shr_tInterp_mod::c0 = 0.0_SHR_KIND_R8 |
Definition at line 53 of file shr_tInterp_mod.F90.
real(SHR_KIND_R8),parameter shr_tInterp_mod::c1 = 1.0_SHR_KIND_R8 |
Definition at line 54 of file shr_tInterp_mod.F90.
integer,save shr_tInterp_mod::debug = 0 |
Definition at line 58 of file shr_tInterp_mod.F90.
logical,save shr_tInterp_mod::doabort = .true. |
Definition at line 57 of file shr_tInterp_mod.F90.
real(SHR_KIND_R8),parameter shr_tInterp_mod::eps = 1.0E-12_SHR_KIND_R8 |
Definition at line 55 of file shr_tInterp_mod.F90.