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

Ignore:
Timestamp:
2017-04-18T17:47:38+02:00 (7 years ago)
Author:
marc
Message:

Moving the diagnostics at end of the big DO loop in trcbio_medusa.F90 into bio_medusa_diag_slice.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

    r7912 r7927  
    2727 
    2828   !! Mortality/Remineralisation 
     29   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fslownflux, fslowcflux 
    2930   REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: fregenfast,fregenfastsi 
    3031# if defined key_roam 
     
    173174      ALLOCATE(fprn_ml(jpi,jpj),fprd_ml(jpi,jpj),                     & 
    174175               xFree(jpi,jpj),                                        & 
     176               fslownflux(jpi,jpj),fslowcflux(jpi,jpj),               & 
    175177               fregenfast(jpi,jpj),fregenfastsi(jpi,jpj),             & 
    176178# if defined key_roam 
Note: See TracChangeset for help on using the changeset viewer.