You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To address SST issues in the Palmico Sound in MOM6, turn on MOM_porous_barriers in the 1/4 degree MOM6 input.
Solution
See suggestion below.
Alternatives
Also looking into a fix on the DA side.
Related to
Copying relevant parts from @g uillaumevernieres NOAA-EMC/GDASApp#1506 which is addressing issues on the DA side.
MOM6 implemenation (LLM produced, take it with a grain of Salt)
Steps to Configure MOM_porous_barriers in MOM6
Enable the Porous Barrier Module
Ensure that MOM_porous_barriers is included in your MOM6 configuration. The parameter file for MOM6, typically MOM_input, should have:
USE_POROUS_BARRIERS = True
This activates the porous barrier code.
Define the Barrier Properties
The porous barriers are usually specified in the porous_barrier_table. This is either included directly in MOM_input or in an external file referenced there.
Example configuration in MOM_input:
POROUS_BARRIER_TABLE = porous_barrier_table.nc
This points to a NetCDF file that defines the porous barriers.
Create or Modify the NetCDF Barrier File
The NetCDF file (porous_barrier_table.nc) contains information such as:
Location of the barriers (grid indices)
Permeability coefficient (how much flow is allowed through)
Orientation (zonal or meridional)
Depth dependence
Example Structure of a Porous Barrier File
The dataset typically contains variables such as:
barrier_x, barrier_y → Grid cell indices
permeability → Values between 0 (solid barrier) and 1 (fully open)
Description
To address SST issues in the Palmico Sound in MOM6, turn on MOM_porous_barriers in the 1/4 degree MOM6 input.
Solution
See suggestion below.
Alternatives
Also looking into a fix on the DA side.
Related to
Copying relevant parts from @g uillaumevernieres NOAA-EMC/GDASApp#1506 which is addressing issues on the DA side.
MOM6 implemenation (LLM produced, take it with a grain of Salt)
Steps to Configure MOM_porous_barriers in MOM6
Enable the Porous Barrier Module
Define the Barrier Properties
The porous barriers are usually specified in the porous_barrier_table. This is either included directly in MOM_input or in an external file referenced there.
Create or Modify the NetCDF Barrier File
Example Structure of a Porous Barrier File
The text was updated successfully, but these errors were encountered: