Skip to content

Commit

Permalink
Fixed issues with nck commands with the new libaries from last PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sanatcumar committed Nov 15, 2023
1 parent 1c53ea1 commit 6e18c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ush/fv3gfs_ocean_merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ EOF
echo '"'${TEMP_DIR}/ocean_merged/C${res}.mx${ocn}/C${res}.mx${ocn}.tile${tnum}.nc'"' >> INPS

cat INPS
time ${exec_dir}/orog < INPS

time ${exec_dir}/orog < INPS
ncks -4 -O ${TEMP_DIR}/ocean_merged/C${res}.mx${ocn}/C${res}.mx${ocn}.tile${tnum}.nc ${TEMP_DIR}/ocean_merged/C${res}.mx${ocn}/C${res}.mx${ocn}.tile${tnum}.nc
ncks -A -v lake_frac,lake_depth ${TEMP_DIR}/ocean_merged/C${res}.mx${ocn}/C${res}.mx${ocn}.tile${tnum}.nc out.oro.nc
#cp out.oro.nc $out_dir/oro_C${res}.mx${ocn}.tile${tnum}.nc
cp out.oro.nc $orog_dir/oro.C${res}.tile${tnum}.nc
Expand Down

0 comments on commit 6e18c0f

Please sign in to comment.