Skip to content

Commit

Permalink
checkout main coupler branch and remove DLAND_GRID_FROM_ATMOS
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMouallem committed Aug 2, 2024
1 parent 257c3bb commit ab947f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit ab947f8

Please sign in to comment.