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