Skip to content

Commit

Permalink
Change default ens geometries to 0.1 degrees
Browse files Browse the repository at this point in the history
  • Loading branch information
mpartio committed Mar 15, 2024
1 parent 766cdb8 commit aea7905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion himan-plugins/source/frost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void frost::Calculate(shared_ptr<info<double>> myTargetInfo, unsigned short thre
}
else
{
cnf->SourceGeomNames({"ECGLO0200", "ECEUR0200"});
cnf->SourceGeomNames({"ECGLO0100", "ECEUR0100"});
}

shared_ptr<info<double>> T0ECInfo =
Expand Down
2 changes: 1 addition & 1 deletion himan-plugins/source/pop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ himan::raw_time GetValidTime(const himan::raw_time& start)
return ret;
}

pop::pop() : itsECEPSGeom("ECGLO0200"), itsMEPSGeom("MEPS2500D"), itsUseMEPS(true)
pop::pop() : itsECEPSGeom("ECGLO0100"), itsMEPSGeom("MEPS2500D"), itsUseMEPS(true)
{
itsLogger = logger("pop");
}
Expand Down

0 comments on commit aea7905

Please sign in to comment.