You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,14 @@ The top level directory structure groups source code and input files as follow:
10
10
| -------------- | ------- |
11
11
|```LICENSE.md```| copy of the Gnu Lesser General Public license, version 3 |
12
12
|```README.md```| this file with basic pointers to more information |
13
-
|```CHECKOUT_code```| script to download necessary source for proper build GFDL's SHield and FV3 Solo models |
13
+
|```CHECKOUT_code```| script to download necessary source for proper build GFDL's SHield and FV3 Solo models <sup>*</sup>|
14
14
|```Build/```| contains scripts used for building models listed above |
15
15
|```mkmf/```| submodule entry point for the externally managed [mkmf software](https://github.com/NOAA-GFDL/mkmf)|
16
16
|```RTS/```| contains scripts for use in CI software regression testing (see [RTS/README.md](https://github.com/NOAA-GFDL/SHiELD_build/blob/main/RTS/README.md))|
17
17
|```site/```| contains site specific scripts and compiler make templates |
18
18
19
+
<sup>*</sup>By default, ```CHECKOUT_code``` checks out the latest main branch from each repository, which may include experimental features
20
+
19
21
# Compiling
20
22
21
23
Be sure to download the mkmf submodule prior to beginning. To use:
0 commit comments