Skip to content

Commit

Permalink
Replace M_TANKverfM0 with M_TANKverf
Browse files Browse the repository at this point in the history
The M_TANKverfM0 is the same as the M_TANKverf variable
and is not needed anymore.

Refs NOAA-EMC#1908
  • Loading branch information
KateFriedman-NOAA committed Oct 25, 2023
1 parent 865d14d commit 251db7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ush/minmon_xtrct_costs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
#--------------------------
# move files to $M_TANKverf
#--------------------------
my $tankdir = $ENV{"M_TANKverfM0"};
my $tankdir = $ENV{"M_TANKverf"};
if(! -d $tankdir) {
system( "mkdir -p $tankdir" );
}
Expand Down
2 changes: 1 addition & 1 deletion ush/minmon_xtrct_gnorms.pl
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ sub updateGnormData {
#--------------------------
# move files to $M_TANKverf
#--------------------------
my $tankdir = $ENV{"M_TANKverfM0"};
my $tankdir = $ENV{"M_TANKverf"};
if(! -d $tankdir) {
system( "mkdir -p $tankdir" );
}
Expand Down
2 changes: 1 addition & 1 deletion ush/minmon_xtrct_reduct.pl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#----------------------------
# copy outfile to $M_TANKverf
#----------------------------
my $tankdir = $ENV{"M_TANKverfM0"};
my $tankdir = $ENV{"M_TANKverf"};
if(! -d $tankdir) {
system( "mkdir -p $tankdir" );
}
Expand Down

0 comments on commit 251db7f

Please sign in to comment.