Skip to content

Commit

Permalink
Add calc_increment_ens_ncio.x to link_fv3gfs.sh
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v12_github_port2acorn
 Changes to be committed:
	modified:   sorc/link_fv3gfs.sh

Refs: NOAA-EMC#345
  • Loading branch information
XianwuXue-NOAA committed Sep 9, 2021
1 parent e82f1c4 commit af38db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/link_fv3gfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ for ufs_utilsexe in chgres_cube nemsio_get nemsio_read global_chgres ; do
$LINK ../sorc/ufs_utils.fd/exec/$ufs_utilsexe .
done

for gsiexe in global_gsi.x global_enkf.x calc_increment_ens.x getsfcensmeanp.x \
for gsiexe in global_gsi.x global_enkf.x calc_increment_ens.x getsfcensmeanp.x calc_increment_ens_ncio.x \
getsigensmeanp_smooth.x getsigensstatp.x recentersigp.x oznmon_horiz.x \
oznmon_time.x radmon_angle.x radmon_bcoef.x radmon_bcor.x radmon_time.x ;do
[[ -s $gsiexe ]] && rm -f $gsiexe
Expand Down

0 comments on commit af38db9

Please sign in to comment.