New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM/setupsimupage (diff) – NEMO

Changes between Version 19 and Version 20 of user/flavoni/libIGCM/setupsimupage


Ignore:
Timestamp:
2010-04-21T15:51:10+02:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM/setupsimupage

    v19 v20  
    3636 
    3737 '''Note : ''' If you want to use restart data from another simulation ( already run not in this moment ) you have to manage "Restarts" part of config.card 
    38  
    39  === How to manage monoprocessor or multiprocessor run === 
    40  
    41  to understand more see also : [https://forge.ipsl.jussieu.fr/nemo/wiki/private/libIGCM/parallelpage] 
    42  
    43  #-- PBS Class (required ONLY on brodie mono/multi) 
    44  JobClass=mono 
    45  #JobClass=multi 
    46  #============================ 
    47  #-- Total Number of Processors  
    48  #JobNumProcTot=4 
    49  JobNumProcTot=1 
    50  #============================ 
    51  #-- Run Options :  
    52  #JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"' 
    53  JobRunOptions='' 
    54  #============================ 
    5538  
    5639 === How to manage calendar type === 
     
    7659 ( 15 corresponds to 86400s/5760s; it does mean that in one day you have 15 iterations; and it does mean that timestep is 5760) 
    7760  
    78    
     61 === How to manage monoprocessor or multiprocessor run === 
     62 
     63 to understand more see also : [https://forge.ipsl.jussieu.fr/nemo/wiki/private/libIGCM/parallelpage] 
     64 
     65 #-- PBS Class (required ONLY on brodie mono/multi)  [[BR]] 
     66 JobClass=mono     [[BR]] 
     67 #JobClass=multi   [[BR]] 
     68 #============================   [[BR]] 
     69 #-- Total Number of Processors  [[BR]] 
     70 #JobNumProcTot=4                [[BR]] 
     71 JobNumProcTot=1                 [[BR]] 
     72 #============================   [[BR]] 
     73 #-- Run Options :               [[BR]] 
     74 #JobRunOptions='"-np "${BATCH_NUM_PROC_TOT}"'    [[BR]] 
     75 JobRunOptions=''          [[BR]] 
     76 #============================   [[BR]] 
     77 
     78 === How to set Init & Boundary condition's directories === 
     79 
     80 By default R_BC is commented, it does mean that INIT & Boundary files are in common account of IPSL, at IDRIS or CCRT :   
     81  
     82 #R_BC=/u/rech/psl/rpsl035/IGCM/BC  [[BR]] 
     83 #R_BC=/dmnfs/cont003/p86ipsl/IGCM/BC  [[BR]] 
     84 
     85 If you want to have you own directory you have to create a directory in wich you have to create OCE/ORCA2_LIM2 directory in which you have to put tar file : http://www.nemo-ocean.eu/Using-NEMO/Configurations/ORCA2_LIM [[BR]] 
     86 with all initial files for nemo, and when you have to add your forcing files. 
     87  
     88 
     89 === How to restart from another run === 
     90 
     91 If you want to restart from restart file of experience core260i (corersponding at the Job_core260i) of the year 2007 you have to put:   
     92 
     93 #================ [[BR]] 
     94 #D-- Restarts -[[BR]] 
     95 [Restarts] 
     96 #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y' 
     97 OverRule=y 
     98 #D- Last day of the experience used as restart 
     99 RestartDate=2007-12-31 
     100 #D- Define restart simulation name 
     101 RestartJobName=core260i 
     102 #D- Path Server Group Login 
     103 RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM2 
     104  
    79105 === How to manage write output frequency === 
    80106 
     
    99125 
    100126 
    101  === How to restart from another run === 
    102  
    103  If you want to restart from restart file of experience core260i (corersponding at the Job_core260i) of the year 2007 you have to put:   
    104  
    105  #================ [[BR]] 
    106  #D-- Restarts -[[BR]] 
    107  [Restarts] 
    108  #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y' 
    109  OverRule=y 
    110  #D- Last day of the experience used as restart 
    111  RestartDate=2007-12-31 
    112  #D- Define restart simulation name 
    113  RestartJobName=core260i 
    114  #D- Path Server Group Login 
    115  RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM2 
    116  
    117  
     127  
    118128 === How to manage Interannual or Climatological Runs === 
    119129 ==== in modipsl/config/ORCA2_LIM/IGCM00/COMP/'''opa9.card''' ====