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 4827 for branches/UKMO/dev_3841_sbc/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2014-10-31T12:45:41+01:00 (9 years ago)
Author:
charris
Message:

Some demonstration code changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_3841_sbc/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r3764 r4827  
    3737   USE sbcice_cice      ! surface boundary condition: CICE    sea-ice model 
    3838   USE sbccpl           ! surface boundary condition: coupled florulation 
     39   USE sbcget 
    3940   USE cpl_oasis3, ONLY:lk_cpl      ! are we in coupled mode? 
    4041   USE sbcssr           ! surface boundary condition: sea surface restoring 
     
    221222      IF( ln_ssr      )   CALL sbc_ssr_init               ! Sea-Surface Restoring initialisation 
    222223      ! 
     224      CALL sbc_get_init 
     225      ! 
    223226      IF( nn_ice == 4 )   CALL cice_sbc_init( nsbc )      ! CICE initialisation 
    224227      ! 
     
    258261         sfx_b(:,:) = sfx(:,:) 
    259262      ENDIF 
     263      ! 
     264      CALL sbc_get( kt ) 
     265      ! 
    260266      !                                            ! ---------------------------------------- ! 
    261267      !                                            !        forcing field computation         ! 
Note: See TracChangeset for help on using the changeset viewer.