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 3531 for branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/sms_pisces.F90 – NEMO

Ignore:
Timestamp:
2012-11-08T11:10:54+01:00 (11 years ago)
Author:
cetlod
Message:

branch:2012/dev_r3438_LOCEAN15_PISLOB minor bug correction, to ensure restartability see ticket #972

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/NEMO/TOP_SRC/PISCES/sms_pisces.F90

    r3481 r3531  
    5353   REAL(wp) ::  t_atm_co2_flx      !: global mean of atmospheric pco2 
    5454 
    55    !!* Damping  
    56    LOGICAL  ::   ln_pisdmp         !: relaxation or not of nutrients to a mean value 
    57    INTEGER  ::   nn_pisdmp         !: frequency of relaxation or not of nutrients to a mean value 
    58    LOGICAL  ::   ln_pisclo         !: Restoring or not of nutrients to initial value 
    59                                    !: on close seas 
     55   !!* restoring 
     56   LOGICAL  ::  ln_pisdmp          !: restoring or not of nutrients to a mean value 
     57   INTEGER  ::  nn_pisdmp          !: frequency of relaxation or not of nutrients to a mean value 
     58   LOGICAL  ::  ln_pisclo          !: Restoring or not of nutrients to initial value on closed seas 
     59 
     60   !!* Mass conservation 
     61   LOGICAL  ::  ln_check_mass      !: Flag to check mass conservation 
    6062 
    6163   !!*  Biological fluxes for primary production 
Note: See TracChangeset for help on using the changeset viewer.