Skip to content

Commit

Permalink
combine use lnd_iau_mod lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Tseganeh Gichamo committed Nov 15, 2024
1 parent b9e0429 commit 4343656
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions physics/SFC_Models/Land/Noahmp/noahmpdrv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ module noahmpdrv

! These hold and apply Land IAU increments for soil temperature
! (possibly will extend to soil moisture increments)
use land_iau_mod, only: land_iau_control_type, land_iau_external_data_type, &
land_iau_state_type

use land_iau_mod, only: land_iau_mod_init, land_iau_mod_getiauforcing, land_iau_mod_finalize, &
calculate_landinc_mask
use land_iau_mod, only: land_iau_control_type, land_iau_external_data_type, land_iau_state_type, &
land_iau_mod_init, land_iau_mod_getiauforcing, land_iau_mod_finalize, calculate_landinc_mask

implicit none

integer, parameter :: psi_opt = 0 ! 0: MYNN or 1:GFS
Expand Down

0 comments on commit 4343656

Please sign in to comment.