BMF |
Use of character fields |
Use of character fields
To retrieve a character field, use bmf_get2 as usual with dtyp=10.
character(len=28) string
string='This is the string I write'
ni=26
dtyp=10
call bmf_write(iun,'STRI',ni,1,ni,1,&
1,1,1,1,1,&
time1,time2,hgrid,vgrid,10,&
0,ni,string)