____________________________________________________________________________________________ Description: Problem running I1850SPINUPCN with more than 82 years of data Date : 2011-06-10 Contact : erik Bugnumber : 1339 Information: In order to run with more than 82 years of CPLHIST data the file limit in shr_stream needs to increase from 1000 to 2000 (technically 1860 would be sufficient, but might as well bump it to 2000). Index: shr_stream_mod.F90 =================================================================== --- shr_stream_mod.F90 (revision 28396) +++ shr_stream_mod.F90 (working copy) @@ -101,7 +101,7 @@ end type shr_stream_fileType !--- hard-coded array dims ~ could allocate these at run time --- - integer(SHR_KIND_IN),parameter :: nFileMax = 1000 ! max number of files + integer(SHR_KIND_IN),parameter :: nFileMax = 2000 ! max number of files type shr_stream_streamType !private ! no public access to internal components We didn't put this change in as it causes a compiler error on bluefire for AIX when compiling the dlnd component. See the CLM KnownBugs file for more information on this... http://www.cesm.ucar.edu/models/cesm1.0/clm/KnownBugs.CESM1.0.3