From 93525fb1a932288bd374f3cf4852f846b83608b5 Mon Sep 17 00:00:00 2001 From: uramirez8707 <49168881+uramirez8707@users.noreply.github.com> Date: Tue, 14 Feb 2023 10:49:32 -0500 Subject: [PATCH] Add the documentation explaining the is_ocean key --- diag_manager/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/diag_manager/README.md b/diag_manager/README.md index a5a77e09d8..9d8b33983b 100644 --- a/diag_manager/README.md +++ b/diag_manager/README.md @@ -8,6 +8,7 @@ The purpose of this documents is to explain the diag_table yaml format. - [2.1 Global Section](README.md#21-global-section) - [2.2 File Section](README.md#22-file-section) - [2.2.1 Flexible output timings](README.md#221-flexible-output-timings) +- [2.2.2 Coupled Model Diag Files](README.md#222-coupled-model-diag-files) - [2.3 Variable Section](README.md#23-variable-section) - [2.4 Variable Metadata Section](README.md#24-variable-metadata-section) - [2.5 Global Meta Data Section](README.md#25-global-meta-data-section) @@ -181,6 +182,15 @@ flexible_timing_0002_01_01_23.nc - using data from hour 23 to hour 24 ``` +### 2.2.2 Coupled Model Diag Files +In the *legacy ascii diag_table*, when running a coupled model (ATM + OCN) in a seperate PE list: + - The ATM PEs ignored the files in the diag_table that contain "OCEAN" in the filename + - The OCN PEs ignored the files in the diag_table that did not contain "OCEAN" in the filename + +In the *yaml diag_table*: + - The ATM PEs will ignore the files in the diag_table.yaml that contain the key/value pair `is_ocean: true` + - The OCN PEs will ignore the files in the diag_table.yaml that do not contain the key/value pair `is_ocean: true` + ### 2.3 Variable Section The variables in each file are listed under the varlist section as a dashed array.