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

Ignore:
Timestamp:
2009-11-12T16:04:08+01:00 (14 years ago)
Author:
smasson
Message:

control xml attributes from NEMO, see ticket:597

File:
1 edited

Legend:

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

    r1715 r1725  
    4545   USE bdyini          ! unstructured open boundary cond. initialization (bdy_init routine) 
    4646   USE istate          ! initial state setting          (istate_init routine) 
     47   USE sbcmod          ! surface boundary condition  
    4748   USE eosbn2          ! equation of state                 (eos_init routine) 
    4849   USE dynhpg          ! hydrostatic pressure gradient 
     
    257258 
    258259      !                                     ! Ocean physics 
     260      CALL sbc_init                             ! Read namsbc namelist : surface module (needed for iom_init) 
    259261      CALL ldf_tra_init                         ! Lateral ocean tracer physics 
    260262      CALL ldf_dyn_init                         ! Lateral ocean momentum physics 
     
    266268 
    267269      !                                     ! diagnostics 
    268       CALL iom_init( fjulday - adatrj )         ! iom_put initialization 
     270      CALL iom_init                             ! iom_put initialization 
    269271      CALL dia_ptr_init                         ! Poleward TRansports initialization 
    270272      CALL trd_mod_init                         ! Mixed-layer/Vorticity/Integral constraints trends 
Note: See TracChangeset for help on using the changeset viewer.