From 0cf34d352e59f8a202e93de6d9b2290bb06ef74e Mon Sep 17 00:00:00 2001 From: Gustavo Marques Date: Fri, 7 Oct 2022 11:35:25 -0600 Subject: [PATCH] Fix string order in regional_section The correct order is lon_min lon_max lat_min lat_max ... and not lat_min lat_max lon_min lon_max. --- src/framework/_Diagnostics.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/_Diagnostics.dox b/src/framework/_Diagnostics.dox index 3db345ca1a..0be318f580 100644 --- a/src/framework/_Diagnostics.dox +++ b/src/framework/_Diagnostics.dox @@ -90,7 +90,7 @@ An arbitrary number of lines, one per diagnostic field: "average" or "mean" performs a time-average. "min" or "max" diagnose the minium or maxium over each time period. -- `regional_section` : "none" means global output. A string of six space separated numbers, "lat_min, lat_max, lon_min, lon_max, vert_min, vert_max", limits the diagnostic to a region. +- `regional_section` : "none" means global output. A string of six space separated numbers, "lon_min lon_max lat_min lat_max vert_min vert_max", limits the diagnostic to a region. - `packing` : Data representation in the file. 1 means "real*8", 2 means "real*4", 4 mean 16-bit integers, 8 means 1-byte.