Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSTAT example incomplete #3

Closed
ashwinvis opened this issue Jul 14, 2020 · 1 comment
Closed

PSTAT example incomplete #3

ashwinvis opened this issue Jul 14, 2020 · 1 comment

Comments

@ashwinvis
Copy link

The runtime parameters for PSTAT module are unused in the .par file.

! register parameters
call rprm_rp_reg(pstat_crd_fnr_id,pstat_sec_id,'CRD_FNUM',
$ 'CRD file number',rpar_int,1,0.0,.false.,' ')
call rprm_rp_reg(pstat_amr_irnr_id,pstat_sec_id,'AMR_NREF',
$ 'Nr. of initial refinemnt (AMR only)',rpar_int,1,0.0,.false.,' ')
call rprm_rp_reg(pstat_nfile_id,pstat_sec_id,'STS_NFILE',
$ 'Number of stat files',rpar_int,1,0.0,.false.,' ')
call rprm_rp_reg(pstat_stime_id,pstat_sec_id,'STS_STIME',
$ 'Statistics starting time',rpar_real,1,0.0,.false.,' ')
call rprm_rp_reg(pstat_nstep_id,pstat_sec_id,'STS_NSTEP',
$ 'Number of steps between averaging (in sts file)',
$ rpar_int,10,0.0,.false.,' ')

@adampep
Copy link
Collaborator

adampep commented Aug 11, 2020

Corrected

@adampep adampep closed this as completed Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants