1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/LIM3 : 1 - dynamics/advection/thermo (namicerun) |
---|
3 | !! namelists 2 - ice intialisation (namiceini) |
---|
4 | !! 3 - ice dynamic (namicedyn) |
---|
5 | !! 4 - ice advection (namicetrp) |
---|
6 | !! 5 - thermodynamic (namicethd) |
---|
7 | !! 6 - ice salinity (namicesal) |
---|
8 | !! 7 - mechanical redistribution of ice (namiceitdme) |
---|
9 | !! 8 - ice diagnostics (namicedia) |
---|
10 | !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
11 | |
---|
12 | !----------------------------------------------------------------------- |
---|
13 | &namicerun ! Share parameters for dynamics/advection/thermo |
---|
14 | !----------------------------------------------------------------------- |
---|
15 | cn_icerst_in = "restart_ice_in" ! suffix of ice restart name (input) |
---|
16 | / |
---|
17 | !----------------------------------------------------------------------- |
---|
18 | &namiceini ! ice initialisation |
---|
19 | !----------------------------------------------------------------------- |
---|
20 | / |
---|
21 | !----------------------------------------------------------------------- |
---|
22 | &namicedyn ! ice dynamic |
---|
23 | !----------------------------------------------------------------------- |
---|
24 | / |
---|
25 | !----------------------------------------------------------------------- |
---|
26 | &namicetrp ! ice transport |
---|
27 | !----------------------------------------------------------------------- |
---|
28 | / |
---|
29 | !----------------------------------------------------------------------- |
---|
30 | &namicethd ! ice thermodynamic |
---|
31 | !----------------------------------------------------------------------- |
---|
32 | / |
---|
33 | !----------------------------------------------------------------------- |
---|
34 | &namicesal ! ice salinity |
---|
35 | !----------------------------------------------------------------------- |
---|
36 | / |
---|
37 | !----------------------------------------------------------------------- |
---|
38 | &namiceitdme ! parameters for mechanical redistribution of ice |
---|
39 | !----------------------------------------------------------------------- |
---|
40 | / |
---|
41 | !----------------------------------------------------------------------- |
---|
42 | &namicedia ! ice diagnostics |
---|
43 | !----------------------------------------------------------------------- |
---|
44 | / |
---|