Skip to content

Restarts at t = 0h #1160

Answered by tomgowan
tomgowan asked this question in Q&A
Apr 7, 2022 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

I was able to generate restarts by editing the source code file FV3/module_fcst_grid_comp.F90. I first simply forced FV3 to generate restarts files every time step within the fcst_run_phase_2 subroutine by removing the if statements that checked if restarts should be generated based on the restart_interval parameter in model_configure. As @pjpegion correctly assumed, this resulted in the first set of restart files being generated after the first time step.

I then decided to move this code into the preceding subroutine named fcst_run_phase_1 (before any integration occurs). Somewhat surprisingly, this worked and restart files were generated at t=0. There do not appear to be any issues with…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@tomgowan
Comment options

Comment options

You must be logged in to vote
2 replies
@tomgowan
Comment options

@jiandewang
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tomgowan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants