Changeset 8572
- Timestamp:
- 2017-09-28T10:27:06+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90
r8571 r8572 1530 1530 ALLOCATE( zlon(ni*nj) ) ; zlon(:) = 0. 1531 1531 1532 CALL dom_ngb( -168.53, 65.03, ix, iy, 'T' ) ! i-line that passes near the North Pole: Reference latitude (used in plots)1532 CALL dom_ngb( -168.53, 65.03, ix, iy, 'T' ) ! i-line that passes through Bering Strait: Reference latitude (used in plots) 1533 1533 #if ! defined key_xios2 1534 1534 CALL iom_set_domain_attr("gznl", ni_glo=jpiglo, nj_glo=jpjglo, ibegin=nimpp+nldi-1, jbegin=njmpp+nldj-1, ni=ni, nj=nj)
Note: See TracChangeset
for help on using the changeset viewer.