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 8649 for branches/NERC/dev_r5518_GO6_Carb_Debug/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_fin.F90 – NEMO

Ignore:
Timestamp:
2017-10-20T16:46:23+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- 20-10-17 -- ctl_warn text fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_GO6_Carb_Debug/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_fin.F90

    r8521 r8649  
    3333      !!---------------------------------------------------------------------- 
    3434      USE bio_medusa_mod 
    35       USE dom_oce,           ONLY: atfp, atfp1, neuler, rdt, e3t_n, tmask 
     35      USE dom_oce,           ONLY: atfp, atfp1, neuler, rdt,            & 
     36                                   e3t_0, e3t_n, tmask 
    3637      USE in_out_manager,    ONLY: lwp, numout 
    3738# if defined key_iomput 
     
    5556      USE trcnam_trp,        ONLY: ln_trcadv_cen2, ln_trcadv_tvd 
    5657  
     58   !!* Substitution 
     59#  include "domzgr_substitute.h90" 
     60 
    5761      !! time (integer timestep) 
    5862      INTEGER, INTENT( in ) ::    kt 
     
    6165      INTEGER :: jn 
    6266 
    63       REAL(wp) :: fq0,fq1,fq2,fq3 
     67      REAL(wp) :: fq0,fq1,fq2,fq3,fq4 
    6468 
    6569# if defined key_roam                      
     
    148152                  fq2 = fq0 + fq1 
    149153                  fq3 = f_benout_n(ji,jj) 
    150                   if (lwp) write (numout,'a,2i3,a,4f15,5)')                   & 
     154                  if (lwp) write (numout,'(a,2i3,a,4f15.5)')                     & 
    151155                     'AXY N   cons: (i,j)=',ji,jj,', (flx,ben,err,out)=',      & 
    152156                     fq0,fq1,fq2,fq3 
     
    162166                  fq2 = fq0 + fq1 
    163167                  fq3 = f_benout_si(ji,jj) 
    164                   if (lwp) write (numout,'a,2i3,a,4f15,5)')                   & 
     168                  if (lwp) write (numout,'(a,2i3,a,4f15.5)')                    & 
    165169                     'AXY Si  cons: (i,j)=',ji,jj,', (flx,ben,err,out)=',     & 
    166170                     fq0,fq1,fq2,fq3 
     
    177181                  fq3 = fq0 + fq1 
    178182                  fq4 = f_benout_c(ji,jj) + f_benout_ca(ji,jj) 
    179                   if (lwp) write (numout,'a,2i3,a,5f15,5)')                   & 
     183                  if (lwp) write (numout,'(a,2i3,a,5f15.5)')                    & 
    180184                     'AXY C   cons: (i,j)=',ji,jj,', (flx,ben,asf,err,out)=', & 
    181185                     fq0,fq1,fq2,fq3,fq4 
     
    191195                   fq2 = fq0 + fq1 
    192196                   fq3 = 2.0 * f_benout_ca(ji,jj) 
    193                    if (lwp) write (numout,'a,2i3,a,4f15,5)')                   & 
     197                   if (lwp) write (numout,'(a,2i3,a,4f15.5)')                    & 
    194198                      'AXY alk cons: (i,j)=',ji,jj,', (flx,ben,err,out)=',     & 
    195199                      fq0,fq1,fq2,fq3 
Note: See TracChangeset for help on using the changeset viewer.