Skip to content

Commit

Permalink
added knode_gl via USE
Browse files Browse the repository at this point in the history
  • Loading branch information
JhanSrbinovsky committed Aug 28, 2024
1 parent 83a738e commit c062558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SUBROUTINE cable_hyd_driver( SNOW_TILE, LYING_SNOW, SURF_ROFF, SUB_SURF_ROFF, &
TOT_TFALL, WB_LAKE )

USE cable_data_module, ONLY : PHYS, OTHER
USE cable_common_module!, only : cable_runtime, cable_user
USE cable_common_module!, only : cable_runtime, cable_user, knode_gl
USE cable_um_tech_mod, only : um1, ssnow, canopy, veg
IMPLICIT NONE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SUBROUTINE cable_rad_driver( &
met, canopy
USE cable_um_init_subrs_mod, ONLY : update_kblum_radiation, um2cable_met_rad, &
um2cable_lp
USE cable_common_module, ONLY : cable_runtime, cable_user
USE cable_common_module, ONLY : cable_runtime, cable_user, knode_gl

USE cbl_init_radiation_module, ONLY: Common_InitRad_Scalings
USE grid_constants_mod_cbl, ONLY : ICE_SoilType, lakes_cable
Expand Down

0 comments on commit c062558

Please sign in to comment.