From f6e78e7f84bf6d6bf8d42ae5d5e7f0a05d34da13 Mon Sep 17 00:00:00 2001 From: Azadeh Gholoubi <51101867+azadeh-gh@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:31:26 -0500 Subject: [PATCH] Update run_error_model_estimate.sh --- ush/obsErrorAssignmentTool/run_error_model_estimate.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ush/obsErrorAssignmentTool/run_error_model_estimate.sh b/ush/obsErrorAssignmentTool/run_error_model_estimate.sh index 258a53c..28ae7d8 100755 --- a/ush/obsErrorAssignmentTool/run_error_model_estimate.sh +++ b/ush/obsErrorAssignmentTool/run_error_model_estimate.sh @@ -1,13 +1,13 @@ #!/bin/sh -xvf # run_error_model_estimate.sh -# This script is intended to simplify/automate extracting diag files and obs error parameters estimations. +# This script is intended to simplify/automate obs error parameters estimations. # This script will Call the python script to: # - Compute error parameters and produce a csv file # - Plot mean cloud amount vs FG departure std.dev along with original error parameters #--------------- User modified options below ----------------- -# specify the directory for diag files +# specify the path to the input diag files config_path=/scratch1/NCEPDEV/stmp4/Azadeh.Gholoubi/GDAS-ops/PyGSI/ush/obsErrorAssignmentTool/config_files/ # specify the global_satinfo.txt and cloudy_radiance_info.txt path in GSI-fix directory @@ -21,7 +21,7 @@ bin_size=0.005 bindir=bin005 qc_flag=0 -# specify the directory for saving output plots and csv file +# specify the path to saving output plots and csv file output=/scratch1/NCEPDEV/stmp4/Azadeh.Gholoubi/GDAS-ops/PyGSI/ush/obsErrorAssignmentTool/output/$bindir/ mkdir -p $output