Skip to content

Commit

Permalink
Fixed trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiersema1 committed May 25, 2024
1 parent 8b83b49 commit d4769fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Initialization/ERF_init_from_metgrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ ERF::init_from_metgrid (int lev)
// z_vel set to 0.0
// theta calculate on origin levels then interpolate
// mxrat convert RH -> Q on origin levels then interpolate
init_state_from_metgrid(use_moisture, interp_theta, metgrid_basic_linear,
init_state_from_metgrid(use_moisture, interp_theta, metgrid_basic_linear,
metgrid_use_below_sfc, metgrid_use_sfc,
metgrid_retain_sfc, metgrid_proximity,
metgrid_order, metgrid_force_sfc_k, l_rdOcp,
Expand Down
2 changes: 1 addition & 1 deletion Source/Initialization/Metgrid_utils.H
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ interpolate_column_metgrid (const bool& metgrid_use_below_sfc,
ordered_data.push_back(orig_data(i,j,0));
count++;

// Quoting WRF's comments, the next level to use is at,
// Quoting WRF's comments, the next level to use is at,
// "... ta da, the first level above the surface. I know, wow."
int knext = k_above_sfc;
// Conditionally more strongly use the surface data by removing
Expand Down

0 comments on commit d4769fa

Please sign in to comment.