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

Add statistics variables to restart files #41

Open
bss116 opened this issue Nov 27, 2019 · 0 comments
Open

Add statistics variables to restart files #41

bss116 opened this issue Nov 27, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@bss116
Copy link
Contributor

bss116 commented Nov 27, 2019

Currently only field variables are saved in the restart initd and inits files. If the time-averaged statistics variables are added, then the time-average of the statistics output will no longer be limited by the runtime. The variables that need to be added are a subset of the ones loaded from modfields by the subroutine statsdump in modstatsdump.f90:

use modfields, only : um,up,vm,wm,svm,qtm,thlm,pres0,ncstaty,ncstatxy,ncstatyt,ncstattke,&
. This is done in modsave.f90 to write additional variables to the restart files and in modstartup.f90 to read in the additional variables at warmstart.

@bss116 bss116 added the enhancement New feature or request label Nov 27, 2019
@bss116 bss116 added this to the Future milestone Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant