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


Ignore:
Timestamp:
2009-08-25T13:07:40+02:00 (15 years ago)
Author:
flavoni
Comment:

--

Legend:

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

    v6 v7  
    8585 ( 15 corresponds to 86400s/5760s; it does mean that in one day you have 15 iterations; and it does mean that timestep is 5760) 
    8686 
    87  === How control all parameters in modipsl/config/ORCA2_LIM/IGCM00/PARAM/namelist === 
     87 === How to manage Interannual or Climatological Runs in modipsl/config/ORCA2_LIM/IGCM00/COMP/'''opa9.card''' ) === 
     88 
     89 You have to set  
     90 
     91 # Interannual_Run '''y''' if you want to do interannual runs or '''n''' if you want to do climatological runs   
    8892  
    89  libIGCM change namelist's values but not in namelist's file, so it is possible to control all changes of namelist's parameters looking at : 
     93 # In [Interannual] section you have to fill List_jobsbc of file names that you want to give to job.  [[BR]] 
     94 ( for example if you want to do interannual run using clio bulk core you can put :  [[BR]] 
     95  List_jobsbc=(flx, taux_1m, tauy_1m)  
     96 ) 
    9097 
    91  {OUTPUT_DIR}/IGCM_OUT/ORCA2_LIM/N360d_5d/OCE/Debug/!JobName_date_date_ocean.output 
     98 '''NOTA BENE''': You can choose 2 possible cases :  [[BR]] 
     99 1) put in List_runsbc file names different from List_jobsbc but identical to the ones in namelist  [[BR]] 
     100 2) leave List_runsbc empty so NEMO will read file names specified in List_jobsbc variable above 
    92101 
     102 ( for example List_runsbc=() is the same that : List_runsbc=(flx, taux_1m, tauy_1m) [[BR]] 
     103 
     104  but if you need to have different names you can give:  [[BR]] 
     105  List_runsbc=(''my_flx'', ''my_taux_1m'', ''my_tauy_1m'')  
     106 ) 
     107 
     108  
     109 === How to manage Interannual or Climatological Runs in modipsl/config/ORCA2_LIM/IGCM00/PARAM/'''namelist''' === 
     110  
     111 You have to set in "namsbc" part if you want to do climatological run and if you want to do an interpolation : [[BR]]  
     112 '''time interpol.''' (logical) and '''clim''' (T/F)   
    93113 
    94114 Simona Flavoni last update:  [[Timestamp]]