New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 7986 for branches/UKMO/dev_r5518_medusa_chg_trc_bio_medusa/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_mod.F90 – NEMO

Ignore:
Timestamp:
2017-04-28T17:21:58+02:00 (7 years ago)
Author:
marc
Message:

Pulled detritus processes out of trcbio_medusa.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_medusa_chg_trc_bio_medusa/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_mod.F90

    r7978 r7986  
    3030# endif 
    3131 
     32   !! integrated source and sink terms 
     33   REAL(wp) ::    b0 
     34 
    3235   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fthetan,faln,fchn1,fchn 
    3336   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fjln,fprn,frn 
     
    7477   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fmegrow,fmeexcr,fmeresp 
    7578   !! 
    76    !! mortality/Remineralisation (defunct parameter "fz" removed) 
     79   !! mortality/Remineralisation 
    7780   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fdpn,fdpd,fdpds,fdzmi,fdzme,fdd 
    7881# if defined key_roam 
     
    8083# endif 
    8184   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fdpn2,fdpd2,fdpds2,fdzmi2,fdzme2 
    82  
    83    !! Mortality/Remineralisation 
     85   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fslown, fslowc 
    8486   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fslownflux, fslowcflux 
    8587   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fregenfast,fregenfastsi 
     
    100102   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fccd 
    101103   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fccd_dep 
     104 
     105   !! AXY (08/07/11): fate of fast detritus reaching the seafloor 
     106   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: ffast2slown,ffast2slowc 
    102107 
    103108   !! water column nutrient and flux integrals 
     
    297302               fdpn2(jpi,jpj),fdpd2(jpi,jpj),fdpds2(jpi,jpj),         & 
    298303               fdzmi2(jpi,jpj),fdzme2(jpi,jpj),                       & 
     304               fslown(jpi,jpj), fslowc(jpi,jpj),                      & 
    299305               fslownflux(jpi,jpj),fslowcflux(jpi,jpj),               & 
    300306               fregenfast(jpi,jpj),fregenfastsi(jpi,jpj),             & 
     
    314320               fccd(jpi,jpj),                                         & 
    315321               fccd_dep(jpi,jpj),                                     & 
     322               ffast2slown(jpi,jpj),ffast2slowc(jpi,jpj),             & 
    316323               ftot_n(jpi,jpj),ftot_si(jpi,jpj),ftot_fe(jpi,jpj),     & 
    317324               fflx_n(jpi,jpj),fflx_si(jpi,jpj),fflx_fe(jpi,jpj),     & 
Note: See TracChangeset for help on using the changeset viewer.