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 508 for trunk/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2006-10-03T17:58:55+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_071:RB: add iom for restart and reorganization of restart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r503 r508  
    4848   USE obc_par         ! open boundary cond. parameters 
    4949   USE obcini          ! open boundary cond. initialization (obc_ini routine) 
    50    USE solver          ! solver initialization          (solver_init routine) 
    5150   USE istate          ! initial state setting          (istate_init routine) 
    5251   USE eosbn2          ! equation of state            (eos bn2 routine) 
     
    6968 
    7069   USE step            ! OPA time-stepping                  (stp     routine) 
    71    USE dynspg_oce      ! Control choice of surface pressure gradient schemes 
    7270   USE prtctl          ! Print control                 (prt_ctl_init routine) 
    7371   USE ini1d           ! re-initialization of u-v mask for the 1D configuration 
     
    245243      CALL istate_init                      ! ocean initial state (Dynamics and tracers) 
    246244 
    247       IF( lk_dynspg_flt .OR. lk_dynspg_rl ) THEN 
    248          CALL solver_init( nit000 )         ! Elliptic solver 
    249       ENDIF 
    250  
    251245!!add 
    252246                       CALL eos( tb, sb, rhd, rhop )        ! before potential and in situ densities 
Note: See TracChangeset for help on using the changeset viewer.