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/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/src/TOP/C14 – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/src/TOP/C14/par_c14.F90 @ 9957

Last change on this file since 9957 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

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.