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 2358 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2010-11-04T19:14:01+01:00 (13 years ago)
Author:
rblod
Message:

Changes to be able to compile v3_3_beta with key_agrif,see ticket #753 ; just compilation fixes, I was to scared to try to run AGRIF

File:
1 edited

Legend:

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

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