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 5282 for branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2015-05-18T17:19:50+02:00 (9 years ago)
Author:
diovino
Message:

Dev. branch CMCC4_simplification ticket #1456

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r4990 r5282  
    4242   !!---------------------------------------------------------------------- 
    4343   USE step_oce        ! module used in the ocean time stepping module 
    44    USE cla             ! cross land advection               (tra_cla routine) 
    4544   USE domcfg          ! domain configuration               (dom_cfg routine) 
    4645   USE mppini          ! shared/distributed memory setting (mpp_init routine) 
     
    388387         &                  CALL bdytide_init   ! Open boundaries initialisation of tidal harmonic forcing 
    389388 
    390                             CALL dyn_nept_init  ! simplified form of Neptune effect 
    391389 
    392390      !      
     
    429427 
    430428      !                                     ! Misc. options 
    431       IF( nn_cla == 1 .AND. cp_cfg == 'orca' .AND. jp_cfg == 2 )   CALL cla_init       ! Cross Land Advection 
    432429                            CALL icb_init( rdt, nit000)   ! initialise icebergs instance 
    433430      
Note: See TracChangeset for help on using the changeset viewer.