Skip to content

Commit e9c56ec

Browse files
Turn on depth-int solver for 1km GIS; add more output vars
1 parent 57c057e commit e9c56ec

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

components/mpas-albany-landice/bld/namelist_files/albany_input.gis_1to10km_r01.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
---
33
ANONYMOUS:
44

5+
Problem:
6+
Depth Integrated Model: true
7+
58
# Discretization Description
69
Discretization:
710
#Exodus Output File Name: albany_output.exo

components/mpas-albany-landice/bld/namelist_files/albany_input.gis_1to10km_r02.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
%YAML 1.1
22
---
33
ANONYMOUS:
4+
45
Problem:
6+
Depth Integrated Model: true
57
Basal Cubature Degree: 4
68
LandIce Field Norm:
79
sliding_velocity_basalside:

components/mpas-albany-landice/cime_config/buildnml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,10 @@ def buildnml(case, caseroot, compname):
238238
lines.append(' <var name="uReconstructY"/>')
239239
lines.append(' <var name="surfaceSpeed"/>')
240240
lines.append(' <var name="basalSpeed"/>')
241+
lines.append(' <var name="sfcMassBal"/>')
241242
lines.append(' <var name="sfcMassBalApplied"/>')
242243
lines.append(' <var name="basalMassBalApplied"/>')
244+
lines.append(' <var name="floatingBasalMassBal"/>')
243245
lines.append(' <var name="floatingBasalMassBalApplied"/>')
244246
lines.append(' <var name="groundedBasalMassBalApplied"/>')
245247
lines.append(' <var name="calvingThickness"/>')

0 commit comments

Comments
 (0)