|
CAM
|
Functions/Subroutines | |
| subroutine, public | prescribed_volcaero_readnl (nlfile) |
| subroutine, public | prescribed_volcaero_register () |
| subroutine, public | prescribed_volcaero_init (is_cmip6_volc) |
| subroutine, public | prescribed_volcaero_adv (state, pbuf2d) |
| subroutine, public | init_prescribed_volcaero_restart (piofile) |
| subroutine, public | write_prescribed_volcaero_restart (piofile) |
| subroutine, public | read_prescribed_volcaero_restart (pioFile) |
Variables | |
| type(trfld), dimension(:), pointer | fields |
| type(trfile) | file |
| logical, public | has_prescribed_volcaero = .false. |
| character(len=8), parameter | volcaero_name = 'VOLC_MMR' |
| character(len=13), parameter | volcrad_name = 'VOLC_RAD_GEOM' |
| character(len=9), parameter | volcmass_name = 'VOLC_MASS' |
| character(len=11), parameter | volcmass_column_name = 'VOLC_MASS_C' |
| character(len=32), dimension(3) | specifier_sw |
| character(len=32), dimension(1) | specifier_lw |
| character(len=16) | fld_name = 'MMRVOLC' |
| character(len=256) | filename = '' |
| character(len=256) | filelist = '' |
| character(len=256) | datapath = '' |
| character(len=32) | data_type = 'SERIAL' |
| character(len=32) | file_type = 'VOLC_MIXING_RATIO' |
| logical | rmv_file = .false. |
| integer | cycle_yr = 0 |
| integer | fixed_ymd = 0 |
| integer | fixed_tod = 0 |
| integer | radius_ndx |
| character(len=16) | ext_sun_name = 'ext_sun' |
| character(len=16) | omega_sun_name = 'omega_sun' |
| character(len=16) | g_sun_name = 'g_sun' |
| character(len=16) | ext_earth_name = 'ext_earth' |
| subroutine, public prescribed_volcaero::init_prescribed_volcaero_restart | ( | type(file_desc_t), intent(inout) | piofile | ) |


| subroutine, public prescribed_volcaero::prescribed_volcaero_adv | ( | type(physics_state), dimension(begchunk:endchunk), intent(in) | state, |
| type(physics_buffer_desc), dimension(:,:), pointer | pbuf2d | ||
| ) |


| subroutine, public prescribed_volcaero::prescribed_volcaero_init | ( | logical, intent(out) | is_cmip6_volc | ) |


| subroutine, public prescribed_volcaero::prescribed_volcaero_readnl | ( | character(len=*), intent(in) | nlfile | ) |


| subroutine, public prescribed_volcaero::prescribed_volcaero_register | ( | ) |

| subroutine, public prescribed_volcaero::read_prescribed_volcaero_restart | ( | type(file_desc_t) | pioFile | ) |


| subroutine, public prescribed_volcaero::write_prescribed_volcaero_restart | ( | type(file_desc_t) | piofile | ) |


|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| logical, public prescribed_volcaero::has_prescribed_volcaero = .false. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |