Changes between Version 4 and Version 5 of palaeo_transient


Ignore:
Timestamp:
03/05/21 11:19:12 (3 years ago)
Author:
nbouttes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • palaeo_transient

    v4 v5  
    9090This is to run simulations wih forced CO2 concentration in the radiative code (with F_PALEO=2). It uses scenarios from CMIP6, combining historic forcings + ssp126 or ssp585. With this following configuration the orbital parameters also change (although not important for a few hundred years) but the ice sheets do not evolve. [[BR]] 
    9191 
    92 BEWARE: these scenarios have been set to the carbon cycle, need to remove the carbon cycle flags (inlcuding coral) in choixcomposantes.h if without. [[BR]] 
    9392 
    9493'''Pratical:''' [[BR]] 
     94 
    95951) set values in ludus-code/ecbilt/parameters/palaeo_transient_parameter.dat: [[BR]] 
    9696Note that the date is in BP (1850 AD= 100 BP) [[BR]] 
     97 
    9798palaeo_year= 100 [[BR]] 
    9899ref_irunlabel=23000 [[BR]] 
     
    102103 
    1031042) use scenarios: [[BR]] 
    104 - For SSP126: 
     105 
     106- For 2 tracers (climate only) 
     107    - For SSP126: 
    105108{{{ 
    106109-F scenario/ssp126/sources_concentration -I scenario/ssp126/inputdata_concentration 
    107110}}} 
    108  
    109 - For SSP585: 
     111    - For SSP585: 
    110112{{{ 
    111113-F scenario/ssp585/sources_concentration -I scenario/ssp585/inputdata_concentration 
    112114}}} 
    113115 
    114 exemple (with carbon cycle restart): 
     116 
     117- For 13 tracers with the carbon cycle 
     118    - For SSP126: 
    115119{{{ 
    116 ./bin/run-iloveclim -l PI_ssp585_concentration_2 -n 2 -r 2 -k -F scenario/ssp585/sources_concentration -I scenario/ssp585/inputdata_concentration -s 23000 -S /home/clim01/nbouttes/iloveclim_coastal/data/PI-CC_r1309_2_ecbilt_clio/ic023000 -v 1 
     120-F scenario/ssp126/sources_concentration_CC -I scenario/ssp126/inputdata_concentration 
     121}}} 
     122    - For SSP585: 
     123{{{ 
     124-F scenario/ssp585/sources_concentration_CC -I scenario/ssp585/inputdata_concentration 
    117125}}} 
    118126 
     127 
     128 
     129- For 13 tracers (carbon cycle)  and corals 
     130    - For SSP126: 
     131{{{ 
     132-F scenario/ssp126/sources_concentration_CC_corals -I scenario/ssp126/inputdata_concentration 
     133}}} 
     134    - For SSP585: 
     135{{{ 
     136-F scenario/ssp585/sources_concentration_CC_corals -I scenario/ssp585/inputdata_concentration 
     137}}} 
     138 
     139 
     140If you want to use GHG with only CO2 changing (CH4 and N2O fixed to 1850 values), use: 
     141{{{ 
     142-I scenario/ssp126/inputdata_concentration_CO2_only 
     143}}} 
     144or 
     145{{{ 
     146-I scenario/ssp585/inputdata_concentration_CO2_only 
     147}}} 
     148 
     149 [[BR]] 
     150 
     151 
     152'''Exemple (with carbon cycle and corals)''': 
     153{{{ 
     154./bin/run-iloveclim -l PI_ssp585_concentration -n 2 -r 2 -k -F scenario/ssp585/sources_concentration_CC_corals -I scenario/ssp585/inputdata_concentration -s 23000 -S /home/clim01/nbouttes/iloveclim_coastal/data/PI-CC_r1309_2_ecbilt_clio/ic023000 -v 1 
     155}}} 
     156 [[BR]] 
     157 
    119158'''Notes:''' [[BR]] 
    120 This runs with carbon cycle flags + coral flag + F_PALAEO=2 [[BR]] 
     159This runs with F_PALAEO=2 [[BR]] 
    121160 
    122161Modifications have been made in: [[BR]]