You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (scm_state%surface_thermo_control == 0.or. scm_state%surface_thermo_control == 1.or. scm_state%surface_thermo_control == 2) then
329
+
if (scm_state%surface_thermo_control == 0.or. scm_state%surface_thermo_control == 1.or. scm_state%surface_thermo_control == 2.and. (.not. scm_state%do_sst_initialize_only)) then
328
330
!skin temperature is needed if surface fluxes are specified (for calculating bulk Richardson number in the specified surface flux scheme) and for simple ocean scheme
if (scm_state%surface_thermo_control == 0.or. scm_state%surface_thermo_control == 1.or. scm_state%surface_thermo_control == 2) then
708
+
709
+
if (scm_state%surface_thermo_control == 0.or. scm_state%surface_thermo_control == 1.or. scm_state%surface_thermo_control == 2.and. (.not. scm_state%do_sst_initialize_only .or. scm_state%model_time == 0.0)) then
706
710
!skin temperature is needed if surface fluxes are specified (for calculating bulk Richardson number in the specified surface flux scheme) and for simple ocean scheme
0 commit comments