Skip to content

Commit

Permalink
Add WIND_STAGGER to MOM_INPUT for clarity
Browse files Browse the repository at this point in the history
This only affects the logging, the actual value is hardcoded through a #ifdef CESMCOUPLED
  • Loading branch information
anton-seaice committed Jan 21, 2025
1 parent d2b2ec9 commit bd99dd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,9 @@ LATENT_HEAT_VAPORIZATION = 2.501E+06 ! [J/kg] default = 2.5E+06
ADJUST_NET_FRESH_WATER_TO_ZERO = True ! [Boolean] default = False
! If true, adjusts the net fresh-water forcing seen by the ocean (including
! restoring) to zero.
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'.
ENTHALPY_FROM_COUPLER = True ! [Boolean] default = False
! If True, the heat (enthalpy) associated with mass entering/leaving the ocean
! is provided via coupler.
Expand Down

0 comments on commit bd99dd7

Please sign in to comment.