Skip to content

Commit 60d686c

Browse files
authored
Merge pull request #102 from ACCESS-NRI/95-add-basin-mask-historical
Historical: add basin mask for basin specific diagnostics
2 parents 4356563 + a3c30f9 commit 60d686c

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ submodels:
8383
- /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/shortwave_penetration/global.1deg/2020.05.19/ssw_atten_depth.nc
8484
# Grids
8585
- /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/grids/mosaic/global.1deg/2020.05.19/grid_spec.nc
86+
# Basin mask
87+
- /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/basins/global.1deg/2020.05.19/basin_mask.nc
8688

8789
- name: ice
8890
model: cice

manifests/input.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,11 @@ work/ice/INPUT/monthly_sstsss.nc:
306306
hashes:
307307
binhash: 49aab10f25c58a9a0ffa5617847050ff
308308
md5: 323d4c605f83f4d7d3126da70153c2ed
309+
work/ocean/INPUT/basin_mask.nc:
310+
fullpath: /g/data/vk83/configurations/inputs/access-esm1p5/modern/share/ocean/basins/global.1deg/2020.05.19/basin_mask.nc
311+
hashes:
312+
binhash: 98462c5ebc1edda0f42ca61be74801e6
313+
md5: 20fd8740f24ca95c7c086343077e9c0d
309314
work/ocean/INPUT/bgc_param.nc:
310315
fullpath: /g/data/vk83/configurations/inputs/access-esm1p5/share/ocean/biogeochemistry/global.1deg/2024.07.12/bgc_param.nc
311316
hashes:

ocean/input.nml

+1
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@
486486
&ocean_tracer_advect_nml
487487
debug_this_module=.false.
488488
advect_sweby_all=.true.
489+
read_basin_mask=.true.
489490
/
490491

491492
&ocean_tracer_diag_nml

0 commit comments

Comments
 (0)