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 | on NCCS discover. As an example, we choose the run <tt>e572p5_fp</tt> | ||
Look for ATAG in file ~dao_ops/e572p5_fp/run/FVDAS_Run_Config | Look for ATAG in file <tt>~dao_ops/e572p5_fp/run/FVDAS_Run_Config</tt> | ||
$ grep ATAG ~dao_ops/e572p5_fp/run/FVDAS_Run_Config | $ grep ATAG ~dao_ops/e572p5_fp/run/FVDAS_Run_Config | ||
Line 12: | Line 12: | ||
setenv FVARCH /archive/u/gmao_ops/GEOS-5.7.2/${ATAG}/ #include trailing colon | setenv FVARCH /archive/u/gmao_ops/GEOS-5.7.2/${ATAG}/ #include trailing colon | ||
This gives us the tag and location of the restart files. Move to the bin directory (~dao_ops/GEOSadas-5_7_2_p5_m1/GEOSadas/Linux/bin) to setup experiment. | This gives us the tag and location of the restart files. Move to the bin directory (<tt>~dao_ops/GEOSadas-5_7_2_p5_m1/GEOSadas/Linux/bin</tt>) to setup experiment. | ||
==Setup experiment== | ==Setup experiment== |