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

Ignore:
Timestamp:
2012-11-19T16:24:13+01:00 (11 years ago)
Author:
acc
Message:

Branch dev_NOC_2012_rev3555. #1006. Step 2: Add changes from the 2012/dev_r3322_NOCS09_SAS (Stand Alone Surface module) branch

File:
1 edited

Legend:

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

    r3294 r3607  
    7676      !! 
    7777      !! ** Method  :   Read the namsbc namelist and set derived parameters 
     78      !!                Call init routines for all other SBC modules that have one 
    7879      !! 
    7980      !! ** Action  : - read namsbc parameters 
     
    200201      ENDIF 
    201202 
     203      !!---------------------------------------------------------------------- 
     204      !!   Other SBC modules to initialise come here 
     205      !!---------------------------------------------------------------------- 
     206 
     207      CALL sbc_ssm_init 
     208 
    202209      IF( nn_ice == 4 )   CALL cice_sbc_init (nsbc) 
    203210      ! 
     211      !!---------------------------------------------------------------------- 
    204212   END SUBROUTINE sbc_init 
    205213 
Note: See TracChangeset for help on using the changeset viewer.