MONC
Modules | Functions/Subroutines | Variables
mcclatchey_profiles.F90 File Reference

Go to the source code of this file.

Modules

module  mcclatchey_profiles
 

Functions/Subroutines

subroutine mcclatchey_profiles::read_mcclatchey_profiles (current_state, mcc)
 
subroutine mcclatchey_profiles::check_mcc_status (status)
 Will check for a NetCDF status of the McClatchey profile file and write to log_log error any decoded statuses. More...
 
subroutine mcclatchey_profiles::read_mcc_dimensions (ncid, plev_dim)
 Reads the dimensions from the NetCDF file. More...
 
subroutine mcclatchey_profiles::read_mcc_variables (filename, ncid, plev_dim, MCC_PROFILE_KEY, temp_mcc_3d, plev)
 
subroutine mcclatchey_profiles::read_single_mcc_variable (ncid, key, data1d, data3d)
 Reads a single variable out of a NetCDF file. More...
 
subroutine mcclatchey_profiles::calculate_radiation_levels (current_state, mcc)
 

Variables

character(len= *), parameter mcclatchey_profiles::pressure_key = "plev"
 NetCDF data plev key in McClatchey profile. More...
 
character(len= *), parameter mcclatchey_profiles::temperature_profile_key = "t"
 NetCDF data for temperature. More...
 
character(len= *), parameter mcclatchey_profiles::vapour_profile_key = "q"
 NetCDF data for vapour. More...
 
character(len= *), parameter mcclatchey_profiles::ozone_profile_key = "o3"
 NetCDF data for ozone. More...