Skip to content

Commit

Permalink
testing CESM3_SLH using cam_cesm2_2_rel_09_slh
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaPedroFernandez committed Oct 1, 2024
1 parent ba90c03 commit 61e2a92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/control/camsrfexch.F90
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,13 @@ subroutine hub2atm_alloc( cam_in )
! Allocate space for the surface to atmosphere data type. And initialize
! the values.

use seq_drydep_mod, only: lnd_drydep, n_drydep

!rpf_CESM3_SLH testing cam_cesm2_2_rel_09_slh
! use seq_drydep_mod, only: lnd_drydep, n_drydep
use seq_drydep_mod, only: lnd_drydep
use shr_drydep_mod, only : nddvels => n_drydep
!rpf_CESM3_SLH testing cam_cesm2_2_rel_09_slh

use shr_megan_mod, only: shr_megan_mechcomps_n
use shr_fire_emis_mod,only: shr_fire_emis_mechcomps_n

Expand Down

0 comments on commit 61e2a92

Please sign in to comment.