Skip to content

Commit

Permalink
Merge pull request #167 from GEOS-ESM/bugfix/jstassi/#166/edhist.pl
Browse files Browse the repository at this point in the history
bug fix to handle traj_lcv_rst correctly
  • Loading branch information
rtodling committed Mar 9, 2022
2 parents e810570 + 548e894 commit 80c8521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Applications/GEOSdas_App/edhist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ sub add_silo_mstorage_traits {
#------------------------------
outer: foreach $name (@bottomList) {

next outer if $name =~ m/_rst/;
next outer if $name =~ m/_rst/ and $name ne "traj_lcv_rst";
unless ($traitHash{$name} =~ m/\bsilo\b/) {
$traitHash{$name} =~ s/:template:/:template:silo.N1:/;

Expand Down

0 comments on commit 80c8521

Please sign in to comment.