fengyanshi / FUNWAVE-TVD

43 stars 51 forks source link

Iofix #30

Open ngrivault opened 5 years ago

ngrivault commented 5 years ago

iofix.F: Format change for Stations and Outputs (ASCII mode) Land masking fixed (Cartesian case)

mod_parallel_field_io.F: WRITE format fix to Matlab

malej commented 5 years ago

@fengyanshi ... did you have a look at this for station output yet.... I recall discussing but did you merge it yet?

fengyanshi commented 5 years ago

I found a bug in his updated code write(FORMAT_LEN(9:13),'(A5)') 'E16.6' probably should use (A7) instead of (A5). I didn't merge the code. I did the suggested format manually and will push to github later when I finish the slender case.