Changes between Version 67 and Version 68 of Doc/Setup


Ignore:
Timestamp:
10/11/19 15:40:35 (5 years ago)
Author:
falletti
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup

    v67 v68  
    455455}}} 
    456456 
    457 Refer to this [wiki:DocFsimu#TimeSeries chapter] to learn everything about this section.  
     457Refer to this [wiki:Doc/Running#TimeSeries chapter] to learn everything about this section.  
    458458## DRIVER directory ## 
    459459 
     
    468468## POST directory ## 
    469469 
    470 This directory contains configuration files for additional diagnostic output. Click [wiki:DocFsimu#Addingavariabletothemonitoring here] for more details. 
     470This directory contains configuration files for additional diagnostic output. Click [wiki:Doc/Running#Addingavariabletothemonitoring here] for more details. 
    471471 
    472472---- 
     
    476476 
    477477There are three different ways to define your simulation's initial conditions:  
    478  * [wiki:DocEsetup#TheRestartssection Start using restart files from an existing simulation] by setting ''!OverRule=y'' in the [Restart] section of the config.card file 
    479  * [wiki:DocEsetup#TheATM...sectionsofthemodelcomponents Start using different restart files from different simulations for each model component] by setting ''Restart=y'' in each associated part of the ''config.card'' file. ''!OverRule=n'' must be set in ''config.card''. 
    480  * [wiki:DocEsetup#COMPdirectory Use the default section InitialStateFiles in the comp.card file of the model components] in ''config.card'' you must have ''!OverRule=n'' and and ''Restart=n'' for this case. 
     478 * [#TheRestartssection Start using restart files from an existing simulation] by setting ''!OverRule=y'' in the [Restart] section of the config.card file 
     479 * [#TheATM...sectionsofthemodelcomponents Start using different restart files from different simulations for each model component] by setting ''Restart=y'' in each associated part of the ''config.card'' file. ''!OverRule=n'' must be set in ''config.card''. 
     480 * [#COMPdirectory Use the default section InitialStateFiles in the comp.card file of the model components] in ''config.card'' you must have ''!OverRule=n'' and and ''Restart=n'' for this case. 
    481481 
    482482 
     
    544544LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5/CEPRO0/ATM/Debug/CEPRO0_Bands_96x95x39_3prc.dat_3 
    545545}}} 
    546  Click [wiki:DocImodelBlmdz#ParallelismandtheBandsfile here] for more details. 
     546 Click [wiki:Doc/Models/LMDZ#ParallelismandtheBandsfile here] for more details. 
    547547 
    548548 
     
    554554The job header depends on the machine type. It contains the job name and the parameters. '''Real-times''' must be chosen to match the specific classes for the computing machine and according to the simulation length (test or production). 
    555555 
    556 At TGCC you must specify the project number: [wiki:DocBenvBtgcc#Projectandcomputingneeds  #MSUB -A MY_PROJECT]. 
     556At TGCC you must specify the project number: [wiki:Doc/ComputingCenters/TGCC#Projectandcomputingneeds  #MSUB -A MY_PROJECT]. 
    557557 
    558558You should change the !PeriodNb parameter in the job to change the number of runs in one job (see the example of computation in the next section) : 
     
    574574 
    575575## Choosing !PeriodNb ## 
    576 To avoid starting a lot of short jobs which might be queued, the production job starts n integrations ''(!PeriodNb)'', whose length are [wiki:DocEsetup#PeriodLength PeriodLength.] 
     576To avoid starting a lot of short jobs which might be queued, the production job starts n integrations ''(!PeriodNb)'', whose length are [#PeriodLength PeriodLength.] 
    577577 
    578578These are calculated as followed: [[BR]] 
     
    588588There are two ways to prepare a new working directory for your model configuration:  
    589589 1. Start again from the first step described above by copying the desired ''config.card'' file to your configuration directory using a new !JobName.  
    590  2. Copy an existing submission directory, delete the files created by the [wiki:DocFsimu#Endofthesimulation simulation], and change !JobName in ''config.card''.  
     590 2. Copy an existing submission directory, delete the files created by the [wiki:Doc/Running#Endofthesimulation simulation], and change !JobName in ''config.card''.  
    591591 
    592592[[BR]]For example: