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 NEMO/trunk/src/TOP/C14 – NEMO

source: NEMO/trunk/src/TOP/C14/par_c14.F90 @ 10372

Last change on this file since 10372 was 10069, checked in by nicolasmartin, 6 years ago

Fix mistakes of previous commit on SVN keywords property

  • Property svn:keywords set to Id
File size: 569 bytes
RevLine 
[7041]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.