Skip to content

Commit

Permalink
Increase the maximum diagnostics to allow exhaustive diagnostic check…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
Nicholas Hannah committed May 1, 2015
1 parent 41812db commit 620e355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIS_diag_mediator.F90
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module SIS_diag_mediator
real, dimension(:,:,:), pointer :: mask3dCuC => null()
real, dimension(:,:,:), pointer :: mask3dCvC => null()

#define MAX_NUM_DIAGNOSTICS 400
#define MAX_NUM_DIAGNOSTICS 1000
type(maskContainer), dimension(MAX_NUM_DIAGNOSTICS) :: maskList

!default missing value to be sent to ALL diagnostics registerations
Expand Down

0 comments on commit 620e355

Please sign in to comment.