Skip to content

Commit

Permalink
remove namelist filename from iau struct
Browse files Browse the repository at this point in the history
  • Loading branch information
tsga committed Sep 4, 2024
1 parent 1af8251 commit 9b3dccd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions physics/SFC_Models/Land/Noahmp/lnd_iau_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ module land_iau_mod
character(len=64) :: fn_nml !< namelist filename for surface data cycling
real(kind=kind_phys) :: dtp !< physics timestep in seconds
real(kind=kind_phys) :: fhour !< current forecast hour
character(len=:), pointer, dimension(:) :: input_nml_file => null() !<character string containing full namelist
! character(len=:), pointer, dimension(:) :: input_nml_file => null() !<character string containing full namelist
!< for use with internal file reads
integer :: input_nml_file_length !<length (number of lines) in namelist for internal reads
! integer :: input_nml_file_length !<length (number of lines) in namelist for internal reads

integer :: ntimes

Expand Down Expand Up @@ -204,8 +204,8 @@ subroutine land_iau_mod_set_control(Land_IAU_Control,fn_nml,input_nml_file_i, me
Land_IAU_Control%dtp = dtp
Land_IAU_Control%fhour = fhour

Land_IAU_Control%input_nml_file = input_nml_file
Land_IAU_Control%input_nml_file_length = input_nml_file_length
! Land_IAU_Control%input_nml_file = input_nml_file
! Land_IAU_Control%input_nml_file_length = input_nml_file_length

Land_IAU_Control%upd_stc = land_iau_upd_stc
Land_IAU_Control%upd_slc = land_iau_upd_slc
Expand Down

0 comments on commit 9b3dccd

Please sign in to comment.