Changeset 2544 for CONFIG/UNIFORM/v6_rc0


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
Location:
CONFIG/UNIFORM/v6_rc0/IPSLCM6/SOURCES/NEMO
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6_rc0/IPSLCM6/SOURCES/NEMO/arch-X64_ADA.fcm

    r2214 r2544  
    4141%FC                  mpiifort -c -cpp 
    4242# for Ada 
    43 %FCFLAGS             -DCPP_PARA -i4 -r8 -O3 
     43%FCFLAGS             -DCPP_PARA -i4 -r8 -O3 -fp-model precise 
    4444%FFLAGS              %FCFLAGS 
    4545%LD                  mpiifort 
  • 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.