Skip to content

Commit

Permalink
Update ocean merge script to point to location of low res
Browse files Browse the repository at this point in the history
'grid' files.

Fixes ufs-community#1000.
  • Loading branch information
GeorgeGayno-NOAA committed Nov 22, 2024
1 parent 4612227 commit 40a1c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/fv3gfs_ocean_merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

cat << EOF > input.nml
&mask_nml
ocean_mask_dir="${home_dir}/fix/orog/C${res}/ocean_mask/${ocn}/"
ocean_mask_dir="${home_dir}/fix/orog.lowres/C${res}/ocean_mask/${ocn}/"
ocnres="mx${ocn}"
lake_mask_dir="${TEMP_DIR}/C${res}/orog/"
atmres="C${res}"
Expand Down

0 comments on commit 40a1c50

Please sign in to comment.