Skip to content

Commit ec366ba

Browse files
authored
Add bugfix from #5 to clm3_5 (#9)
1 parent caf5a55 commit ec366ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/model/clm3_5/enkf_clm_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module enkf_clm_mod
7777
real(r8) :: dtime ! time step increment (sec)
7878
integer :: ier ! error code
7979

80-
character(kind=c_char,len=100),bind(C,name="outdir"),target :: outdir
80+
character(kind=c_char),dimension(100),bind(C,name="outdir"),target :: outdir
8181

8282
logical :: log_print ! true=> print diagnostics
8383
real(r8) :: eccf ! earth orbit eccentricity factor

0 commit comments

Comments
 (0)