1 |
sannino |
1.2 |
23-Oct-2009 |
2 |
heimbach |
1.1 |
----------- |
3 |
|
|
gianmaria.sannino@enea.it |
4 |
|
|
|
5 |
sannino |
1.2 |
|
6 |
heimbach |
1.1 |
Initial checkin and first round of merging of two-way nesting code as described in: |
7 |
|
|
Sannino, G., M. Herrmann, A. Carillo, V. Rupolo, V. Ruggiero, V. Artale and P. Heimbach, 2009: |
8 |
|
|
An eddy-permitting model of the Mediterranean Sea with a two-way grid refinement at Gibraltar. |
9 |
|
|
Ocean Modelling, 30(1), 56-72, doi: 10.1016/j.ocemod.2009.06.002 |
10 |
|
|
|
11 |
|
|
Contents: |
12 |
|
|
-------- |
13 |
|
|
|
14 |
|
|
code_parent/ header files for a PARENT configuration |
15 |
|
|
code_child/ header files for a CHILD configuration |
16 |
|
|
code_nest_merged/ routines which need to be merged with MITgcm dynamical core and WRAPPER |
17 |
|
|
nest_parent/ package for PARENT code |
18 |
|
|
nest_child/ package for CHILD code |
19 |
sannino |
1.2 |
driver / external fortran routines driving the 2-way nesting |
20 |
heimbach |
1.1 |
|
21 |
|
|
Assuming that nest_child/ and nest_parent/ are placed in pkg/ |
22 |
|
|
|
23 |
|
|
code compiles for checkpoint_c61x on weddell.mit.edu for both parent and child setup via: |
24 |
|
|
../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort_generic_mpi -mods '../code_parent ../code_nest_merged' |
25 |
|
|
|
26 |
|
|
and |
27 |
|
|
|
28 |
|
|
../../../tools/genmake2 -of ../../../tools/build_options/linux_amd64_ifort_generic_mpi -mods '../code_child ../code_nest_merged' |
29 |
|
|
|