| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=maxlen), | public, | SAVE | :: | tran0 | = | 'air' | |
| character(len=maxlen), | public, | parameter | :: | old_phases | = | 'vlibfc' | |
| character(len=maxlen), | public, | parameter | :: | known_phases | = | 'glsbfc' | |
| integer, | public, | parameter | :: | nphases | = | LEN_TRIM(known_phases) | |
| character(len=maxlen), | public, | SAVE | :: | phases_names(nphases) | = | ['gaseous ', 'liquid ', 'solid ', 'blownSnow', 'fracCloud', 'cldVapRat'] | |
| character(len=1), | public, | SAVE | :: | phases_sep | = | '_' | |
| character(len=maxlen), | public, | SAVE | :: | oldH2OIso(5) | = | ['eau', 'HDO', 'O18', 'O17', 'HTO'] | |
| character(len=maxlen), | public, | SAVE | :: | newH2OIso(5) | = | ['H216O', 'HDO ', 'H218O', 'H217O', 'HTO '] | |
| character(len=maxlen), | public, | SAVE | :: | oldHNO3(2) | = | ['HNO3_g ', 'HNO3 '] | |
| character(len=maxlen), | public, | SAVE | :: | newHNO3(2) | = | ['HNO3 ', 'HNO3tot'] | |
| type(trac_type), | public, | ALLOCATABLE, TARGET, SAVE | :: | tracers(:) | |||
| character(len=maxlen), | public, | SAVE, ALLOCATABLE | :: | isoFamilies(:) | |||
| type(isot_type), | public, | SAVE, POINTER | :: | isotope | |||
| integer, | public, | SAVE | :: | ixIso | |||
| integer, | public, | SAVE | :: | iH2O | = | -1 | |
| integer, | public, | SAVE | :: | nbIso | |||
| logical, | public, | SAVE | :: | isoCheck | |||
| type(keys_type), | public, | SAVE, POINTER | :: | isoKeys(:) | |||
| character(len=maxlen), | public, | SAVE, POINTER | :: | isoName(:) | |||
| character(len=maxlen), | public, | SAVE, POINTER | :: | isoZone(:) | |||
| character(len=maxlen), | public, | SAVE, POINTER | :: | isoPhas | |||
| integer, | public, | SAVE | :: | niso | |||
| integer, | public, | SAVE | :: | nzone | |||
| integer, | public, | SAVE | :: | nphas | |||
| integer, | public, | SAVE | :: | ntiso | |||
| integer, | public, | SAVE, POINTER | :: | itZonIso(:,:) | |||
| integer, | public, | SAVE, POINTER | :: | iqIsoPha(:,:) | |||
| integer, | public, | SAVE, POINTER | :: | iqWIsoPha(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| character(len=maxlen), | intent(out) | :: | val | |||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| character(len=maxlen), | intent(out) | :: | val | |||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| character(len=maxlen), | intent(out), | ALLOCATABLE | :: | val(:) | ||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| character(len=maxlen), | intent(out), | ALLOCATABLE | :: | val(:) | ||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| character(len=maxlen), | intent(out), | ALLOCATABLE | :: | val(:) | ||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=maxlen), | intent(out), | optional, | ALLOCATABLE | :: | nam(:) | |
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| character(len=maxlen), | intent(out), | ALLOCATABLE | :: | val(:) | ||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=maxlen), | intent(out), | optional, | ALLOCATABLE | :: | nam(:) | |
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| integer, | intent(out) | :: | val | |||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| integer, | intent(out) | :: | val | |||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| integer, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| integer, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| integer, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=maxlen), | intent(out), | optional, | ALLOCATABLE | :: | nam(:) | |
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| integer, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=maxlen), | intent(out), | optional, | ALLOCATABLE | :: | nam(:) | |
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| real, | intent(out) | :: | val | |||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| real, | intent(out) | :: | val | |||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| real, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| real, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| real, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=maxlen), | intent(out), | optional, | ALLOCATABLE | :: | nam(:) | |
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| real, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=maxlen), | intent(out), | optional, | ALLOCATABLE | :: | nam(:) | |
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| logical, | intent(out) | :: | val | |||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| logical, | intent(out) | :: | val | |||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| logical, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| logical, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| integer, | intent(in) | :: | itr | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| logical, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=maxlen), | intent(out), | optional, | ALLOCATABLE | :: | nam(:) | |
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| logical, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=maxlen), | intent(out), | optional, | ALLOCATABLE | :: | nam(:) | |
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| character(len=maxlen), | intent(out) | :: | val | |||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| character(len=maxlen), | intent(out) | :: | val | |||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| character(len=maxlen), | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| character(len=maxlen), | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| character(len=maxlen), | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname(:) | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| character(len=maxlen), | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname(:) | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| character(len=*), | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| integer, | intent(out) | :: | val | |||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| integer, | intent(out) | :: | val | |||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| integer, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| integer, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| integer, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname(:) | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| integer, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname(:) | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| integer, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| real, | intent(out) | :: | val | |||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| real, | intent(out) | :: | val | |||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| real, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| real, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| real, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname(:) | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| real, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname(:) | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| real, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| logical, | intent(out) | :: | val | |||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| logical, | intent(out) | :: | val | |||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| logical, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| logical, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn | |||
| logical, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname(:) | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| logical, | intent(out), | ALLOCATABLE | :: | val(:) | ||
| character(len=*), | intent(in) | :: | tname(:) | |||
| type(keys_type), | intent(in), | optional | :: | ky(:) | ||
| logical, | intent(in), | optional | :: | def | ||
| logical, | intent(in), | optional | :: | lDisp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| character(len=*), | intent(in) | :: | sval | |||
| type(keys_type), | intent(inout) | :: | ky | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| character(len=*), | intent(in) | :: | sval | |||
| type(keys_type), | intent(inout) | :: | ky(:) | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| character(len=*), | intent(in) | :: | sval(:) | |||
| type(keys_type), | intent(inout) | :: | ky(:) | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| integer, | intent(in) | :: | ival | |||
| type(keys_type), | intent(inout) | :: | ky | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| integer, | intent(in) | :: | ival | |||
| type(keys_type), | intent(inout) | :: | ky(:) | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| integer, | intent(in) | :: | ival(:) | |||
| type(keys_type), | intent(inout) | :: | ky(:) | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| real, | intent(in) | :: | rval | |||
| type(keys_type), | intent(inout) | :: | ky | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| real, | intent(in) | :: | rval | |||
| type(keys_type), | intent(inout) | :: | ky(:) | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| real, | intent(in) | :: | rval(:) | |||
| type(keys_type), | intent(inout) | :: | ky(:) | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| logical, | intent(in) | :: | lval | |||
| type(keys_type), | intent(inout) | :: | ky | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| logical, | intent(in) | :: | lval | |||
| type(keys_type), | intent(inout) | :: | ky(:) | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | key | |||
| logical, | intent(in) | :: | lval(:) | |||
| type(keys_type), | intent(inout) | :: | ky(:) | |||
| logical, | intent(in), | optional | :: | lOverWrite |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | iIso | |||
| logical, | intent(in), | optional | :: | lVerbose |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | iName | |||
| logical, | intent(in), | optional | :: | lVerbose |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | oldName | |||
| integer, | intent(out), | optional | :: | iPhase |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | oldName(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | newName | |||
| integer, | intent(out), | optional | :: | iPhase |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | newName(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in) | :: | keys | |||
| type(trac_type), | intent(inout), | ALLOCATABLE | :: | tracs(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | tname | |||
| type(keys_type), | intent(in) | :: | keys |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | tname | |||
| type(trac_type), | intent(inout), | ALLOCATABLE, TARGET | :: | tracs(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | tname |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s | |||
| character(len=1), | intent(in) | :: | pha |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s(:) | |||
| character(len=1), | intent(in) | :: | pha |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s | |||
| integer, | intent(in) | :: | ipha | |||
| character(len=*), | intent(in), | optional | :: | phases |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s(:) | |||
| integer, | intent(in) | :: | ipha | |||
| character(len=*), | intent(in), | optional | :: | phases |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=maxlen), | public | :: | name | ||||
| character(len=maxlen), | public, | ALLOCATABLE | :: | key(:) | |||
| character(len=maxlen), | public, | ALLOCATABLE | :: | val(:) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=maxlen), | public | :: | name | = | '' | ||
| type(keys_type), | public | :: | keys | ||||
| character(len=maxlen), | public | :: | gen0Name | = | '' | ||
| character(len=maxlen), | public | :: | parent | = | '' | ||
| character(len=maxlen), | public | :: | longName | = | '' | ||
| character(len=maxlen), | public | :: | type | = | 'tracer' | ||
| character(len=maxlen), | public | :: | phase | = | 'g' | ||
| character(len=maxlen), | public | :: | component | = | '' | ||
| integer, | public | :: | iGeneration | = | -1 | ||
| integer, | public | :: | iqParent | = | 0 | ||
| integer, | public, | ALLOCATABLE | :: | iqDescen(:) | |||
| integer, | public | :: | nqDescen | = | 0 | ||
| integer, | public | :: | nqChildren | = | 0 | ||
| integer, | public | :: | iadv | = | 10 | ||
| logical, | public | :: | isInPhysics | = | .TRUE. | ||
| integer, | public | :: | iso_iGroup | = | 0 | ||
| integer, | public | :: | iso_iName | = | 0 | ||
| integer, | public | :: | iso_iZone | = | 0 | ||
| integer, | public | :: | iso_iPhase | = | 0 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=maxlen), | public | :: | parent | ||||
| type(keys_type), | public, | ALLOCATABLE | :: | keys(:) | |||
| logical, | public | :: | check | = | .FALSE. | ||
| character(len=maxlen), | public, | ALLOCATABLE | :: | trac(:) | |||
| character(len=maxlen), | public, | ALLOCATABLE | :: | zone(:) | |||
| character(len=maxlen), | public | :: | phase | = | 'g' | ||
| integer, | public | :: | niso | = | 0 | ||
| integer, | public | :: | ntiso | = | 0 | ||
| integer, | public | :: | nzone | = | 0 | ||
| integer, | public | :: | nphas | = | 0 | ||
| integer, | public, | ALLOCATABLE | :: | iqIsoPha(:,:) | |||
| integer, | public, | ALLOCATABLE | :: | iqWIsoPha(:,:) | |||
| integer, | public, | ALLOCATABLE | :: | itZonIso(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | type_trac | |||
| type(trac_type), | intent(out), | optional, | ALLOCATABLE, TARGET | :: | tracs(:) | |
| logical, | intent(in), | optional | :: | lRepr |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | modname | |||
| character(len=*), | intent(in) | :: | type_trac | |||
| integer, | intent(out) | :: | fType | |||
| logical, | intent(in), | optional | :: | lDisp | ||
| character(len=maxlen), | intent(out), | optional, | ALLOCATABLE | :: | tracf(:) | |
| character(len=maxlen), | intent(out), | optional, | ALLOCATABLE | :: | sects(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(trac_type), | intent(inout) | :: | tr(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(trac_type), | intent(inout) | :: | tr(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=maxlen), | intent(in), | optional, | TARGET | :: | iNames(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | tname | |||
| character(len=*), | intent(in), | optional | :: | phases |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | tname | |||
| character(len=*), | intent(in), | optional | :: | phases | ||
| integer, | intent(out), | optional | :: | iPhase |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | keyn(:) | |||
| type(trac_type), | intent(inout) | :: | ky(:) |