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


Ignore:
Timestamp:
2010-04-21T13:57:14+02:00 (14 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v12 v13  
    2424 
    2525 '''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 
    26   
     26 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:   
     27 
    2728 #================ [[BR]] 
    2829 #D-- Restarts -[[BR]] 
    2930 [Restarts] 
     31 #D- If you want a GENERAL RULE FOR RESTARTS, put this flag to 'y' 
     32 OverRule=y 
     33 #D- Last day of the experience used as restart 
     34 RestartDate=2007-12-31 
     35 #D- Define restart simulation name 
     36 RestartJobName=core260i 
     37 #D- Path Server Group Login 
     38 RestartPath=${ARCHIVE}/IGCM_OUT/ORCA2_LIM2 
     39 
    3040 
    3141 === How to have mail of end of Job, on ccrt's machines === 
     
    3848 in modipsl/config/ORCA2_LIM/IGCM00/config.card you have to set !WriteFrequency of your experience  
    3949  
    40  ( for example : if you want output files every 1 month you have to put for Ocean 
     50 for example : if you want output files every 1 month you have to put for Ocean. [[BR]] 
     51 
     52 You can have multiple frequencies, you need to have a blank between every frequency 
    4153 
    4254 #=================== [[BR]] 
    4355 #D-- OCE - [[BR]] 
    4456 [OCE] [[BR]] 
    45  WriteFrequency="1M" 
     57 WriteFrequency="1Y 1M" 
    4658  
    4759 and if you want output files every 1 month you have to put for ICE  
     
    5264 WriteFrequency="1M" 
    5365  
    54  ) 
     66 
    5567 
    5668 === How to manage calendar type === 
     
    6981  
    7082 # for '''noleap''' : 
    71   
    72  you have to be careful at  
    73  
    74  !WriteFrequency="1M" [[BR]] 
    75  
    76  and !PeriodLength=1M 
    77  
    78  because in this moment simulation of 365 days it is possible '''only''' with a write output frequency of one month, and restart every month.  
    79  
    80  ( If you put a different value for !WriteFrequency you will not find restart files ) 
    81  
     83   
    8284 '''How to manage rdt ( i.e. timestep )''' 
    8385