Skip to content

Commit

Permalink
add Sw_pstokes_x and y fields
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Sep 17, 2021
1 parent 537740f commit 9e6857d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mediator/esmFldsExchange_cesm_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,9 @@ subroutine esmFldsExchange_cesm(gcomp, phase, rc)
flds = (/'Sw_lamult ',&
'Sw_ustokes',&
'Sw_vstokes',&
'Sw_hstokes'/)
'Sw_hstokes',&
'Sw_pstokes_x',&
'Sw_pstokes_y'/)

do n = 1,size(flds)
fldname = trim(flds(n))
Expand Down
12 changes: 12 additions & 0 deletions mediator/fd_cesm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,10 @@
canonical_units: 1
description: ocean import - Langmuir multiplier
#
- standard_name: Sw_lasl
canonical_units: 1
description: ocean import - surface layer Langmuir number
#
- standard_name: Sw_ustokes
canonical_units: m/s
description: ocean import - Stokes drift u component
Expand All @@ -1105,6 +1109,14 @@
canonical_units: m/s
description: ocean import - Stokes drift v component
#
- standard_name: Sw_pstokes_x
canonical_units: m/s
description: Eastward partitioned stokes drift components
#
- standard_name: Sw_pstokes_y
canonical_units: m/s
description: Northward partitioned stokes drift components
#
#-----------------------------------
# mediator fields
#-----------------------------------
Expand Down

0 comments on commit 9e6857d

Please sign in to comment.