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/obs_profiles.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/obs_profiles.F90

    r2287 r2358  
    2929   INTEGER :: nprofvars                    ! Total number of variables for profiles 
    3030   INTEGER :: nprofextr                    ! Extra fields for each variable 
     31!$AGRIF_DO_NOT_TREAT 
    3132   TYPE(obs_prof), POINTER ::  profdata(:) ! Initial profile data 
    3233   TYPE(obs_prof), POINTER ::  prodatqc(:) ! Profile data after quality control 
     34!$AGRIF_END_DO_NOT_TREAT 
    3335 
    3436   INTEGER :: nvelosets                     ! Total number of velocity profile data sets 
    3537   INTEGER :: nvelovars                     ! Total number of variables for profiles 
    3638   INTEGER :: nveloextr                     ! Extra fields for each variable 
     39!$AGRIF_DO_NOT_TREAT 
    3740   TYPE(obs_prof), POINTER ::  velodata(:)  ! Initial velocity profile data 
    3841   TYPE(obs_prof), POINTER ::  veldatqc(:)  ! Velocity profile data after quality control 
     42!$AGRIF_END_DO_NOT_TREAT 
    3943END MODULE obs_profiles 
Note: See TracChangeset for help on using the changeset viewer.