forked from MPAS-Dev/MPAS-Model
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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:
MPAS-Model/src/core_ocean/shared/mpas_ocn_adcReconstruct.F
Lines 273 to 274 in 5dc8d6e
| 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:MPAS-Model/src/core_ocean/shared/mpas_ocn_adcReconstruct.F
Lines 330 to 331 in 5dc8d6e
| 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?
Metadata
Metadata
Assignees
Labels
No labels