Skip to content

Commit

Permalink
Remove KEEPDATA from config.base.nco.static
Browse files Browse the repository at this point in the history
- NCO requested that KEEPDATA be removed from config.base and config.fcst since
KEEPDATA gets set at the ecflow level and shouldn't be changed by the configs lower down.
- Already commented out in config.fcst in prior commit.
- Removed KEEPDATA from config.base.nco.static since it becomes config.base
in prod mode with ecflow.
- Retaining KEEPDATA in config.base.emc.dyn since that only becomes config.base
in dev mode (rocoto doesn't set KEEPDATA).

Refs: #1,#238
  • Loading branch information
KateFriedman-NOAA committed Feb 24, 2021
1 parent 3786256 commit 264e51f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parm/config/config.base.nco.static
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export NCP="/bin/cp -p"
export NMV="/bin/mv"
export NLN="/bin/ln -sf"
export VERBOSE="YES"
export KEEPDATA="NO"
export CHGRP_CMD="chgrp rstprod"
export NEMSIOGET="$HOMEgfs/exec/nemsio_get"
export NCDUMP="$NETCDF/bin/ncdump"
Expand Down

0 comments on commit 264e51f

Please sign in to comment.