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

Preindustrial: add basin mask for basin specific diagnostics #101

Merged
merged 3 commits into from
Nov 20, 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: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ submodels:
- /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/shortwave_penetration/global.1deg/2020.05.19/ssw_atten_depth.nc
# Grids
- /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/grids/mosaic/global.1deg/2020.05.19/grid_spec.nc
# Basin mask
- /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/basins/global.1deg/2020.05.19/basin_mask.nc

- name: ice
model: cice
Expand Down
5 changes: 5 additions & 0 deletions manifests/input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@ work/ice/INPUT/monthly_sstsss.nc:
hashes:
binhash: 49aab10f25c58a9a0ffa5617847050ff
md5: 323d4c605f83f4d7d3126da70153c2ed
work/ocean/INPUT/basin_mask.nc:
fullpath: /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/basins/global.1deg/2020.05.19/basin_mask.nc
hashes:
binhash: 98462c5ebc1edda0f42ca61be74801e6
md5: 20fd8740f24ca95c7c086343077e9c0d
work/ocean/INPUT/bgc_param.nc:
fullpath: /g/data/vk83/configurations/inputs/access-esm1p5/share/ocean/biogeochemistry/global.1deg/2024.07.12/bgc_param.nc
hashes:
Expand Down
1 change: 1 addition & 0 deletions ocean/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@
&ocean_tracer_advect_nml
debug_this_module=.false.
advect_sweby_all=.true.
read_basin_mask=.true.
/

&ocean_tracer_diag_nml
Expand Down
Loading