Skip to content

Commit

Permalink
+Rescaled variables used in SIS B-grid dynamics
Browse files Browse the repository at this point in the history
   Rescaled variables used inside of the SIS B-grid dynamics code or passed to
SIS_B_dynamics for expanded dimensional consistency testing.  These changes
include passing new unit_scale_type arguments to several subroutines.  All
answers are bitwise identical, but there are new arguments and the dimensions
of some arguments have been rescaled.
  • Loading branch information
Hallberg-NOAA committed Nov 7, 2019
1 parent ad86a46 commit 8481061
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 234 deletions.
8 changes: 4 additions & 4 deletions src/SIS_ctrl_types.F90
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,11 @@ subroutine ice_diagnostics_init(IOF, OSS, FIA, G, US, IG, diag, Time, Cgrid)
missing_value=missing, interp_method='none')
else
OSS%id_uo = register_SIS_diag_field('ice_model', 'UO', diag%axesB1, Time, &
'surface current - x component', 'm/s', missing_value=missing, &
interp_method='none')
'surface current - x component', 'm/s', conversion=US%L_T_to_m_s, &
missing_value=missing, interp_method='none')
OSS%id_vo = register_SIS_diag_field('ice_model', 'VO', diag%axesB1, Time, &
'surface current - y component', 'm/s', missing_value=missing, &
interp_method='none')
'surface current - y component', 'm/s', conversion=US%L_T_to_m_s, &
missing_value=missing, interp_method='none')
endif

OSS%id_frazil = register_SIS_diag_field('ice_model', 'FRAZIL', diag%axesT1, Time, &
Expand Down
Loading

0 comments on commit 8481061

Please sign in to comment.