source: CMIP6/RFMIP/piClim-histall/README_use_clim_limit @ 4988

Last change on this file since 4988 was 4988, checked in by asima, 4 years ago
File size: 1.8 KB
Line 
1The simulations are 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.
5Here the explanations, extracted from 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 years 1900, 2100.
25        (${R_IN}/ATM/LIMIT/CMIP6/CM61-LR-pi-03/interpol/ELC-144x142x79_clim_limit.nc, limit.nc,  51:1:51),\
26        (${R_IN}/ATM/LIMIT/CMIP6/CM61-LR-pi-03/interpol/ELC-144x142x79_clim_limit.nc, limit.nc,  251:1:251),\
27
Note: See TracBrowser for help on using the repository browser.