New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 7676 – NEMO

Changeset 7676


Ignore:
Timestamp:
2017-02-13T16:29:55+01:00 (7 years ago)
Author:
mathiot
Message:

move test point from (180.,90.) to (-168.7, 65.6 ie a point across Bering strait) to avoid missing value with model composition with hi-res configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_diaptr_ref_lat_used_in_plot/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r7179 r7676  
    15391539      ALLOCATE( zlon(ni*nj) )       ;       zlon(:) = 0. 
    15401540 
    1541       CALL dom_ngb( 180., 90., ix, iy, 'T' ) !  i-line that passes near the North Pole : Reference latitude (used in plots) 
     1541      CALL dom_ngb( -168.7, 65.6, ix, iy, 'T' ) !  i-line that passes near the North Pole : Reference latitude (used in plots) 
    15421542#if ! defined key_xios2 
    15431543      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.