Changes between Version 42 and Version 43 of Doc/FAQ


Ignore:
Timestamp:
04/18/16 12:08:00 (8 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/FAQ

    v42 v43  
    129129## How do I restart a simulation to recover missing output files?  ## 
    130130 
    131 TO BE VALIDATED (2/21/2013) 
     131UPDATE  (4/18/2016 ACo) 
    132132 
    133133This method shows how to rerun a complete simulation period in a different directory (REDO instead of DEVT/PROD). 
    134134 
    135135Example : To rerun v3.historicalAnt1 to recompute a whole year (e.g. 1964) you must : 
    136  * On the file server (CCCSTOREDIR), create the necessary RESTART file and the Bands file. 
    137  * On the scratch disk ($SCRATCHDIR/IGCM_OUT), create the mesh_mask file 
     136 * On the file server (CCCSTOREDIR), create the necessary RESTART file. 
    138137{{{ 
    139138## Directory 
    140 mkdir $CCCSTOREDIR/....IGCM_OUT/IPSLCM5A/REDO/historicalAnt/v3.historicalAnt1REDO 
    141 cd $CCCSTOREDIR/....IGCM_OUT/IPSLCM5A/REDO/historicalAnt/v3.historicalAnt1REDO 
     139mkdir $CCCSTOREDIR/....IGCM_OUT/IPSLCM5A/REDO/historicalAnt/v3.historicalAnt1 
     140cd $CCCSTOREDIR/....IGCM_OUT/IPSLCM5A/REDO/historicalAnt/v3.historicalAnt1 
    142141# RESTART 
    143142mkdir -p RESTART ; cd RESTART 
    144 ln -s ../../../PROD/historicalAnt/v3.historicalAnt1/RESTART/v3.historicalAnt1_19640831_restart.nc v3.historicalAnt1REDO_19640831_restart.nc 
    145 # Bands 
    146 mkdir -p ATM/Debug 
    147 cd ATM/Debug 
    148 ln -s ../../../../../PROD/historicalAnt/v3.historicalAnt1/ATM/Debug/v3.historicalAnt1_Bands_96x95x39_3prc.dat_3 v3.historicalAnt1REDO_Bands_96x95x39_3prc.dat_3 
    149 }}} 
     143ln -s ../../../../PROD/historicalAnt/v3.historicalAnt1/RESTART/v3.historicalAnt1_19640831_restart.nc v3.historicalAnt1REDO_19640831_restart.nc 
     144}}} 
     145 * There is nothing to do for the Bands file, it's save at previous period in PARAM directory, and the simulation know where to find it.  
     146 * If you are running a coupled model : On the scratch disk ($SCRATCHDIR/IGCM_OUT), create the mesh_mask file (TO BE CONFIRMED)  
    150147{{{ 
    151148mkdir $SCRATCHDIR/....IGCM_OUT/IPSLCM5A/REDO/historicalAnt/v3.historicalAnt1REDO 
     
    185182SeasonalFrequency=NONE 
    186183}}} 
     184   * you don't need to change the name of the simulation  
    187185   * restart the simulation : 
    188186{{{ 
     
    191189qsub Job_v3.historicalAnt1  
    192190}}} 
    193   * once the job is finished, check that the solver.stat files are identical. The solver.stat files are stored in DEBUG : 
     191  * once the job is finished, if you are running a coupled mode : check that the solver.stat files are identical. The solver.stat files are stored in DEBUG : 
    194192 {{{ 
    195193sdiff OCE/Debug/v3.historicalAnt1REDO_19640901_19640930_solver.stat /dmnfs11/cont003/p86maf/IGCM_OUT/IPSLCM5A/PROD/historicalAnt/v3.historicalAnt1/OCE/Debug/v3.historicalAnt1_19640901_19640930_solver.stat