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

Routine maintenance/update #49

Merged
merged 4 commits into from
Nov 20, 2023
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 MOM6_GEOSPlug/mom6_app/540x458/MOM_override
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ TOPO_FILE = "ocean_topog.nc"
!
! Lateral Boundary diffusion scheme of Marques 2023
!
#override USE_LATERAL_BOUNDARY_DIFFUSION = True
#override USE_HORIZONTAL_BOUNDARY_DIFFUSION = True
#override LBD_LINEAR_TRANSITION = True
1 change: 1 addition & 0 deletions MOM6_GEOSPlug/mom6_app/540x458/data_table
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion MOM6_GEOSPlug/mom6_cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ list( APPEND MOM6_SRCS
src/tracer/ISOMIP_tracer.F90
src/tracer/MOM_CFC_cap.F90
src/tracer/MOM_generic_tracer.F90
src/tracer/MOM_lateral_boundary_diffusion.F90
src/tracer/MOM_hor_bnd_diffusion.F90
src/tracer/MOM_neutral_diffusion.F90
src/tracer/MOM_OCMIP2_CFC.F90
src/tracer/MOM_offline_aux.F90
Expand Down
Loading