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 5965 for branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/NEMO/TOP_SRC/PISCES/sms_pisces.F90 – NEMO

Ignore:
Timestamp:
2015-12-01T16:35:30+01:00 (8 years ago)
Author:
timgraham
Message:

Upgraded branch to r5518 of trunk (v3.6 stable revision)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/NEMO/TOP_SRC/PISCES/sms_pisces.F90

    r4529 r5965  
    3636   REAL(wp) ::   rfact2, rfact2r   !: ??? 
    3737   REAL(wp) ::   xstep             !: Time step duration for biology 
     38   REAL(wp) ::   ryyss             !: number of seconds per year  
     39   REAL(wp) ::   r1_ryyss          !: inverse number of seconds per year  
     40 
    3841 
    3942   !!*  Biological parameters  
     
    5356   REAL(wp) ::  t_oce_co2_exp      !: total carbon export 
    5457   REAL(wp) ::  t_oce_co2_flx      !: Total ocean carbon flux 
     58   REAL(wp) ::  t_oce_co2_flx_cum  !: Cumulative Total ocean carbon flux 
    5559   REAL(wp) ::  t_atm_co2_flx      !: global mean of atmospheric pco2 
    5660 
     
    102106   REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   tgfunc2   !: Temp. dependancy of mesozooplankton rates 
    103107 
    104    !!* Array used to indicate negative tracer values 
    105    REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   xnegtr     !: ??? 
    106  
    107108#if defined key_kriest 
    108109   !!*  Kriest parameter for aggregation 
     
    127128      !!---------------------------------------------------------------------- 
    128129      USE lib_mpp , ONLY: ctl_warn 
    129       INTEGER ::   ierr(6)        ! Local variables 
     130      INTEGER ::   ierr(5)        ! Local variables 
    130131      !!---------------------------------------------------------------------- 
    131132      ierr(:) = 0 
     
    158159      ALLOCATE( tgfunc(jpi,jpj,jpk)  , tgfunc2(jpi,jpj,jpk) ,    STAT=ierr(5) ) 
    159160         ! 
    160       !* Array used to indicate negative tracer values   
    161       ALLOCATE( xnegtr(jpi,jpj,jpk)  ,                           STAT=ierr(6) ) 
    162161#endif 
    163162      ! 
Note: See TracChangeset for help on using the changeset viewer.