Changeset 9443
- Timestamp:
- 2018-03-27T16:45:12+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/test_moci_test_suite_namelist_read/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90
r9395 r9443 399 399 IF( lk_c1d ) CALL c1d_init ! 1D column configuration 400 400 CALL dom_cfg ! Domain configuration 401 CALL sbc_init ! Forcings : surface module (restart read with XIOS)402 401 CALL dom_init ! Domain 403 402 … … 409 408 410 409 IF( lk_tide ) CALL tide_init( nit000 ) ! Initialisation of the tidal harmonics 411 ! CALL sbc_init ! Forcings : surface module (restart read with XIOS) 410 411 CALL sbc_init ! Forcings : surface module (restart read with XIOS) 412 412 IF( lk_bdy ) CALL bdy_init ! Open boundaries initialisation 413 413 IF( lk_bdy ) CALL bdy_dta_init ! Open boundaries initialisation of external data arrays
Note: See TracChangeset
for help on using the changeset viewer.