Apply all source terms i.e field specific source and global source on all fields.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_field_type), | intent(in) | :: | field(nFields) | contains sources of all fields | ||
| integer, | intent(in) | :: | nFields | Number of fields | ||
| type(mus_source_type), | intent(in) | :: | globSrc | global source | ||
| type(pdf_data_type), | intent(inout) | :: | pdf datatype | |||
| type(tem_varSys_type), | intent(in) | :: | varSys | global variable system | ||
| integer, | intent(in) | :: | iLevel | current level | ||
| type(tem_time_type), | intent(in) | :: | time | current timing information | ||
| type(mus_convertFac_type), | intent(in) | :: | phyConvFac | Physics conversion factor for current level | ||
| real(kind=rk), | intent(inout) | :: | state(:,:) | state type containing the state vector to update | ||
| real(kind=rk), | intent(in) | :: | auxField(:) | auxField array | ||
| type(mus_derVarPos_type), | intent(in) | :: | derVarPos(:) | position of derived quantities in varsys | 
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iSrc | ||||
| integer, | private | :: | iField | ||||
| integer, | private | :: | now | ||||
| integer, | private | :: | next |