Ignore:
Timestamp:
06/02/15 18:10:35 (9 years ago)
Author:
aclsce
Message:

IPSLCM6_rc0 :

  • fixed bug in diaptr files with XIOS
  • use of -fp-model precise on ada for NEMO
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6_rc0/IPSLCM6/SOURCES/NEMO/iom.F90

    r2531 r2544  
    12341234      CALL iom_set_domain_attr("gznl", lonvalue = zlon,   & 
    12351235         &                             latvalue = RESHAPE(plat(nldi:nlei, nldj:nlej),(/ ni*nj /)))   
    1236       CALL dom_ngb( 180., 90., ix, iy, 'T' ) !  i-line that passes near the North Pole : Reference latitude (used in plots) 
    1237       CALL iom_set_domain_attr ('ptr', zoom_ibegin=ix, zoom_nj=jpjglo) 
     1236      CALL iom_set_domain_attr ('ptr', zoom_ibegin=nxline, zoom_nj=jpjglo)  
    12381237      CALL iom_update_file_name('ptr') 
    12391238      ! 
Note: See TracChangeset for help on using the changeset viewer.