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 1804 for branches/dev_005_AWL/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2010-02-08T11:51:02+01:00 (14 years ago)
Author:
sga
Message:

merge of trunk changes from r1782 to r1802 into NEMO branch dev_005_AWL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_005_AWL/NEMO/OPA_SRC/SBC/sbcmod.F90

    r1790 r1804  
    8686!!gm here no overwrite, test all option via namelist change: require more incore memory 
    8787!!gm  IF( lk_sbc_cpl       ) THEN   ;   ln_cpl      = .TRUE.   ;   ELSE   ;   ln_cpl      = .FALSE.   ;   ENDIF 
    88 #if defined key_agrif 
     88 
    8989      IF ( Agrif_Root() ) THEN 
    90 #endif 
    9190        IF( lk_lim2 )            nn_ice      = 2 
    9291        IF( lk_lim3 )            nn_ice      = 3 
    93 #if defined key_agrif 
    94       ENDIF 
    95 #endif 
     92      ENDIF 
     93      ! 
    9694      IF( cp_cfg == 'gyre' ) THEN 
    9795          ln_ana      = .TRUE.    
Note: See TracChangeset for help on using the changeset viewer.