| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| type(netcdf_file) | :: | file | ||||
| type(TRADIATION) | :: | yradiation | ||||
| type(single_level_type) | :: | single_level | ||||
| type(thermodynamics_type) | :: | thermodynamics | ||||
| type(gas_type) | :: | gas | ||||
| type(cloud_type) | :: | cloud | ||||
| type(aerosol_type) | :: | aerosol | ||||
| type(driver_config_type) | :: | driver_config | ||||
| type(flux_type) | :: | flux | ||||
| real(kind=jprb), | allocatable, dimension(:) | :: | ccn_land | |||
| real(kind=jprb), | allocatable, dimension(:) | :: | ccn_sea | |||
| real(kind=jprb), | allocatable, dimension(:) | :: | sin_latitude | |||
| real(kind=jprb), | allocatable, dimension(:) | :: | longitude_rad | |||
| real(kind=jprb), | allocatable, dimension(:) | :: | land_frac | |||
| real(kind=jprb), | allocatable, dimension(:,:) | :: | pressure_fl | |||
| real(kind=jprb), | allocatable, dimension(:,:) | :: | temperature_fl | |||
| real(kind=jprb), | allocatable, dimension(:) | :: | flux_sw_direct_normal | |||
| real(kind=jprb), | allocatable, dimension(:) | :: | flux_uv | |||
| real(kind=jprb), | allocatable, dimension(:) | :: | flux_par | |||
| real(kind=jprb), | allocatable, dimension(:) | :: | flux_par_clear | |||
| real(kind=jprb), | allocatable, dimension(:) | :: | emissivity_out | |||
| real(kind=jprb), | allocatable, dimension(:,:) | :: | flux_diffuse_band | |||
| real(kind=jprb), | allocatable, dimension(:,:) | :: | flux_direct_band | |||
| type(ifs_config_type) | :: | ifs_config | ||||
| real(kind=jprb), | allocatable | :: | zrgp(:,:,:) | |||
| integer, | allocatable | :: | iseed(:,:) | |||
| integer | :: | ncol | ||||
| integer | :: | nlev | ||||
| integer | :: | nproma | ||||
| character(len=512) | :: | file_name | ||||
| integer | :: | istatus | ||||
| real(kind=jprd) | :: | tstart | ||||
| real(kind=jprd) | :: | tstop | ||||
| integer | :: | jrepeat | ||||
| integer | :: | jrl | ||||
| integer | :: | ibeg | ||||
| integer | :: | iend | ||||
| integer | :: | il | ||||
| integer | :: | ib | ||||
| logical | :: | is_out_of_bounds |