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 4616 for branches/2014/dev_CNRS0_NOC1_LDF/NEMOGCM/NEMO/OPA_SRC/OBS/obs_readmdt.F90 – NEMO

Ignore:
Timestamp:
2014-04-06T17:28:25+02:00 (10 years ago)
Author:
gm
Message:

#1260 : see the associated wiki page for explanation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_CNRS0_NOC1_LDF/NEMOGCM/NEMO/OPA_SRC/OBS/obs_readmdt.F90

    r3294 r4616  
    2323   USE netcdf           ! NetCDF library 
    2424   USE lib_mpp          ! MPP library 
    25    USE dom_oce, ONLY : &                  ! Domain variables 
    26       &                    tmask, tmask_i, e1t, e2t, gphit, glamt 
    27    USE obs_const, ONLY :   obfillflt      ! Fillvalue 
    28    USE oce      , ONLY :   sshn           ! Model variables 
     25   USE dom_oce  , ONLY :   tmask, tmask_i, e1e2t, gphit, glamt ! Domain variables 
     26   USE obs_const, ONLY :   obfillflt                           ! Fillvalue 
     27   USE oce      , ONLY :   sshn                                ! Model variables 
    2928 
    3029   IMPLICIT NONE 
     
    220219      DO jj = 1, jpj 
    221220         DO ji = 1, jpi 
    222           zdxdy = e1t(ji,jj) * e2t(ji,jj) * zpromsk(ji,jj) 
     221          zdxdy = e1e2t(ji,jj) * zpromsk(ji,jj) 
    223222          zarea = zarea + zdxdy 
    224223          zeta1 = zeta1 + mdt(ji,jj) * zdxdy 
Note: See TracChangeset for help on using the changeset viewer.