Skip to content

Commit bd99dd7

Browse files
committed
Add WIND_STAGGER to MOM_INPUT for clarity
This only affects the logging, the actual value is hardcoded through a #ifdef CESMCOUPLED
1 parent d2b2ec9 commit bd99dd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MOM_input

+3
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,9 @@ LATENT_HEAT_VAPORIZATION = 2.501E+06 ! [J/kg] default = 2.5E+06
599599
ADJUST_NET_FRESH_WATER_TO_ZERO = True ! [Boolean] default = False
600600
! If true, adjusts the net fresh-water forcing seen by the ocean (including
601601
! restoring) to zero.
602+
WIND_STAGGER = "A" ! default = "C"
603+
! A case-insensitive character string to indicate the staggering of the input
604+
! wind stress field. Valid values are 'A', 'B', or 'C'.
602605
ENTHALPY_FROM_COUPLER = True ! [Boolean] default = False
603606
! If True, the heat (enthalpy) associated with mass entering/leaving the ocean
604607
! is provided via coupler.

0 commit comments

Comments
 (0)