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.
trcice_age.F90 in NEMO/branches/UKMO/dev_r10037_GPU/src/TOP/AGE – NEMO

source: NEMO/branches/UKMO/dev_r10037_GPU/src/TOP/AGE/trcice_age.F90 @ 10843

Last change on this file since 10843 was 10843, checked in by andmirek, 5 years ago

ticket #2197 merge with dev_r9950_GO8_package at 10320

File size: 1.1 KB
Line 
1MODULE trcice_age
2   !!======================================================================
3   !!                         ***  MODULE trcice_age  ***
4   !!======================================================================
5   USE par_trc         ! TOP parameters
6   USE oce_trc         ! Ocean variables
7   USE trc             ! TOP variables
8
9   IMPLICIT NONE
10   PRIVATE
11
12   PUBLIC   trc_ice_ini_age       ! called by trcice.F90 module
13
14   !!----------------------------------------------------------------------
15   !! NEMO/TOP 4.0 , NEMO Consortium (2018)
16   !! $Id$
17   !! Software governed by the CeCILL license (see ./LICENSE)
18   !!----------------------------------------------------------------------
19CONTAINS
20
21   SUBROUTINE trc_ice_ini_age
22      !!----------------------------------------------------------------------
23      !!                     ***  trc_ice_ageb  ***
24      !!
25      !!----------------------------------------------------------------------
26      !
27      !
28   END SUBROUTINE trc_ice_ini_age
29
30   !!======================================================================
31END MODULE trcice_age
Note: See TracBrowser for help on using the repository browser.