-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flexibility for model component names (#6)
* Make the rmse writer function more general The CIME SystemTest pgn.py will write the `init_model` variable so that the initial condition file template can be adjusted as needed. This is used in `rmse_writer` to send output to comp_cld.nc * Add model component to arguments This will add the command line / config argument for the model component so that the input file template can be adjusted from the json config or command line args, so this is adaptable to E3SM and CESM * Bump version number * Pin LIVVkit version number
- Loading branch information
Showing
5 changed files
with
20 additions
and
16 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
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
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 |
---|---|---|
|
@@ -79,7 +79,7 @@ | |
'numpy', | ||
'scipy', | ||
'pandas', | ||
'livvkit', | ||
'livvkit==2.1.6', | ||
'netCDF4', | ||
'matplotlib', | ||
'pybtex', | ||
|