Skip to content

Commit 764c31b

Browse files
Update for native cice diagnostic profile (#623) (#627)
* Update native cice diagnostics profile * Update native cice diagnostics profile * Update native cice diagnostics profile Co-authored-by: Anton Steketee <79179784+anton-seaice@users.noreply.github.com>
1 parent bbf6efa commit 764c31b

2 files changed

Lines changed: 12 additions & 152 deletions

File tree

ice/diagnostic_profiles/ice_history_detailed.nml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
histfreq = 'd','m','x','x','x'
33
histfreq_n = 1, 1, 1, 1, 1
44
hist_avg = .true.
5+
hist_file_freq = 'm','m','m','x','x'
56
/
67

7-
! Please note, the following diagnostics are affected by
8-
! issues in ACCESS ESM1.5 and have been disabled from the output:
9-
! fsalt_ai, daidtd, daidtt, dvidtd, congel, frazil, meltl, meltb,
10-
! meltt, snoice, dvidtt, fswthru_ai, Tsfc.
11-
128
&icefields_nml
139
f_tmask = .true.
1410
f_tarea = .true.
@@ -68,16 +64,16 @@
6864
f_tair = 'x'
6965
f_tref = 'x'
7066
f_qref = 'x'
71-
f_congel = 'x'
72-
f_frazil = 'x'
73-
f_snoice = 'x'
74-
f_meltt = 'x'
75-
f_meltb = 'x'
76-
f_meltl = 'x'
67+
f_congel = 'm'
68+
f_frazil = 'm'
69+
f_snoice = 'm'
70+
f_meltt = 'm'
71+
f_meltb = 'm'
72+
f_meltl = 'm'
7773
f_fresh = 'x'
7874
f_fresh_ai = 'm'
7975
f_fsalt = 'x'
80-
f_fsalt_ai = 'x'
76+
f_fsalt_ai = 'm'
8177
f_fhocn = 'x'
8278
f_fhocn_ai = 'm'
8379
f_fswthru = 'x'
@@ -100,10 +96,10 @@
10096
f_shear = 'm'
10197
f_sig1 = 'x'
10298
f_sig2 = 'x'
103-
f_dvidtt = 'x'
104-
f_dvidtd = 'x'
105-
f_daidtt = 'x'
106-
f_daidtd = 'x'
99+
f_dvidtt = 'dm'
100+
f_dvidtd = 'dm'
101+
f_daidtt = 'dm'
102+
f_daidtd = 'dm'
107103
f_mlt_onset = 'm'
108104
f_frz_onset = 'm'
109105
f_hisnap = 'x'

ice/diagnostic_profiles/ice_history_standard.nml

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)