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 2393 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/NST_SRC/agrif_opa_update.F90 – NEMO

Ignore:
Timestamp:
2010-11-16T05:11:36+01:00 (13 years ago)
Author:
rblod
Message:

Allow agrif compilation broken by div_cla changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/NST_SRC/agrif_opa_update.F90

    r2342 r2393  
    9595      USE divcur 
    9696      USE sshwzv 
    97       USE cla_div 
     97!      USE cla 
    9898 
    9999      INTEGER, INTENT(in) :: kt 
     
    106106      rotb  = sa 
    107107 
    108       IF( n_cla == 1 ) CALL div_cla( kt ) 
     108!      IF( n_cla == 1 ) CALL div_cla( kt ) 
    109109!      CALL wzv( kt ) 
    110110 
Note: See TracChangeset for help on using the changeset viewer.