CAM
|
Data Types | |
interface | gmean |
Functions/Subroutines | |
subroutine | gmean_arr (arr, arr_gmean, nflds) |
subroutine | gmean_scl (arr, gmean) |
subroutine, public | gmean_mass (title, state) |
subroutine | gmean_float_repro (arr, arr_gmean, nflds) |
subroutine | gmean_fixed_repro (arr, arr_gmean, rel_diff, nflds) |
|
private |
subroutine phys_gmean::gmean_fixed_repro | ( | real(r8), dimension(pcols,begchunk:endchunk,nflds), intent(in) | arr, |
real(r8), dimension(nflds), intent(out) | arr_gmean, | ||
real(r8), dimension(2,nflds), intent(out) | rel_diff, | ||
integer, intent(in) | nflds | ||
) |
subroutine phys_gmean::gmean_float_repro | ( | real(r8), dimension(pcols,begchunk:endchunk,nflds), intent(in) | arr, |
real(r8), dimension(nflds), intent(out) | arr_gmean, | ||
integer, intent(in) | nflds | ||
) |
subroutine, public phys_gmean::gmean_mass | ( | character(len=*), intent(in) | title, |
type(physics_state), dimension(begchunk:endchunk), intent(in) | state | ||
) |
|
private |