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 4785 for branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/NST_SRC/agrif_lim2_interp.F90 – NEMO

Ignore:
Timestamp:
2014-09-24T14:03:02+02:00 (10 years ago)
Author:
rblod
Message:

dev_r4765_CNRS_agrif: First update of AGRIF for dynamic only (_flt and _ts), see ticket #1380 and associated wiki page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4765_CNRS_agrif/NEMOGCM/NEMO/NST_SRC/agrif_lim2_interp.F90

    r3680 r4785  
    99   !!            3.4   !  09-2012  (R. Benshila, C. Herbaut) update and EVP 
    1010   !!---------------------------------------------------------------------- 
    11 #if defined key_agrif && defined key_lim2 
     11#undef toto 
     12#if defined key_agrif && defined key_lim2  
    1213   !!---------------------------------------------------------------------- 
    1314   !!   'key_lim2'  :                                 LIM 2.0 sea-ice model 
     
    6566      u_ice_nst(:,:) = 0. 
    6667      v_ice_nst(:,:) = 0. 
     68#undef toto 
     69#ifdef toto 
    6770      CALL Agrif_Bc_variable( u_ice_nst, u_ice_id ,procname=interp_u_ice, calledweight=1. ) 
    6871      CALL Agrif_Bc_variable( v_ice_nst, v_ice_id ,procname=interp_v_ice, calledweight=1. ) 
     72#endif 
    6973      Agrif_SpecialValue=0. 
    7074      Agrif_UseSpecialValue = .FALSE. 
     
    157161         zuice = 0. 
    158162         zvice = 0. 
     163#undef toto 
     164#ifdef toto 
    159165         CALL Agrif_Bc_variable(zuice,u_ice_id,procname=interp_u_ice, calledweight=1.) 
    160166         CALL Agrif_Bc_variable(zvice,v_ice_id,procname=interp_v_ice, calledweight=1.) 
     167#endif 
    161168         Agrif_SpecialValue=0. 
    162169         Agrif_UseSpecialValue = .FALSE. 
     
    348355         Agrif_SpecialValue=-9999. 
    349356         Agrif_UseSpecialValue = .TRUE. 
     357#undef toto 
     358#ifdef toto 
    350359         CALL Agrif_Bc_variable( ztab, adv_ice_id ,procname=interp_adv_ice,calledweight=1. ) 
     360#endif 
    351361         Agrif_SpecialValue=0. 
    352362         Agrif_UseSpecialValue = .FALSE. 
Note: See TracChangeset for help on using the changeset viewer.