Closed dmey closed 3 years ago
I updated the warmstart and driver files for example simulations 102 and 501 on dropbox and tested the examples with the new input files, which worked fine on my mac.
Just in case someone has to do this again, here's the changes I made to my copy of the example simulations to produce the new input files (running on 2 cpus):
Warmstart 102
&RUN lwarmstart = .false. runtime = 1002. trestart = 1000. &SCALARS lreadscal = .false.
produces the initd and inits files.
Driver files 501
I ran the simulation up for 1000 s (exactly as described above for 102), copied the initd* files into the setup folder and then ran the driver simulation as a warmstart, by adding:
&RUN lwarmstart = .true. startfile = 'initd00003403_xxx.501'
which generates the driver files.
I also changed the outputs of the previous examples, such that the driver files are saved every 0.15 seconds so we do not have any interpolation issues in 502.
Does this one still need to happen? If not can we close it?