Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkout main coupler branch and remove DLAND_GRID_FROM_ATMOS #41

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion Build/mk_scripts/mk_makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ FV3_cppDefs="-Duse_libMPI -Duse_netCDF -DHAVE_SCHED_GETAFFINITY -DSPMD -Duse_LAR
if [ ${CONFIG} = 'shield' ] ; then
FV3_cppDefs+=" -DGFS_PHYS -DUSE_GFSL63"
elif [ ${CONFIG} = 'shieldfull' ] || [ ${CONFIG} = 'shiemom' ] ; then
FV3_cppDefs+=" -DGFS_PHYS -DUSE_GFSL63 -D_USE_LEGACY_LAND_ -DLAND_GRID_FROM_ATMOS"
FV3_cppDefs+=" -DGFS_PHYS -DUSE_GFSL63 -D_USE_LEGACY_LAND_"
elif [ ${CONFIG} = 'solo' ] ; then
FV3_cppDefs+=" -DDCMIP -DDYCORE_SOLO -DHIWPP"
fi
Expand Down
2 changes: 1 addition & 1 deletion CHECKOUT_code
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ git clone -b ${drivers_release} https://github.com/NOAA-GFDL/atmos_drivers
if [ $config_name = 'SHiELD' ] || [ $config_name = 'SHiELDFULL' ] || [ $config_name = 'SHiEMOM' ] ; then
phy_release=$release
git clone -b ${phy_release} https://github.com/NOAA-GFDL/SHiELD_physics
git clone -b ${fms_release} https://github.com/NOAA-GFDL/FMSCoupler
git clone https://github.com/NOAA-GFDL/FMSCoupler
fi

if [ $config_name = 'SHiELDFULL' ] ; then
Expand Down