Skip to content

Commit

Permalink
Maximum number of diagnostics increased in order to do exhaustive dia…
Browse files Browse the repository at this point in the history
…gnostic checking. mom-ocean#147.
  • Loading branch information
Nicholas Hannah committed May 1, 2015
1 parent 7f5cc91 commit ad474f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/MOM_diag_mediator.F90
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module MOM_diag_mediator
real, dimension(:,:,:), pointer :: mask3dCui => null()
real, dimension(:,:,:), pointer :: mask3dCvi => null()

#define MAX_NUM_DIAGNOSTICS 200
#define MAX_NUM_DIAGNOSTICS 2000
type(maskContainer), dimension(MAX_NUM_DIAGNOSTICS) :: maskList
integer, dimension(MAX_NUM_DIAGNOSTICS) :: CMORid

Expand Down

0 comments on commit ad474f4

Please sign in to comment.