Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
url = https://github.com/AnningCheng-NOAA/fv3atm
branch = maie
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand All @@ -16,8 +16,8 @@
branch = develop
[submodule "CMEPS"]
path = CMEPS-interface/CMEPS
url = https://github.com/NOAA-EMC/CMEPS
branch = emc/develop
url = https://github.com/AnningCheng-NOAA/CMEPS
Comment thread
DeniseWorthen marked this conversation as resolved.
Outdated
branch = maie
[submodule "HYCOM"]
path = HYCOM-interface/HYCOM
url = https://github.com/NOAA-EMC/HYCOM-src
Expand Down
2 changes: 1 addition & 1 deletion FV3
1 change: 1 addition & 0 deletions tests/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ else
source /lustre/f2/dev/role.epic/contrib/Lmod_init.sh
fi
# Load fv3 module
module purge
module use $PATHTR/modulefiles
modulefile="ufs_${MACHINE_ID}.${RT_COMPILER}"
module load $modulefile
Expand Down
Loading