Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

When you have a run that take longer than two hours in development queue, it can be a bit of a wait when putting it in normal queue. Luckily, ADCIRC has a checkpointing feature called hotstarting that allows you to split the queue into several runs on the development queue. 

Step-by-step guide

  1. Turn on the NHSTAR option to 3 (fort netcdf) in the fort.15 file, and ./adcprep the modified fort.15 file. 
  2. Run your simulation in dev queue. It should output a .67 or .68 file now. These are your hotstart files, of which there are two for redundancy. Pick the most recent file (linux will not update the timestamp if writing is interrupted). 
  3. Turn on the IHOT option to 367 or 368, depending on what file was most recent
  4. Turn on your NOUT... option to 3 (for netcdf). This will append the next run to the same output file. 
  5. ./adcprep the modified control file. 
  6. Run new sim, rinse and repeat from 2. 


There is also a deprecated NHSTAR = 1 option that generates binary hotstart files. This is pretty bad and slow so don't do it. 

Also, don't do this for every run, else TACC might get mad.


  • No labels