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/OBS/diaobs.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/OBS/diaobs.F90

    r9354 r9570  
    9797 
    9898   !!---------------------------------------------------------------------- 
    99    !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     99   !! NEMO/OCE 3.3 , NEMO Consortium (2010) 
    100100   !! $Id$ 
    101101   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     
    324324               &                  lfpindegs, llnightav ) 
    325325         ENDIF 
    326 #if defined key_lim3 || defined key_cice 
     326#if defined key_si3 || defined key_cice 
    327327         IF( ln_sic ) THEN 
    328328            jtype = jtype + 1 
     
    500500      USE oce    , ONLY : tsn, un, vn, sshn   ! Ocean dynamics and tracers variables 
    501501      USE phycst , ONLY : rday                ! Physical constants 
    502 #if defined  key_lim3 
     502#if defined  key_si3 
    503503      USE ice    , ONLY : at_i                ! LIM3 Ice model variables 
    504504#endif 
     
    611611                  CYCLE 
    612612               ELSE 
    613 #if defined key_cice || defined key_lim3 
     613#if defined key_cice || defined key_si3 
    614614                  zsurfvar(:,:) = fr_i(:,:) 
    615615#else 
Note: See TracChangeset for help on using the changeset viewer.