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 4292 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/OBS/diaobs.F90 – NEMO

Ignore:
Timestamp:
2013-11-20T17:28:04+01:00 (10 years ago)
Author:
cetlod
Message:

dev_MERGE_2013 : 1st step of the merge, see ticket #1185

File:
1 edited

Legend:

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

    r4245 r4292  
    976976      USE dom_oce, ONLY : &             ! Ocean space and time domain variables 
    977977         & rdt,           &                        
    978          & gdept_0,       &              
     978         & gdept_1d,       &              
    979979         & tmask, umask, vmask                             
    980980      USE phycst, ONLY : &              ! Physical constants 
     
    10381038                  &              kstp, jpi, jpj, jpk, nit000, idaystp,   & 
    10391039                  &              tsn(:,:,:,jp_tem), tsn(:,:,:,jp_sal),   & 
    1040                   &              gdept_0, tmask, n1dint, n2dint,         & 
     1040                  &              gdept_1d, tmask, n1dint, n2dint,        & 
    10411041                  &              kdailyavtypes = endailyavtypes ) 
    10421042            ELSE 
     
    10441044                  &              kstp, jpi, jpj, jpk, nit000, idaystp,   & 
    10451045                  &              tsn(:,:,:,jp_tem), tsn(:,:,:,jp_sal),   & 
    1046                   &              gdept_0, tmask, n1dint, n2dint               ) 
     1046                  &              gdept_1d, tmask, n1dint, n2dint              ) 
    10471047            ENDIF 
    10481048         END DO 
     
    10881088           ! zonal component of velocity 
    10891089           CALL obs_vel_opt( veldatqc(jveloset), kstp, jpi, jpj, jpk, & 
    1090               &              nit000, idaystp, un, vn, gdept_0, umask, vmask, & 
     1090              &              nit000, idaystp, un, vn, gdept_1d, umask, vmask, & 
    10911091                             n1dint, n2dint, ld_velav(jveloset) ) 
    10921092         END DO 
Note: See TracChangeset for help on using the changeset viewer.