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/ASM/asminc.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/ASM/asminc.F90

    r9465 r9570  
    3535   USE sbc_oce         ! Surface boundary condition variables. 
    3636   USE diaobs   , ONLY : calc_date     ! Compute the calendar date on a given step 
    37 #if defined key_lim3 
     37#if defined key_si3 
    3838   USE ice      , ONLY : hm_i, at_i, at_i_b 
    3939#endif 
     
    9696#  include "vectopt_loop_substitute.h90" 
    9797   !!---------------------------------------------------------------------- 
    98    !! NEMO/OPA 3.7 , NEMO Consortium (2015) 
     98   !! NEMO/OCE 3.7 , NEMO Consortium (2015) 
    9999   !! $Id$ 
    100100   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    825825      INTEGER  ::   it 
    826826      REAL(wp) ::   zincwgt   ! IAU weight for current time step 
    827 #if defined key_lim3 
     827#if defined key_si3 
    828828      REAL(wp), DIMENSION(jpi,jpj) ::   zofrld, zohicif, zseaicendg, zhicifinc  ! LIM 
    829829      REAL(wp) ::   zhicifmin = 0.5_wp      ! ice minimum depth in metres 
     
    849849            ! Sea-ice : LIM-3 case 
    850850            ! 
    851 #if defined key_lim3 
     851#if defined key_si3 
    852852            zofrld (:,:) = 1._wp - at_i(:,:) 
    853853            zohicif(:,:) = hm_i(:,:) 
     
    898898            ! Sea-ice : LIM-3 case 
    899899            ! 
    900 #if defined key_lim3 
     900#if defined key_si3 
    901901            zofrld (:,:) = 1._wp - at_i(:,:) 
    902902            zohicif(:,:) = hm_i(:,:) 
     
    938938         ENDIF 
    939939 
    940 !#if defined defined key_lim3 || defined key_cice 
     940!#if defined defined key_si3 || defined key_cice 
    941941! 
    942942!            IF (ln_seaicebal ) THEN        
Note: See TracChangeset for help on using the changeset viewer.