Skip to content

Commit cfed445

Browse files
Reduce frequency and size of MALI hist files
* Changed from daily output to 10-day interval * Removed mesh fields * Removed fields that we are unlikely to look at very often
1 parent 9a907bc commit cfed445

File tree

1 file changed

+1
-7
lines changed
  • components/mpas-albany-landice/cime_config

1 file changed

+1
-7
lines changed

components/mpas-albany-landice/cime_config/buildnml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -241,32 +241,26 @@ def buildnml(case, caseroot, compname):
241241
lines.append(' filename_template="{}.mali.hist.$Y-$M-$D_$S.nc"'.format(casename))
242242
lines.append(' filename_interval="0001-00-00_00:00:00"')
243243
lines.append(' clobber_mode="truncate"')
244-
lines.append(' output_interval="0000-00-01_00:00:00">')
244+
lines.append(' output_interval="0000-00-10_00:00:00">')
245245
lines.append('')
246-
lines.append(' <stream name="basicmesh"/>')
247246
lines.append(' <var name="xtime"/>')
248247
lines.append(' <var name="thickness"/>')
249248
lines.append(' <var name="lowerSurface"/>')
250249
lines.append(' <var name="cellMask"/>')
251250
lines.append(' <var name="surfaceSpeed"/>')
252251
lines.append(' <var name="sfcMassBalApplied"/>')
253-
lines.append(' <var name="bareIceAblationApplied"/>')
254252
lines.append(' <var name="avgBareIceAblationApplied"/>')
255253
lines.append(' <var name="avgFloatingBMBFlux"/>')
256-
lines.append(' <var name="groundedBasalMassBalApplied"/>')
257254
lines.append(' <var name="avgCalvingFlux"/>')
258255
lines.append(' <var name="avgFaceMeltFlux"/>')
259256
lines.append(' <var name="restoreThickness"/>')
260-
lines.append(' <var name="dHdt"/>')
261257
lines.append(' <var name="ismip6shelfMelt_TFdraft"/>')
262258
lines.append(' <var name="ismip6_2dThermalForcing"/>')
263259
lines.append(' <var name="deltat"/>')
264260
lines.append(' <var name="daysSinceStart"/>')
265261
lines.append(' <var name="simulationStartTime"/>')
266262
lines.append(' <var name="allowableDtACFL"/>')
267263
lines.append(' <var name="allowableDtDCFL"/>')
268-
lines.append(' <var name="basalTemperature"/>')
269-
lines.append(' <var name="surfaceTemperature"/>')
270264
lines.append('')
271265
lines.append('</stream>')
272266
lines.append('')

0 commit comments

Comments
 (0)