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

    r2358 r2733  
    2929                                                     ! variables 
    3030   INTEGER :: nsstsets                               ! Number of sstdata sets 
    31 !$AGRIF_DO_NOT_TREAT 
    3231   TYPE(obs_surf), POINTER, DIMENSION(:) :: sstdata  ! Initial SST data 
    3332   TYPE(obs_surf), POINTER, DIMENSION(:) :: sstdatqc ! SST data after quality control 
    34 !$AGRIF_END_DO_NOT_TREAT 
    3533 
    3634END MODULE obs_sst 
Note: See TracChangeset for help on using the changeset viewer.