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.
par_c14.F90 in branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/NEMO/TOP_SRC/C14 – NEMO

source: branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/NEMO/TOP_SRC/C14/par_c14.F90 @ 7953

Last change on this file since 7953 was 7068, checked in by cetlod, 8 years ago

ROBUST5_CNRS : implementation of part I of new TOP interface - 1st step -, see ticket #1782

File size: 569 bytes
Line 
1MODULE par_c14
2   !!======================================================================
3   !!                        ***  par_c14 ***
4   !! TOP :   set the C14 parameters
5   !!======================================================================
6   !! History :   2.0  !  2008-12  (C. Ethe, G. Madec)  revised architecture
7   !! History :        !  2015 (A.Mouchet) equilibrium + transient C14
8   !!----------------------------------------------------------------------
9
10   IMPLICIT NONE
11   INTEGER, PUBLIC ::  jp_c14    !: number of c14 tracer
12
13END MODULE par_c14
Note: See TracBrowser for help on using the repository browser.