Running ADAS: Difference between revisions
Line 3: | Line 3: | ||
First, we choose a DAS run to simulate. For a list of runs | First, we choose a DAS run to simulate. For a list of runs | ||
$ ls ~dao_ops | $ ls ~dao_ops | ||
on NCCS discover. As an example, we choose the run <tt> | on NCCS discover. As an example, we choose the run <tt>d591_fpit</tt> | ||
Look for ATAG in file <tt>~dao_ops/ | Look for ATAG in file <tt>~dao_ops/e591_fp/run/FVDAS_Run_Config</tt> | ||
$ grep ATAG ~dao_ops/ | $ grep ATAG ~dao_ops/d591_fpit/run/FVDAS_Run_Config | ||
setenv ATAG GEOSadas- | setenv ATAG GEOSadas-5_9_1_p4 | ||
setenv FVARCH /archive/u/gmao_ops/GEOS-5.9.1/${ATAG}/ #include trailing colon | |||
setenv FVARCH /archive/u/gmao_ops/GEOS-5. | |||
This gives us the tag and location of the restart files. | This gives us the tag and location of the restart files. | ||
=====Older build===== | =====Older build===== | ||
For an older build | For an older build, it is best to checkout the model tag (given by ATAG) and rebuild the model. | ||
=====Newer build===== | =====Newer build===== | ||
Move to the bin directory (of the existing build) to setup experiment. | Move to the bin directory (of the existing build) to setup experiment. | ||
$ cd ~dao_ops/GEOSadas- | $ cd ~dao_ops/GEOSadas-5_9_1_p4/GEOSadas/Linux/bin | ||
==Setup experiment== | ==Setup experiment== |