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 5704 for branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/NEMO/OPA_SRC/OBS/obs_read_altbias.F90 – NEMO

Ignore:
Timestamp:
2015-08-21T15:00:38+02:00 (9 years ago)
Author:
mattmartin
Message:

Updated simplified obs operator after testing sea-ice concentration and velocity data types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/NEMO/OPA_SRC/OBS/obs_read_altbias.F90

    r5682 r5704  
    164164      END DO 
    165165 
    166       CALL obs_int_comm_2d( 2, 2, sladata%nsurf, & 
     166      CALL obs_int_comm_2d( 2, 2, sladata%nsurf, jpi, jpj, & 
    167167         &                  igrdi, igrdj, glamt, zglam ) 
    168       CALL obs_int_comm_2d( 2, 2, sladata%nsurf, & 
     168      CALL obs_int_comm_2d( 2, 2, sladata%nsurf, jpi, jpj, & 
    169169         &                  igrdi, igrdj, gphit, zgphi ) 
    170       CALL obs_int_comm_2d( 2, 2, sladata%nsurf, & 
     170      CALL obs_int_comm_2d( 2, 2, sladata%nsurf, jpi, jpj, & 
    171171         &                  igrdi, igrdj, tmask(:,:,1), zmask ) 
    172       CALL obs_int_comm_2d( 2, 2, sladata%nsurf, & 
     172      CALL obs_int_comm_2d( 2, 2, sladata%nsurf, jpi, jpj, & 
    173173         &                  igrdi, igrdj, z_altbias, zbias ) 
    174174 
Note: See TracChangeset for help on using the changeset viewer.