Skip to content

Commit

Permalink
changes to read land/sea mask
Browse files Browse the repository at this point in the history
  • Loading branch information
japham0 committed Jun 21, 2024
1 parent e7472e2 commit a5634af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/ERF_read_waves.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ERF::read_waves (int lev)
{
for ( MFIter mfi(*Hwave_onegrid[lev],false); mfi.isValid(); ++mfi)
{

const auto & bx = mfi.validbox();

amrex::Print() << " HERE " << bx << std::endl;
Expand All @@ -33,7 +33,7 @@ ERF::read_waves (int lev)
}


int nx=2147483647;
int nx=2147483647;
int ny=2147483647; // sanity check

//JUST RECEIVED
Expand Down Expand Up @@ -69,7 +69,7 @@ ERF::read_waves (int lev)
}
}

}
}
}


Expand All @@ -92,7 +92,7 @@ ERF::read_waves (int lev)
}
});
}

}
#endif

0 comments on commit a5634af

Please sign in to comment.