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 e693df1 commit aead70a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/cpl/nuopc/atm_import_export.F90
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,13 @@ module atm_import_export
subroutine advertise_fields(gcomp, flds_scalar_name, rc)

use spmd_utils , only : masterproc
use seq_drydep_mod , only : seq_drydep_readnl, seq_drydep_init

!rpf_CESM3_SLH testing cam_cesm2_2_rel_09_slh
! use seq_drydep_mod , only : seq_drydep_readnl, seq_drydep_init
use seq_drydep_mod , only : seq_drydep_readnl
use shr_drydep_mod , only : seq_drydep_init
!rpf_CESM3_SLH testing cam_cesm2_2_rel_09_slh

use shr_megan_mod , only : shr_megan_readnl
use shr_fire_emis_mod , only : shr_fire_emis_readnl
use shr_carma_mod , only : shr_carma_readnl
Expand Down

0 comments on commit aead70a

Please sign in to comment.