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 18 and Version 19 of user/flavoni/libIGCM/setupsimupage


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

--

Legend:

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

    v18 v19  
    1717 === config.card : How to manage job name, start date, end date, and restart files === 
    1818  
     19Here you can find a description of some parts of config.card 
     20 
    1921In modipsl/config/ORCA2_LIM/IGCM00/'''config.card''' file  [[BR]] 
    2022 you have to put a '''!JobName''' maximum of 8 characters [[BR]] 
     
    3436 
    3537 '''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 
    36  For example if you want to restart from restart file of experience core260i (corersponding at the Job_core260i) of the year 2007 you have to put:   
    3738 
    38  #================ [[BR]] 
    39  #D-- Restarts -[[BR]] 
    40  [Restarts] 
    41  #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y' 
    42  OverRule=y 
    43  #D- Last day of the experience used as restart 
    44  RestartDate=2007-12-31 
    45  #D- Define restart simulation name 
    46  RestartJobName=core260i 
    47  #D- Path Server Group Login 
    48  RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM2 
     39 === How to manage monoprocessor or multiprocessor run === 
    4940 
     41 to understand more see also : [https://forge.ipsl.jussieu.fr/nemo/wiki/private/libIGCM/parallelpage] 
    5042 
     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 #============================ 
    5155  
     56 === How to manage calendar type === 
     57 
     58 in modipsl/config/ORCA2_LIM/IGCM00/config.card you have to set !CalendarType  like 360d or leap or noleap  
     59 
     60 # for '''360d''' : 
     61  
     62 you have to be careful at 
     63 
     64 DateEnd=2010-12-3'''0''' [[BR]] 
     65 
     66 because every month has 30 days  
     67 
     68 If you put for example DateEnd=2005-12-31, you will have another run, of duration like your !PeriodLength  
     69  
     70 # for '''noleap''' : 
     71   
     72 '''How to manage rdt ( i.e. timestep )''' 
     73  
     74 in modipsl/config/ORCA2_LIM/IGCM00/COMP/nemo.driver you have to change parameter : ORCA_NPDT_JOUR=15 
     75 
     76 ( 15 corresponds to 86400s/5760s; it does mean that in one day you have 15 iterations; and it does mean that timestep is 5760) 
     77  
     78   
    5279 === How to manage write output frequency === 
    5380 
     
    7299 
    73100 
    74  === How to manage calendar type === 
     101 === How to restart from another run === 
    75102 
    76  in modipsl/config/ORCA2_LIM/IGCM00/config.card you have to set !CalendarType  like 360d or leap or noleap  
     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:  
    77104 
    78  # for '''360d''' : 
    79   
    80  you have to be careful at 
     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 
    81116 
    82  DateEnd=2010-12-3'''0''' [[BR]] 
    83  
    84  because every month has 30 days  
    85  
    86  If you put for example DateEnd=2005-12-31, you will have another run, of duration like your !PeriodLength  
    87   
    88  # for '''noleap''' : 
    89    
    90  '''How to manage rdt ( i.e. timestep )''' 
    91   
    92  in modipsl/config/ORCA2_LIM/IGCM00/COMP/nemo.driver you have to change parameter : ORCA_NPDT_JOUR=15 
    93  
    94  ( 15 corresponds to 86400s/5760s; it does mean that in one day you have 15 iterations; and it does mean that timestep is 5760) 
    95117 
    96118 === How to manage Interannual or Climatological Runs ===