uDALES / u-dales

uDALES: large-eddy-simulation software for urban flow, dispersion and microclimate modelling
https://udales.github.io/u-dales
GNU General Public License v3.0
54 stars 18 forks source link

Update driver/restart files when #89 is merged #90

Closed dmey closed 3 years ago

dmey commented 3 years ago

Does this one still need to happen? If not can we close it?

bss116 commented 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.