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 9570 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ICB/icbutl.F90 – NEMO

Ignore:
Timestamp:
2018-05-11T12:53:25+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Global renaming for core routines (./NEMO)

  • Folders
    • LIM_SRC_3 -> ICE_SRC
    • OPA_SRC -> OCE_SRC
  • CPP key: key_lim3 -> key_si3
  • Modules, (sub)routines and variables names
    • MPI: mpi_comm_opa -> mpi_comm_oce, MPI_COMM_OPA -> MPI_COMM_OCE, mpi_init_opa -> mpi_init_oce
    • AGRIF: agrif_opa_* -> agrif_oce_*, agrif_lim3_* -> agrif_si3_* and few more
    • TOP-PISCES: p.zlim -> p.zice, namp.zlim -> namp.zice
  • Comments
    • NEMO/OPA -> NEMO/OCE
    • ESIM|LIM3 -> SI3
Location:
branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OCE_SRC/ICB/icbutl.F90

    r9190 r9570  
    2222   USE icb_oce                             ! define iceberg arrays 
    2323   USE sbc_oce                             ! ocean surface boundary conditions 
    24 #if defined key_lim3 
     24#if defined key_si3 
    2525   USE ice,    ONLY: u_ice, v_ice, hm_i    ! LIM-3 variables 
    2626#endif 
     
    4646 
    4747   !!---------------------------------------------------------------------- 
    48    !! NEMO/OPA 3.3 , NEMO Consortium (2011) 
     48   !! NEMO/OCE 3.3 , NEMO Consortium (2011) 
    4949   !! $Id$ 
    5050   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    8080      CALL lbc_lnk_icb( fr_e, 'T', +1._wp, 1, 1 ) 
    8181      CALL lbc_lnk_icb( tt_e, 'T', +1._wp, 1, 1 ) 
    82 #if defined key_lim3 
     82#if defined key_si3 
    8383      hicth(:,:) = 0._wp ;  hicth(1:jpi,1:jpj) = hm_i (:,:)   
    8484      ui_e(:,:) = 0._wp ;   ui_e(1:jpi, 1:jpj) = u_ice(:,:) 
     
    149149      pva  = pva * zmod 
    150150 
    151 #if defined key_lim3 
     151#if defined key_si3 
    152152      pui = icb_utl_bilin_h( ui_e , pi, pj, 'U' )              ! sea-ice velocities 
    153153      pvi = icb_utl_bilin_h( vi_e , pi, pj, 'V' ) 
Note: See TracChangeset for help on using the changeset viewer.