Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and Combine the existing refineDiag scripts #44

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tools/analysis/MOM6_refineDiag.csh
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,17 @@ ls -l

set script_dir=${out_dir}/mom6/tools/analysis

echo '==Run some example annual scripts. These are not reviewed by scientists.'
echo '==Run annual scripts. '

echo '====annual mean Eddy Kinetic Energy======'
mkdir -p $out_dir/refineDiag_ocean_annual/ocean_${yr1}/EddyKineticEnergy

$script_dir/EddyKineticEnergy.py -g $yr1.ocean_static.nc -o $out_dir/refineDiag_ocean_annual/ocean_${yr1}/EddyKineticEnergy -l ${yr1} $yr1.ocean_daily.nc
$script_dir/calc_variance.py ssh $yr1.ocean_daily.nc $refineDiagDir/$yr1.ocean_month_refined.nc

#Global Average data stager script to generate the Global Diagnostics web pages (Mason & Krasting)
source $script_dir/refineDiag_data_stager_globalAve.csh

echo " ---------- end yearly analysis ---------- "

echo " -- end MOM6_refineDiag.csh -- "
Expand Down
263 changes: 0 additions & 263 deletions tools/analysis/refineDiag_data_stager.csh

This file was deleted.

Loading