Skip to content

Commit a8dd53e

Browse files
committed
Typos in units
1 parent 0f9a060 commit a8dd53e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Core/scribe_io.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,10 +1621,10 @@ subroutine add_cf_variable_attributes(ncid, varid)
16211621
units = 'm s-1'
16221622
case ('windStressX')
16231623
standard_name = 'downward_x_stress_at_sea_water_surface'
1624-
units = 'N m-2'
1624+
units = 'm2 s-2'
16251625
case ('windStressY')
16261626
standard_name = 'downward_y_stress_at_sea_water_surface'
1627-
units = 'N m-2'
1627+
units = 'm2 s-2'
16281628
case ('bottom_index_node')
16291629
long_name = 'Bottom index at node'
16301630
standard_name = 'model_level_number_at_sea_floor'

0 commit comments

Comments
 (0)