Skip to content

Commit

Permalink
revert temporary work-around in control_run.IN
Browse files Browse the repository at this point in the history
* new diag table diag_table_gfsv16_thompson_extdiag can be
copied from baseline input directory area
* tests run on Cheyenne correctly copy this file to run directory
  • Loading branch information
DeniseWorthen committed Jul 7, 2021
1 parent 4f824e1 commit 2b0ae64
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/fv3_conf/control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,7 @@ cp @[INPUTDATA_ROOT]/${inputdir}/field_table_gfsv16 ./field_table
cp @[INPUTDATA_ROOT]/${inputdir}/*configure .

if [ $NEW_DIAGTABLE != '' ]; then
# DH* TEMPORARY!
if [ $NEW_DIAGTABLE == 'diag_table_gfsv16_thompson_extdiag' ]; then
cp /scratch1/BMC/gmtb/Dom.Heinzeller/TMP_THOMPSON_EXTDIAG/diag_table_gfsv16_thompson_extdiag ./diag_table
else
cp @[INPUTDATA_ROOT]/${inputdir}/$NEW_DIAGTABLE ./diag_table
fi
#cp @[INPUTDATA_ROOT]/${inputdir}/$NEW_DIAGTABLE ./diag_table
# *DH
cp @[INPUTDATA_ROOT]/${inputdir}/$NEW_DIAGTABLE ./diag_table
fi

if [ $NEW_FIELDTABLE != '' ]; then
Expand Down

0 comments on commit 2b0ae64

Please sign in to comment.