@@ -57,10 +57,8 @@ if ( $help ) then
5757 echo " EBM : ocean-seaice-land-atmosphere coupled model with energy balance atmosphere"
5858 echo " ACCESS-CM : ocean component of ACCESS-CM model."
5959 echo " ACCESS-OM : ocean component of ACCESS-OM model."
60- echo " ACCESS-ESM : ocean component of ACCESS-ESM model with support for generic tracer WOMBATlite."
61- echo " ACCESS-OM-BGC: ocean component of ACCESS-OM model with CSIRO BGC (Wombat). Wombat has now been"
62- echo " implemented as a generic tracer and is available in the ACCESS-OM model type."
63- echo " ACCESS-OM-BGC is retained only for legacy."
60+ echo " ACCESS-ESM : ocean component of ACCESS-ESM model with CSIRO BGC (Wombat)."
61+ echo " ACCESS-OM-BGC: ocean component of ACCESS-OM model with CSIRO BGC (Wombat)."
6462 echo
6563 echo " --platform followed by the platform name that has a corresponding environ file in the ../bin dir, default is gfortran"
6664 echo
@@ -106,13 +104,13 @@ endif
106104if ( $type == EBM ) then
107105 set cppDefs = ( " -Duse_netCDF -Duse_netCDF3 -Duse_libMPI -DLAND_BND_TRACERS -DOVERLOAD_C8 -DOVERLOAD_C4 -DOVERLOAD_R4" )
108106else if( $type == ACCESS-OM ) then
109- set cppDefs = ( " -Duse_netCDF -Duse_libMPI -DACCESS_OM -DUSE_OCEAN_BGC " )
107+ set cppDefs = ( " -Duse_netCDF -Duse_libMPI -DACCESS_OM" )
110108else if( $type == ACCESS-OM-BGC ) then
111109 set cppDefs = ( " -Duse_netCDF -Duse_libMPI -DACCESS_OM -DCSIRO_BGC" )
112110else if( $type == ACCESS-CM ) then
113111 set cppDefs = ( " -Duse_netCDF -Duse_libMPI -DACCESS_CM" )
114112else if( $type == ACCESS-ESM ) then
115- set cppDefs = ( " -Duse_netCDF -Duse_libMPI -DACCESS_CM -DUSE_OCEAN_BGC " )
113+ set cppDefs = ( " -Duse_netCDF -Duse_libMPI -DACCESS_CM" )
116114endif
117115
118116if ( $unit_testing ) then
0 commit comments