My Project
Data Types | Variables
outp_data Module Reference

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_reqoutp_files
 
integer, save nreoq = 0
 
type(opsdat), target, save fops
 
type(opsdat), pointer, save cops
 
logical, save lops = .FALSE.
 
type(orqdat), target, save forq
 

Variable Documentation

◆ cops

type(opsdat), pointer, save outp_data::cops

Definition at line 251 of file swmod2.f90.

251  TYPE(OPSDAT), SAVE, POINTER :: COPS

◆ dec_block

integer outp_data::dec_block = 4

Definition at line 231 of file swmod2.f90.

231  INTEGER :: DEC_BLOCK = 4 ! number of decimals for fixed-point block

◆ dec_spec

integer outp_data::dec_spec = 4

Definition at line 232 of file swmod2.f90.

232  INTEGER :: DEC_SPEC = 4 ! number of decimals for spectral output

◆ fix_spec

character (len=40) outp_data::fix_spec = '(200(1X,I4))'

Definition at line 225 of file swmod2.f90.

225  CHARACTER (LEN=40) :: FIX_SPEC = '(200(1X,I4))' ! spectral output

◆ fld_table

integer outp_data::fld_table = 12

Definition at line 230 of file swmod2.f90.

230  INTEGER :: FLD_TABLE = 12 ! field length for fixed-point table

◆ flt_blkp

character (len=40) outp_data::flt_blkp = '(6E17.9)'

Definition at line 228 of file swmod2.f90.

228  CHARACTER (LEN=40) :: FLT_BLKP = '(6E17.9)'

◆ flt_block

character (len=40) outp_data::flt_block = '(6E12.4)'

Definition at line 223 of file swmod2.f90.

223  CHARACTER (LEN=40) :: FLT_BLOCK = '(6E12.4)' ! floating point block

◆ flt_table

character (len=40) outp_data::flt_table = '(E11.4)'

Definition at line 224 of file swmod2.f90.

224  CHARACTER (LEN=40) :: FLT_TABLE = '(E11.4)' ! floating point table

◆ fops

type(opsdat), target, save outp_data::fops

Definition at line 250 of file swmod2.f90.

250  TYPE(OPSDAT), SAVE, TARGET :: FOPS

◆ forq

type(orqdat), target, save outp_data::forq

Definition at line 264 of file swmod2.f90.

264  TYPE(ORQDAT), SAVE, TARGET :: FORQ

◆ lops

logical, save outp_data::lops = .FALSE.

Definition at line 252 of file swmod2.f90.

252  LOGICAL, SAVE :: LOPS = .false.

◆ max_outp_req

integer, parameter outp_data::max_outp_req = 250

Definition at line 218 of file swmod2.f90.

218  INTEGER, PARAMETER :: MAX_OUTP_REQ = 250 ! max. number of output requests

◆ nreoq

integer, save outp_data::nreoq = 0

Definition at line 238 of file swmod2.f90.

238  INTEGER, SAVE :: NREOQ = 0 ! actual number of requests saved

◆ out_comment

character (len=1) outp_data::out_comment = '%'

Definition at line 220 of file swmod2.f90.

220  CHARACTER (LEN=1) :: OUT_COMMENT = '%' ! comment sign for heading lines

◆ outp_files

character (len=lenfnm), dimension(1:max_outp_req) outp_data::outp_files

Definition at line 235 of file swmod2.f90.

235  CHARACTER (LEN=LENFNM) :: OUTP_FILES(1:MAX_OUTP_REQ)