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

Ignore:
Timestamp:
2019-03-15T12:57:31+01:00 (5 years ago)
Author:
jcastill
Message:

Remove svn keys

File:
1 edited

Legend:

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

    • Property svn:keywords deleted
    r7822 r10761  
    290290      !                             !* OASIS initialization 
    291291      ! 
    292       IF( lk_oasis )   CALL sbc_cpl_init( nn_ice )   ! Must be done before: (1) first time step 
    293       !                                              !                      (2) the use of nn_fsbc 
     292      IF( lk_oasis ) THEN  
     293         IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' )   
     294         CALL sbc_cpl_init( nn_ice )   ! Must be done before: (1) first time step  
     295                                       !                      (2) the use of nn_fsbc  
     296      ENDIF 
    294297      !     nn_fsbc initialization if OPA-SAS coupling via OASIS 
    295298      !     SAS time-step has to be declared in OASIS (mandatory) -> nn_fsbc has to be modified accordingly 
Note: See TracChangeset for help on using the changeset viewer.