Changes between Version 66 and Version 67 of CarbonCyclePage


Ignore:
Timestamp:
02/12/21 11:47:45 (3 years ago)
Author:
nbouttes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CarbonCyclePage

    v66 v67  
    367367 
    368368'''3.9. Transient CO2 concentration historic and futur (with corals)'''[[BR]] 
     369This is to run simulations wih forced CO2 concentration in the radiative code. It uses scenarios from CMIP6, combining historic forcings + ssp126 or ssp585. It is currenlty set with carbon cycle and corals, but if the corresponding flags are changed in choixcomposantes.h it should still work. [[BR]] 
    369370 
    370371'''Pratical:''' [[BR]] 
    371 1) set date in ludus-code/ecbilt/parameters/palaeo_transient_parameter.dat [[BR]] 
    372 For 1850 AD: 100 BP [[BR]] 
    373  
    374 2) run  with: [[BR]] 
    375 ./bin/run-iloveclim -l PI_ssp585_concentration_2 -n 2 -r 2 -k -z -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 
     3721) set values in ludus-code/ecbilt/parameters/palaeo_transient_parameter.dat: [[BR]] 
     373Note that the date is in BP and 1850 AD= 100 BP [[BR]] 
     374palaeo_year= 100 [[BR]] 
     375ref_irunlabel=23000 [[BR]] 
     376accel_rt=1 [[BR]] 
     377equil_flag=0 [[BR]] 
     378 
     379 
     3802) run  with (using scenario): [[BR]] 
     381./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 
    376382 
    377383 
    378384'''Notes:''' [[BR]] 
    379 This runs with carbon cycle flages + coral flag + F_PALAEO=2 [[BR]] 
     385This runs with carbon cycle flags + coral flag + F_PALAEO=2 [[BR]] 
    380386 
    381387Modifications have been made in: [[BR]] 
    382388 
    383 - comphys.f90: change ghgscen to the number of lines with values in GHG.dat 
     389- comphys.f90: change ghgscen to the number of lines with values in GHG.dat (ghgscen=2501 for ssp) 
    384390- paleo_timer_mod.f90:  
    385 change start_year_ghg with more recent (or future) value at top of GHG.dat [[BR]] 
    386 change nb_year_ghg with oldest value at last line of GHG.dat [[BR]] 
     391change start_year_ghg with more recent (or future) value at top of GHG.dat (start_year_ghg=-550 for ssp; -550 BP = 2500 AD, by definition 0 BP=1950 AD)) [[BR]] 
     392change nb_year_ghg with number of values in GHG.dat (2501 for ssp, should be the same as ghgscen) ([[BR]] 
    387393 
    388394- GHG.dat: [[BR]] 
    389395starts with more recent value at line 2, and finishes with oldest value at last line [[BR]] 
    390 value on first line is the number of lines with data [[BR]] 
     396value on first line is the number of lines with data (same as ghgscen and nb_year_ghg) [[BR]] 
    391397 
    392398[[BR]]