Happy to do this PR, but just want to make sure which one we want to remove...
config_adc_up2_vp2_factor is only used on u2 and v2:
|
u2(k,1,iCell) = config_adc_up2_vp2_factor*config_adc_bc_const*frictionVelocity**2.0 |
|
v2(k,1,iCell) = config_adc_up2_vp2_factor*config_adc_bc_const*frictionVelocity**2.0 |
config_adc_bc_const is used on u2, v2, tp2, and sp2:
|
tp2 = 0.4_RKIND * config_adc_bc_const * (wt(i1,1,iCell) / frictionVelocity)**2 |
|
sp2 = 0.4_RKIND * config_adc_bc_const * (ws(i1,1,iCell) / frictionVelocity)**2 |
Do we want separate factors for u2/v2 and tp2/sp2?
Happy to do this PR, but just want to make sure which one we want to remove...
config_adc_up2_vp2_factoris only used on u2 and v2:MPAS-Model/src/core_ocean/shared/mpas_ocn_adcReconstruct.F
Lines 273 to 274 in 5dc8d6e
config_adc_bc_constis used on u2, v2, tp2, and sp2:MPAS-Model/src/core_ocean/shared/mpas_ocn_adcReconstruct.F
Lines 330 to 331 in 5dc8d6e
Do we want separate factors for u2/v2 and tp2/sp2?