-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fms_diag_reduction_methods.F90
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,14 @@ | |
!> \email [email protected] | ||
!! \brief Contains routines for the modern diag manager | ||
!! These routines are meant to be used for checks and in reduction methods. | ||
!! | ||
!! \description | ||
|
||
module fms_diag_reduction_methods_mod | ||
use platform_mod | ||
use mpp_mod, only: mpp_error | ||
use fms_mod, only: fms_error_handler | ||
use fms_diag_bbox_mod | ||
use fms_diag_output_buffer_mod | ||
use diag_data_mod, only: debug_diag_manager | ||
use diag_data_mod, only: debug_diag_manager, time_max, time_min | ||
|
||
implicit none | ||
private | ||
|