Changes between Version 55 and Version 56 of Doc/FAQ


Ignore:
Timestamp:
10/10/19 11:34:44 (5 years ago)
Author:
nillod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/FAQ

    v55 v56  
    1212# FAQ : Setting up and performing a simulation # 
    1313## How do I overwrite an existing simulation? ## 
    14 If you want to relaunch a simulation from the beginning you need to delete everything created previously. All the output files must be deleted because they cannot be overwritten. Do the following: 
     14If you want to relaunch a simulation from the beginning you need to delete everything created previously. All the output files must be deleted because they cannot be overwritten.  
     15They are 2 ways to do it, one using the `purge` tool from libIGCM otherwise to delete everything manually. 
     16 
     17'''1. Use libIGCM purge''' 
     18 
     19To purge your simulation (ie delete all outputs) just run: 
     20 
     21{{{ 
     22#!sh 
     23path/to/libIGCM/purge_simulation.job 
     24}}} 
     25 
     26'''2. Manual purge''' 
     27 
     28Do remove all outputs created by simulation, do the following: 
    1529 
    1630 1. Delete the `run.card` file in your experiment directory. 
     
    2135  * `$SCRATCHDIR/IGCM_OUT/TagName/(...)/JobName` 
    2236 *  at IDRIS 
    23   * ergon:`$HOME/IGCM_OUT/TagName/(...)/JobName` 
    24   * ada : `$WORKDIR/IGCM_OUT/TagName/(...)/JobName` 
     37  * (new ergon?):`$HOME/IGCM_OUT/TagName/(...)/JobName` 
     38  * jeanzay : `$WORKDIR/IGCM_OUT/TagName/(...)/JobName` 
    2539 
    2640 3. Launch the job. 
    2741 
    28 TIP: If you have already done a simulation before you could find all output paths in the Script_output* file. Delete it before starting a new simulation. 
     42''TIP'': If you have already done a simulation before you could find all output paths in the Script_output* file. Delete it before starting a new simulation. 
    2943 
    3044## How do I continue or restart a simulation? ## 
    31 See [wiki:DocFsimu#Howtocontinueorrestartasimulation here]. 
     45See [wiki:Doc/Running#Howtocontinueorrestartasimulation here]. 
    3246 
    3347## How do I setup a new experiment? ## 
    34 See [wiki:DocEsetup#Prepareanewexperiment here]. 
     48See [wiki:Doc/Setup#Prepareanewexperiment here]. 
    3549 
    3650## How can I start from another simulation? ## 
    37 See [wiki:DocEsetup#Examplefordifferentrestart here]. 
     51See [wiki:Doc/Setup#Examplefordifferentrestart here]. 
    3852 
    3953## How do I create the LMDZ histins.nc file? ##