Running ADAS: Difference between revisions

Pchakrab (talk | contribs)
Created page with "First, we choose a DAS run to simulate. On NCCS Discover $ cd ~dao_ops $ ls for a list of the various runs. As an example, we choose the run 'e572p5_fp'. $ cd ~dao_ops/..."
 
Pchakrab (talk | contribs)
No edit summary
Line 1: Line 1:
First, we choose a DAS run to simulate. On NCCS Discover
First, we choose a DAS run to simulate. On NCCS Discover


   $ cd ~dao_ops
   $ ls ~dao_ops  
  $ ls


for a list of the various runs. As an example, we choose the run 'e572p5_fp'.
for a list of the various runs. As an example, we choose the run 'e572p5_fp'.
  $ cd ~dao_ops/e572p5_fp/run


1. Checkout and build the model:
1. Checkout and build the model:


For model tag and module name, check with Joe Stassi.
Check with Joe Stassi for model tag and module name.


   $ cvs co -r GEOSadas-5_7_2_p5_m1 GEOSadas-5_7
   $ cvs co -r GEOSadas-5_7_2_p5_m1 GEOSadas-5_7
Line 31: Line 28:
Cubed-sphere was not fully implemented in this model. Choose Lat/Lon with
Cubed-sphere was not fully implemented in this model. Choose Lat/Lon with
resolution 1152x721x72 for the 'e'-run. The other options are
resolution 1152x721x72 for the 'e'-run. The other options are
GOCART -> yes
 
GOCART Emission Files to use -> OPS
  GOCART: yes
AERO_PROVIDER-> GOCART
  GOCART Emission Files to use: OPS
HISTORY-> Current
  AERO_PROVIDER: GOCART
  HISTORY: Current


3. AGCM.rc, CAP.rc, HISTORY.rc
3. AGCM.rc, CAP.rc, HISTORY.rc
Line 48: Line 46:
   ~dao_ops/e572p5_fp/run/lnbcs
   ~dao_ops/e572p5_fp/run/lnbcs


4. RC files
5. RC files


Copy the .rc files over
Copy the .rc files over
Line 54: Line 52:
   $ find ~dao_ops/e572p5_fp/run -name "*.rc" -exec cp {} /path/to/home/dir/RC \;
   $ find ~dao_ops/e572p5_fp/run -name "*.rc" -exec cp {} /path/to/home/dir/RC \;


5. restart files
6. restart files


Locate the dir containing restarts by querying FVARCH in FVDAS_Run_Config
Locate the dir containing restarts by querying FVARCH in FVDAS_Run_Config
Line 76: Line 74:
Copy these files over from ARCHIVE to experiment directory.
Copy these files over from ARCHIVE to experiment directory.


6. Run job
7. Run job
    
    
   $ qsub gcm_run.j
   $ qsub gcm_run.j