https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56744

--- Comment #2 from Andres Vidal <Andres.G.Vidal at gmail dot com> ---
Just to add a correction. When using this file ibm.list:
&ibm

! Adding buoyancy 
buoyancy        =.true.
buoyancyFilename="buoyancy_exampleā€¯

! Adding marine habitats 
polygon        =.false.
polyFilename   ="poly10km.xyz"
settlementStart=22             !in days

! Adding probability matrix to move particle up and down 
ibio        =.false.
ibioFilename="vert_matrix"
ibioTimeStep=43200          !in seconds

! Adding mortality rate 
mort    =.true.
halflife=31104000       !days in seconds

! Adding different attributes to each particle 
diffpart        =.false.
diffpartFilename="diffpart_matrix"

! Adding two ways  to move the particles up and down  
massSpawning=.false.
larvaStart  =7              !in days

! Adding tidal stream movement 
tidalmovement=.false.
tstStart     =14             !in days

! Adding strata for 3D polygons
strata        =.false.
strataFilename="strataFile"  !file with strata information

! Output interpolated temperature in netcdf file
outputtemp=.false.
outputsaln=.false.

&end

The output is:
ortran runtime error: Invalid string input in item 2

Error termination. Backtrace:
#0  0x10b808729
#1  0x10b8093f5
#2  0x10b809b59
#3  0x10b8cb1dd
#4  0x10b8cb6a7
#5  0x10b8cda6e
#6  0x10b8d5525
#7  0x10b8d5748
#8  0x10b7fee46
#9  0x10b7fee7e

Reply via email to