Skip to content

Commit

Permalink
add missing CICE diags: COSIMA/access-om2#250.
Browse files Browse the repository at this point in the history
set f_fswthru_ai to 'md' (shortwave penetrating through sea ice and reaching the ice-ocean interface).
  • Loading branch information
hakase hayashida committed Nov 14, 2021
1 parent 4bd4a36 commit d4859bc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ice/cice_in.nml
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,19 @@
f_albpnd = 'x'
f_albsni = 'x'
f_albsno = 'x'
f_alidf_ai = 'm'
f_alidr = 'x'
f_alidr_ai = 'm'
f_alvdf_ai = 'm'
f_alvdr = 'x'
f_alvdr_ai = 'm'
f_angle = .true.
f_anglet = .true.
f_bounds = .false.
f_congel = 'md'
f_coszen = 'x'
f_dagedtd = 'x'
f_dagedtt = 'x'
f_daidtd = 'md'
f_daidtt = 'md'
f_divu = 'md'
Expand Down Expand Up @@ -233,7 +239,8 @@
f_fswdn = 'x'
f_fswfac = 'x'
f_fswthru = 'x'
f_fswthru_ai = 'x'
f_fswthru_ai = 'md'
f_fswup = 'm'
f_fy = 'x'
f_hi = 'md'
f_hisnap = 'x'
Expand Down Expand Up @@ -281,8 +288,10 @@
f_tsfc = 'm'
f_tsnz = 'x'
f_uarea = .true.
f_uatm = 'x'
f_uocn = 'x'
f_uvel = 'md'
f_vatm = 'x'
f_vgrdb = .false.
f_vgrdi = .false.
f_vgrds = .false.
Expand Down

0 comments on commit d4859bc

Please sign in to comment.