Skip to content

Commit 41fde4e

Browse files
author
rem1776
committed
linter!
1 parent 5a2272a commit 41fde4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

diag_manager/diag_manager.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
!! on distributed systems. It is geared toward the writing of data in netCDF
2222
!! format. The diag_manager differs from the fms2_io module in that it reads in
2323
!! a diag_table describing which fields are expected in the output file, and also
24-
!! buffers the sent in data prior to writing. This allows users to send in data for a field multiple times for a timestep
25-
!! and output the average,max/min, etc. based on the 'reduction' method specified in the table.
24+
!! buffers the sent in data prior to writing. This allows users to send in data for a field multiple times for a
25+
!! timestep and output the average,max/min, etc. based on the 'reduction' method specified in the table.
2626
!! It also allows for setting custom frequencies for output and file creation, for example outputting every 2 hours
2727
!! while creating a new file every 6 hours.
2828
!!

diag_manager/fms_diag_axis_object.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ end subroutine write_axis_data
563563
!! The time_of_day_<N> axis will have the midpoint of the sampled segment and the time_of_day_edges_<N> will have
564564
!! the bounds. This will be written out in hours of a day, so edges will always start at 0 and end at 24, and
565565
!! minutes will be represented as decimals.
566-
!!
566+
!!
567567
!! For example, if n_diurnal_samples = 3, the time_of_day_03 axis will have the values [4, 12, 20], representing the
568568
!! time at the midpoint (4:00 am, 12:00 pm, 8:00 pm) for each of the 3 samples and the time_of_day_edges_03 axis
569569
!! will have the values [0, 8, 16, 24], representing the start/end times of each sample (12:00 am, 8:00 am, 4:00 pm,

0 commit comments

Comments
 (0)