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 7219 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2016-11-10T11:26:21+01:00 (7 years ago)
Author:
flavoni
Message:

#1692 - branch SIMPLIF_2_usrdef: remove call to old routine in offline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r7200 r7219  
    2323   USE oce             ! dynamics and tracers variables 
    2424   USE c1d             ! 1D configuration 
    25    USE domain          ! domain initialization from coordinate & bathymetry (dom_init routine) 
    26    USE usrdef_nam     ! user defined configuration 
     25   USE domain          ! domain initialization   (dom_init & dom_cfg routines) 
     26   USE usrdef_nam      ! user defined configuration 
    2727   USE eosbn2          ! equation of state            (eos bn2 routine) 
    2828   !              ! ocean physics 
     
    296296      IF( lk_c1d        )   CALL     c1d_init   ! 1D column configuration 
    297297 
    298                             CALL     dom_cfg    ! Domain configuration 
     298                            !SF CALL     dom_cfg    ! Domain configuration 
    299299                            CALL     dom_init   ! Domain 
    300300 
Note: See TracChangeset for help on using the changeset viewer.