Ignore:
Timestamp:
10/05/16 14:25:40 (8 years ago)
Author:
vancop
Message:

Ludivine source files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_v3.20_2016_gravity_drainage/SOURCES/source_3.20/bio.com

    r4 r20  
    6666     &   jn_car,      !:  ... 
    6767     &   jn_co2,      !:  ... 
    68      &   jn_cal 
     68     &   jn_cal,      !:  ... 
     69     &   jn_aon,      !:  ... 
     70     &   jn_eon,      !:  ... 
     71     &   jn_aop,      !:  ...            
     72     &   jn_eop 
    6973 
    7074      REAL(8), DIMENSION(ntra_bio_max,nlay_bio) :: 
     
    118122     &   fdiff, 
    119123     &   csat_gas, 
    120      &   sol_gas 
     124     &   sol_gas, 
     125     &   FDSI_AD, 
     126     &   FDIN_AD, 
     127     &   FDIP_AD 
     128 
    121129 
    122130      COMMON /bioini/ 
     
    137145     &   jn_car,      !:  ... 
    138146     &   jn_co2,      !:  ... 
    139      &   jn_cal 
     147     &   jn_cal,      !:  ... 
     148     &   jn_aon,      !:  ... 
     149     &   jn_eon,      !:  ... 
     150     &   jn_aop,      !: 
     151     &   jn_eop 
    140152 
    141153      COMMON /biophyparams/ 
     
    200212     &   ln_gasflux              , !: activate gas flux to atm 
    201213     &   ln_carbon               , !: activate carbon cycle 
    202      &   ln_ikaite                 !: activate CaCO3  
    203       
     214     &   ln_ikaite               , !: activate CaCO3  
     215     &   ln_decoupNC             , !: activate N cycle disconnected from C cycle    
     216     &   ln_decoupPC 
     217 
    204218      INTEGER(4) :: 
    205219     &   nn_bio_opt              , !: type of biological model (0=NP, 1=NPD Redfield) 
     
    258272     &   e_thr_gasflux           , 
    259273     &   sursat_gas              , 
    260      &   caco3_time                
     274     &   caco3_time              , 
     275     &   ln_decoupNC             , 
     276     &   ln_decoupPC 
    261277 
    262278      !----------------------- 
     
    329345     &   lim_tem(nlay_bio)       , !: temperature limitation 
    330346     &   lim_sal(nlay_bio)       , !: salt limitation 
    331      &   chlC_bio(nlay_bio)        !: interactive chl-a / C ratio 
     347     &   chlC_bio(nlay_bio)      , !: interactive chl-a / C ratio 
     348     &   syn_N(nlay_bio)         , !: 
     349     &   lys_N(nlay_bio)         , !: 
     350     &   rsp_N(nlay_bio)         , !: 
     351     &   rem_N(nlay_bio)         , !: 
     352     &   syn_P(nlay_bio)         , !: 
     353     &   lys_P(nlay_bio)         , !: 
     354     &   rsp_P(nlay_bio)         , !: 
     355     &   rem_P(nlay_bio)         , !: 
     356     &   N_C_alg(nlay_bio)       , !: N/C ratio in algae (if ln_decoupNC = TRUE) 
     357     &   N_C_det(nlay_bio)       , !: N/C ratio in detritic matter (if ln_decoupNC = TRUE) 
     358     &   lim_din_stock(nlay_bio) , !: limitation en stock DIN 
     359     &   lim_dip_stock(nlay_bio) , !: 
     360     &   lim_dsi_stock(nlay_bio) , !: 
     361     &   P_C_alg(nlay_bio)       , !: P/C ratio in algae (if ln_decoupPC = TRUE) 
     362     &   P_C_det(nlay_bio)       , !: P/C ratio in algae (if ln_decoupPC = TRUE) 
     363     &   N_P_alg(nlay_bio)       , !: N/P ratio in algae (if ln_decoupPC = TRUE) 
     364     &   N_P_det(nlay_bio)         !: N/P ratio in algae (if ln_decoupPC = TRUE) 
    332365 
    333366      COMMON /biosources/ 
     
    345378     &   lim_tem                 , !: 
    346379     &   lim_sal                 , !: 
    347      &   chlC_bio                  !:  
     380     &   chlC_bio                , !:  
     381     &   syn_N                   , !: 
     382     &   lys_N                   , !: 
     383     &   rsp_N                   , !: 
     384     &   rem_N                   , !: 
     385     &   syn_P                   , !: 
     386     &   lys_P                   , !: 
     387     &   rsp_P                   , !: 
     388     &   rem_P                   , !: 
     389     &   N_C_alg                 , !: 
     390     &   N_C_det                 , !: 
     391     &   lim_din_stock           , !: 
     392     &   lim_dip_stock           , !: 
     393     &   lim_dsi_stock           , !: 
     394     &   P_C_alg                 , !: 
     395     &   P_C_det                 , !: 
     396     &   N_P_alg                 , !: 
     397     &   N_P_det                   !: 
     398 
    348399 
    349400      COMMON /biorad/              
     
    374425     &   po4_c                   , !: N cell quota in diatoms 
    375426     &   oxy_c                   , !: Oxygen cell quota in diatoms 
    376      &   c_molar                   !: carbon molar mass 
     427     &   c_molar                 , !: carbon molar mass 
     428     &   ksyn_N                  , !: intensity of N flux compared with C flux 
     429     &   klys_N                  , !: same 
     430     &   krsp_N                  , !: same 
     431     &   krem_N                  , !: same 
     432     &   ksyn_P                  , !: intensity of N flux compared with C flux 
     433     &   klys_P                  , !: same 
     434     &   krsp_P                  , !: same 
     435     &   krem_P                    !: same 
    377436 
    378437      COMMON /bioparams/ 
     
    381440     &   krem_bio, krsp_bio,  
    382441     &   rg_bio, rg_bac, chla_c, Estar, si_c, no3_c, po4_c, oxy_c, 
    383      &   lim_sal_wid, lim_sal_smax, c_molar 
    384  
     442     &   lim_sal_wid, lim_sal_smax, c_molar, ksyn_N, klys_N,  
     443     &   krsp_N, krem_N, ksyn_P, klys_P, krsp_P,  
     444     &   krem_P 
     445  
     446 
Note: See TracChangeset for help on using the changeset viewer.