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) |