FV3 Bundle
ODPS_CoordinateMapping.f90 File Reference

Go to the source code of this file.

Modules

module  odps_coordinatemapping
 

Functions/Subroutines

subroutine, public odps_coordinatemapping::map_input (Atm, TC, GeoInfo, Temperature, Absorber, User_Level_LnPressure, Ref_Level_LnPressure, Secant_Zenith, H2O_idx, PAFV)
 
subroutine, public odps_coordinatemapping::map_input_tl (TC, Atm_TL, Temperature_TL, Absorber_TL, PAFV)
 
subroutine, public odps_coordinatemapping::map_input_ad (TC, Temperature_AD, Absorber_AD, Atm_AD, PAFV)
 
subroutine odps_coordinatemapping::geopotential_height (Level_Pressure, Temperature, Water_Vapor, Surface_Height, Level_Height)
 
subroutine, public odps_coordinatemapping::interpolate_profile (interp_index, y, x, u, y_int)
 
subroutine, public odps_coordinatemapping::interpolate_profile_f1_tl (interp_index, x, u, y_TL, y_int_TL)
 
subroutine, public odps_coordinatemapping::interpolate_profile_f1_ad (interp_index, x, u, y_int_AD, y_AD)
 
subroutine, public odps_coordinatemapping::compute_interp_index (x, u, interp_index)
 
subroutine odps_coordinatemapping::interp_linear (y1, x1, y2, x2, x, y)
 
subroutine odps_coordinatemapping::interp_linear_f1_tl (x1, x2, x, y1_TL, y2_TL, y_TL)
 
subroutine odps_coordinatemapping::interp_linear_f1_ad (x1, x2, x, y_AD, y1_AD, y2_AD)
 
subroutine odps_coordinatemapping::layeravg (PX1, PX2, PZ, interp_index)
 

Variables

real(fp), parameter odps_coordinatemapping::c = (ONE/EPS - ONE) / 1000.0_fp
 
real(fp), parameter odps_coordinatemapping::cc = 0.001_fp*R_DRYAIR/G0
 
real(fp), parameter odps_coordinatemapping::smalldiff = 1.0E-20_fp
 
character(*), parameter, private odps_coordinatemapping::module_rcs_id = '$Id: ODPS_CoordinateMapping.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'