1 |
Apr 27 - May 08, 2012 |
2 |
- update prm code to work with latest MITgcm code (checkpoint63m) |
3 |
- nullify pointer fData2d before using it (needed with ifort F90 compiler |
4 |
recent version, e.g., v 12.0) |
5 |
- change sourced files (do_links, do_genmake2, do_make, do_run, do_clean ...) |
6 |
to normal bash script; update README. |
7 |
|
8 |
checkpoint63m (2012/05/09) |
9 |
|
10 |
May 29 : add dir content description in multi_comp_setup/doc/contents.txt file |
11 |
Jun 04 : |
12 |
- add this file |
13 |
- do_genmake2: allow to pass 1 argument to genmake2 command (e.g., -ieee or -devel) |
14 |
- modify fg code to enable 1 fg model to handle multiple 2-D slices as multiple |
15 |
disconnected tiles: requires to #undef SINGLE_TILE in computeFG/computefg.F90 |
16 |
and to define DISCONNECTED_TILES in fg/code/CPP_EEOPTIONS.h |
17 |
|
18 |
checkpoint63n (2012/06/04) |
19 |
|
20 |
Jun 04 : |
21 |
- use only 1 FG per proc with 100 disconnected tiles (instead of |
22 |
100 single-tile FG) but keep the same results (when compiled with -ieee): |
23 |
change SINGLE_TILE to #undef in computeFG/computefg.F90 |
24 |
change DISCONNECTED_TILES to #define in fg/code/CPP_EEOPTIONS.h |
25 |
and update loaded input files (inputs/fg/data) |
26 |
Jun 05 : |
27 |
- put addition of initial noise to FGs in fg/code/ini_theta.F (instead of in |
28 |
computeFG/computefg.F90): this fixes exchange issue + get valid initial temp |
29 |
output ; results change but stay identical when using 100 single-tile FGs. |
30 |
- reduce ovelap size from 3 to 2 in both CG and FGs (results unchanged). |