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/SBC/sbcmod.F90 – NEMO

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

control xml attributes from NEMO, see ticket:597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcmod.F90

    r1715 r1725  
    4242 
    4343   PUBLIC   sbc        ! routine called by step.F90 
     44   PUBLIC   sbc_init   ! routine called by opa.F90 
    4445    
    4546   INTEGER ::   nsbc   ! type of surface boundary condition (deduced from namsbc informations) 
     
    187188      !!--------------------------------------------------------------------- 
    188189 
    189       IF( kt == nit000 )   CALL sbc_init         ! Read namsbc namelist : surface module 
    190       ! 
    191190      CALL iom_setkt( kt + nn_fsbc - 1 )         !  in sbc, iom_put is called every nn_fsbc time step 
    192191      ! 
Note: See TracChangeset for help on using the changeset viewer.