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

Ignore:
Timestamp:
2016-10-12T19:09:03+02:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: remove domcfg.F90 ; set all ln_dynhpg to false by default

File:
1 edited

Legend:

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

    r6974 r7024  
    3333   !!             -   ! 2013-06  (I. Epicoco, S. Mocavero, CMCC) nemo_northcomms: setup avoiding MPI communication  
    3434   !!             -   ! 2014-12  (G. Madec) remove KPP scheme and cross-land advection (cla) 
     35   !!            4.0  ! 2016-10  (G. Madec, S. Flavoni)  domain configuration / user defined interface 
    3536   !!---------------------------------------------------------------------- 
    3637 
     
    4546   !!---------------------------------------------------------------------- 
    4647   USE step_oce       ! module used in the ocean time stepping module (step.F90) 
    47    USE domcfg         ! domain configuration               (dom_cfg routine) 
    4848   USE mppini         ! shared/distributed memory setting (mpp_init routine) 
    4949   USE domain         ! domain initialization             (dom_init routine) 
     
    131131      CALL Agrif_Init_Grids()      ! AGRIF: set the meshes 
    132132#endif 
    133  
     133      ! 
    134134      !                            !-----------------------! 
    135135      CALL nemo_init               !==  Initialisations  ==! 
     
    453453      IF( lk_c1d        )   CALL     c1d_init   ! 1D column configuration 
    454454                            CALL     wad_init   ! Wetting and drying options 
    455                             CALL     dom_cfg    ! Domain configuration 
    456455                            CALL     dom_init   ! Domain 
    457456      IF( ln_crs        )   CALL     crs_init   ! coarsened grid: domain initialization  
Note: See TracChangeset for help on using the changeset viewer.