source: trunk/WRF.COMMON/WRFV2/dyn_nmm/nmm_loop_basemacros.h @ 3567

Last change on this file since 3567 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 310 bytes
Line 
1! these define the various loop range variables
2! that were defined in module_MPP. Defined as macros
3! here to allow thread-safety/tile callability
4
5#define MY_IS(A,B) max(ids+(A),its-(B))
6#define MY_IE(A,B) min(ide-(A),ite+(B))
7#define MY_JS(A,B) max(jds+(A),jts-(B))
8#define MY_JE(A,B) min(jde-(A),jte+(B))
9
Note: See TracBrowser for help on using the repository browser.