Skip to content

Commit

Permalink
Remove temporary logic from ./util/gdas_init/run_v16.chgres.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Jan 14, 2025
1 parent 55d45fa commit 28e0e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/gdas_init/run_v16.chgres.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
!/bin/bash

#---------------------------------------------------------------------------
# Run chgres using v16 netcdf history data as input. These history
Expand All @@ -13,7 +13,7 @@ set -x
MEMBER=$1

FIX_FV3=$UFS_DIR/fix
FIX_ORO=${FIX_FV3}/orog.lowres
FIX_ORO=${FIX_FV3}/orog
FIX_AM=${FIX_FV3}/am

WORKDIR=${WORKDIR:-$OUTDIR/work.${MEMBER}}
Expand Down

0 comments on commit 28e0e0d

Please sign in to comment.