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 6083 for branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2015-12-17T12:48:50+01:00 (9 years ago)
Author:
cbricaud
Message:

modifications from Mercator merge ( dev_5974_MERCATOR10_LIMINI ) and fix compilation bugs

Location:
branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC/ICB/icbrst.F90

    r6069 r6083  
    9494           &     ij .GE. nldj+njmpp-1 .AND. ij .LE. nlej+njmpp-1 ) THEN            
    9595 
    96                CALL iom_get( ncid, jpdom_unknown, 'number'       , (/zdata(:)/) , ktime=jn, kstart=(/1/), kcount=(/nkounts/) ) 
     96               CALL iom_get( ncid, jpdom_unknown, 'number'       , zdata(:) , ktime=jn, kstart=(/1/), kcount=(/nkounts/) ) 
    9797               localberg%number(:) = INT(zdata(:)) 
    9898               CALL iom_get( ncid, 'mass_scaling' , localberg%mass_scaling, ktime=jn ) 
     
    126126      CALL iom_get( ncid, jpdom_autoglo_xy, 'stored_ice'  , berg_grid%stored_ice, kstart=(/1,1,1/), kcount=(/1,1,nclasses/) ) 
    127127       
    128       CALL iom_get( ncid, jpdom_unknown, 'kount' , (/zdata(:)/) ) 
     128      CALL iom_get( ncid, jpdom_unknown, 'kount' , zdata(:) ) 
    129129      num_bergs(:) = INT(zdata(:)) 
    130130 
  • branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90

    r6075 r6083  
    863863      INTEGER :: imin 
    864864      INTEGER :: imday       ! Number of days in month. 
    865       INTEGER, DIMENSION(12) :: & 
    866          &       imonth_len  ! Length in days of the months of the current year 
    867865      REAL(wp) :: zdayfrc    ! Fraction of day 
    868866 
Note: See TracChangeset for help on using the changeset viewer.