source: CMIP6/RFMIP/piClim-spAer-anthro/README_spAer_experiments @ 4964

Last change on this file since 4964 was 4956, checked in by asima, 4 years ago
File size: 709 bytes
Line 
1For timeslice "spAer" experiments : piClim-spAer-aer and piClim-spAer-anthro
2#===========================================================================
3
4The value of MAC aerosols for year 2014 must be used during the entire run.
5The year range for the simulation is 2014-2043.
6MAC aerosols only have values until year 2016, and values for the last 3 years (2014-2016) are equal.
7
8In order to use the 2014(=2015=2016) value the whole run :
9
101/ change one line in the LMDZ file :
11modipsl/modeles/LMDZ/libf/phylmd/macv2sp.F90
12
13as follows :
14line 81 :
15year_fr = FLOAT(year_cur) + (FLOAT(day_cur)-0.5) / FLOAT(year_len)
16
17becomes :
18year_fr = FLOAT(2015) + (FLOAT(day_cur)-0.5) / 365.
19
202/ Recompile the model
21 
Note: See TracBrowser for help on using the repository browser.