Skip to content

Commit

Permalink
Merge branch 'development' into thin_immersed_bndry
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi authored Apr 5, 2024
2 parents fd335a9 + b4eb4ce commit b6eac48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IO/ReadFromMetgrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ read_from_metgrid (int lev, const Box& domain, const std::string& fname,
ncf.get_attr("FLAG_MAPFAC_V", attr); flag_msfv = attr[0];
ncf.get_attr("FLAG_MAPFAC_M", attr); flag_msfm = attr[0];
ncf.get_attr("FLAG_HGT_M", attr); flag_hgt = attr[0];
ncf.get_attr("FLAG_SST", attr); flag_sst = attr[0];
flag_sst = 0; //ncf.get_attr("FLAG_SST", attr); flag_sst = attr[0];
ncf.get_attr("FLAG_LANDMASK", attr); flag_lmask = attr[0];


Expand Down

0 comments on commit b6eac48

Please sign in to comment.