My Project
|
Data Types | |
type | opsdat |
type | orqdat |
Variables | |
integer, parameter | max_outp_req = 250 |
character(len=1) | out_comment = '%' |
character(len=40) | flt_block = '(6E12.4)' |
character(len=40) | flt_table = '(E11.4)' |
character(len=40) | fix_spec = '(200(1X,I4))' |
character(len=40) | flt_blkp = '(6E17.9)' |
integer | fld_table = 12 |
integer | dec_block = 4 |
integer | dec_spec = 4 |
character(len=lenfnm), dimension(1:max_outp_req) | outp_files |
integer, save | nreoq = 0 |
type(opsdat), target, save | fops |
type(opsdat), pointer, save | cops |
logical, save | lops = .FALSE. |
type(orqdat), target, save | forq |
type(opsdat), pointer, save outp_data::cops |
Definition at line 251 of file swmod2.f90.
integer outp_data::dec_block = 4 |
Definition at line 231 of file swmod2.f90.
integer outp_data::dec_spec = 4 |
Definition at line 232 of file swmod2.f90.
character (len=40) outp_data::fix_spec = '(200(1X,I4))' |
Definition at line 225 of file swmod2.f90.
integer outp_data::fld_table = 12 |
Definition at line 230 of file swmod2.f90.
character (len=40) outp_data::flt_blkp = '(6E17.9)' |
Definition at line 228 of file swmod2.f90.
character (len=40) outp_data::flt_block = '(6E12.4)' |
Definition at line 223 of file swmod2.f90.
character (len=40) outp_data::flt_table = '(E11.4)' |
Definition at line 224 of file swmod2.f90.
type(opsdat), target, save outp_data::fops |
Definition at line 250 of file swmod2.f90.
type(orqdat), target, save outp_data::forq |
Definition at line 264 of file swmod2.f90.
logical, save outp_data::lops = .FALSE. |
Definition at line 252 of file swmod2.f90.
integer, parameter outp_data::max_outp_req = 250 |
Definition at line 218 of file swmod2.f90.
integer, save outp_data::nreoq = 0 |
Definition at line 238 of file swmod2.f90.
character (len=1) outp_data::out_comment = '%' |
Definition at line 220 of file swmod2.f90.
character (len=lenfnm), dimension(1:max_outp_req) outp_data::outp_files |
Definition at line 235 of file swmod2.f90.