| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | MAPL_ExtDataNullFrac | = | -9999 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | initialized | = | .false. | ||
| type(ExtDataBracket), | public | :: | comp1 | ||||
| type(ExtDataBracket), | public | :: | comp2 |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=ESMF_MAXPATHLEN), | public | :: | expression | ||||
| character(len=ESMF_MAXSTR), | public | :: | name | ||||
| logical, | public | :: | masking | ||||
| type(ExtDataPointerUpdate), | public | :: | update_freq | ||||
| type(StateMask), | public, | allocatable | :: | mask_definition |
| procedure, public :: evaluate_derived_field |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=4), | public | :: | importVDir | = | "down" | ||
| character(len=:), | public, | allocatable | :: | aux_ps | |||
| character(len=:), | public, | allocatable | :: | aux_q | |||
| character(len=:), | public, | allocatable | :: | units | |||
| character(len=ESMF_MAXPATHLEN), | public | :: | file_template | ||||
| character(len=ESMF_MAXSTR), | public | :: | fcomp1 | ||||
| character(len=ESMF_MAXSTR), | public | :: | fcomp2 | ||||
| character(len=ESMF_MAXSTR), | public | :: | name | ||||
| character(len=ESMF_MAXSTR), | public | :: | var | ||||
| character(len=ESMF_MAXSTR), | public | :: | vcomp1 | ||||
| character(len=ESMF_MAXSTR), | public | :: | vcomp2 | ||||
| integer, | public | :: | FracVal | = | MAPL_ExtDataNullFrac | ||
| integer, | public | :: | Trans | ||||
| integer, | public | :: | iclient_collection_id | ||||
| integer, | public | :: | pfioCollection_id | ||||
| integer, | public | :: | vartype | ||||
| logical, | public | :: | ExtDataAlloc | ||||
| logical, | public | :: | allow_vertical_regrid | = | .false. | ||
| logical, | public | :: | cycling | ||||
| logical, | public | :: | delivered_item | = | .true. | ||
| logical, | public | :: | do_Fill | = | .false. | ||
| logical, | public | :: | do_VertInterp | = | .false. | ||
| logical, | public | :: | enable_vertical_regrid | = | .false. | ||
| logical, | public | :: | fail_on_missing_file | = | .true. | ||
| logical, | public | :: | initialized | = | .false. | ||
| logical, | public | :: | isConst | ||||
| logical, | public | :: | isVector | ||||
| logical, | public | :: | persist_closest | ||||
| real, | public | :: | Const | ||||
| real, | public, | allocatable | :: | molecular_weight | |||
| type(ESMF_Time), | public, | allocatable | :: | source_time(:) | |||
| type(ESMF_Time), | public, | allocatable | :: | start_end_time(:) | |||
| type(BracketingFields), | public | :: | modelGridFields | ||||
| type(ESMF_FieldBundle), | public | :: | t_interp_bundle | ||||
| class(ExtDataAbstractFileHandler), | public, | allocatable | :: | filestream | |||
| type(ExtDataPointerUpdate), | public | :: | update_freq | ||||
| type(FileMetadataUtils), | public | :: | file_metadata | ||||
| type(GriddedIOitem), | public | :: | fileVars | ||||
| type(VerticalCoordinate), | public | :: | vcoord |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(PrimaryExport), | intent(in) | :: | p1 | |||
| type(PrimaryExport), | intent(out) | :: | p2 | |||
| character(len=*), | intent(in) | :: | aux_type |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DerivedExport), | intent(inout) | :: | this | |||
| type(ESMF_State), | intent(inout) | :: | state | |||
| integer, | intent(out), | optional | :: | rc |