Skip to content

Commit

Permalink
Update run_error_model_estimate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
azadeh-gh authored Feb 21, 2024
1 parent d432087 commit f6e78e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ush/obsErrorAssignmentTool/run_error_model_estimate.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit f6e78e7

Please sign in to comment.