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

More miscellaneous runtime parameter changes for beta05 #219

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

gustavo-marques
Copy link
Collaborator

@gustavo-marques gustavo-marques commented Jan 8, 2025

  • Adds new topographic edits and updated channel list. These lead to slightly improved circulation and hydrograph (Response to bathymetry edits NCAR/omwg_dev#55)
  • Enabled COMPUTE_MONIN_OBUKHOV = True to improve the OBL seasonal cycle by limiting the OBL depth to no deeper than the Monin-Obukhov depth.
  • Updated background mixing parameters:
    • KV = 1.0E06
    • KD = 1.0E-7
    • PRANDTL_BKGND = 10
  • Configured MLE settings (this relies on PR #331):
    • Set MLE_FRONT_LENGTH_FROM_FILE = True
    • Updated MLE_FL_FILE to "mle-lf-clim-tx2_3v2_20250108.nc"
  • Enabled Leithy parameterization with:
    • USE_LEITHY = True
    • LEITH_BI_CONST = 90.0
    • LEITHY_CK = 1.0 (full backscatter)
    • LEITH_AH = False

Fixes: #218, #213, #208

- Added new topographic edits and updated channel list.
- Enabled COMPUTE_MONIN_OBUKHOV = True to improve the OBL seasonal cycle by limiting the OBL depth to no deeper than the Monin-Obukhov depth.
- Updated background mixing parameters:
  - KV = 1.0E-6
  - KD = 1.0E-7
  - PRANDTL_BKGND = 10
- Configured MLE backup settings:
  - Set MLE_FRONT_LENGTH_FROM_FILE = True
  - Updated MLE_FL_FILE to "mle-lf-clim-tx2_3v2_20250108.nc"
- Enabled Leithy parameterization with:
  - USE_LEITHY = True
  - LEITH_BI_CONST = 90.0
  - LEITHY_CK = 1.0 (full backscatter)
  - LEITH_AH = False
@gustavo-marques
Copy link
Collaborator Author

I will add the new files to input_data_list.yaml later today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to specify MLE fronal-length scale via file
1 participant