Last change
on this file since 9598 was
9598,
checked in by nicolasmartin, 3 years ago
|
Reorganisation plan for NEMO repository: changes to make compilation succeed with new structure
Juste one issue left with AGRIF_NORDIC with AGRIF preprocessing
Standardisation of routines header with version 4.0 and year 2018
Fix for some broken symlinks
|
-
Property svn:keywords set to
Id
|
File size:
1.3 KB
|
Line | |
---|
1 | MODULE agrif_ice |
---|
2 | !!====================================================================== |
---|
3 | !! *** MODULE agrif_ice *** |
---|
4 | !! AGRIF : define in memory AGRIF variables for sea-ice |
---|
5 | !!---------------------------------------------------------------------- |
---|
6 | !! History : 3.4 ! 2012-08 (R. Benshila) Original code |
---|
7 | !! 3.6 ! 2016-05 (C. Rousset) Add LIM3 compatibility |
---|
8 | !!---------------------------------------------------------------------- |
---|
9 | #if defined key_agrif && defined key_si3 |
---|
10 | !!---------------------------------------------------------------------- |
---|
11 | !! 'key_agrif' AGRIF zoom |
---|
12 | !! 'key_si3' SI3 sea-ice model |
---|
13 | !!---------------------------------------------------------------------- |
---|
14 | IMPLICIT NONE |
---|
15 | PRIVATE |
---|
16 | |
---|
17 | INTEGER, PUBLIC :: u_ice_id, v_ice_id, tra_ice_id |
---|
18 | INTEGER, PUBLIC :: lim_nbstep = 0 ! child time position in sea-ice model |
---|
19 | |
---|
20 | !!---------------------------------------------------------------------- |
---|
21 | !! NEMO/NST 4.0 , NEMO Consortium (2018) |
---|
22 | !! $Id$ |
---|
23 | !! Software governed by the CeCILL licence (./LICENSE) |
---|
24 | !!---------------------------------------------------------------------- |
---|
25 | |
---|
26 | #endif |
---|
27 | !!====================================================================== |
---|
28 | END MODULE agrif_ice |
---|
Note: See
TracBrowser
for help on using the repository browser.