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 9367 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2018-02-28T17:23:20+01:00 (6 years ago)
Author:
mathiot
Message:

Add restart read/write via XIOS capability (#1953 and #1962 and twiki: 2017WP/Met_Office-1_Mirek_XIOSread). WARNING: need to upgrade XIOS to r1296 to compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r9213 r9367  
    431431      IF( ln_timing    )   CALL timing_start( 'nemo_init') 
    432432      ! 
    433                            CALL     phy_cst     ! Physical constants 
    434                            CALL     eos_init    ! Equation of state 
    435       IF( lk_c1d       )   CALL     c1d_init    ! 1D column configuration 
    436                            CALL     wad_init    ! Wetting and drying options 
    437                            CALL     dom_init    ! Domain 
    438       IF( ln_crs       )   CALL     crs_init    ! coarsened grid: domain initialization  
    439       IF( ln_ctl       )   CALL prt_ctl_init    ! Print control 
     433                           CALL     phy_cst         ! Physical constants 
     434                           CALL     eos_init        ! Equation of state 
     435      IF( lk_c1d       )   CALL     c1d_init        ! 1D column configuration 
     436                           CALL     wad_init        ! Wetting and drying options 
     437                           CALL     dom_init("OPA") ! Domain 
     438      IF( ln_crs       )   CALL     crs_init        ! coarsened grid: domain initialization  
     439      IF( ln_ctl       )   CALL prt_ctl_init        ! Print control 
    440440       
    441441      CALL diurnal_sst_bulk_init                ! diurnal sst 
Note: See TracChangeset for help on using the changeset viewer.