Changes between Version 50 and Version 51 of CarbonCyclePage


Ignore:
Timestamp:
06/05/20 11:19:43 (4 years ago)
Author:
nbouttes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CarbonCyclePage

    v50 v51  
    77 
    88 
    9 '''Things to do / check:''' 
    10  
    11 1) In general the run is started from the pre-indutrial control simulation with carbon, it is thus a restart simulation. 
    12  
    13 In ocycc/sources/loveclim_transfer_mod.f90 : change KLSR to 1 to have a restart (KLRS=0 for a fresh start) [[BR]] 
    14  
    15 2) In veccarb/sources/carbone_co2.f90: new_run_c should be set to 0 (if run without c13 values for the vegetation-> set to 1) [[BR]] 
    16  
    17 3) In ecbilt_clio/global_flags/choixcomposantes.h (previously lbm/sources/choixcomposantes.h), most flags should be kept at 0, except (as of february 2020): 
     9'''Things to do to run with the carbon cycle:''' 
     10 
     111) In ecbilt_clio/global_flags/choixcomposantes.h (previously lbm/sources/choixcomposantes.h), most flags should be kept at 0, except (as of february 2020): 
    1812 
    1913By default: 
     
    3630   N2OATM 0 [[BR]] 
    3731   MEDUSA 0 [[BR]] 
     32   PATH 0 [[BR]] 
     33   LGMSWITCH 0 [[BR]] 
     34 
     35 
     362) To modify the ocean outputs: in clio/parameters/netcdfout.param 
     37 
     38''Beware! '' for the carbon cycle: output set to 100 per file!! [[BR]] 
     39 
     40 
     413) Optionnal: for the Pa/Th: 
     42 
     43In ecbilt_clio/global_flags/choixcomposantes.h : [[BR]] 
    3844   PATH 1 [[BR]] 
    39    LGMSWITCH 0 [[BR]] 
    40  
    41 Note: PaTh is now activated by default, but you could deactivate it if you wish (PATH 0). 
    42  
    43  
    44 4) To activate the vegetation code: 
    45    T       VECODE 
    46 in ecbilt_clio/parameters/emic.param 
    47  
    48  
    49 5) To modify the ocean outputs: in clio/parameters/netcdfout.param [[BR]] 
    50 ''Beware! '' for the carbon cycle: output set to 100 per file!! [[BR]] 
    51  
    52  
    53 6) For the PaTh:  
    5445 
    5546- Set restart_path = .TRUE. in iloveclim/ocycc/sources/path_mod.f90 
     
    5748- Check that the four Pa-Th outputs are set to T in ludus-code/clio/parameters/netcdfout.param-scal17 [[BR]] 
    5849 
    59 7) Restart 
     504) Restart 
     51 
     52NEWEST[[BR]] 
     53[[BR]] 
     54Current (march 2020) restart, with new OCYCC:[[BR]] 
     55 
     56-s 19000 -S /home/acclimate/roche/tmp/OCYCC_0612_03_ecbilt_clio/startdata 
     57 
     58[[BR]] 
    6059 
    6160PREVIOUS: 
     61 
    6262- With Pa/Th the restart from L. Missiaen: -s 67800 -S /home/acclimate/lmissi/iloveclim_lr/wkdir/preind_eq_2ky_v1_15Mar18_ecbilt_clio/run/restartdata/res067800 [[BR]] 
    6363For example: ./bin/loveclim-new-run -l PI-CC -n 500 -r 250 -k -s 67800 -S /home/acclimate/lmissi/iloveclim_lr/wkdir/preind_eq_2ky_v1_15Mar18_ecbilt_clio/run/restartdata/res067800[[BR]] 
     
    7575[[BR]] 
    7676 
    77 NEWEST[[BR]] 
    78 [[BR]] 
    79 Current (march 2020) restart, with new OCYCC:[[BR]] 
    80  
    81 -s 19000 -S /home/acclimate/roche/tmp/OCYCC_0612_03_ecbilt_clio/startdata 
     77'''Things you might want to change:''' 
     78 
     79Things that are now by default, which you might want to change:[[BR]] 
     80 
     81- In general the run is started from the pre-indutrial control simulation with carbon, it is thus a restart simulation. 
     82 
     83In ocycc/sources/loveclim_transfer_mod.f90 : KLSR is set to 1 to have a restart, you can change to KLRS=0 for a fresh start. [[BR]] 
     84 
     85- In veccarb/sources/carbone_co2.f90: new_run_c should is set to 0 (if run without c13 values for the vegetation-> set to 1) [[BR]] 
     86 
     87- The vegetation code is activated in ecbilt_clio/parameters/emic.param (set to F not to have it): 
     88   T       VECODE 
     89 
    8290 
    8391[[BR]]