Skip to content
Snippets Groups Projects
Commit b34fcde6 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 07/07/2022: bugfix Packing IO_Field_write for arome

parent 602a4fc9
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ SUBROUTINE IO_FIELD_WRITE_PHY(D,TPFILE,TZFIELD,PFIELD)
TYPE(DIMPHYEX_t), INTENT(IN) :: D
TYPE(TFILEDATA), INTENT(IN) :: TPFILE
TYPE(TFIELDDATA), INTENT(IN) :: TZFIELD
REAL, DIMENSION(:,:,:), INTENT(IN) :: PFIELD ! array containing the data field
REAL, DIMENSION(D%NIT,D%NJT,D%NKT), INTENT(IN) :: PFIELD ! array containing the data field
!
CALL ABORT
END SUBROUTINE IO_FIELD_WRITE_PHY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment