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 5052 – NEMO

Changeset 5052


Ignore:
Timestamp:
2015-02-03T12:18:01+01:00 (9 years ago)
Author:
clem
Message:

change the order of the calls between the initializations of bdy and sbc. sbc_init is now called before bdy_init in order to put the number of categories jpl in the ice namelist instead of par_ice.F90

File:
1 edited

Legend:

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

    r4990 r5052  
    383383      IF( lk_tide       )   CALL    tide_init( nit000 )    ! Initialisation of the tidal harmonics 
    384384 
     385                            CALL     sbc_init   ! Forcings : surface module (clem: moved here for bdy purpose) 
     386 
    385387      IF( lk_bdy        )   CALL     bdy_init   ! Open boundaries initialisation 
    386388      IF( lk_bdy        )   CALL bdy_dta_init   ! Open boundaries initialisation of external data arrays 
     
    389391 
    390392                            CALL dyn_nept_init  ! simplified form of Neptune effect 
    391  
    392393      !      
    393394      IF( ln_crs        )   CALL     crs_init   ! Domain initialization of coarsened grid 
    394395      ! 
    395396                                ! Ocean physics 
    396                             CALL     sbc_init   ! Forcings : surface module 
    397397      !                                         ! Vertical physics 
    398398                            CALL     zdf_init      ! namelist read 
Note: See TracChangeset for help on using the changeset viewer.