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 2733 for trunk/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2011-04-08T17:55:31+02:00 (13 years ago)
Author:
rblod
Message:

Agrif can now work with observation operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90

    r2715 r2733  
    195195      INTEGER :: jset 
    196196      LOGICAL :: lmask(MaxNumFiles), ll_u3d, ll_v3d 
    197  
    198       !----------------------------------------------------------------------- 
    199       ! Force exit if AGRIF activated 
    200       !----------------------------------------------------------------------- 
    201      
    202       IF( lk_agrif ) THEN 
    203         CALL ctl_stop( 'dia_obs_init : key_diaobs and key_agrif cannot be used together' ) 
    204       ENDIF 
    205197 
    206198      !----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.