This file: README_for_developers
==================================================
PURPOSE: instructions for updating tutorial branch
INTENDED USERS: GECKO-A code custodians/developers
==================================================
!CAUTION!  NEVER merge TUTORIAL branch back into 
           any development branch!
==================================================
METHOD:
- switch to local branch TUTORIAL
- reconcile with online version:
  git pull
- checkout files from branch containing desired updates
  (merging is less desirable since it will re-introduce
  irrelvant files)
- clean out irrelevant files (especially after merge):
  SCRIPTS> rm {*MOSAIC* *cheyenne* *library* etc}
  GECKO-A> make clean
  BOXMOD> make clean
  POSTPROCESSING> make clean
  TUV_V4.2_GECKO> make clean
  GECKO-A/INPUTS> rm settings*, cheminput.dat*
(but save settings_default, cheminput.master)
  BOXMOD/INPUTS> rm *
  GECKO_SCRATCH> rm *
  BOXMOD_RUNS> rm *
  POST_SCRATCH> rm *
  rm -R BOXMOD/INTERP22
  rm -R BOXMOD/POST
  rm -R BOXMOD/XXXXX
  rm -R BOXMOD/UTILS
  rm -R GENERATED_SCRIPTS
  rm -R MOSAIC
- check for updates and commit them: 
  git status
  git add <file>
  git commit
  git push

