Changeset 6081


Ignore:
Timestamp:
03/02/22 15:01:05 (2 years ago)
Author:
acosce
Message:

update config.card for clim_noleap experiment:

  • Add OMP compilation
  • Modify DateEnd? to make a one year simulation by default
  • Add Post part
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/ICOLMDZOR/clim_noleap/config.card

    r5850 r6081  
    99[UserChoices] 
    1010#============================ 
    11 JobName=test  
     11JobName=ICOlmdzor.01 
    1212LongName="" 
    1313TagName=ICOLMDZOR 
    1414#D- Choice of experiment in EXPERIEMENTS directory 
    1515ExpType=ICOLMDZOR/clim_noleap 
    16 ExperimentName=test 
     16ExperimentName=clim 
    1717SpaceName=TEST 
    1818#============================ 
     
    2424#D-- Change the DateEnd if you change CalendarType, set DateEnd=2000-12-31 for leap or noleap. 
    2525DateBegin=2000-01-01 
    26 DateEnd=2000-01-06 
     26DateEnd=2000-12-31 
    2727#============================ 
    2828#D-- 1Y, 1M, 5D, 1D 
    29 PeriodLength=2D 
     29PeriodLength=1Y 
    3030#============================ 
    3131#-- Compression level for netcdf output files 
     
    5252#D-- Executable - 
    5353[Executable] 
    54 ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 40MPI) 
     54ICO= (icosa_lmdz_${OptMode}.exe, icosa_lmdz.exe, 80MPI, 4OMP) 
    5555ATM= ("","") 
    5656SRF= ("", "") 
     
    7171# Attention login depend de la machine 
    7272 
     73#======================================================================== 
     74#D-- Post - 
     75[Post] 
     76#D- PackFrequency determines the frequency of pack submission 
     77PackFrequency=1Y 
     78#D- TimeSeriesFreqency determines the frequency of post-processing submission 
     79#D- Set NONE to deactivate the creation of all time series  
     80TimeSeriesFrequency=10Y 
     81#D- SeasonalFrequency determines the length for each seasonal average 
     82#D- Set NONE to deactivate the creation of all seasonal avereage 
     83SeasonalFrequency=10Y 
     84#D- If you want to produce compute PCMDI metrics from seasonal average 
     85#D- Set FALSE to deactivate the metrics computation. 
     86MetricsPCMDI=FALSE 
     87#D- Offset for seasonal average first start dates ; same unit as SeasonalFrequency 
     88#D- Usefull if you do not want to consider the first X simulations years 
     89SeasonalFrequencyOffset=0 
    7390 
    7491#======================================================================== 
Note: See TracChangeset for help on using the changeset viewer.