Skip to content

Commit

Permalink
output hourly hi, aice, aicen, frzmlt, uvel, vvel, divu, shear for 20…
Browse files Browse the repository at this point in the history
…16 only - see #11 (comment)
  • Loading branch information
aekiss committed Jun 20, 2022
1 parent 54f5169 commit 929b70e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ice/cice_in.nml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
dumpfreq = 'm'
dumpfreq_n = 3
hist_avg = .true.
histfreq = 'd', 'm', 'x', 'x', 'x'
histfreq = 'd', 'm', 'h', 'x', 'x'
histfreq_n = 1, 1, 1, 1, 1
history_chunksize_x = 360
history_chunksize_y = 270
Expand Down Expand Up @@ -179,8 +179,8 @@
/

&icefields_nml
f_aice = 'md'
f_aicen = 'm'
f_aice = 'mdh'
f_aicen = 'mh'
f_aisnap = 'x'
f_albice = 'x'
f_albpnd = 'x'
Expand All @@ -201,7 +201,7 @@
f_dagedtt = 'x'
f_daidtd = 'md'
f_daidtt = 'md'
f_divu = 'md'
f_divu = 'mdh'
f_dsnow = 'x'
f_dvidtd = 'md'
f_dvidtt = 'md'
Expand All @@ -227,7 +227,7 @@
f_fresh = 'm'
f_fresh_ai = 'x'
f_frz_onset = 'x'
f_frzmlt = 'md'
f_frzmlt = 'mdh'
f_fsalt = 'm'
f_fsalt_ai = 'm'
f_fsens = 'x'
Expand All @@ -242,7 +242,7 @@
f_fswthru_ai = 'md'
f_fswup = 'md'
f_fy = 'x'
f_hi = 'md'
f_hi = 'mdh'
f_hisnap = 'x'
f_hs = 'md'
f_hte = .true.
Expand All @@ -258,7 +258,7 @@
f_qref = 'x'
f_rain = 'x'
f_rain_ai = 'x'
f_shear = 'm'
f_shear = 'mh'
f_sice = 'x'
f_sig1 = 'x'
f_sig2 = 'x'
Expand Down Expand Up @@ -290,14 +290,14 @@
f_uarea = .true.
f_uatm = 'x'
f_uocn = 'x'
f_uvel = 'md'
f_uvel = 'mdh'
f_vatm = 'x'
f_vgrdb = .false.
f_vgrdi = .false.
f_vgrds = .false.
f_vicen = 'm'
f_vocn = 'x'
f_vvel = 'md'
f_vvel = 'mdh'
/

&icefields_mechred_nml
Expand Down

0 comments on commit 929b70e

Please sign in to comment.