Update with more recent changes from NCAR fork#3
Conversation
Initial draft of Users Guide
Correcting link to SRW Users Guide
Tiles functionality with one core
Adding OpenMP parallelization
* modified nuopc to add 10 m wind interpolation * modified fuels to add wind adjustment factors * added namelist option wind_vinterp_opt * update wrf nuopc to add 10 m wind * update tests and field dic. to include 10 m wind
Adding 10 m winds to the fire nuopc
Automatic compilation supports OpenMP
Improved calculation of tile dimensions
|
Could we get reviews on this PR so that we can process ufs-community/ufs-weather-model#3126? |
|
@pedro-jm @masih-e Could one of you (or someone else familiar w/the fire behavior codebase) review this PR soon? We are hoping to process the parent PR (ufs-community/ufs-weather-model#3126) tomorrow, but if that won't be possible, we'd like to know. |
|
The changes look good to me. |
|
@gspetro-NOAA Same here, this looks good to me. You can go ahead and merge from our side. We do no have the option of reviewing the PR in the standard github way and approve. So we approve via these comments. |
Thanks! I will let the WM CMs know. The merge probably wouldn't be until Friday, after full regression tests, but I'm not sure we have permissions to merge. Who should we reach out to when we are ready to merge? |
|
@gspetro-NOAA I believe @danrosen25 made me maintainer and I can merge PRs now. So I guess I would be the one, keep @danrosen25 and posted too. Thanks. |
|
@gspetro-NOAA |
@dpsarmie Could you look into this? |
|
@danrosen25 Yes, I can act as a point of contact at EMC for this repository, but all approvals and reviews should still be taken care of by fire behavior folks who are more knowledgeable about the code. |
|
@dpsarmie yes, we will review/approve the fire behavior code. Makes sense. |
5af69be to
e3b1364
Compare
|
Note I have removed the commit that removed documentation updates, so now there are additional changes compared to the version that has been approved. These changes are documentation-only, so should not affect results. See the discussion on the Weather Model PR starting here for more information on why this was done. |
|
@pedro-jm Testing completed successfully on ufs-community/ufs-weather-model#3126. Please merge this PR as soon as you have a chance. :) |
Description
This update brings in improvements from the NCAR fork:
wind_vinterp_opt; when set to 1, this uses 10 meter wind from the model as forcing for the fire rather than the full 3D wind fieldThis branch also includes some changes that do not impact the fire_behavior module coupled to ufsatm:
Testing
UFS WM Regression tests pending. New code runs successfully in UFS SRW code framework, including new namelist option and OpenMP parallelism.