You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the SST field a few days into the run (ncview /glade/scratch/dcherian/archive/gmom.e23.GJRAv3.TL319_t061_zstar_N65.baseline.kpp.pp81.001.mixpods/ocn/hist/gmom.e23.GJRAv3.TL319_t061_zstar_N65.baseline.kpp.pp81.001.mixpods.mom6.sfc_0046_01.nc)
In this PR an option is added to use ice viscosity computed from the observed surface velocity, computed by the model and use a constant value (for debugging purposes). A new (char) parameter "ICE_VISCOSITY_COMPUTE" is introduced; its values can be "MODEL" (the ice viscosity computed by the model); "OBS" the ice viscosity is computed at the preprocessing step and read from a file (its name is defined by the parameter "ICE_STIFFNESS_FILE") into a variable with a name defined by "A_GLEN_VARNAME" parameter; "CONSANT" is a constant value defined by a parameter "A_GLEN". These changes are in MOM_ice_shelf_dynamics.F90. Minor changes are done to MOM_ice_shelf_initialize.F90 to correct units, scales.
(following up on a conversation with Gustavo)
I used these options:
Here's the SST field a few days into the run (
ncview /glade/scratch/dcherian/archive/gmom.e23.GJRAv3.TL319_t061_zstar_N65.baseline.kpp.pp81.001.mixpods/ocn/hist/gmom.e23.GJRAv3.TL319_t061_zstar_N65.baseline.kpp.pp81.001.mixpods.mom6.sfc_0046_01.nc
)rundir:
/glade/scratch/dcherian/gmom.e23.GJRAv3.TL319_t061_zstar_N65.baseline.kpp.pp81.001.mixpods/run
output:
/glade/scratch/dcherian/archive/gmom.e23.GJRAv3.TL319_t061_zstar_N65.baseline.kpp.pp81.001.mixpods/ocn/hist
Let me know if there's any way I can help
The text was updated successfully, but these errors were encountered: