
![]() |
![]() |
![]() |
JOUR_DEBUT_EXP, (starting day)
MOIS_DEBUT_EXP, (starting month)
AN_DEBUT_EXP
(starting year)
JOUR_FINAL_EXP, (stopping day)
MOIS_FINAL_EXP, (stopping month)
AN_FINAL_EXP(stopping year)
JOURS, (days)
MOIS, (months)
AN (years)
|
If it is clearer !!! (For a 360 days calendar) The last day of simulation (JOUR_DERNIER_EXP) - The first day of the simulation (JOUR_PREMIER_EXP) + 1 = an integer multiple of period duration ( n x (JOUR_DERNIER_JOB -JOUR_PREMIER_JOB + 1)) with ##-- Job start and stop days computation (( JOUR_PREMIER_JOB = ( ${AN_DEB_JOB} - 1 ) * 360 + ( ${MOIS_DEB_JOB} - 1) * 30 + ( ${JOUR_DEB_JOB} ) )) (( JOUR_DERNIER_JOB = ( ${AN_FIN_JOB} - 1 ) * 360 + ( ${MOIS_FIN_JOB} - 1) * 30 + ( ${JOUR_FIN_JOB} ) )) ##-- Simulation start and stop days computation (( JOUR_PREMIER_EXP = ( ${AN_DEBUT_EXP} - 1 ) * 360 + ( ${MOIS_DEBUT_EXP} - 1 ) * 30 + ( ${JOUR_DEBUT_EXP} ) )) (( JOUR_DERNIER_EXP = ( ${AN_FINAL_EXP} - 1 ) * 360 + ( ${MOIS_FINAL_EXP} - 1 ) * 30 + ( ${JOUR_FINAL_EXP} ) )) For information : n is the maximal value taken by NITER_MAX |
![]() |


#-Q- sxnec #@$-lT,
#-Q- sxnec #@$-lt,
#-Q- sxnec#@$-lM.
![]() |
![]() |
The umxy classes are mono-processor ones;
The number x, increases with the CPU time and the number y with the memory.
The upxy are 4 processors max. classes, while the uppxy are classes of
5 to 8 processors.
Directing the simulation to a
multi-processors class is done via the option NQS "-q".
It can be coded with an NQD directive in the submission script at the
level of the qsub command :
From Uqbar :
Uqbar : code execution
The multi-processors classes must not
be used for mono-processor type of jobs, and a sufficient speedup will
be required.
The parameter NQS -lM enables the fix
the memory of the job.
Waiting time depends on the precision of this value.
The first column of the table gives the
maximum limit in terms of CPU time that can be specified for the
parameters NQS -lT and/or -lt.
The CPU time specified by the parameter
NQS -lT controls the global maximum time consumed by all the job processes
("Per-request CPU Time Limit").
The CPU time specified by the parameter
NQS -lt represents the maximum CPU time associated to a process
("Per-process CPU Time Limit").
Estimate, as precisely as possible, the
memory, the CPU time necessary and the number of needed processors in
order to reduce waiting time.
The following table, given for a 30
days period, provides useful information for the above parameterisation.
| Real Time (min) | User Time (min) | Memory Size (Gb) | |
| In medium resolution | 48 | 40 | 3 |
| In low resolution | 38 | 28 | 3 |
NITER_MAX
![]() |


ORCA_NWRITE : Writing frequency for
the output files of the Ocean and Sea Ice components.
![]() |
OK_journe : Daily output frequency
OK_mensuel : Monthly output frequency
OK_instan : Immediate output frequency
ecritphy : Output frequency (in
days) for the "histphy" file.
iperiod : Period for the Matsuno
step (in steps)
iphysiq : Period fot eh Physic (in steps)
![]() |


![]() |
The flags enabling the generation of
new files. They all have OK_POST as prefix.
The flag enabling to put the generated
files, on a per analysis type basis, on the DODS server of the IDRIS
center. They all have OK_DODS as prefix.
| OK_POST_ATLAS_SE | Atlas generations |
| OK_POST_monitoring | Monitoring set-up |
| OK_POST_DA2ST | Progressive generation of temporal series for daily frequencies |
| OK_POST_MO2ST | Progressive generation of temporal series for monthly frequencies |
| OK_POST_SE |
Progressive generation of the meduim seasonal cycle (by default,
every 10 years). Default value can be changed by assigning an integer (different to 10) value to freq_SE variable. For example : freq_SE=5 |
| OK_POST_MO2SN | Progressive generation of seasonal averages for monthly output frequencies files |
| OK_POST_DA2MO | Monthly average for thr daily output frequencies files |
| OK_POST_DA4MO | Monthly concatenation for daily output frequencies files |
| OK_POST_DA2YE | Yearly average for daily output frequencies files |
| OK_POST_DA4YE | Yearly concatenation for daily output frequencies files |
| OK_POST_MO2YE | Yearly average for monthly output frequencies files |
| OK_POST_MO4YE | Yearly concatenation for monthly output frequencies files |
| OK_POST_txt2tar |
Archive files generation (.tar files) + text file clean-up (by
default every 10 years). The default value can also be changed by assigning an integer (different to 10) value to freq_txt2tar. |


Either by creating an initial state for
a simulation that has never run before, and in this case there is
nothing more to do.
Or by starting from Restart files of a
simulation having the same name and that has already run on your
account and on the same machine (OK_RESTART_SS),
Or by starting from Restart files of a
simulation that has run on another account and which does not
necessarily have the same name than the one to be placed in machine (OK_RESTART_OS)


![]() |


AN_RESTART :
The end year of the Restart file,
MOIS_RESTART :
The end month of the Restart file,
JOUR_RESTART :
The end day of the Restart file,
CEXPER_OS :
The name of the simulation that has generated the Restart file
GROUP : The
group to which belongs the person that has launched the simulation
from which will be extracted the Restart files,
LOGIN : The
login of the person that has launched the simulation from which will
be extracted the Restart files
![]() |
