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 9541 for branches/UKMO – NEMO

Changeset 9541 for branches/UKMO


Ignore:
Timestamp:
2018-05-03T17:26:12+02:00 (6 years ago)
Author:
andmirek
Message:

move sbc_init above dom_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/test_moci_test_suite/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r9386 r9541  
    395395      IF( lk_c1d        )   CALL     c1d_init   ! 1D column configuration 
    396396                            CALL     dom_cfg    ! Domain configuration 
     397                            CALL     sbc_init   ! Forcings : surface module (restart read with XIOS) 
    397398                            CALL     dom_init   ! Domain 
    398399 
     
    404405 
    405406      IF( lk_tide       )   CALL    tide_init( nit000 )    ! Initialisation of the tidal harmonics 
    406  
    407                             CALL     sbc_init   ! Forcings : surface module (restart read with XIOS) 
    408407 
    409408      IF( lk_bdy        )   CALL     bdy_init   ! Open boundaries initialisation 
Note: See TracChangeset for help on using the changeset viewer.