From d4859bcb58ed45475d95dc89a0c45a4ecd05c120 Mon Sep 17 00:00:00 2001 From: hakase hayashida Date: Mon, 15 Nov 2021 08:30:26 +1100 Subject: [PATCH] add missing CICE diags: https://github.com/COSIMA/access-om2/issues/250. set f_fswthru_ai to 'md' (shortwave penetrating through sea ice and reaching the ice-ocean interface). --- ice/cice_in.nml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ice/cice_in.nml b/ice/cice_in.nml index 92d3dbed..c62e7c04 100644 --- a/ice/cice_in.nml +++ b/ice/cice_in.nml @@ -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' @@ -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' @@ -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.