Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init WRFInput Memory #2069

Merged
merged 15 commits into from
Jan 17, 2025
Merged

Conversation

AMLattanzi
Copy link
Collaborator

@AMLattanzi AMLattanzi commented Jan 15, 2025

TODO List

  • Divide out the mapfactors in velocity
  • Port the convert wrfbdy routines to use MFs
  • Address general compilation issues
  • Compare plt0000 for WPS_Test

@AMLattanzi AMLattanzi requested a review from asalmgren January 15, 2025 23:07
Source/ERF.cpp Outdated
(*physbcs_cons[lev])(lev_new[Vars::cons],0,ncomp,ngvect_cons,t_new[lev],BCVars::cons_bc,true);
( *physbcs_u[lev])(lev_new[Vars::xvel],0,1 ,ngvect_vels,t_new[lev],BCVars::xvel_bc,true);
( *physbcs_v[lev])(lev_new[Vars::yvel],0,1 ,ngvect_vels,t_new[lev],BCVars::yvel_bc,true);
int icomp_cons = 0;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asalmgren I added the call to the realbcs here since I was seeing incorrect values in the ghost cells. I don't think it changes anything but let me know your thoughts.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok to me. Do we know yet if we match plt00001 from before the changes?

@AMLattanzi AMLattanzi marked this pull request as ready for review January 17, 2025 01:07
@AMLattanzi
Copy link
Collaborator Author

This has an issue with WPS_Restart that needs sorted out. Erroneous values for RhoTheta.

@AMLattanzi AMLattanzi merged commit a5f85d9 into erf-model:development Jan 17, 2025
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants