Skip to content

Commit 41662e1

Browse files
Update CHECKOUT_code (#37)
* Update CHECKOUT_code * Update README.md as per PR comments --------- Co-authored-by: Lauren Chilutti <60401591+laurenchilutti@users.noreply.github.com>
1 parent ca53e6f commit 41662e1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHECKOUT_code

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ release="main"
3535

3636
fv3_release=$release
3737
phy_release=$release
38-
fms_release="2023.02"
39-
drivers_release="2023.02"
38+
fms_release="2023.04"
39+
drivers_release=$release
4040

4141
git clone -b ${fv3_release} https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere
4242
git clone -b ${phy_release} https://github.com/NOAA-GFDL/SHiELD_physics

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ The top level directory structure groups source code and input files as follow:
1010
| -------------- | ------- |
1111
| ```LICENSE.md``` | copy of the Gnu Lesser General Public license, version 3 |
1212
| ```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>|
1414
| ```Build/``` | contains scripts used for building models listed above |
1515
| ```mkmf/``` | submodule entry point for the externally managed [mkmf software](https://github.com/NOAA-GFDL/mkmf) |
1616
| ```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))|
1717
| ```site/``` | contains site specific scripts and compiler make templates |
1818

19+
<sup>*</sup>By default, ```CHECKOUT_code``` checks out the latest main branch from each repository, which may include experimental features
20+
1921
# Compiling
2022

2123
Be sure to download the mkmf submodule prior to beginning. To use:

0 commit comments

Comments
 (0)