Opened 16 years ago
Last modified 16 years ago
#319 closed bug
tiny def_info bug — at Initial Version
Reported by: | kate | Owned by: | arango |
---|---|---|---|
Priority: | minor | Milestone: | Release ROMS/TOMS 3.3 |
Component: | Nonlinear | Version: | 3.3 |
Keywords: | Cc: |
Description
In def_info.F, bio_files gets filled with '-' then written out as is. I suggest adding something like:
lstr=LEN_TRIM(BIONAME(i)) IF (lstr.gt.0) THEN
ie=is+lstr-1 bio_file(is:ie)=TRIM(BIONAME(i)) is=ie+1 bio_file(is:is)=',' is=is+2
END IF
Note:
See TracTickets
for help on using tickets.