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 7996 for branches/UKMO/dev_r5518_medusa_chg_trc_bio_medusa/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_mod.F90 – NEMO

Ignore:
Timestamp:
2017-05-05T12:09:58+02:00 (7 years ago)
Author:
marc
Message:

Pulled the updating of tracers 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

    r7986 r7996  
    125125   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: ftot_zmi,ftot_zme,ftot_det,ftot_dtc 
    126126 
     127   !! use biological fluxes (1) or not (0) 
     128   INTEGER  ::    ibio_switch 
     129   !! 
    127130   !! diagnose fluxes (should only be used in 1D runs) 
    128131   INTEGER                               :: idf, idfval 
     
    174177   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: f_runoff,f_riv_n,f_riv_si 
    175178   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: f_riv_c,f_riv_alk 
     179   !! AXY (19/07/12): variables for local riverine fluxes to handle  
     180   !! inputs below surface 
     181   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: f_riv_loc_n,f_riv_loc_si 
     182   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: f_riv_loc_c, f_riv_loc_alk 
    176183 
    177184   !! Jpalm -- 11-10-2015 -- adapt diag to iom_use 
     
    371378               f_runoff(jpi,jpj),f_riv_n(jpi,jpj),f_riv_si(jpi,jpj),  & 
    372379               f_riv_c(jpi,jpj),f_riv_alk(jpi,jpj),                   & 
     380               f_riv_loc_n(jpi,jpj),f_riv_loc_si(jpi,jpj),            & 
     381               f_riv_loc_c(jpi,jpj),f_riv_loc_alk(jpi,jpj),           & 
    373382               STAT = bio_medusa_alloc) 
    374383 
Note: See TracChangeset for help on using the changeset viewer.