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

209 dev 1deg jra55do ryf #154

Closed
wants to merge 12 commits into from
3 changes: 3 additions & 0 deletions MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,9 @@ ADJUST_NET_FRESH_WATER_TO_ZERO = True ! [Boolean] default = False
ENTHALPY_FROM_COUPLER = True ! [Boolean] default = False
! If True, the heat (enthalpy) associated with mass entering/leaving the ocean
! is provided via coupler.
WIND_STAGGER = "A" ! default = "C"
! A case-insensitive character string to indicate the staggering of the input
! wind stress field. Valid values are 'A', 'B', or 'C'.
FLUXCONST = 0.11 ! [m day-1] default = 0.0
! The constant that relates the restoring surface fluxes to the relative surface
! anomalies (akin to a piston velocity). Note the non-MKS units.
Expand Down
11 changes: 8 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,19 @@ metadata:
enable: false

userscripts:
setup: /usr/bin/bash /g/data/vk83/apps/om3-scripts/payu_config/setup.sh
# setup: /usr/bin/bash /g/data/vk83/apps/om3-scripts/payu_config/setup.sh
archive: /usr/bin/bash /g/data/vk83/apps/om3-scripts/payu_config/archive.sh

modules:
use:
- /g/data/vk83/modules
# - /g/data/vk83/modules
- /g/data/vk83/prerelease/modules
# - /g/data/tm70/as2285/spack0.22/release/modules/linux-rocky8-x86_64/
load:
- access-om3/2024.09.0
# - access-om3/2024.09.0
- access-om3/pr33-16

# - access-om3/2024.12.0
- nco/5.0.5

payu_minimum_version: 1.1.4
Loading
Loading