Skip to content

Commit

Permalink
resolved: fris meshes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
irenavankova committed Jul 10, 2024
1 parent c6a0104 commit 0c70aab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
<config_flux_attenuation_coefficient>0.001</config_flux_attenuation_coefficient>
<config_flux_attenuation_coefficient_runoff>10.0</config_flux_attenuation_coefficient_runoff>
<config_flux_attenuation_coefficient_subglacial_runoff>0.001</config_flux_attenuation_coefficient_subglacial_runoff>
<config_sgr_flux_vertical_location>'top'</config_sgr_flux_vertical_location>
<config_sgr_flux_vertical_location>'uniform'</config_sgr_flux_vertical_location>
<config_use_sgr_opt_kpp>0</config_use_sgr_opt_kpp>
<config_use_sgr_opt_temp>'sgr'</config_use_sgr_opt_temp>
<config_use_sgr_opt_salt>'sgr'</config_use_sgr_opt_salt>
Expand Down
3 changes: 2 additions & 1 deletion components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ def buildnml(case, caseroot, compname):
data_ismf_file = 'prescribed_ismf_paolo2023.IcoswISC30E3r5.20240227.nc'
if ocn_tidal_mixing == 'true':
u_tidal_rms_file = 'velocityTidalRMS_CATS2008.IcoswISC30E3r5.20231120.nc'
if ocn_sgr == 'data':
data_sgr_file = 'IcoswISC30E3r5_DSGR.nc'

elif ocn_grid == 'IcosXISC30E3r7':
decomp_date = '20240314'
Expand All @@ -404,7 +406,6 @@ def buildnml(case, caseroot, compname):
if ocn_ismf == 'data':
data_ismf_file = 'prescribed_ismf_paolo2023.RRSwISC6to18E3r5.20240327.nc'


#--------------------------------------------------------------------
# Set OCN_FORCING = datm_forced_restoring if restoring file is available
#--------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion components/mpas-ocean/src/Registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
description="The length scale of exponential decay of subglacial runoff. Fluxes are multiplied by $e^{z/\gamma}$, where this coefficient is $\gamma$."
possible_values="Any positive real number."
/>
<nml_option name="config_sgr_flux_vertical_location" type="character" default_value="top"
<nml_option name="config_sgr_flux_vertical_location" type="character" default_value="uniform"
description="Selects the vertical location where subglacial runoff is fluxed."
possible_values="'top','uniform', 'bottom'"
/>
Expand Down

0 comments on commit 0c70aab

Please sign in to comment.