Skip to content

Commit

Permalink
CI: Trigger build failure in COUP_OAS_ICON code
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed May 13, 2024
1 parent 9dee3eb commit cc68773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clm5/biogeophys/CanopyFluxesMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ subroutine CanopyFluxes(bounds, num_exposedvegp, filter_exposedvegp,
t_ref2m_r => temperature_inst%t_ref2m_r_patch , & ! Output: [real(r8) (:) ] Rural 2 m height surface air temperature (Kelvin)
t_skin_patch => temperature_inst%t_skin_patch , & ! Output: [real(r8) (:) ] patch skin temperature (K)
#ifdef COUP_OAS_ICON
t_sf_patch => temperature_inst%t_sf_patch , & ! Output: [real(r8) (:) ] patch surface temperature (K)
t_sf_patched => temperature_inst%t_sf_patch , & ! Output: [real(r8) (:) ] patch surface temperature (K)
! q_sf_patch => waterstate_inst%q_sf_patch , & ! Output: [real(r8) (:) ] patch surface humidity (kg/kg)
#endif

Expand Down

0 comments on commit cc68773

Please sign in to comment.