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 6966 for branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/P5Z/p5zsms.F90 – NEMO

Ignore:
Timestamp:
2016-09-30T16:56:23+02:00 (8 years ago)
Author:
aumont
Message:

various bug fixes and updates on carbon chemistry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CNRS/dev_r6270_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/PISCES/P5Z/p5zsms.F90

    r6841 r6966  
    2020   USE p5zbio          !  Biological model 
    2121   USE p4zche          !  Chemical model 
     22   USE p4zlys          !  Calcite saturation 
    2223   USE p4zflx          !  Gas exchange 
    2324   USE p4zsbc          !  External source of nutrients 
     
    132133         ! 
    133134         CALL p5z_bio (kt, knt)    ! Biology 
     135         CALL p4z_lys( kt, jnt )   ! Compute CaCO3 saturation 
    134136         CALL p4z_flx( kt, knt )   ! Compute surface fluxes 
    135137         CALL p5z_sed (kt, knt)    ! Sedimentation 
Note: See TracChangeset for help on using the changeset viewer.