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 3701 for branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2012-11-28T10:57:47+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: add missing modifications for xios

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r3680 r3701  
    9595      ENDIF 
    9696 
    97       call flush(numout) 
    9897      REWIND( numnam )           ! Read Namelist namsbc 
    9998      READ  ( numnam, namsbc ) 
    100       call flush(numout) 
    10199 
    102100      !                          ! overwrite namelist parameter using CPP key information 
     
    268266      !                                            !        forcing field computation         ! 
    269267      !                                            ! ---------------------------------------- ! 
    270  
    271       CALL iom_setkt( kt + nn_fsbc - 1 )                 ! in sbc, iom_put is called every nn_fsbc time step 
    272268      ! 
    273269      IF( ln_apr_dyn ) CALL sbc_apr( kt )                ! atmospheric pressure provided at kt+0.5*nn_fsbc 
     
    377373      ENDIF 
    378374      ! 
    379       CALL iom_setkt( kt )           ! iom_put outside of sbc is called at every time step 
    380       ! 
    381375      CALL iom_put( "utau", utau )   ! i-wind stress   (stress can be updated at  
    382376      CALL iom_put( "vtau", vtau )   ! j-wind stress    each time step in sea-ice) 
Note: See TracChangeset for help on using the changeset viewer.