Skip to content

Commit

Permalink
Turn off cloud analysis for future debug. (NOAA-EMC#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ming Hu authored May 19, 2021
1 parent 2e284ff commit 4ffd385
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/exregional_nonvarcldanl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ cp_vrfy ${fixgriddir}/fv3_grid_spec fv3_grid_spec
bkpath=${CYCLE_DIR}/fcst_fv3lam/INPUT
if [ -w ${bkpath}/gfs_data.tile7.halo0.nc ]; then # Use background from INPUT
ln_vrfy -s ${bkpath}/sfc_data.tile7.halo0.nc fv3_sfcdata
ln_vrfy -s ${bkpath}/gfs_data.tile7.halo0.nc fv3_dynvars
ln_vrfy -s ${bkpath}/gfs_data.tile7.halo0.nc fv3_tracer
cp_vrfy ${bkpath}/gfs_data.tile7.halo0.nc fv3_dynvars
cp_vrfy ${bkpath}/gfs_data.tile7.halo0.nc fv3_tracer
else # Use background from RESTART
ln_vrfy -s ${bkpath}/fv_core.res.tile1.nc fv3_dynvars
ln_vrfy -s ${bkpath}/fv_tracer.res.tile1.nc fv3_tracer
cp_vrfy ${bkpath}/fv_core.res.tile1.nc fv3_dynvars
cp_vrfy ${bkpath}/fv_tracer.res.tile1.nc fv3_tracer
ln_vrfy -s ${bkpath}/sfc_data.nc fv3_sfcdata
fi

Expand Down

0 comments on commit 4ffd385

Please sign in to comment.