Skip to content

Commit

Permalink
update build script and inout.nml for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 committed Apr 8, 2024
1 parent d8fd690 commit 747928b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builds/linux-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [[ $flavor =~ "mom6sis2" ]] ; then
$srcdir/mkmf/bin/list_paths $srcdir/MOM6/{config_src/infra/FMS2,config_src/memory/dynamic_symmetric,config_src/drivers/FMS_cap,config_src/external/ODA_hooks,config_src/external/database_comms,config_src/external/drifters,config_src/external/stochastic_physics,pkg/GSW-Fortran/{modules,toolbox}/,src/{*,*/*}/} $srcdir/SIS2/{config_src/dynamic_symmetric,config_src/external/Icepack_interfaces,src} $srcdir/icebergs/src $srcdir/FMS/{coupler,include}/ $srcdir/{ocean_BGC/generic_tracers,ocean_BGC/mocsy/src}/ $srcdir/{atmos_null,ice_param,land_null,coupler/shared/,coupler/full/}/


compiler_options='-DINTERNAL_FILE_NML -DMAX_FIELDS_=600 -DNOT_SET_AFFINITY -D_USE_MOM6_DIAG -D_USE_GENERIC_TRACER -DUSE_PRECISION=2 -D_USE_LEGACY_LAND_ -Duse_AM3_physics'
compiler_options='-DINTERNAL_FILE_NML -DUSE_FMS2_IO -DMAX_FIELDS_=600 -DNOT_SET_AFFINITY -D_USE_MOM6_DIAG -D_USE_GENERIC_TRACER -DUSE_PRECISION=2 -D_USE_LEGACY_LAND_ -Duse_AM3_physics'
linker_options=''
if [[ "$target" =~ "stdpar" ]] ; then
compiler_options="$compiler_options -stdpar -Minfo=accel"
Expand Down
2 changes: 1 addition & 1 deletion exps/NWA12.COBALT/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
mix_snapshot_average_fields=.false.
/

&fms_io_nml
&fms2_io_nml
fms_netcdf_restart=.true.
threading_read='multi'
max_files_r = 800
Expand Down
2 changes: 1 addition & 1 deletion exps/OM4.single_column.COBALT/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
do_area_weighted_flux = .FALSE.
/

&fms_io_nml
&fms2_io_nml
fms_netcdf_restart=.true.
threading_read='multi'
max_files_r = 800
Expand Down

0 comments on commit 747928b

Please sign in to comment.