Skip to content

Commit

Permalink
Update noahmpdrv.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
tsga committed Sep 23, 2024
1 parent dbd3eb4 commit 3c4fc1a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions physics/SFC_Models/Land/Noahmp/noahmpdrv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ module noahmpdrv
noahmpdrv_timestep_init, noahmpdrv_finalize

!> \Land IAU data and control
! Land IAU Control holds settings' information, maily read from namelist (e.g.,
! block of global domain that belongs to a process ,
! whethrer to do IAU increment at this time step,
! time step informatoin, etc)
! Land IAU Control holds settings' information, maily read from namelist (e.g., block of global domain that belongs to a process ,
! whether to do IAU increment at this time step, time step informatoin, etc)
type (land_iau_control_type) :: Land_IAU_Control
! Land IAU Data holds spatially and temporally interpolated soil temperature increments per time step
type (land_iau_external_data_type) :: Land_IAU_Data !(number of blocks):each proc holds nblks
Expand Down

0 comments on commit 3c4fc1a

Please sign in to comment.