Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions model/src/wmmdatmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ MODULE WMMDATMD
INTEGER :: MPI_COMM_MWAVE !< MPI_COMM_MWAVE
INTEGER, PARAMETER :: MTAGB = 0 !< MTAGB
INTEGER, PARAMETER :: MTAG0 = 1000 !< MTAG0
INTEGER, PARAMETER :: MTAG1 = 100000 !< MTAG1
INTEGER, PARAMETER :: MTAG2 = 1500000 !< MTAG2
INTEGER, PARAMETER :: MTAG1 = 40000 !< MTAG1
INTEGER, PARAMETER :: MTAG2 = 1000000 !< MTAG2
INTEGER, PARAMETER :: MTAG_UB = 2**21-1 !< MPI_TAG_UB on Cray XC40
#endif

Expand Down