This routine initialize auxField var val array and communication buffers
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_auxFieldVar_type), | intent(out) | :: | me | Auxiliary field variable |
||
| type(tem_levelDesc_type), | intent(in) | :: | levelDesc | levelDesc to access communication buffers of state array |
||
| type(tem_commPattern_type), | intent(in) | :: | pattern | communication pattern |
||
| integer, | intent(in) | :: | nSize | Number of elements in state array |
||
| integer, | intent(in) | :: | nAuxScalars | Number of scalars in auxiliary variables |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_communication_type), | intent(out) | :: | buffer_aux | communication buffer for velocity field |
||
| type(tem_communication_type), | intent(in) | :: | buffer_state | communication buffer of state array which is already initialized in tem_construction_module |