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 3381 for branches/2012/dev_r3337_NOCS10_ICB/NEMOGCM/NEMO/OPA_SRC/ICB/icbini.F90 – NEMO

Ignore:
Timestamp:
2012-05-04T09:26:12+02:00 (12 years ago)
Author:
sga
Message:

NEMO branch dev_r3337_NOCS10_ICB: Changes to allow branch to compile with key_agrif. Not yet complete.

Along the way replace unnecessary POINTER declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3337_NOCS10_ICB/NEMOGCM/NEMO/OPA_SRC/ICB/icbini.F90

    r3379 r3381  
    308308               localpt%xi = REAL( mig(ji), wp ) 
    309309               localpt%yj = REAL( mjg(jj), wp ) 
    310                localpt%lon = icb_utl_bilin(glamt, localpt%xi, localpt%yj, 'T', 0, 0 ) 
    311                localpt%lat = icb_utl_bilin(gphit, localpt%xi, localpt%yj, 'T', 0, 0 ) 
     310               localpt%lon = icb_utl_bilin(glamt, localpt%xi, localpt%yj, 'T' ) 
     311               localpt%lat = icb_utl_bilin(gphit, localpt%xi, localpt%yj, 'T' ) 
    312312               localpt%mass      = rn_initial_mass     (iberg) 
    313313               localpt%thickness = rn_initial_thickness(iberg) 
     
    315315               localpt%length = first_length(iberg) 
    316316               localpt%year = iyr 
    317                localpt%day = FLOAT(iday)+(FLOAT(ihr)+FLOAT(imin)/60._wp)/24._wp 
     317               localpt%day = REAL(iday,wp)+(REAL(ihr,wp)+REAL(imin,wp)/60._wp)/24._wp 
    318318               localpt%mass_of_bits = 0._wp 
    319319               localpt%heat_density = 0._wp 
Note: See TracChangeset for help on using the changeset viewer.