forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add stage ic version file, update versions
Adds a new vesion file for IC directories. Unlike other version files, this one uses an associative array instead of different variables. With the version file in place, the versions are updated on most of the directories to switch to the relocated wave restarts. Refs: NOAA-EMC#3109
- Loading branch information
1 parent
215a218
commit ae93389
Showing
3 changed files
with
34 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/bash | ||
# Initial condition subfolder versions | ||
|
||
#shellcheck disable=SC2034 | ||
declare -A ic_versions | ||
|
||
ic_versions['C48']=20241120 | ||
ic_versions['C48mx500']=20241120 | ||
ic_versions['C48C48mx500']=20241120 | ||
|
||
ic_versions['C96']=20241120 | ||
ic_versions['C96C48']=20241120 | ||
ic_versions['C96mx100']=20240610 | ||
|
||
ic_versions['C384C192']=20240610 | ||
ic_versions['C384mx025']=20241120 | ||
|
||
ic_versions['C768']=20241120 | ||
ic_versions['C768mx025']=20241120 | ||
|
||
ic_versions['C1152']=20241120 | ||
ic_versions['C1152mx025']=20241120 |