descriptionFork of the official repository for WRF model to merge fire codes
homepage URLhttp://www.openwfm.org/wiki/Category:WRF-Fire_merge
repository URLhttps://github.com/openwfm/WRF-Fire-merge.git
ownerjan.mandel@gmail.com
last changeWed, 24 Apr 2024 20:11:55 +0000 (24 14:11 -0600)
last refreshSat, 27 Apr 2024 06:03:09 +0000 (27 08:03 +0200)
content tags
add:
README.md

WRF-SFIRE

This repository is https://github.com/openwfm/WRF-SFIRE master branch.

A mirror with a graphical log is at https://repo.or.cz/git-browser/by-commit.html?r=WRF-SFIRE.git

Table of Contents

Current version

The current released version of WRF-SFIRE is the version W4.4-S0.1. Release information about this version is not available yet. The used version of WRF is 4.4 (see release information). The version of SFIRE is 0.1.

Introducing Semantic Versioning: Transitioning from Legacy Code to Version 0.1

Background

We are excited to share a significant development in our project's versioning system. As we release the official 0.1 version of our code, we want to introduce you to an enhanced versioning approach that incorporates the relationship between SFIRE code and WRF code. Moving forward, our versioning system will consist of two components: the Weather Research and Forecasting (WRF) code version and the Wildfire Spread Simulation (SFIRE) code version.

Understanding the Versioning Scheme

The semantic versioning scheme (https://semver.org) we have adopted is designed to provide clarity and context about the interconnectedness of our code with the WRF and SFIRE codes. Each version will be represented in the following format: Wx.y-Si.j, where:

Benefits of the Enhanced Versioning System

This enhanced versioning system offers several advantages to our community:

  1. Clear relationship between codes: By incorporating the WRF version alongside our code's version, we provide a transparent representation of the underlying codebase that supports our functionality. This clarity ensures that users can easily identify the connection between different versions.

  2. Compatibility and integration: The WRF-SFIRE integration necessitates version compatibility between the two codes. By explicitly denoting the WRF version, we ensure that users can determine which versions of WRF are compatible with specific releases of our code, thereby facilitating seamless integration.

  3. Streamlined updates: With the enhanced versioning system, it becomes simpler to track and understand the evolution of both the WRF and SFIRE codes. This knowledge empowers users to make informed decisions about updating either component, based on their specific requirements and compatibility constraints.

  4. Precise communication: When discussing our code or reporting issues, the enhanced versioning system enables clear and concise communication by explicitly referring to the WRF and SFIRE versions being utilized. This precision helps in resolving potential issues more efficiently.

Branch Management

Introduction

We have implemented a new branch management strategy to improve code organization and streamline the development process. This strategy involves the use of specific branches with defined purposes and guidelines. The key branches in our repository are:

Branch Workflow - Upgrading SFIRE

The branch workflow for upgrading SFIRE can be summarized as follows:

  1. Feature Development: Developers create issue-based branches (develop-x) to work on specific issues identified on GitHub related to SFIRE enhancements.

  2. Merge to Release Branch: Once the development work on an issue is completed, the corresponding develop-x branch is merged into the release branch.

  3. Release to Master Branch: Periodically, the changes from the release branch are merged into the master branch to create stable releases. This merge increases the Si.j version number, where i represents the SFIRE version.

By following this workflow, we ensure that SFIRE enhancements undergo thorough development, testing, and integration before being released in a stable version.

Branch Workflow - Upgrading WRF Version

The branch workflow for upgrading the WRF version can be summarized as follows:

  1. Merge WRF Upgrades: Updates from the WRF repository are merged into the merge-WRF branch to incorporate improvements from the WRF side into our codebase.

  2. Merge to Master Branch: The merge-WRF branch is periodically merged into the master branch to integrate the WRF upgrades. This merge increases the Wx.y version number, where x represents the major WRF version and y represents the minor WRF version.

By following this workflow, we ensure that the WRF-SFIRE codebase remains up to date with the latest enhancements and features from the WRF project.

Regression Testing

Before any merge into the master branch, we apply a rigorous regression testing protocol, described in the next section.

By following this branch management workflow and incorporating regression testing, we aim to ensure a controlled and systematic approach to releasing stable versions while maintaining code integrity.

Regression Testing Introduction

Introduction

In our ongoing commitment to quality assurance and delivering a reliable codebase, we are excited to introduce regression testing as an integral part of our development process. Regression testing is a systematic approach to retesting previously implemented functionalities to ensure that recent changes or additions to the codebase have not introduced unintended side effects or regressions.

Benefits of Regression Testing

By incorporating regression testing, we aim to achieve the following benefits:

  1. Ensure Code Stability: Regression testing allows us to verify that existing functionalities continue to work as intended after implementing new features or making code modifications. This helps us identify and fix any unforeseen issues that may have arisen due to recent changes.

  2. Prevent Unintended Side Effects: Through a comprehensive suite of regression tests, we can proactively detect any unintended side effects or regressions that could potentially impact the performance, reliability, or functionality of our codebase.

  3. Safeguard Against Future Changes: By maintaining a robust regression test suite, we establish a safety net that protects against future code modifications or updates. The tests serve as a baseline to ensure that future changes do not inadvertently break existing functionalities.

Implementation Approach

To implement regression testing, our development team will:

Code Quality

Introduction

In our ongoing efforts to maintain a high-quality codebase, we are introducing coding and linting rules that are aligned with the WRF (Weather Research and Forecasting) coding rules. These rules ensure consistent and reliable code across our project, following industry best practices and the established standards of the WRF community.

Coding and Linting Rules

We have established a set of coding and linting rules that are specifically designed to comply with the WRF coding rules and inpired by FORTRAN90/95 coding conventions. These rules cover various aspects of coding style, naming conventions, documentation practices, and more. By adhering to these rules, we aim to improve code consistency, readability, and collaboration within the project, while also maintaining compatibility with the broader WRF ecosystem.

To enforce these rules, we have integrated automated code analysis tools into our development process. These tools will check the code against the defined rules and provide immediate feedback to developers, allowing them to address any violations and ensure that the codebase aligns with the WRF coding standards.

Regular Code Quality Evaluation

In addition to the introduction of coding and linting rules, we are implementing a regular code quality evaluation process. This process involves periodic assessments of the codebase to identify areas for improvement, detect potential issues, and ensure compliance with the WRF coding guidelines. To enforce coding standards and best practices, we utilize the Flint Python library. Flint allows us to perform automated code analysis and evaluate code quality quantitatively. In addition to the default rules provided by Flint, we have implemented custom rules specific to our project. These rules align with the WRF coding guidelines and reflect our coding conventions.

Through this evaluation process, we will proactively address any code quality concerns, optimize performance, enhance maintainability, and strengthen the overall stability of the codebase. By aligning with the WRF coding rules, we aim to uphold the highest standards of code quality and facilitate seamless integration with the wider WRF community.

Community Engagement

We highly value the involvement and expertise of our community in maintaining code quality. We encourage all community members to embrace the coding and linting rules based on the WRF coding rules, provide feedback, and contribute to the continuous improvement of our codebase.

Your contributions, such as code reviews, suggestions, and bug reports, are invaluable in helping us ensure the highest level of code quality and deliver an exceptional experience to our users, while maintaining compatibility and coherence with the WRF ecosystem.

SFIRE version 0.1: Feature Highlights

Level-Set Fire Spread

Rate of Spread Parameterizations

Surface Fuel Models

Ignition Pattern

Heat Flux Parameterizations

Fuel Moisture Parameterizations

Surface Initialization

Other Parameterizations

Miscellaneous

Issues

Linking issues

Link to issues always using: organization/repository#number For instance: wirc-sjsu/WRF-SFIRE#4 or openwfm/WRF-SFIRE#86 This will prevent linking to different issues in both organizations with the same number. Links created for commits dated before the issue seems to not cause a problem.

Branches

How to run

Notes

Standalone is included but have not started on it yet. Branches balbi and dvm_branch were carried over but they are not merged into master or tested yet because they were not merged into master in wrf-fire. Also I do not know how to test dvm_branch. I can't do real problems yet, that requires pushing data through current WPS, which Adam and Angel are working on.

Notes for developers

How to upgrade WRF version

shortlog
2 days ago Aurélien CostesMerge pull request #22 from wirc-sjsu/develop-w21master
2 days ago Aurélien CostesMerge pull request #20 from wirc-sjsu/openwfm-track...
2 days ago Jan Mandelnew file: .github/PULL_REQUEST_TEMPLATE/docs-only.md
2 days ago Jan Mandelnew file: .github/ISSUE_TEMPLATE/docs-only.md
2 days ago Jan Mandelcleanup
2 days ago Jan Mandelinclude mod text from sfire-docs/index.md
3 days ago Jan Mandelcomment onlt
3 days ago Jan Mandelinstructions preview not perfect
3 days ago Jan Mandelnav
3 days ago Jan Mandelcleanup
3 days ago Jan Mandeladded instructions for contributors
3 days ago Jan Mandelrm edit on github
3 days ago Jan Mandelfixing edit on github url and site_description
4 days ago Jan MandelMerge remote-tracking branch 'wirc/master'
4 days ago Jan Mandelnew file: requirements.txt
4 days ago Jan Mandelrequirements.in
...
tags
3 months ago W4.4-S0.1
8 months ago WIRC-LLNL-Y1-report
23 months ago WRF-SFIRE-4.4-develop
23 months ago merge-v4.4
2 years ago v4.4 WRF Model Version 4.4 Release
2 years ago v4.3.3 WRF Model Version 4.3.3 Release
2 years ago v4.3.2 WRF Model Version 4.3.2 Release
2 years ago wrf-sfire-v4.3.1
2 years ago v4.3.1 WRF Model Version 4.3.1 Release...
2 years ago v4.3 WRF Model Version 4.3 Release
3 years ago v4.2.2 Finalize WRFV4.2.2 by merging bug...
3 years ago ISC21 WRF version for ISC21
3 years ago v4.2.1 Finalize WRFV4.2.1 by merging bug...
4 years ago v4.2
4 years ago v4.1.5 Finalize WRFV4.1.5 by merging bug...
4 years ago v4.1.4 Finalize WRFv4.1.4 by merging bug...
...
heads
41 hours ago develop-docs
2 days ago master
2 days ago develop-84
7 weeks ago develop-84a
3 months ago release
3 months ago test_jm
3 months ago develop-61
3 months ago develop-79
4 months ago WRF-track/master
5 months ago develop-55
8 months ago develop-77
8 months ago develop-60
8 months ago develop-76
8 months ago develop-3
8 months ago develop-3-abandoned
8 months ago develop-3jm
...