- Timestamp:
- 2012-10-24T14:52:01+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2012/dev_r3385_NOCS04_HAMF/NEMOGCM/NEMO/OPA_SRC/IOM/prtctl.F90
r3332 r3515 8 8 !!---------------------------------------------------------------------- 9 9 USE dom_oce ! ocean space and time domain variables 10 #if defined key_nemocice_decomp 11 USE ice_domain_size, only: nx_global, ny_global 12 #endif 10 13 USE in_out_manager ! I/O manager 11 14 USE lib_mpp ! distributed memory computing … … 431 434 ! array (cf. par_oce.F90). 432 435 436 #if defined key_nemocice_decomp 437 ijpi = ( nx_global+2-2*jpreci + (isplt-1) ) / isplt + 2*jpreci 438 ijpj = ( ny_global+2-2*jprecj + (jsplt-1) ) / jsplt + 2*jprecj 439 #else 433 440 ijpi = ( jpiglo-2*jpreci + (isplt-1) ) / isplt + 2*jpreci 434 #if defined key_nemocice_decomp435 ijpj = ( jpjglo+1-2*jprecj + (jsplt-1) ) / jsplt + 2*jprecj436 #else437 441 ijpj = ( jpjglo-2*jprecj + (jsplt-1) ) / jsplt + 2*jprecj 438 442 #endif
Note: See TracChangeset
for help on using the changeset viewer.