source: CMIP6/RFMIP/piClim-spAer-histall/README_use_clim_limit @ 4989

Last change on this file since 4989 was 4989, checked in by asima, 4 years ago

Import of 1-member ensemble "piClim-spAer-histall", with 2RadCall for MACv2 aerosols (Tier 2, transitory)

File size: 2.1 KB
Line 
1The simulation is run with "leap" calendar.
2Only 2 "limit.nc" files are used: one for normal (365-day) years, another of leap (366-day) years.
3That needs a particular setup of the Boundary and Smooth files in lmdz.card,
4and particular choices of PeriodNb in the Job.
5Below the detailed explanations (and a shorter version in lmdz.card):
6
7In [BoundaryFiles] : for each year, the noleap file is copied in the run directory:
8
9List= [
]
10    (${R_IN}/ATM/LIMIT/CMIP6/CM61-LR-pi-03/interpol/ELC-144x142x79_clim_limit.nc, limit.nc)
11
12In [SmoothFiles]
13
14# For leap years, copy ELC-144x142x79-leap_clim_limit.nc over ELC-144x142x79_clim_limit.nc file
15List=   (${R_IN}/ATM/LIMIT/CMIP6/CM61-LR-pi-03/interpol/ELC-144x142x79-leap_clim_limit.nc, limit.nc, 3:4:),\
16
17# As all smooth files are also copied at each job (re)submission, the "noleap" file must be re-copied over the "leap" one if the
18#    (re)submitted job starts with noleap years - which is the case for exemple for the beginning of the historical period (1850,1851)
19#   So, to run smoothly, the first job submission must have PeriodNb=2+multiple of 4 (ex: 18), and the following must have PeriodNb=multiple of 4 (ex: 16)
20        (${R_IN}/ATM/LIMIT/CMIP6/CM61-LR-pi-03/interpol/ELC-144x142x79_clim_limit.nc, limit.nc,  1:1:2),\
21
22# NB : There is a leap year every year whose number is perfectly divisible by four - except for years which are both divisible by 100 and not divisible by 400.
23#   The second part of the rule effects century years : 1600 and 2000 are leap years, but the years 1700, 1800, and 1900, 2100 are not.
24#   So, the "noleap"  limit file must be also copied again over the "leap" one for year 1900.
25        (${R_IN}/ATM/LIMIT/CMIP6/CM61-LR-pi-03/interpol/ELC-144x142x79_clim_limit.nc, limit.nc,  51:1:51),\
26
27# For the years 2010-2014, the Pack, TS and SE frequencies are changed from 10Y to 5Y in config.card, and the Job is resubmitted, so
28#    ELC-144x142x79_clim_limit.nc must be copied again for the normal years 2010-2011 (which are years 161-162 of run)
29        (${R_IN}/ATM/LIMIT/CMIP6/CM61-LR-pi-03/interpol/ELC-144x142x79_clim_limit.nc, limit.nc,  161:1:162)
30
Note: See TracBrowser for help on using the repository browser.