Skip to content

Commit

Permalink
Analysis: Create SSH variance from 5 daily fields
Browse files Browse the repository at this point in the history
- We moved zos (ssh) from ocean_daily to ocean_5daily to reduce
  data volume but did not update the script that creates refined
  diagnostics.
- Closes #67.
  • Loading branch information
adcroft committed Jan 9, 2016
1 parent f457411 commit b0c5796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/analysis/MOM6_refineDiag.csh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ 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 zos $yr1.ocean_daily.nc $refineDiagDir/$yr1.ocean_month_refined.nc
$script_dir/calc_variance.py zos $yr1.ocean_5daily.nc $refineDiagDir/$yr1.ocean_month_refined.nc

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

Expand Down

0 comments on commit b0c5796

Please sign in to comment.