/[MITgcm]/MITgcm_contrib/llc_hires/llc_90/code-async/readme.txt
ViewVC logotype

Annotation of /MITgcm_contrib/llc_hires/llc_90/code-async/readme.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Oct 3 00:09:12 2017 UTC (7 years, 9 months ago) by dimitri
Branch: MAIN
File MIME type: text/plain
Small test case with set-up as similar as possible
to llc_4320 for testing asyncio and coupling to GEOS-5.

1 dimitri 1.1 Right now some sizes need to be configured manually:
2    
3     recvTask.c lines 79-82
4    
5     #define NUM_X 4320
6     #define NUM_Y 56160L // get rid of this someday
7     #define NUM_Z 90
8     #define MULTDIM 7
9    
10    
11     and
12    
13     readtile_mpiio.c lines 115-119
14    
15     facetElements1D = 4320;
16     tileSizeX = 72;
17     tileSizeY = 72;
18     xGhosts = 8;
19     yGhosts = 8;
20    
21     One tile per rank is recommended, mostly for pickup input performance,
22     but it is not strictly necessary.
23    
24     Choose dumpFreq and pChkptFreq as usual. We're not set up
25     to do the rolling checkpoints yet. It'll dump u,v,t, and etan now -
26     send me a list of other fields you want, as it is rather involved
27     to change them. But this should be enough to see if it works.

  ViewVC Help
Powered by ViewVC 1.1.22