-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
96 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# ========================================================================================= | ||
# Generate constant initial conditions for WOMBAT using grid from a provided file | ||
# Generate constant initial conditions for WOMBATlite using grid from a provided file | ||
# | ||
# To run: | ||
# python generate_wombat_ic.py --grid-filename=<path-to-grid-file> --variable-name=<variable-name> | ||
# --ic-filename=<path-to-output-file> | ||
# python generate_wombatlite_ic.py --grid-filename=<path-to-grid-file> | ||
# --variable-name=<variable-name> --ic-filename=<path-to-output-file> | ||
# | ||
# For more information, run `python generate_wombat_ic.py -h` | ||
# For more information, run `python generate_wombatlite_ic.py -h` | ||
# | ||
# Contact: | ||
# Dougie Squire <[email protected]> | ||
|
@@ -53,7 +53,7 @@ def git_info(): | |
|
||
def main(): | ||
parser = argparse.ArgumentParser( | ||
description="Generate constant initial conditions for WOMBAT using grid from provided file." | ||
description="Generate constant initial conditions for WOMBATlite using grid from provided file." | ||
) | ||
|
||
parser.add_argument( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters