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 13233 for NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p4zpoc.F90 – NEMO

Ignore:
Timestamp:
2020-07-02T20:34:16+02:00 (4 years ago)
Author:
aumont
Message:

update of the PISCES comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/PISCES/P4Z/p4zpoc.F90

    r12537 r13233  
    8989      solgoc = 0.04/ 2.56 * 1./ ( 1.-50**(-0.04) ) 
    9090 
    91       ! Initialisation of temporary arrys 
     91      ! Initialisation of temporary arrays 
    9292      IF( ln_p4z ) THEN 
    9393         zremipoc(:,:,:) = xremip 
     
    419419              DO ji = 1, jpi 
    420420                 IF (tmask(ji,jj,jk) == 1.) THEN 
    421                     ! POC disaggregation by bacterial activity. It is a function 
     421                    ! POC solubilisation by bacterial activity. It is a function 
    422422                    ! of the mean lability and of temperature  
    423423                    ! ---------------------------------------------------------- 
     
    538538      ALLOCATE( alphan(jcpoc) , reminp(jcpoc) , alphap(jpi,jpj,jpk,jcpoc) ) 
    539539      ! 
    540       IF (jcpoc > 1) THEN 
     540      IF (jcpoc > 1) THEN  ! Case when more than one lability class is used 
    541541         ! 
    542542         remindelta = LOG(4. * 1000. ) / REAL(jcpoc-1, wp) 
     
    562562         reminp(jcpoc) = reminp(jcpoc) * xremip / alphan(jcpoc) 
    563563 
    564       ELSE 
     564      ELSE  ! Only one lability class is used 
    565565         alphan(jcpoc) = 1. 
    566566         reminp(jcpoc) = xremip 
Note: See TracChangeset for help on using the changeset viewer.